pub type Rot3 = Quat;
A 3D rotation represented as a unit quaternion (f32 precision).
This is a direct re-export of glam::Quat.
glam::Quat
pub struct Rot3(/* private fields */);