FVector3Subtraction Operator

Return the result of one vector subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 operator -(
	FVector3 minuend,
	FVector3 subtrahend
)

Parameters

minuend  FVector3
The part to be subtracted from.
subtrahend  FVector3
The amount to subtract.

Return Value

FVector3
Reference to the vector subtraction result.

See Also