nyx_space::linalg

Type Alias UnitVector3

Source
pub type UnitVector3<T> = Unit<Matrix<T, Const<3>, Const<1>, ArrayStorage<T, 3, 1>>>;
Expand description

A stack-allocated, 3-dimensional unit vector.

Aliased Typeยง

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