| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math.geometry | 
 Algorithms from computational geometry. 
 | 
| de.lmu.ifi.dbs.elki.visualization.svg | 
 Base SVG functionality (generation, markers, thumbnails, export, ...). 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private ArrayList<SweepHullDelaunay2D.Triangle> | 
AlphaShape.delaunay
Delaunay triangulation 
 | 
private ArrayList<SweepHullDelaunay2D.Triangle> | 
SweepHullDelaunay2D.tris
Triangles 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ArrayList<SweepHullDelaunay2D.Triangle> | 
SweepHullDelaunay2D.getDelaunay()
Get the Delaunay triangulation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
SweepHullDelaunay2D.Triangle.copyFrom(SweepHullDelaunay2D.Triangle o)
Copy the values from another triangle. 
 | 
(package private) SweepHullDelaunay2D.Orientation | 
SweepHullDelaunay2D.Triangle.findOrientation(SweepHullDelaunay2D.Triangle oth)
Find the orientation of the triangles to each other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SVGPath | 
VoronoiDraw.drawDelaunay(Projection2D proj,
            List<SweepHullDelaunay2D.Triangle> delaunay,
            List<double[]> means)
Draw the Delaunay triangulation. 
 | 
static SVGPath | 
VoronoiDraw.drawVoronoi(Projection2D proj,
           List<SweepHullDelaunay2D.Triangle> delaunay,
           List<double[]> means)
Draw a Voronoi diagram 
 |