Click or drag to resize
DigitalRuneQuaternionFSubtract Method
Subtracts a quaternion from a quaternion.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static QuaternionF Subtract(
	QuaternionF minuend,
	QuaternionF subtrahend
)

Parameters

minuend
Type: DigitalRune.Mathematics.AlgebraQuaternionF
The first quaternion (minuend).
subtrahend
Type: DigitalRune.Mathematics.AlgebraQuaternionF
The second quaternion (subtrahend).

Return Value

Type: QuaternionF
The difference of the two quaternions.
See Also