Type Definition kalast::MatrixSliceMut10x1[][src]

type MatrixSliceMut10x1<'a, T, RStride = U10, CStride = U1> = Matrix<T, U10, U1, SliceStorageMut<'a, T, U10, U1, RStride, CStride>>;

Type alias for Object3D. The mutable slice matrix has a fixed number of rows (10) and a fixed number of columns (1).