Matrix library.

This commit is contained in:
jussi
2023-11-13 23:42:58 +02:00
parent e06d98e0ed
commit 7b10306ed5
7 changed files with 176 additions and 8 deletions

4
API.md
View File

@@ -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)