SimpleOpenNI
Class XnPoint3D

java.lang.Object
  extended by SimpleOpenNI.XnPoint3D

public class XnPoint3D
extends java.lang.Object


Constructor Summary
XnPoint3D()
           
XnPoint3D(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static long getCPtr(XnPoint3D obj)
           
 float getX()
           
 float getY()
           
 float getZ()
           
 void setX(float value)
           
 void setY(float value)
           
 void setZ(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XnPoint3D

public XnPoint3D()

XnPoint3D

public XnPoint3D(long cPtr,
                 boolean cMemoryOwn)
Method Detail

delete

public void delete()

getCPtr

public static long getCPtr(XnPoint3D 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)