Package org.openni
Class Point2D<T>
java.lang.Object
org.openni.Point2D<T>
The Point2D object encapsulate 2 Dimension point
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point2D
The Point2D constructor- Parameters:
x
- coordinate of the pointy
- coordinate of the point
-
-
Method Details
-
getX
Return X coordinate- Returns:
- X coordinate
-
getY
Return X coordinate- Returns:
- X coordinate
-