public static double Distance(RealPoint point, Line line) { return(LineWithRealPoint.Distance(line, point)); }