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