|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TriangleVisitor
An interface for algorithms which process the triangles in a QuadEdgeSubdivision
.
Method Summary | |
---|---|
void |
visit(QuadEdge[] triEdges)
Visits the QuadEdge s of a triangle. |
Method Detail |
---|
void visit(QuadEdge[] triEdges)
QuadEdge
s of a triangle.
triEdges
- an array of the 3 quad edges in a triangle (in CCW order)
|
JTS Topology Suite version 1.12 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |