Quat:equals
EditReturns whether a quaternion is approximately equal to another quaternion.
equal = Quat:equals(r)
Arguments
Name | Type | Description |
r | Quat | The other quaternion. |
Returns
Name | Type | Description |
equal | boolean | Whether the 2 quaternions approximately equal each other. |