Type Definition nalgebra::base::MatrixSlice3

source ·
pub type MatrixSlice3<'a, N, RStride = U1, CStride = U3> = MatrixSliceN<'a, N, U3, RStride, CStride>;
Expand description

A column-major 3x3 matrix slice.