Home > decentraland-ecs > Quaternion > subtract
Subtract two quaternions
Signature:
subtract(other: Quaternion): Quaternion;
Returns: Quaternion
a new quaternion as the subtraction result of the given one from the current one
Parameter | Type | Description |
---|---|---|
other |
Quaternion |
defines the second operand |