JTS Topology Suite version 1.12

com.vividsolutions.jts.triangulate.quadedge
Interface TriangleVisitor


public interface TriangleVisitor

An interface for algorithms which process the triangles in a QuadEdgeSubdivision.

Version:
1.0
Author:
Martin Davis

Method Summary
 void visit(QuadEdge[] triEdges)
          Visits the QuadEdges of a triangle.
 

Method Detail

visit

void visit(QuadEdge[] triEdges)
Visits the QuadEdges of a triangle.

Parameters:
triEdges - an array of the 3 quad edges in a triangle (in CCW order)

JTS Topology Suite version 1.12