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