public static DistancePointLine ( System.Point p, System.Point a, System.Point b ) : double | ||
p | System.Point | The point to compute the distance for. |
a | System.Point | One point of the line. |
b | System.Point | Another point of the line (must be different to A). |
return | double |