diff options
| author | Ray <[email protected]> | 2021-10-03 11:44:59 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-03 11:44:59 +0200 |
| commit | 239c37246a533681953554a303e68f25b9ceba17 (patch) | |
| tree | f6d95aee2b43108a3e42772ff8e46a71e34df4ce /projects/scripts/core_basic_window.c | |
| parent | 9882796df04218403fda23e2adbab8f347f88270 (diff) | |
| download | raylib-239c37246a533681953554a303e68f25b9ceba17.tar.gz raylib-239c37246a533681953554a303e68f25b9ceba17.zip | |
WARNING: REVIEWED: Follow a set of conventions
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)
Diffstat (limited to 'projects/scripts/core_basic_window.c')
0 files changed, 0 insertions, 0 deletions
