diff options
| author | Ray <[email protected]> | 2021-10-03 12:09:59 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-03 12:09:59 +0200 |
| commit | f869229b7ff187a5f18feb0ba82e7e80c9c98a7b (patch) | |
| tree | 595a73831ab0f9aab2dd7ef34fb992d5f5d3a213 /src/raymath.h | |
| parent | 239c37246a533681953554a303e68f25b9ceba17 (diff) | |
| download | raylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.tar.gz raylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.zip | |
Minor format tweaks
Diffstat (limited to 'src/raymath.h')
| -rw-r--r-- | src/raymath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raymath.h b/src/raymath.h index abd45519..67f5b0a4 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -17,8 +17,8 @@ * * - 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 input parameters are always received by value (2 unavoidable exceptions) +* - Functions use always a "result" anmed variable for return * - Functions are always defined inline * - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience) * |
