pub type QuatF32 = Quat<f32>;
A type alias for a quaternion with f32 components.
f32
pub struct QuatF32(pub Vector<f32, 4>);
0: Vector<f32, 4>