Struct ovr_sys::ovrBoundaryTestResult [] [src]

#[repr(C)]
pub struct ovrBoundaryTestResult { pub IsTriggering: ovrBool, pub ClosestDistance: f32, pub ClosestPoint: ovrVector3f, pub ClosestPointNormal: ovrVector3f, }

Provides boundary test information

Fields

True if the boundary system is being triggered. Note that due to fade in/out effects this may not exactly match visibility.

Distance to the closest play area or outer boundary surface.

Closest point on the boundary surface.

Unit surface normal of the closest boundary surface.

Trait Implementations

impl Debug for ovrBoundaryTestResult
[src]

Formats the value using the given formatter.

impl Copy for ovrBoundaryTestResult
[src]

impl Clone for ovrBoundaryTestResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more