Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 612 Bytes

decentraland-ecs.vector3.minimize.md

File metadata and controls

21 lines (14 loc) · 612 Bytes

Home > decentraland-ecs > Vector3 > Minimize

Vector3.Minimize method

Gets the minimal coordinate values between two Vector3

Signature:

static Minimize(left: ReadOnlyVector3, right: ReadOnlyVector3): Vector3;

Returns: Vector3

the new Vector3

Parameters

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