bevy_math 0.9.0

Provides math functionality for Bevy Engine
Documentation

Provides math types and functionality for the Bevy game engine.

The commonly used types are vectors like [Vec2] and [Vec3], matrices like [Mat2], [Mat3] and [Mat4] and orientation representations like [Quat].