FPointSubtraction Operator

Return the result of one point subtracted from another.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint operator -(
	FPoint pointA,
	FPoint pointB
)

Parameters

pointA  FPoint
Reference to the minuend point.
pointB  FPoint
Reference to the subtrahend point.

Return Value

FPoint
Result of the subtraction.

See Also