Mat4:equals
EditReturns whether a matrix is approximately equal to another matrix.
equal = Mat4:equals(n)
Arguments
Name | Type | Description |
n | Mat4 | The other matrix. |
Returns
Name | Type | Description |
equal | boolean | Whether the 2 matrices approximately equal each other. |