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

MathFu 1.0.1

Compare
Choose a tag to compare
@jsanmiya jsanmiya released this 08 Apr 23:40
· 197 commits to master since this release
  • fix bug in Matrix<>::operator*()
  • fix bug in Quaternion::Normalize()
  • add Quaternion::Normalized()
  • fix bug Vector::xy() accessor
  • add Vector::zw() accessor
  • add missing operators from Vector4 specialization
  • add mission constructors from Vector2 and Vector3 specializations
  • add utility functions to create vectors from other vectors
  • add accessors and mutators for scalar and vector components of Quaternions
  • fix typo in build documentation