Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 566 Bytes

decentraland-ecs.vector4.multiplyinplace.md

File metadata and controls

20 lines (13 loc) · 566 Bytes

Home > decentraland-ecs > Vector4 > multiplyInPlace

Vector4.multiplyInPlace method

Multiplies in place the current Vector4 by the given one.

Signature:

multiplyInPlace(otherVector: ReadOnlyVector4): Vector4;

Returns: Vector4

the updated Vector4.

Parameters

Parameter Type Description
otherVector ReadOnlyVector4 vector to multiple with