FQuaternionSubtract Method

Subtract the second quaternion from the first, returning the result as a new quaternion.

Definition

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

Parameters

minuend  FQuaternion
Reference to the quaternion representing the starting value.
subtrahend  FQuaternion
Reference to the quaternion representing the amount to be subtracted.

Return Value

FQuaternion
Reference to a new quaternion containing the result of the subtraction, if legitimate.

See Also