Type Alias nalgebra::base::UnitVector1
source · pub type UnitVector1<T> = Unit<Matrix<T, U1, U1, ArrayStorage<T, 1, 1>>>;
Expand description
A stack-allocated, 1-dimensional unit vector.
Aliased Type§
struct UnitVector1<T> { /* private fields */ }