Package | Description |
---|---|
delaunay |
Modifier and Type | Method and Description |
---|---|
Simplex |
DelaunayTriangulation.locate(Pnt point)
Locate the triangle with point (a Pnt) inside (or on) it.
|
Simplex |
Triangulation.neighborOpposite(Object vertex,
Simplex simplex)
Report neighbor opposite the given vertex of simplex.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Triangulation.contains(Simplex simplex)
True iff the simplex is in this Triangulation.
|
boolean |
Simplex.isNeighbor(Simplex simplex)
True iff simplices are neighbors.
|
Simplex |
Triangulation.neighborOpposite(Object vertex,
Simplex simplex)
Report neighbor opposite the given vertex of simplex.
|
Set |
Triangulation.neighbors(Simplex simplex)
Report neighbors of the given simplex.
|
Constructor and Description |
---|
DelaunayTriangulation(Simplex triangle)
Constructor.
|
Triangulation(Simplex simplex)
Constructor.
|
Copyright © 2015–2021 Fiji. All rights reserved.