Home > decentraland-ecs > Vector3 > divideInPlace
Divides the current Vector3 coordinates by the given ones.
Signature:
divideInPlace(otherVector: ReadOnlyVector3): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
otherVector |
ReadOnlyVector3 |
defines the second operand |