Home > decentraland-ecs > Vector3 > subtractInPlace
Subtract the given vector from the current Vector3
Signature:
subtractInPlace(otherVector: ReadOnlyVector3): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
otherVector |
ReadOnlyVector3 |
defines the second operand |