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