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