Type Definition rin::math::VectorSliceMut6 [−][src]
type VectorSliceMut6<'a, N, RStride = U1, CStride = U6> = Matrix<N, U6, U1, SliceStorageMut<'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.