Merge pull request #19 from bvisness/improvements

Lots of improvements
This commit is contained in:
Zak Strange
2016-08-23 20:35:41 -04:00
committed by GitHub
2 changed files with 634 additions and 164 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,7 @@ Single-file public domain game math library for C/C++
Version | Changes | Version | Changes |
----------------|----------------| ----------------|----------------|
**0.5** | Added scalar operations on vectors and matrices, added += and -= for hmm_mat4, reconciled headers and implementations, tidied up in general |
**0.4** | Added SSE Optimized HMM_SqrtF, HMM_RSqrtF, Removed use of CRT | **0.4** | Added SSE Optimized HMM_SqrtF, HMM_RSqrtF, Removed use of CRT |
**0.3** | Added +=,-=, *=, /= for hmm_vec2, hmm_vec3, hmm_vec4 | **0.3** | Added +=,-=, *=, /= for hmm_vec2, hmm_vec3, hmm_vec4 |
**0.2b** | Disabled warning C4201 on MSVC, Added 64bit percision on HMM_PI | **0.2b** | Disabled warning C4201 on MSVC, Added 64bit percision on HMM_PI |
@@ -21,6 +22,6 @@ _ID: In Development_
This library is in the public domain. You can do whatever you want with them. This library is in the public domain. You can do whatever you want with them.
**Where can i contact you to ask quesitons ?** **Where can I contact you to ask questions?**
You can email me at: Zak@Handmade.Network You can email me at: Zak@Handmade.Network