mattools / matGeom

Matlab geometry toolbox for 2D/3D geometric computing
BSD 2-Clause "Simplified" License
267 stars 98 forks source link

Missing functions in Contents.m #182

Closed oqilipo closed 1 year ago

oqilipo commented 1 year ago

I've added a function to check which functions are missing in the Contents: matGeom\checks\check_Contents.m

>> check_Contents
Missing in C:\dev\matGeom\matGeom\geom2d\Contents.m:
    {'none'}

Missing in C:\dev\matGeom\matGeom\geom3d\Contents.m:
    {'clipPlane.m'             }
    {'distancePointCircle3d.m' }
    {'geodesicCylinder.m'      }
    {'intersectEdgePolygon3d.m'}
    {'isPointOnEdge3d.m'       }
    {'isPolygon3d.m'           }
    {'projPointOnCylinder.m'   }
    {'transformCircle3d.m'     }
    {'transformPolygon3d.m'    }

Missing in C:\dev\matGeom\matGeom\graphs\Contents.m:
    {'none'}

Missing in C:\dev\matGeom\matGeom\meshes3d\Contents.m:
    {'circleMesh.m'                }
    {'clipMeshByPlane.m'           }
    {'drawPolyhedron.m'            }
    {'meshBoundaryEdges.m'         }
    {'removeDuplicateVertices.m'   }
    {'removeUnreferencedVertices.m'}
    {'vertexNormal.m'              }

Missing in C:\dev\matGeom\matGeom\polygons2d\Contents.m:
    {'parsePolygon.m'      }
    {'polygonToPolyshape.m'}

Kind regards

dlegland commented 1 year ago

great, nice tool!