diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
