{ } Raw JSON

bundles / scipy latest / scipy / spatial / _spherical_voronoi / SphericalVoronoi / _calc_vertices_regions

function

scipy.spatial._spherical_voronoi:SphericalVoronoi._calc_vertices_regions

source: /scipy/spatial/_spherical_voronoi.py :198

Signature

def   _calc_vertices_regions ( self )

Summary

Calculates the Voronoi vertices and regions of the generators stored in self.points. The vertices will be stored in self.vertices and the regions in self.regions.

Extended Summary

This algorithm was discussed at PyData London 2015 by Tyler Reddy, Ross Hemsley and Nikolai Nowaczyk

Aliases

  • scipy.spatial.SphericalVoronoi._calc_vertices_regions