Type Definition nalgebra::base::VectorView6

source ·
pub type VectorView6<'a, T, RStride = U1, CStride = U6> = Matrix<T, U6, U1, ViewStorage<'a, T, U6, U1, RStride, CStride>>;
Expand description

A 6D column vector view.

Because this is an alias, not all its methods are listed here. See the Matrix type too.