Type Alias UnitVector

Source
pub type UnitVector<N> = UnitVector3<N>;
Expand description

The unit vector type.

Aliased Typeยง

pub struct UnitVector<N> { /* private fields */ }