Releases: romainguy/kotlin-math
Releases · romainguy/kotlin-math
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.0
v1.3.0
- Expanded support for conversions from Euler angles to quaternions, allowing the order of the rotation axis to be specified (thanks @ThomasGorisse)
- Bug fix in
Quaternion.inverse
- Bug fix in
Quaternion.conjugate
- Bug fix in
angle
- Bug fix in
lookAt
- Suppressed compiler warnings
- Removed support for 32 bit KMP platforms
- Removed support for tvOS
v1.2.0
- Added support for quaternions (thanks to @ThomasGorisse)
- Expanded support for rotation matrices creation when using Euler angles: the order of rotations can now be specified (thanks to @ThomasGorisse)
kotlin-math
is now Kotlin multi-platform ready (thanks to @ekgame)