public class OSVR_VelocityState
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
| static class  | OSVR_VelocityState.ByReference | 
| static class  | OSVR_VelocityState.ByValue | 
| Modifier and Type | Field and Description | 
|---|---|
| OSVR_IncrementalQuaternion | angularVelocityC type : OSVR_AngularVelocityState | 
| byte | angularVelocityValidC type : OSVR_CBool | 
| OSVR_Vec3 | linearVelocityC type : OSVR_LinearVelocityState | 
| byte | linearVelocityValidC type : OSVR_CBool | 
| Constructor and Description | 
|---|
| OSVR_VelocityState() | 
| OSVR_VelocityState(OSVR_Vec3 linearVelocity,
                  byte linearVelocityValid,
                  OSVR_IncrementalQuaternion angularVelocity,
                  byte angularVelocityValid) | 
| OSVR_VelocityState(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 OSVR_Vec3 linearVelocity
public byte linearVelocityValid
public OSVR_IncrementalQuaternion angularVelocity
public byte angularVelocityValid
public OSVR_VelocityState()
public OSVR_VelocityState(OSVR_Vec3 linearVelocity, byte linearVelocityValid, OSVR_IncrementalQuaternion angularVelocity, byte angularVelocityValid)
linearVelocity - C type : OSVR_LinearVelocityStatelinearVelocityValid - C type : OSVR_CBoolangularVelocity - C type : OSVR_AngularVelocityStateangularVelocityValid - C type : OSVR_CBoolpublic OSVR_VelocityState(com.sun.jna.Pointer peer)