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