Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 564 Bytes

decentraland-ecs.quaternion.subtract.md

File metadata and controls

20 lines (13 loc) · 564 Bytes

Home > decentraland-ecs > Quaternion > subtract

Quaternion.subtract method

Subtract two quaternions

Signature:

subtract(other: Quaternion): Quaternion;

Returns: Quaternion

a new quaternion as the subtraction result of the given one from the current one

Parameters

Parameter Type Description
other Quaternion defines the second operand