FQuaternionSubtraction Operator

Return the result of one quaternion subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion operator -(
	FQuaternion minuend,
	FQuaternion subtrahend
)

Parameters

minuend  FQuaternion
Reference to the minuend quaternion.
subtrahend  FQuaternion
Reference to the subtrahend quaternion.

Return Value

FQuaternion
Result of the subtraction.

See Also