Type Alias bevy::math::Direction2d

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 */);