Compare commits

...

3 Commits

Author SHA1 Message Date
strangezak
3908aa6a10 Updated Docs 2021-03-14 18:29:07 -07:00
Zakary Strange
d0ae200589 Fix comment location 2021-03-11 11:54:36 -08:00
strangezak
30633daa77 Inline all functions 2021-03-11 11:52:05 -08:00
2 changed files with 3171 additions and 3286 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,8 @@ To get started, go download [the latest release](https://github.com/HandmadeMath
Version | Changes |
----------------|----------------|
**1.12.0** | Added Unary Minus operator for `HMM_Vec2`, `HMM_Vec3`, and `HMM_Vec4`. |
**1.13.0** | Inline all Handmade Math functions. Remove need for HANDMADE_MATH_IMPLEMENTATION |
**1.11.1** | Added HMM_PREFIX macro to a few functions that were missing it. |
**1.11.0** | Added ability to customize or remove the default `HMM_` prefix on function names by defining a macro called `HMM_PREFIX(name)`. |
**1.10.1** | Removed stdint.h, this doesn't exist on some really old compilers and we didn't really use it anyways. |