From 7b10306ed5c87517800a6058ad84e27c866f81c6 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 13 Nov 2023 23:42:58 +0200 Subject: Matrix library. --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 56444ad..47dece1 100644 --- a/API.md +++ b/API.md @@ -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) -- cgit v1.2.3