Quaternion.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 quaternion to its conjugate |
Conjugate(Quaternion) | |
Conjugate(Quaternion, Quaternion) |
Get the conjugate of the given quaternion |
Conjugate()
Convert this quaternion to its conjugate
public void Conjugate ();
member this.Conjugate : unit -> unit
Applies to
Conjugate(Quaternion)
public static OpenTK.Quaternion Conjugate (OpenTK.Quaternion q);
static member Conjugate : OpenTK.Quaternion -> OpenTK.Quaternion
Parameters
Returns
Applies to
Conjugate(Quaternion, Quaternion)
Get the conjugate of the given quaternion
public static void Conjugate (ref OpenTK.Quaternion q, out OpenTK.Quaternion result);
static member Conjugate : * -> unit
Parameters
The quaternion
- result
- Quaternion
The conjugate of the given quaternion