diff options
| author | jussi | 2023-11-13 23:42:58 +0200 |
|---|---|---|
| committer | jussi | 2023-11-13 23:42:58 +0200 |
| commit | 7b10306ed5c87517800a6058ad84e27c866f81c6 (patch) | |
| tree | 68b58fed65ed81362a80b34974bfaa8c4345e5c8 /API.md | |
| parent | e06d98e0ed820c64df99c451e2c24a481d7349e8 (diff) | |
| download | reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.gz reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.bz2 reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.zip | |
Matrix library.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7710,7 +7710,7 @@ Get z-rotation matrix (angle in radians) --- -> result = RL.MatrixRotateXYZ( Vector3 angle ) +> result = RL.MatrixRotateXYZ( Vector3 angles ) Get xyz-rotation matrix (angles in radians) @@ -7718,7 +7718,7 @@ Get xyz-rotation matrix (angles in radians) --- -> result = RL.MatrixRotateZYX( Vector3 angle ) +> result = RL.MatrixRotateZYX( Vector3 angles ) Get zyx-rotation matrix (angles in radians) |
