QuadEdgeLocatorpublic class LastFoundQuadEdgeLocator extends java.lang.Object implements QuadEdgeLocator
QuadEdges in a QuadEdgeSubdivision,
optimizing the search by starting in the
locality of the last edge found.| Constructor | Description |
|---|---|
LastFoundQuadEdgeLocator(QuadEdgeSubdivision subdiv) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.