Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 590 Bytes

decentraland-ecs.quaternion.conjugatetoref.md

File metadata and controls

20 lines (13 loc) · 590 Bytes

Home > decentraland-ecs > Quaternion > conjugateToRef

Quaternion.conjugateToRef method

Conjugates (1-q) the current quaternion and stores the result in the given quaternion

Signature:

conjugateToRef(ref: Quaternion): Quaternion;

Returns: Quaternion

the current quaternion

Parameters

Parameter Type Description
ref Quaternion defines the target quaternion