FPoint3Subtraction Operator
Return the result of one point subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 operator -(
FPoint3 pointA,
FPoint3 pointB
)
Public Shared Operator - (
pointA As FPoint3,
pointB As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- pointA FPoint3
-
Reference to the minuend point.
- pointB FPoint3
-
Reference to the subtrahend point.
FPoint3
Result of the subtraction.