Interface TriangleVisitor
-
public interface TriangleVisitorAn 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 voidvisit(QuadEdge[] triEdges)Visits theQuadEdges of a triangle.
-