[][src]Type Definition kalast::MatrixSlice10x1

type MatrixSlice10x1<'a, T, RStride = U1, CStride = U10> = Matrix<T, U10, U1, SliceStorage<'a, T, U10, U1, RStride, CStride>>;

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