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