public class VROverlayIntersectionParams_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VROverlayIntersectionParams_t.ByReference  | 
static class  | 
VROverlayIntersectionParams_t.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
int | 
eOrigin
C type : ETrackingUniverseOrigin 
 | 
HmdVector3_t | 
vDirection
C type : HmdVector3_t 
 | 
HmdVector3_t | 
vSource
C type : HmdVector3_t 
 | 
| Constructor and Description | 
|---|
VROverlayIntersectionParams_t()  | 
VROverlayIntersectionParams_t(HmdVector3_t vSource,
                             HmdVector3_t vDirection,
                             int eOrigin)  | 
VROverlayIntersectionParams_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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic HmdVector3_t vSource
public HmdVector3_t vDirection
public int eOrigin
public VROverlayIntersectionParams_t()
public VROverlayIntersectionParams_t(HmdVector3_t vSource, HmdVector3_t vDirection, int eOrigin)
vSource - C type : HmdVector3_tvDirection - C type : HmdVector3_teOrigin - @see JOpenVRLibrary.ETrackingUniverseOrigin public VROverlayIntersectionParams_t(com.sun.jna.Pointer peer)