//! The scalar, vector and rotation primitives the rest of the vocabulary is
//! built from: the f32 transcendentals `core` leaves to a math library, the
//! 3-component vector ops every layout and transform reaches for, and the
//! quaternion / Euler convention rotations are authored and stepped in.
pub use ;
pub use ;