bundles / scipy 1.17.1 / scipy / spatial / _qhull / _Qhull / get_hull_points
cython_function_or_method
scipy.spatial._qhull:_Qhull.get_hull_points
Signature
def get_hull_points ( self ) Summary
Returns all points currently contained in Qhull. It is equivalent to retrieving the input in most cases, except in halfspace mode, where the points are in fact the points of the dual hull.
Returns
: points: array of double, shape (nrpoints, ndim)The array of points contained in Qhull.
Aliases
-
scipy.spatial._qhull._Qhull.get_hull_points