P_Rhino_Geometry_Quaternion_Inverse - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.Inverse Property

Computes a new inverted quaternion, (a/L2, -b/L2, -c/L2, -d/L2),

where L2 = length squared = (aa + bb + cc + dd). This is the multiplicative inverse, i.e., (a,b,c,d)*(a/L2, -b/L2, -c/L2, -d/L2) = (1,0,0,0). If this is the zero quaternion, then the zero quaternion is returned.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Quaternion Inverse { get; }

VB

Public ReadOnly Property Inverse As Quaternion
	Get

Property Value

Type: Quaternion

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️