Type Alias parry2d_f64::math::UnitVector

source ·
pub type UnitVector<N> = UnitVector2<N>;
Expand description

The unit vector type.

Aliased Type§

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