Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 607 Bytes

decentraland-ecs.vector3.minimizeinplace.md

File metadata and controls

20 lines (13 loc) · 607 Bytes

Home > decentraland-ecs > Vector3 > minimizeInPlace

Vector3.minimizeInPlace method

Updates the current Vector3 with the minimal coordinate values between its and the given vector ones

Signature:

minimizeInPlace(other: ReadOnlyVector3): Vector3;

Returns: Vector3

the current updated Vector3

Parameters

Parameter Type Description
other ReadOnlyVector3 defines the second operand