Click or drag to resize

PointD2DSubtraction(PointD2D, PointD2D) Operator

Subtracts two points component-wise.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PointD2D operator -(
	PointD2D p1,
	PointD2D p2
)

Parameters

p1  PointD2D
The first point.
p2  PointD2D
The second point.

Return Value

PointD2D
The component-wise difference of the two points.
See Also