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