Table of Contents

Method Distance

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Distance(Point, Point)

Calculates the Euclidean distance between two points.

public static double Distance(Point p1, Point p2)

Parameters

p1 Point

The first point.

p2 Point

The second point.

Returns

double

The Euclidean distance between p1 and p2.