Interface SweepLineOverlapAction
-
public interface SweepLineOverlapAction
An action taken when aSweepLineIndex
detects that twoSweepLineInterval
s overlap- Version:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
overlap(SweepLineInterval s0, SweepLineInterval s1)
-
-
-
Method Detail
-
overlap
void overlap(SweepLineInterval s0, SweepLineInterval s1)
-
-