This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.spatial.Delaunay.convex_hull

Delaunay.convex_hull

Vertices of facets forming the convex hull of the point set.

Type :ndarray of int, shape (nfaces, ndim)

The array contains the indices of the points belonging to the (N-1)-dimensional facets that form the convex hull of the triangulation.

Previous topic

scipy.spatial.Delaunay.vertex_to_simplex

Next topic

scipy.spatial.Delaunay.find_simplex

This Page