public class LastFoundQuadEdgeLocator extends Object implements QuadEdgeLocator
QuadEdges in a QuadEdgeSubdivision,
optimizing the search by starting in the
locality of the last edge found.| Constructor and Description |
|---|
LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv) |
| Modifier and Type | Method and Description |
|---|---|
QuadEdge |
locate(Vertex v)
Locates an edge e, such that either v is on e, or e is an edge of a triangle containing v.
|
public LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv)
public QuadEdge locate(Vertex v)
locate in interface QuadEdgeLocatorCopyright © 2024. All rights reserved.