Type Definition nalgebra::base::Vector6 [−][src]
type Vector6<N> = Matrix<N, U6, U1, Owned<N, U6, U1>>;
A stack-allocated, 6-dimensional column vector.
type Vector6<N> = Matrix<N, U6, U1, Owned<N, U6, U1>>;
A stack-allocated, 6-dimensional column vector.