FVector2Subtraction Operator

Return the result of one vector subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector2 operator -(
	FVector2 vectorA,
	FVector2 vectorB
)

Parameters

vectorA  FVector2
Reference to the minuend vector.
vectorB  FVector2
Reference to the subtrahend vector.

Return Value

FVector2
Result of the subtraction.

See Also