Interface SweepLineOverlapAction
-
public interface SweepLineOverlapActionAn action taken when aSweepLineIndexdetects that twoSweepLineIntervals overlap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoverlap(SweepLineInterval s0, SweepLineInterval s1)
-
-
-
Method Detail
-
overlap
void overlap(SweepLineInterval s0, SweepLineInterval s1)
-
-