Type Definition rin::math::VectorSlice6[][src]

type VectorSlice6<'a, N, RStride = U1, CStride = U6> = Matrix<N, U6, U1, SliceStorage<'a, N, U6, U1, RStride, CStride>>;

A 6D column vector slice.

Because this is an alias, not all its methods are listed here. See the Matrix type too.