Struct ovr_sys::ovrTrackerDesc [] [src]

#[repr(C)]
pub struct ovrTrackerDesc { pub _align: [isize; 0], pub FrustumHFovInRadians: f32, pub FrustumVFovInRadians: f32, pub FrustumNearZInMeters: f32, pub FrustumFarZInMeters: f32, }

Specifies the description of a single sensor.

see ovr_GetTrackerDesc

Fields

Sensor frustum horizontal field-of-view (if present).

Sensor frustum vertical field-of-view (if present).

Sensor frustum near Z (if present).

Sensor frustum far Z (if present).

Trait Implementations

impl Debug for ovrTrackerDesc
[src]

Formats the value using the given formatter.

impl Copy for ovrTrackerDesc
[src]

impl Clone for ovrTrackerDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more