SimpleOpenNI
Class XnVector3D
java.lang.Object
SimpleOpenNI.XnVector3D
public class XnVector3D
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XnVector3D
public XnVector3D()
XnVector3D
public XnVector3D(long cPtr,
boolean cMemoryOwn)
delete
public void delete()
getCPtr
public static long getCPtr(XnVector3D obj)
getX
public float getX()
getY
public float getY()
getZ
public float getZ()
setX
public void setX(float value)
setY
public void setY(float value)
setZ
public void setZ(float value)