< Master index Index for matGeom\polygons2d >

Index for matGeom\polygons2d

Matlab files in this directory:

 ContentsPOLYGONS Manipulation of planar polygons and polylines
 cart2geodCART2GEOD Convert cartesian coordinates to geodesic coord.
 clipPolygonCLIPPOLYGON Clip a polygon with a rectangular box.
 clipPolygonHPCLIPPOLYGONHP Clip a polygon with a Half-plane defined by a directed line.
 clipPolylineCLIPPOLYLINE Clip an open polyline with a rectangular box.
 contourMatrixToPolylinesCONTOURMATRIXTOPOLYLINES Converts a contour matrix array into a polyline set.
 convexHullCONVEXHULL Convex hull of a set of points.
 convexificationCONVEXIFICATION Compute the convexification of a polygon.
 curvatureCURVATURE Estimate curvature of a polyline defined by points.
 curveCMomentCURVECMOMENT Compute centered inertia moment of a 2D curve.
 curveCSMomentCURVECSMOMENT Compute centered scaled moment of a 2D curve.
 curveMomentCURVEMOMENT Compute inertia moment of a 2D curve.
 densifyPolygonDENSIFYPOLYGON Add several points on each edge of the polygon.
 distancePointPolygonDISTANCEPOINTPOLYGON Shortest distance between a point and a polygon.
 distancePointPolylineDISTANCEPOINTPOLYLINE Compute shortest distance between a point and a polyline.
 distancePolygonsDISTANCEPOLYGONS Compute the shortest distance between 2 polygons.
 distancePolygonsNoCrossDISTANCEPOLYGONSNOCROSS Compute the shortest distance between 2 polygons.
 distancePolylinesDISTANCEPOLYLINES Compute the shortest distance between 2 polylines.
 drawPolygonDRAWPOLYGON Draw a polygon specified by a list of points.
 drawPolylineDRAWPOLYLINE Draw a polyline specified by a list of points.
 drawVerticesDRAWVERTICES Draw the vertices of a polygon or polyline.
 expandPolygonEXPANDPOLYGON Expand a polygon by a given (signed) distance.
 fillPolygonFILLPOLYGON Fill a polygon specified by a list of points.
 findPointFINDPOINT Find index of a point in an set from its coordinates.
 geod2cartGEOD2CART Convert geodesic coordinates to cartesian coord.
 intersectEdgePolygonINTERSECTEDGEPOLYGON Intersection point of an edge with a polygon.
 intersectLinePolygonIntersection points between a line and a polygon.
 intersectLinePolylineINTERSECTLINEPOLYLINE Intersection points between a line and a polyline.
 intersectPolylinesINTERSECTPOLYLINES Find the common points between 2 polylines.
 intersectRayPolygonIntersection points between a ray and a polygon.
 isPointInPolygonISPOINTINPOLYGON Test if a point is located inside a polygon.
 isPointOnPolylineISPOINTONPOLYLINE Test if a point belongs to a polyline.
 medialAxisConvexMEDIALAXISCONVEX Compute medial axis of a convex polygon.
 minimumCaliperDiameterMINIMUMCALIPERDIAMETER Minimum caliper diameter of a set of points.
 parametrizePARAMETRIZE Parametrization of a polyline, based on edges lengths.
 pointSetsAveragePOINTSETSAVERAGE Compute the average of several point sets.
 polygonAreaCompute the signed area of a polygon.
 polygonBoundsComputes the bounding box of a polygon.
 polygonCentroidComputes the centroid (center of mass) of a polygon.
 polygonContainsPOLYGONCONTAINS Test if a point is contained in a multiply connected polygon.
 polygonCurvaturePOLYGONCURVATURE Estimate curvature on polygon vertices using polynomial fit.
 polygonEdgesPOLYGONEDGES Return the edges of a simple or multiple polygon.
 polygonEquivalentEllipseCompute equivalent ellipse with same second order moments as polygon.
 polygonInertiaEllipsePOLYGONINERTIAELLIPSE Compute ellipse with same inertia moments as polygon.
 polygonLengthPOLYGONLENGTH Perimeter of a polygon.
 polygonLoopsPOLYGONLOOPS Divide a possibly self-intersecting polygon into a set of simple loops.
 polygonNormalAngleNormal angle at each vertex of a polygon.
 polygonOuterNormalOuter normal vector for a given vertex(ices).
 polygonPointPOLYGONPOINT Extract a point from a polygon.
 polygonSecondAreaMomentsPOLYGONSECONDAREAMOMENTS Compute second-order area moments of a polygon.
 polygonSelfIntersectionsPOLYGONSELFINTERSECTIONS Find self-intersection points of a polygon.
 polygonSignaturePOLYGONSIGNATURE Polar signature of a polygon (polar distance to origin).
 polygonSkeletonSkeletonization of a polygon with a dense distribution of vertices.
 polygonSubcurveExtract a portion of a polygon.
 polygonSymmetryAxisPOLYGONSYMMETRYAXIS Try to identify symmetry axis of polygon.
 polygonToRowPOLYGONTOROW Convert polygon coordinates to a row vector.
 polygonVerticesPOLYGONVERTICES Extract all vertices of a (multi-)polygon.
 polylineCentroidComputes the centroid of a curve defined by a series of points.
 polylineLengthPOLYLINELENGTH Return length of a polyline given as a list of points.
 polylinePointPOLYLINEPOINT Extract a point from a polyline.
 polylineSelfIntersectionsPOLYLINESELFINTERSECTIONS Find self-intersection points of a polyline.
 polylineSubcurveExtract a portion of a polyline.
 projPointOnPolygonPROJPOINTONPOLYGON Compute position of a point projected on a polygon.
 projPointOnPolylinePROJPOINTONPOLYLINE Compute position of a point projected on a polyline.
 randomPointInPolygonRANDOMPOINTINPOLYGON Generate random point(s) in a polygon.
 readPolygonSetREADPOLYGONSET Read a set of simple polygons stored in a file.
 removeMultipleVerticesREMOVEMULTIPLEVERTICES Remove multiple vertices of a polygon or polyline.
 resamplePolygonRESAMPLEPOLYGON Distribute N points equally spaced on a polygon.
 resamplePolygonByLengthRESAMPLEPOLYGONBYLENGTH Resample a polygon with a fixed sampling step.
 resamplePolylineRESAMPLEPOLYLINE Distribute N points equally spaced on a polyline.
 resamplePolylineByLengthRESAMPLEPOLYLINEBYLENGTH Resample a polyline with a fixed sampling step.
 reversePolygonREVERSEPOLYGON Reverse a polygon, by iterating vertices from the end.
 reversePolylineREVERSEPOLYLINE Reverse a polyline, by iterating vertices from the end.
 rowToPolygonROWTOPOLYGON Create a polygon from a row vector.
 signatureToPolygonSIGNATURETOPOLYGON Reconstruct a polygon from its polar signature.
 simplifyPolygonSIMPLIFYPOLYGON Douglas-Peucker simplification of a polygon.
 simplifyPolylineSIMPLIFYPOLYLINE Douglas-Peucker simplification of a polyline.
 smoothPolygonSMOOTHPOLYGON Smooth a polygon using local averaging.
 smoothPolylineSMOOTHPOLYLINE Smooth a polyline using local averaging.
 splitPolygonsSPLITPOLYGONS Convert a NaN separated polygon list to a cell array of polygons.
 steinerPointSTEINERPOINT Compute steiner point (weighted centroid) of a polygon.
 steinerPolygonSTEINERPOLYGON Create a Steiner polygon from a set of vectors.
 supportFunctionSUPPORTFUNCTION Compute support function of a polygon.
 triangulatePolygonComputes a triangulation of the input polygon.
 writePolygonSetWRITEPOLYGONSET Write a set of simple polygons into a file.

Subsequent directories:


Generated on Wed 16-Feb-2022 15:10:46 by m2html © 2003-2019