FRotation3Addition Operator

Return the result of the values of two rotations added together.

Definition

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

Parameters

rotationA  FRotation3
First rotation to add.
rotationB  FRotation3
Second rotation to add.

Return Value

FRotation3
Result of the addition.

See Also