Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 580 Bytes

decentraland-ecs.vector3.maximize.md

File metadata and controls

21 lines (14 loc) · 580 Bytes

Home > decentraland-ecs > Vector3 > Maximize

Vector3.Maximize method

Gets the maximal coordinate values between two Vector3

Signature:

static Maximize(left: Vector3, right: Vector3): Vector3;

Returns: Vector3

the new Vector3

Parameters

Parameter Type Description
left Vector3 defines the first operand
right Vector3 defines the second operand