parry2d::math

Type Alias UnitVector

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

The unit vector type.

Aliased Typeยง

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