[]
Returns the distance between the two points
public static double Distance(this Point p1, Point p2)
Public Shared Function Distance(p1 As Point, p2 As Point) As Double
| Type | Name | Description |
|---|---|---|
| Point | p1 | One point. |
| Point | p2 | Another point. |
| Type | Description |
|---|---|
| double |