Type Alias citro3d_sys::C3D_FQuat

source ·
pub type C3D_FQuat = C3D_FVec;
Expand description

C3D_FQuat Float quaternion. See C3D_FVec.

Aliased Type§

union C3D_FQuat {
    pub __bindgen_anon_1: C3D_FVec__bindgen_ty_1,
    pub __bindgen_anon_2: C3D_FVec__bindgen_ty_2,
    pub c: [f32; 4],
}

Fields§

§__bindgen_anon_1: C3D_FVec__bindgen_ty_1§__bindgen_anon_2: C3D_FVec__bindgen_ty_2§c: [f32; 4]

Raw access

Trait Implementations

source§

impl Clone for C3D_FVec

source§

fn clone(&self) -> C3D_FVec

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for C3D_FVec