Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 604 Bytes

decentraland-ecs.vector4.maximizeinplace.md

File metadata and controls

20 lines (13 loc) · 604 Bytes

Home > decentraland-ecs > Vector4 > maximizeInPlace

Vector4.maximizeInPlace method

Updates the Vector4 coordinates with the maximum values between its own and the given vector ones

Signature:

maximizeInPlace(other: ReadOnlyVector4): Vector4;

Returns: Vector4

the current updated Vector4

Parameters

Parameter Type Description
other ReadOnlyVector4 defines the second operand