DISTANCEPOLYLINES Compute the shortest distance between 2 polylines.

   DIST = distancePolylines(POLY1, POLY2)
   POLY1 and POLY2 should be two polylines represented by their list of
   vertices.


   See also
   polygons2d, distancePolygons, distancePointPolyline

Package: matgeom