Type Alias rapier2d::math::UnitVector

source ·
pub type UnitVector<N> = Unit<Matrix<N, Const<2>, Const<1>, ArrayStorage<N, 2, 1>>>;
Expand description

The unit vector type.

Aliased Type§

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