Click or drag to resize

QuaternionSubtract Method

Subtracts one Quaternion from another.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Quaternion Subtract(
	Quaternion value1,
	Quaternion value2
)

Parameters

value1
Type: Karamba.GeometryQuaternion
The first source Quaternion.
value2
Type: Karamba.GeometryQuaternion
The second Quaternion, to be subtracted from the first.

Return Value

Type: Quaternion
The result of the subtraction.
See Also