Type Alias nyx_space::linalg::UnitVector4

source ·
pub type UnitVector4<T> = Unit<Matrix<T, Const<4>, Const<1>, ArrayStorage<T, 4, 1>>>;
Expand description

A stack-allocated, 4-dimensional unit vector.

Aliased Type§

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