Home > decentraland-ecs > Quaternion > equals
Check if two quaternions are equals
Signature:
equals(otherQuaternion: Quaternion): boolean;
Returns: boolean
true if the current quaternion and the given one coordinates are strictly equals
Parameter | Type | Description |
---|---|---|
otherQuaternion |
Quaternion |
defines the second operand |