Type Definition nalgebra::base::Vector5 [−][src]
pub type Vector5<N> = Matrix<N, U5, U1, Owned<N, U5, U1>>;
Expand description
A stack-allocated, 5-dimensional column vector.
pub type Vector5<N> = Matrix<N, U5, U1, Owned<N, U5, U1>>;
A stack-allocated, 5-dimensional column vector.