This math library was based on AST math library and was rewritten by me from scratch for my personal student project. If you can - use GLM, previously me not satisfied API of GLM, and was written this library.My main goal when I was developing this library was to get experience with new technologies and some specific features (as SIMD)
Years of active development: 2009-2016.
- Actual of SIMD support for mobile and PC platforms
- Extend API and math functionally
- More tests
- Doxygen documentation
Just copy all files to your project folder. Redeclare macroses:
- ENGINE_INLINE macro on __forceinline or inline
- TimeDelta on float or double (use typedef)
- Redeclare ASSERT macro on your own
- Declare your String macro
EULA - only for non-commercial use and education only. If you want to use it in a commercial project just contact me.