FVector2Negate Method

Negate the values of the caller's coordinate.

Definition

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

Parameters

vector  FVector2
Reference to the vector to be negated.

Return Value

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

See Also