MidpointSplitPointFinder
, NonEncroachingSplitPointFinder
public interface ConstraintSplitPointFinder
Modifier and Type | Method | 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 © 2018. All rights reserved.