Interface TriangleVisitor
-
public interface TriangleVisitorAn interface for algorithms which process the triangles in aQuadEdgeSubdivision.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(QuadEdge[] triEdges)Visits theQuadEdges of a triangle.
-