nalgebra::base

Type Alias UnitVector5

Source
pub type UnitVector5<T> = Unit<Matrix<T, U5, U1, ArrayStorage<T, 5, 1>>>;
Expand description

A stack-allocated, 5-dimensional unit vector.

Aliased Typeยง

struct UnitVector5<T> { /* private fields */ }