From 7b10306ed5c87517800a6058ad84e27c866f81c6 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 13 Nov 2023 23:42:58 +0200 Subject: Matrix library. --- ReiLua_API.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 839ff74..67ace3f 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4958,15 +4958,15 @@ function RL.MatrixRotateZ( angle ) end ---Get xyz-rotation matrix (angles in radians) ---- Success return Matrix ----@param angle table +---@param angles table ---@return any result -function RL.MatrixRotateXYZ( angle ) end +function RL.MatrixRotateXYZ( angles ) end ---Get zyx-rotation matrix (angles in radians) ---- Success return Matrix ----@param angle table +---@param angles table ---@return any result -function RL.MatrixRotateZYX( angle ) end +function RL.MatrixRotateZYX( angles ) end ---Get scaling matrix ---- Success return Matrix -- cgit v1.2.3