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