Click or drag to resize

MCUtilitiesInverse Method

Extension method, which inverts quaternion.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.Utilities
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static Quaternion Inverse(
	this Quaternion rotation
)

Parameters

rotation
Type: Quaternion
The initial quaternion.

Return Value

Type: Quaternion
Inverted quaternion.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Quaternion. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also