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 java.util.ArrayList<SweepHullDelaunay2D.Triangle> |
AlphaShape.delaunay
Delaunay triangulation
|
private java.util.ArrayList<SweepHullDelaunay2D.Triangle> |
SweepHullDelaunay2D.tris
Triangles
|
Modifier and Type | Method and Description |
---|---|
SweepHullDelaunay2D.Triangle |
SweepHullDelaunay2D.findSmallest(int seedid,
int seed2id,
double[] sortd,
int[] sorti,
int len) |
Modifier and Type | Method and Description |
---|---|
java.util.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,
java.util.List<SweepHullDelaunay2D.Triangle> delaunay,
java.util.List<double[]> means)
Draw the Delaunay triangulation.
|
static SVGPath |
VoronoiDraw.drawVoronoi(Projection2D proj,
java.util.List<SweepHullDelaunay2D.Triangle> delaunay,
java.util.List<double[]> means)
Draw a Voronoi diagram
|
Copyright © 2019 ELKI Development Team. License information.