Struct rust_webvr_api::vr_pose::VRPose [] [src]

pub struct VRPose {
    pub position: Option<[f32; 3]>,
    pub linear_velocity: Option<[f32; 3]>,
    pub linear_acceleration: Option<[f32; 3]>,
    pub orientation: Option<[f32; 4]>,
    pub angular_velocity: Option<[f32; 3]>,
    pub angular_acceleration: Option<[f32; 3]>,
}

Fields

Trait Implementations

impl Debug for VRPose
[src]

[src]

Formats the value using the given formatter.

impl Clone for VRPose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VRPose
[src]

impl Default for VRPose
[src]

[src]

Returns the "default value" for a type. Read more