Type Definition heron::rapier_plugin::rapier3d::math::UnitVector

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

The unit vector type.