Method conjugate
conjugate(quaternion)
Returns the conjugate of a quaternion value.
Declaration
public static quaternion conjugate(quaternion q)
Parameters
Type | Name | Description |
---|---|---|
quaternion | q | The quaternion to conjugate. |
Returns
Type | Description |
---|---|
quaternion | The conjugate of the input quaternion. |