Home > decentraland-ecs > Vector3 > minimizeInPlace
Updates the current Vector3 with the minimal coordinate values between its and the given vector ones
Signature:
minimizeInPlace(other: ReadOnlyVector3): Vector3;
Returns: Vector3
the current updated Vector3
Parameter | Type | Description |
---|---|---|
other |
ReadOnlyVector3 |
defines the second operand |