|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openni.Point3D<T>
public class Point3D<T>
The Point3D object encapsulate 3 Dimension point
Constructor Summary | |
---|---|
Point3D(T x,
T y,
T z)
The Point3D constructor |
Method Summary | |
---|---|
T |
getX()
Return X coordinate |
T |
getY()
Return Y coordinate |
T |
getZ()
Return Z coordinate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Point3D(T x, T y, T z)
x
- coordinate of the pointy
- coordinate of the pointz
- coordinate of the pointMethod Detail |
---|
public T getX()
public T getY()
public T getZ()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |