Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
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.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.