IMathDistancePointToPoint(PointF, PointF) 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(
	PointF P1,
	PointF P2
)

Parameters

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

Return Value

Double
Distance between the points.

See Also