Interface TriangleVisitor

public interface TriangleVisitor
An interface for algorithms which process the triangles in a QuadEdgeSubdivision.
Authors:
Martin Davis

Other

  • version: 1.0
void visit(QuadEdge[] triEdges)
Visits the QuadEdges of a triangle.
Parameters:
triEdges - triEdges an array of the 3 quad edges in a triangle (in CCW order)