Currently, there are no docstrings in the code.
BoundedVoronoi is the only public class in the library, so it'd make sense if it had some documentation.
The problem is that the documentation is the same as scipy.spatial.Voronoi except for the bounds term, and I guess the output regions/vertices containing points from the edges of bounds.
Currently, there are no docstrings in the code.
BoundedVoronoiis the only public class in the library, so it'd make sense if it had some documentation.The problem is that the documentation is the same as scipy.spatial.Voronoi except for the
boundsterm, and I guess the output regions/vertices containing points from the edges of bounds.