Click or drag to resize

QuaternionConjugate Property

Gets a new quaternion that is the conjugate of this quaternion.

This is (a,-b,-c,-d)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Quaternion Conjugate { get; }

Property Value

Type: Quaternion
See Also