-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Description
a feature request: Voronoi diagrams, see https://groups.google.com/d/topic/sage-devel/JgqyInSu8S8/discussion
A list of things that could be included in an implementation of Voronoi diagrams could be:
- the graph structure of the Voronoi diagram and it's dual, the Delaunay triangulation
- generalizations
- Voronoi diagrams with weights (possibly empty regions!)
- Voronoi diagrams with respect to other metrics (regions not necessary convex Polyhedra anymore)
- farthest points Voronoi diagrams
- a closest pair method for the list of points/ nearest neighbor
- a plotting routine in 2d and 3d
Perhaps in the file sage/geometry/triangulation/point_configuration.py
CC: @vbraun @jplab @sagetrac-tmonteil @pelegm
Component: geometry
Keywords: voronoi, delaunay, days84
Author: Moritz Firsching
Branch/Commit: 5dc6bd5
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/13517