FVector2Subtraction Operator
Return the result of one vector subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 operator -(
FVector2 vectorA,
FVector2 vectorB
)
Public Shared Operator - (
vectorA As FVector2,
vectorB As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- vectorA FVector2
-
Reference to the minuend vector.
- vectorB FVector2
-
Reference to the subtrahend vector.
FVector2
Result of the subtraction.