Type Definition na::MatrixViewMut3xX

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

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