public class VRBoneTransform_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VRBoneTransform_t.ByReference  | 
static class  | 
VRBoneTransform_t.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
HmdQuaternionf_t | 
orientation
C type : HmdQuaternionf_t 
 | 
HmdVector4_t | 
position
C type : HmdVector4_t 
 | 
| Constructor and Description | 
|---|
VRBoneTransform_t()  | 
VRBoneTransform_t(HmdVector4_t position,
                 HmdQuaternionf_t orientation)  | 
VRBoneTransform_t(com.sun.jna.Pointer peer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<java.lang.String> | 
getFieldOrder()  | 
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic HmdVector4_t position
public HmdQuaternionf_t orientation
public VRBoneTransform_t()
public VRBoneTransform_t(HmdVector4_t position, HmdQuaternionf_t orientation)
position - C type : HmdVector4_torientation - C type : HmdQuaternionf_tpublic VRBoneTransform_t(com.sun.jna.Pointer peer)