aboutsummaryrefslogtreecommitdiff
path: root/src/raymath.c
AgeCommit message (Collapse)Author
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-12-16Working on rotation math...raysan5
[models] Added DrawQuad()
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Explicit define of functions prototypesraysan5
No-parameters functions use the prototype style FunctionName(void);
2014-09-03Removed useless spacesraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-03-25Road to raylib 1.1 - Testing rlglraysan5
2014-03-023D useful mathsraysan5
Some useful functions to work with Vector3, Matrix and Quaternions