Class VROverlayIntersectionResults

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VROverlayIntersectionResults extends Struct<VROverlayIntersectionResults> implements NativeResource

Layout


 struct VROverlayIntersectionResults_t {
     HmdVector3_t vPoint;
     HmdVector3_t vNormal;
     HmdVector2_t vUVs;
     float fDistance;
 }