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 | Description |
---|---|---|
QuadEdgeTriangle |
QuadEdgeTriangle.getAdjacentTriangleAcrossEdge(int edgeIndex) |
|
QuadEdgeTriangle[] |
QuadEdgeTriangle.getNeighbours() |
Gets the neighbours of this triangle.
|
Modifier and Type | Method | 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 © 2018. All rights reserved.