Class VROverlayIntersectionParams

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VROverlayIntersectionParams>
org.lwjgl.openvr.VROverlayIntersectionParams
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VROverlayIntersectionParams extends org.lwjgl.system.Struct<VROverlayIntersectionParams> implements org.lwjgl.system.NativeResource

Layout


 struct VROverlayIntersectionParams_t {
     HmdVector3_t vSource;
     HmdVector3_t vDirection;
     ETrackingUniverseOrigin eOrigin;
 }