Struct ovr_sys::ovrPosef [] [src]

#[repr(C)]
pub struct ovrPosef { pub _align: [u32; 0], pub Orientation: ovrQuatf, pub Position: ovrVector3f, }

Position and orientation together.

Fields

Trait Implementations

impl Debug for ovrPosef
[src]

Formats the value using the given formatter.

impl Copy for ovrPosef
[src]

impl Clone for ovrPosef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more