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