M_Rhino_Geometry_Quaternion_op_Subtraction - mcneel/rhinocommon-api-docs GitHub Wiki

Quaternion.Subtraction Operator

Subtracts a quaternion from another one. This computes the difference of each quaternion coefficient with its correspondant and returns a new result quaternion.

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

Syntax

C#

public static Quaternion operator -(
	Quaternion a,
	Quaternion b
)

VB

Public Shared Operator - ( 
	a As Quaternion,
	b As Quaternion
) As Quaternion

Parameters

 

a
Type: Rhino.Geometry.Quaternion
A quaternion.
b
Type: Rhino.Geometry.Quaternion
Another quaternion.

Return Value

Type: Quaternion
A new quaternion.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Quaternion Structure
Rhino.Geometry Namespace

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