FRotation3Subtraction Operator

Return the result of one rotation subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 operator -(
	FRotation3 rotationA,
	FRotation3 rotationB
)

Parameters

rotationA  FRotation3
Reference to the minuend rotation.
rotationB  FRotation3
Reference to the subtrahend rotation.

Return Value

FRotation3
Result of the subtraction.

See Also