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

View File

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