| Package | Description |
|---|---|
| com.vividsolutions.jts.triangulate.quadedge |
Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams.
|
| Modifier and Type | Method and Description |
|---|---|
QuadEdgeTriangle |
QuadEdgeTriangle.getAdjacentTriangleAcrossEdge(int edgeIndex)
|
QuadEdgeTriangle |
QuadEdgeTriangle.getNeighbours()
Gets the neighbours of this triangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeConnectedTriangleTraversal.init(QuadEdgeTriangle
|
boolean |
TraversalVisitor.visit(QuadEdgeTriangle
Visits a triangle during a traversal of a
QuadEdgeSubdivision.
|