Quaterniond.Invert 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
Invert(Quaterniond) | |
Invert(Quaterniond, Quaterniond) |
Get the inverse of the given Quaterniond |
Invert(Quaterniond)
public static OpenTK.Quaterniond Invert (OpenTK.Quaterniond q);
static member Invert : OpenTK.Quaterniond -> OpenTK.Quaterniond
Parameters
Returns
Applies to
Invert(Quaterniond, Quaterniond)
Get the inverse of the given Quaterniond
public static void Invert (ref OpenTK.Quaterniond q, out OpenTK.Quaterniond result);
static member Invert : * -> unit
Parameters
The Quaterniond to invert
- result
- Quaterniond
The inverse of the given Quaterniond