public class VROverlayIntersectionResults_t
extends com.sun.jna.Structure
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VROverlayIntersectionResults_t.ByReference  | 
static class  | 
VROverlayIntersectionResults_t.ByValue  | 
| Modifier and Type | Field and Description | 
|---|---|
float | 
fDistance  | 
HmdVector3_t | 
vNormal
C type : HmdVector3_t 
 | 
HmdVector3_t | 
vPoint
C type : HmdVector3_t 
 | 
HmdVector2_t | 
vUVs
C type : HmdVector2_t 
 | 
| Constructor and Description | 
|---|
VROverlayIntersectionResults_t()  | 
VROverlayIntersectionResults_t(HmdVector3_t vPoint,
                              HmdVector3_t vNormal,
                              HmdVector2_t vUVs,
                              float fDistance)  | 
VROverlayIntersectionResults_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 vPoint
public HmdVector3_t vNormal
public HmdVector2_t vUVs
public float fDistance
public VROverlayIntersectionResults_t()
public VROverlayIntersectionResults_t(HmdVector3_t vPoint, HmdVector3_t vNormal, HmdVector2_t vUVs, float fDistance)
vPoint - C type : HmdVector3_tvNormal - C type : HmdVector3_tvUVs - C type : HmdVector2_tpublic VROverlayIntersectionResults_t(com.sun.jna.Pointer peer)