FRotation3Division Operator

Return the result of one rotation divided by the other.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 operator /(
	FRotation3 divisor,
	FRotation3 dividend
)

Parameters

divisor  FRotation3
A reference to the divisor.
dividend  FRotation3
A reference to the dividend.

Return Value

FRotation3
Reference to the rotation division result.

See Also