Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 578 Bytes

decentraland-ecs.vector3.subtract.md

File metadata and controls

20 lines (13 loc) · 578 Bytes

Home > decentraland-ecs > Vector3 > subtract

Vector3.subtract method

Returns a new Vector3, result of the subtraction of the given vector from the current Vector3

Signature:

subtract(otherVector: ReadOnlyVector3): Vector3;

Returns: Vector3

the resulting Vector3

Parameters

Parameter Type Description
otherVector ReadOnlyVector3 defines the second operand