Quaterniond.Conjugate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Conjugate() |
Convert this Quaterniond to its conjugate |
Conjugate(Quaterniond) | |
Conjugate(Quaterniond, Quaterniond) |
Get the conjugate of the given Quaterniond |
Conjugate()
Convert this Quaterniond to its conjugate
public void Conjugate ();
member this.Conjugate : unit -> unit
Applies to
Conjugate(Quaterniond)
public static OpenTK.Quaterniond Conjugate (OpenTK.Quaterniond q);
static member Conjugate : OpenTK.Quaterniond -> OpenTK.Quaterniond
Parameters
Returns
Applies to
Conjugate(Quaterniond, Quaterniond)
Get the conjugate of the given Quaterniond
public static void Conjugate (ref OpenTK.Quaterniond q, out OpenTK.Quaterniond result);
static member Conjugate : * -> unit
Parameters
The Quaterniond
- result
- Quaterniond
The conjugate of the given Quaterniond