IMathDistancePointToPoint(PointD, PointD) Method

Calculates the distance between two points.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double DistancePointToPoint(
	PointD P1,
	PointD P2
)

Parameters

P1  PointD
The first relevant point.
P2  PointD
The second relevant point.

Return Value

Double
Distance between the points.

See Also