PointDAddition Operator

addition of two points.

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
First point for addition.
b  PointD
Second point for addition.

Return Value

PointD
New point with addition of X and Y.

See Also