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 /ReiLua_API.lua | |
| parent | e06d98e0ed820c64df99c451e2c24a481d7349e8 (diff) | |
| download | reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.gz reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.tar.bz2 reilua-enhanced-7b10306ed5c87517800a6058ad84e27c866f81c6.zip | |
Matrix library.
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 |
