public class DelaunayTriangulation extends Triangulation
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
debug  | 
| Constructor and Description | 
|---|
DelaunayTriangulation(org.openjump.core.graph.delauneySimplexInsert.Simplex triangle)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set | 
delaunayPlace(Pnt site)
Place a new point site into the DT. 
 | 
org.openjump.core.graph.delauneySimplexInsert.Simplex | 
locate(Pnt point)
Locate the triangle with point (a Pnt) inside (or on) it. 
 | 
static void | 
main(java.lang.String[] args)
Main program; used for testing. 
 | 
contains, iterator, neighborOpposite, neighbors, printStuff, size, toString, updatepublic DelaunayTriangulation(org.openjump.core.graph.delauneySimplexInsert.Simplex triangle)
triangle - the initial trianglepublic org.openjump.core.graph.delauneySimplexInsert.Simplex locate(Pnt point)
point - the Pnt to locatepublic java.util.Set delaunayPlace(Pnt site)
site - the new Pntpublic static void main(java.lang.String[] args)