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
sitting_to_standing_transform: [f32; 16]
size_x: f32
size_z: f32
Trait Implementations
impl Debug for VRStageParameters[src]
impl Clone for VRStageParameters[src]
fn clone(&self) -> VRStageParameters
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more