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