FVector2Invert Method

Invert the values of the caller's coordinate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FVector2 Invert(
	FVector2 vector
)

Parameters

vector  FVector2
Reference to the vector to be inverted.

Return Value

FVector2
Reference to the caller's vector with inverted values.

See Also