Interface TriangleVisitor
-
public interface TriangleVisitor
An interface for algorithms which process the triangles in aQuadEdgeSubdivision
.- Version:
- 1.0
- Author:
- Martin Davis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(QuadEdge[] triEdges)
Visits theQuadEdge
s of a triangle.
-