Type Definition nalgebra::base::UnitVector5 [−][src]
pub type UnitVector5<N> = Unit<Matrix<N, U5, U1, Owned<N, U5, U1>>>;
Expand description
A stack-allocated, 5-dimensional unit vector.
pub type UnitVector5<N> = Unit<Matrix<N, U5, U1, Owned<N, U5, U1>>>;
A stack-allocated, 5-dimensional unit vector.