SimpleOpenNI
Class XnMatrix3X3

java.lang.Object
  extended by SimpleOpenNI.XnMatrix3X3

public class XnMatrix3X3
extends java.lang.Object


Constructor Summary
XnMatrix3X3()
           
XnMatrix3X3(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static long getCPtr(XnMatrix3X3 obj)
           
 float[] getElements()
           
 void setElements(float[] value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XnMatrix3X3

public XnMatrix3X3()

XnMatrix3X3

public XnMatrix3X3(long cPtr,
                   boolean cMemoryOwn)
Method Detail

delete

public void delete()

getCPtr

public static long getCPtr(XnMatrix3X3 obj)

getElements

public float[] getElements()

setElements

public void setElements(float[] value)