The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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