Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 783 Bytes

decentraland-ecs.vector3.maximizeinplacefromfloats.md

File metadata and controls

22 lines (15 loc) · 783 Bytes

Home > decentraland-ecs > Vector3 > maximizeInPlaceFromFloats

Vector3.maximizeInPlaceFromFloats method

Updates the current Vector3 with the maximal coordinate values between its and the given coordinates.

Signature:

maximizeInPlaceFromFloats(x: number, y: number, z: number): Vector3;

Returns: Vector3

the current updated Vector3

Parameters

Parameter Type Description
x number defines the x coordinate of the operand
y number defines the y coordinate of the operand
z number defines the z coordinate of the operand