Class VoronoiDiagram
java.lang.Object
org.episteme.core.mathematics.geometry.triangulation.VoronoiDiagram
Voronoi diagram computation in 2D.
A Voronoi diagram partitions the plane into regions closest to each site point.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a Voronoi cell (region). -
Constructor Summary
ConstructorsConstructorDescriptionVoronoiDiagram(List<Point2D> sites) Constructs a Voronoi diagram from the given sites. -
Method Summary
-
Constructor Details
-
VoronoiDiagram
-
-
Method Details
-
getSites
-
getCells
-
getEdges
-
findCell
-
toString
-