mymesh.delaunay.QuickHull2d# mymesh.delaunay.QuickHull2d(points)[source]# QuickHull algorithm for computing the convex hull of a set of 2D points. [BDH96] Parameters: NodeCoords (array_like) – Array of 2D point coordinates Returns: Hull – Node connectivity of convex hull edges (shape=(m,2)) Return type: np.ndarray