Type Definition nalgebra::base::MatrixSlice6

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

A column-major 6x6 matrix slice.