Struct citro3d_sys::C3D_FVec__bindgen_ty_2
source · #[repr(C)]pub struct C3D_FVec__bindgen_ty_2 {
pub r: f32,
pub k: f32,
pub j: f32,
pub i: f32,
}
Expand description
Quaternion access
Fields§
§r: f32
< Real component
k: f32
< K-component
j: f32
< J-component
i: f32
< I-component
Trait Implementations§
source§impl Clone for C3D_FVec__bindgen_ty_2
impl Clone for C3D_FVec__bindgen_ty_2
source§fn clone(&self) -> C3D_FVec__bindgen_ty_2
fn clone(&self) -> C3D_FVec__bindgen_ty_2
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more