public class DelaunayTriangulation extends Triangulation<Pnt>
Modifier and Type | Field and Description |
---|---|
boolean |
debug |
Constructor and Description |
---|
DelaunayTriangulation(Simplex<Pnt> triangle)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Simplex<Pnt>> |
delaunayPlace(Pnt site)
Place a new point site into the DT.
|
Simplex<Pnt> |
locate(Pnt point)
Locate the triangle with point (a Pnt) inside (or on) it.
|
static void |
main(String[] args)
Main program; used for testing.
|
contains, iterator, neighborOpposite, neighbors, printStuff, size, toString, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Simplex<Pnt> locate(Pnt point)
point
- the Pnt to locatepublic Set<Simplex<Pnt>> delaunayPlace(Pnt site)
site
- the new Pntpublic static void main(String[] args)
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.