SimpleOpenNI
Class XnVCircle

java.lang.Object
  extended by SimpleOpenNI.XnVCircle

public class XnVCircle
extends java.lang.Object


Constructor Summary
XnVCircle()
           
XnVCircle(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static long getCPtr(XnVCircle obj)
           
 float getFRadius()
           
 XnPoint3D getPtCenter()
           
 void setFRadius(float value)
           
 void setPtCenter(XnPoint3D value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XnVCircle

public XnVCircle()

XnVCircle

public XnVCircle(long cPtr,
                 boolean cMemoryOwn)
Method Detail

delete

public void delete()

getCPtr

public static long getCPtr(XnVCircle obj)

getFRadius

public float getFRadius()

getPtCenter

public XnPoint3D getPtCenter()

setFRadius

public void setFRadius(float value)

setPtCenter

public void setPtCenter(XnPoint3D value)