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