mymesh.delaunay.ConvexHullFanTriangulation#
- mymesh.delaunay.ConvexHullFanTriangulation(Hull)[source]#
ConvexHullFanTriangulation Generate a fan triangulation of a convex hull
- Parameters:
Hull (list or np.ndarray) – List of point indices that form the convex hull. Points should be ordered in either clockwise or counterclockwise order. The ordering of the triangles will follow the ordering of the hull.
- Returns:
Nodal connectivity of the triangulated hull.
- Return type:
NodeConn np.ndarray