glam v0.20.3 Release Notes

Release Date: 2022-03-28 // about 2 years ago
  • ➕ Added

    • ➕ Added to_array() to Quat and DQuat.
    • ➕ Added mul_add method to all vector types - note that this will be slower without hardware support enabled.
    • ➕ Added the fast-math flag which will sacrifice some float determinism for speed.

    🛠 Fixed

    • 🛠 Fixed a bug in the sse2 and wasm32 implementations of Mat4::determinant().