Package org.lwjgl.ovr

Class OVRBoundaryTestResult

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRBoundaryTestResult extends Struct<OVRBoundaryTestResult> implements NativeResource
Provides boundary test information.

Layout


 struct ovrBoundaryTestResult {
     ovrBool IsTriggering();
     float ClosestDistance();
     ovrVector3f ClosestPoint();
     ovrVector3f ClosestPointNormal();
 }