FRotation3Negate Method
Negate the values of the caller's coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FRotation3 Negate(
FRotation3 rotation
)
Public Shared Function Negate (
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 negated.
FRotation3
Reference to the caller's rotation with inverted values.