public class OSVR_EyeTracker3DState
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
OSVR_EyeTracker3DState.ByReference |
static class |
OSVR_EyeTracker3DState.ByValue |
| Modifier and Type | Field and Description |
|---|---|
OSVR_Vec3 |
basePoint
C type : OSVR_PositionState
|
byte |
basePointValid
C type : OSVR_CBool
|
OSVR_Vec3 |
direction
C type : OSVR_DirectionState
|
byte |
directionValid
C type : OSVR_CBool
|
| Constructor and Description |
|---|
OSVR_EyeTracker3DState() |
OSVR_EyeTracker3DState(byte directionValid,
OSVR_Vec3 direction,
byte basePointValid,
OSVR_Vec3 basePoint) |
OSVR_EyeTracker3DState(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 byte directionValid
public OSVR_Vec3 direction
public byte basePointValid
public OSVR_Vec3 basePoint
public OSVR_EyeTracker3DState()
public OSVR_EyeTracker3DState(byte directionValid,
OSVR_Vec3 direction,
byte basePointValid,
OSVR_Vec3 basePoint)
directionValid - C type : OSVR_CBooldirection - C type : OSVR_DirectionStatebasePointValid - C type : OSVR_CBoolbasePoint - C type : OSVR_PositionStatepublic OSVR_EyeTracker3DState(com.sun.jna.Pointer peer)