DistanceToPointOnLine() private méthode

private DistanceToPointOnLine ( Point p ) : double
p Point
Résultat double
 internal static double DistanceTo(this Point self, Line other)
 {
     return(other.DistanceToPointOnLine(self));
 }
 internal static double DistanceTo(this Point self, Line other)
 {
     return other.DistanceToPointOnLine(self);
 }