Mat4:invert
Inverts the matrix, causing it to represent the opposite of its old transform.
m = Mat4:invert()
Arguments
None
Returns
Name | Type | Description |
m | Mat4 | The original matrix. |
See also
Mat4
Inverts the matrix, causing it to represent the opposite of its old transform.
m = Mat4:invert()
None
Name | Type | Description |
m | Mat4 | The original matrix. |
Mat4