FRotation3Delta Method

Return the coordinate difference between two rotations.

Definition

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

Parameters

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

Return Value

FRotation3
Coordinate difference between two rotations.

See Also