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