FRotation3Addition Operator
Return the result of the values of two rotations added together.
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
-
First rotation to add.
- rotationB FRotation3
-
Second rotation to add.
FRotation3
Result of the addition.