The search functionality needs JavaScript enabled
Returns the Hausdorff distance to the given interval 'y'. For two R1Intervals x and y, this distance is defined as h(x, y) = max_{p in x} min_{q in y} d(p, q).
h(x, y) = max_{p in x} min_{q in y} d(p, q)
double getDirectedHausdorffDistance ( in const(R1Interval) y ) const;