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