Home > decentraland-ecs > Vector4 > maximizeInPlace
Updates the Vector4 coordinates with the maximum values between its own and the given vector ones
Signature:
maximizeInPlace(other: ReadOnlyVector4): Vector4;
Returns: Vector4
the current updated Vector4
Parameter | Type | Description |
---|---|---|
other |
ReadOnlyVector4 |
defines the second operand |