IMathGetMidPoint(PointD, PointD) Method

The middle pf two points.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD GetMidPoint(
	PointD FromP,
	PointD ToP
)

Parameters

FromP  PointD
The frist point.
ToP  PointD
The second point.

Return Value

PointD
Middle of the two points.

See Also