Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 680 Bytes

decentraland-ecs.vector4.multiplytoref.md

File metadata and controls

21 lines (14 loc) · 680 Bytes

Home > decentraland-ecs > Vector4 > multiplyToRef

Vector4.multiplyToRef method

Updates the given vector "result" with the multiplication result of the current Vector4 and the given one.

Signature:

multiplyToRef(otherVector: ReadOnlyVector4, result: Vector4): Vector4;

Returns: Vector4

the current Vector4.

Parameters

Parameter Type Description
otherVector ReadOnlyVector4 vector to multiple with
result Vector4 vector to store the result