Interface QuadEdgeLocator
-
- All Known Implementing Classes:
LastFoundQuadEdgeLocator
public interface QuadEdgeLocatorAn interface for classes which locate an edge in aQuadEdgeSubdivisionwhich either contains a givenVertexV or is an edge of a triangle which contains V. Implementors may utilized different strategies for optimizing locating containing edges/triangles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuadEdgelocate(Vertex v)
-