Struct raylib_ffi::VrStereoConfig
source · #[repr(C)]pub struct VrStereoConfig {
pub projection: [Matrix; 2],
pub viewOffset: [Matrix; 2],
pub leftLensCenter: [f32; 2],
pub rightLensCenter: [f32; 2],
pub leftScreenCenter: [f32; 2],
pub rightScreenCenter: [f32; 2],
pub scale: [f32; 2],
pub scaleIn: [f32; 2],
}Fields§
§projection: [Matrix; 2]§viewOffset: [Matrix; 2]§leftLensCenter: [f32; 2]§rightLensCenter: [f32; 2]§leftScreenCenter: [f32; 2]§rightScreenCenter: [f32; 2]§scale: [f32; 2]§scaleIn: [f32; 2]Trait Implementations§
source§impl Clone for VrStereoConfig
impl Clone for VrStereoConfig
source§fn clone(&self) -> VrStereoConfig
fn clone(&self) -> VrStereoConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more