FRotation3MiddleRotation Method

Return the middle coordinate between two rotations.

Definition

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

Parameters

rotationA  FRotation3
Reference to the first rotation to test.
rotationB  FRotation3
Reference to the second rotation to test.

Return Value

FRotation3
Reference to a rotation that represents the exact middle theta of the caller's total rotation.

See Also