Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 569 Bytes

decentraland-ecs.vector3.divideinplace.md

File metadata and controls

20 lines (13 loc) · 569 Bytes

Home > decentraland-ecs > Vector3 > divideInPlace

Vector3.divideInPlace method

Divides the current Vector3 coordinates by the given ones.

Signature:

divideInPlace(otherVector: ReadOnlyVector3): Vector3;

Returns: Vector3

the current updated Vector3

Parameters

Parameter Type Description
otherVector ReadOnlyVector3 defines the second operand