| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-05 | REMOVED: example: core_quat_conversion | Ray | |
| This example requires a complete remake to be more clear. Also current quaternion maths could have issues. | |||
| 2022-06-21 | Added new comment to examples | Ray | |
| 2021-10-17 | Remove trailing spaces | raysan5 | |
| 2021-10-17 | Reviewed examples | raysan5 | |
| 2021-10-03 | WARNING: REVIEWED: Follow a set of conventions | Ray | |
| CONVENTIONS: - Functions are always self-contained, no function use another raymath function inside, required code is directly re-implemented inside - Functions input parameters are always received by value - Functions use always a "result" variable for return - Functions are always defined inline - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience) | |||
| 2021-04-22 | Remove trail spaces | Ray | |
| 2021-03-19 | WARNING: BREAKING: RENAMED: camera.type to camera.projection | Ray | |
| 2020-12-23 | Review formatting | raysan5 | |
| 2020-12-03 | Update user name | Ray | |
| 2020-11-01 | Review contributed examples | Ray | |
| 2020-08-23 | work on quat and matrix math - deleted multiple copies of raymath.h causing ↵ | chriscamacho | |
| issues (#1359) Co-authored-by: codifies <[email protected]> | |||
