public interface ConstraintSplitPointFinder
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
findSplitPoint(Segment seg,
Coordinate encroachPt)
Finds a point at which to split an encroached segment to allow the original segment to appear
as edges in a constrained Delaunay triangulation.
|
Coordinate findSplitPoint(Segment seg, Coordinate encroachPt)
seg - the encroached segmentencroachPt - the encroaching pointCopyright © 2020. All rights reserved.