| Package | Description |
|---|---|
| org.locationtech.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 tri) |
boolean |
TraversalVisitor.visit(QuadEdgeTriangle currTri,
int edgeIndex,
QuadEdgeTriangle neighbTri)
Visits a triangle during a traversal of a
QuadEdgeSubdivision. |
Copyright © 2024. All rights reserved.