nalgebra::base

Type Alias UnitVector6

Source
pub type UnitVector6<T> = Unit<Matrix<T, U6, U1, ArrayStorage<T, 6, 1>>>;
Expand description

A stack-allocated, 6-dimensional unit vector.

Aliased Typeยง

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