Method Conjugate
Conjugate()
Conjugates the quaternion.
Declaration
public void Conjugate()
Conjugate(Quaternion)
Creates the conjugate of a specified Quaternion.
Declaration
public static Quaternion Conjugate(Quaternion value)
Parameters
| Type | Name | Description |
|---|---|---|
| Quaternion | value | The Quaternion of which to return the conjugate. |
Returns
| Type | Description |
|---|---|
| Quaternion | A new Quaternion that is the conjugate of the specified one. |