FRotation3MiddleRotation Method
Return the middle coordinate between two rotations.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 MiddleRotation(
FRotation3 rotationA,
FRotation3 rotationB
)
Public Shared Function MiddleRotation (
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 first rotation to test.
- rotationB FRotation3
-
Reference to the second rotation to test.
FRotation3
Reference to a rotation that represents the exact middle theta of the
caller's total rotation.