FRotation3Subtraction Operator
Return the result of one rotation subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 operator -(
FRotation3 rotationA,
FRotation3 rotationB
)
Public Shared Operator - (
rotationA As FRotation3,
rotationB As FRotation3
) As FRotation3
No code example is currently available or this language may not be supported.
- rotationA FRotation3
-
Reference to the minuend rotation.
- rotationB FRotation3
-
Reference to the subtrahend rotation.
FRotation3
Result of the subtraction.