Type Definition na::DMatrixViewMut

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

A column-major matrix view dynamic numbers of rows and columns.

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