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