Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

MathFu 1.0.2

Compare
Choose a tag to compare
@stewartmiles stewartmiles released this 20 Nov 23:45
· 153 commits to master since this release

The 1.0.2 release of MathFu is primarily consists of bug fixes:

  • Added Matrix AffineTransform methods and unit tests.
  • Added Quaternion::RotateFromTo()
  • Added Quaternion identity constant.
  • Implicit conversion between int and float vectors.
  • Fix bug in vec4 * mat4 when SIMD is enabled
  • Fixed MSVC 2015 warnings (we think we have them all)
  • Clean up of cmake dependency handling
  • Fixed perspective matrix calculation.
  • Update docs style :)

There are no breaking API Modifications this release,