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