Type Alias bevy_math::Direction3d
source · 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 */);