Home > decentraland-ecs > Quaternion > conjugateToRef
Conjugates (1-q) the current quaternion and stores the result in the given quaternion
Signature:
conjugateToRef(ref: Quaternion): Quaternion;
Returns: Quaternion
the current quaternion
Parameter | Type | Description |
---|---|---|
ref |
Quaternion |
defines the target quaternion |