PointDSubtraction Operator

subtract right point from left point.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD operator -(
	PointD a,
	PointD b
)

Parameters

a  PointD
left point of operation
b  PointD
right point of operation

Return Value

PointD
new point with subtracted values.

See Also