mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-12-30 16:32:02 +00:00
* Make everything use radians (and provide an escape hatch) * Fix tests * Add tests for forcing degrees * Add degrees tests for windows * Remove coverage macro; just always use radians * Update forward declarations and clean up tests * Tell the user that angles are in radians
Testing
You can compile and run the tests yourself by running:
make
To run a specific test configuration, run one of:
make c
make c_no_sse
make cpp
make cpp_no_sse