Type Definition nalgebra::base::MatrixSlice4

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

A column-major 4x4 matrix slice.