parry3d::math

Type Alias UnitVector

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

The unit vector type.

Aliased Typeยง

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