Struct rust_webvr::vr_stage_parameters::VRStageParameters [] [src]

pub struct VRStageParameters {
    pub sitting_to_standing_transform: [f32; 16],
    pub size_x: f32,
    pub size_z: f32,
}

Fields

Trait Implementations

impl Debug for VRStageParameters
[src]

Formats the value using the given formatter.

impl Clone for VRStageParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more