FRotation3Division Operator
Return the result of one rotation divided by the other.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 operator /(
FRotation3 divisor,
FRotation3 dividend
)
Public Shared Operator / (
divisor As FRotation3,
dividend As FRotation3
) As FRotation3
No code example is currently available or this language may not be supported.
- divisor FRotation3
-
A reference to the divisor.
- dividend FRotation3
-
A reference to the dividend.
FRotation3
Reference to the rotation division result.