Type Alias bevy_math::Direction2d
source · pub type Direction2d = Dir2;
👎Deprecated since 0.14.0:
Direction2d
has been renamed. Please use Dir2
instead.Expand description
A normalized vector pointing in a direction in 2D space
Aliased Type§
struct Direction2d(/* private fields */);