GEOS
3.8.0dev
|
#include <TriangleVisitor.h>
Public Member Functions | |
virtual void | visit (QuadEdge *triEdges[3])=0 |
An interface for algorithms which process the triangles in a QuadEdgeSubdivision.
|
pure virtual |
Visits the QuadEdges of a triangle.
triEdges | an array of the 3 quad edges in a triangle (in CCW order) |