FRotation3Invert Method

Invert the values of the caller's coordinate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 Invert(
	FRotation3 rotation
)

Parameters

rotation  FRotation3
Reference to the rotation to be inverted.

Return Value

FRotation3
Reference to the caller's rotation with inverted values.

See Also