Type Definition na::MatrixViewMutXx6

source ·
pub type MatrixViewMutXx6<'a, T, RStride = Const<1>, CStride = Dyn> = Matrix<T, Dyn, Const<6>, ViewStorageMut<'a, T, Dyn, Const<6>, RStride, CStride>>;
Expand description

A column-major matrix view with a number of rows chosen at runtime and 6 columns.