Type Alias bevy::math::Direction3d

pub type Direction3d = Dir3;
๐Ÿ‘ŽDeprecated since 0.14.0: Direction3d has been renamed. Please use Dir3 instead.
Expand description

A normalized vector pointing in a direction in 3D space

Aliased Typeยง

struct Direction3d(/* private fields */);