FRotation3Delta Method
Return the coordinate difference between two rotations.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 Delta(
FRotation3 rotationA,
FRotation3 rotationB
)
Public Shared Function Delta (
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 compare.
- rotationB FRotation3
-
Reference to the second rotation to compare.
FRotation3
Coordinate difference between two rotations.