FRotation3Invert Method
Invert the values of the caller's coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 Invert(
FRotation3 rotation
)
Public Shared Function Invert (
rotation As FRotation3
) As FRotation3
No code example is currently available or this language may not be supported.
- rotation FRotation3
-
Reference to the rotation to be inverted.
FRotation3
Reference to the caller's rotation with inverted values.