pub type UnitVec3 = Unit<Vec3>;
A direction in 3D: a Vec3 of unit length, guaranteed by construction. nalgebra::Unit<Vector3<f64>> (ADR-0001).
Vec3
nalgebra::Unit<Vector3<f64>>
pub struct UnitVec3 { /* private fields */ }