Home > decentraland-ecs > Vector3 > Maximize
Gets the maximal coordinate values between two Vector3
Signature:
static Maximize(left: Vector3, right: Vector3): Vector3;
Returns: Vector3
the new Vector3
Parameter | Type | Description |
---|---|---|
left |
Vector3 |
defines the first operand |
right |
Vector3 |
defines the second operand |