FVector3Subtraction Operator
Return the result of one vector subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector3 operator -(
FVector3 minuend,
FVector3 subtrahend
)
Public Shared Operator - (
minuend As FVector3,
subtrahend As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- minuend FVector3
-
The part to be subtracted from.
- subtrahend FVector3
-
The amount to subtract.
FVector3
Reference to the vector subtraction result.