Type Definition na::SVectorSlice

source ·
pub type SVectorSlice<'a, T, const D: usize> = Matrix<T, Const<D>, Const<1>, ViewStorage<'a, T, Const<D>, Const<1>, Const<1>, Const<D>>>;
👎Deprecated: Use SVectorView instead. See issue #1076 for more information.
Expand description

A column vector slice with dimensions known at compile-time.

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