Type Alias Unit

Source
pub type Unit<T> = UnitVector3<T>;
Expand description

Type alias for UnitVector3. The matrix has 3 rows and 1 column.

Aliased Typeยง

pub struct Unit<T> { /* private fields */ }