mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-01-03 02:02:27 +00:00
Updated README.md
This commit is contained in:
@@ -5,9 +5,14 @@
|
||||
|
||||
Single-file cross-platform public domain game math library for C/C++
|
||||
|
||||
_This library is free and will stay free, but if you would like to support development, or you are a company using HandmadeMath, please consider financial support._
|
||||
|
||||
[](http://www.patreon.com/strangezak) [](https://www.paypal.me/zakarystrange)
|
||||
|
||||
|
||||
Version | Changes |
|
||||
----------------|----------------|
|
||||
**0.7** | Added HMM_Vec2, and HMM_Vec4 versions of HMM_LengthSquared, HMM_Length, and HMM_Normalize. |
|
||||
**0.6** | Made HMM_Power faster, Fixed possible efficiency problem with HMM_Normalize, RENAMED HMM_LengthSquareRoot to HMM_LengthSquared, RENAMED HMM_RSqrtF to HMM_RSquareRootF, RENAMED HMM_SqrtF to HMM_SquareRootF, REMOVED Inner function (user should use Dot now), REMOVED HMM_FastInverseSquareRoot function declaration |
|
||||
**0.5.2** | Fixed SSE code in HMM_SqrtF and HMM_RSqrtF |
|
||||
**0.5.1** | Fixed HMM_Translate producing row-major matrices, ensured column-major order for matrices throughout |
|
||||
@@ -22,10 +27,6 @@ Version | Changes |
|
||||
-----
|
||||
_This library is free and will stay free, but if you would like to support development, or you are a company using HandmadeMath, please consider financial support._
|
||||
|
||||
|
||||
[](http://www.patreon.com/strangezak) [](https://www.paypal.me/zakarystrange)
|
||||
|
||||
|
||||
## FAQ
|
||||
|
||||
**What's the license?**
|
||||
|
||||
Reference in New Issue
Block a user