Type Definition bevy_rapier2d::prelude::UnitVector[][src]

type UnitVector<N> = Unit<Matrix<N, Const<{_: usize}>, Const<1_usize>, ArrayStorage<N, 2_usize, 1_usize>>>;
Expand description

The unit vector type.