Type Definition nalgebra::base::Vector6 [−][src]
pub type Vector6<T> = Matrix<T, U6, U1, ArrayStorage<T, 6, 1>>;
Expand description
A stack-allocated, 6-dimensional column vector.
pub type Vector6<T> = Matrix<T, U6, U1, ArrayStorage<T, 6, 1>>;
A stack-allocated, 6-dimensional column vector.