PointDDivision Operator

Divided both values with one doubel.

Definition

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

Parameters

a  PointD
Point for calculation.
b  Double
The divid factor for both values of the point.

Return Value

PointD
a new point with X and Y divided with b

See Also