Skip to content

2.5.0

Compare
Choose a tag to compare
@Zuzu-Typ Zuzu-Typ released this 29 Sep 07:25
· 85 commits to master since this release
  • Enhancements related to #139
    • rotate, translate and scale no longer require an input matrix
    • Added support for matrix initialization from quaternions (mat3, mat4)
    • Added support for iterable arguments for min and max
    • Added support for homogenous multiplication (#140)
  • Improved performance comparison (#144)
  • Allowing for C contiguity in matrix initialization from buffers (#138)
  • Fixed a bug where NxM buffers would be interpreted as MxN matrices
  • Fixed a few other bugs (2dd31f3)