public final class VoronoiDraw
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
VoronoiDraw()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SVGPath |
drawDelaunay(Projection2D proj,
java.util.List<SweepHullDelaunay2D.Triangle> delaunay,
java.util.List<double[]> means)
Draw the Delaunay triangulation.
|
static SVGPath |
drawFakeVoronoi(Projection2D proj,
java.util.List<double[]> means)
Fake Voronoi diagram.
|
static SVGPath |
drawVoronoi(Projection2D proj,
java.util.List<SweepHullDelaunay2D.Triangle> delaunay,
java.util.List<double[]> means)
Draw a Voronoi diagram
|
public static SVGPath drawDelaunay(Projection2D proj, java.util.List<SweepHullDelaunay2D.Triangle> delaunay, java.util.List<double[]> means)
proj - Projectiondelaunay - Triangulationmeans - Meanspublic static SVGPath drawVoronoi(Projection2D proj, java.util.List<SweepHullDelaunay2D.Triangle> delaunay, java.util.List<double[]> means)
proj - Projectiondelaunay - Delaunay triangulationmeans - Cluster meanspublic static SVGPath drawFakeVoronoi(Projection2D proj, java.util.List<double[]> means)
proj - Projectionmeans - Mean vectorsCopyright © 2019 ELKI Development Team. License information.