InteriorIntersectionFinderAdder constructor

InteriorIntersectionFinderAdder(
  1. LineIntersector li
)

Creates an intersection finder which finds all proper intersections

@param li the LineIntersector to use

Implementation

InteriorIntersectionFinderAdder(this.li) {
  interiorIntersections = [];
}