glam v0.13.1 Release Notes

Release Date: 2021-03-24 // about 3 years ago
  • ➕ Added

    • ➕ Added vector clamp() functions.
    • ➕ Added matrix column and row accessor methods, col() and row().
    • ➕ Added SPIR-V module and dependency on spirv-std for the SPIR-V target.
    • ➕ Added matrix truncation from 4x4 to 3x3 and 3x3 to 2x2 via From impls.

    🔄 Changed

    • 📚 Documentation corrections and improvements.