SimpleOpenNI
Class XnSkeletonJointOrientation

java.lang.Object
  extended by SimpleOpenNI.XnSkeletonJointOrientation

public class XnSkeletonJointOrientation
extends java.lang.Object


Constructor Summary
XnSkeletonJointOrientation()
           
XnSkeletonJointOrientation(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static long getCPtr(XnSkeletonJointOrientation obj)
           
 float getFConfidence()
           
 XnMatrix3X3 getOrientation()
           
 void setFConfidence(float value)
           
 void setOrientation(XnMatrix3X3 value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XnSkeletonJointOrientation

public XnSkeletonJointOrientation()

XnSkeletonJointOrientation

public XnSkeletonJointOrientation(long cPtr,
                                  boolean cMemoryOwn)
Method Detail

delete

public void delete()

getCPtr

public static long getCPtr(XnSkeletonJointOrientation obj)

getFConfidence

public float getFConfidence()

getOrientation

public XnMatrix3X3 getOrientation()

setFConfidence

public void setFConfidence(float value)

setOrientation

public void setOrientation(XnMatrix3X3 value)