Intersecter constructor

Intersecter(
  1. bool selfIntersection
)

Implementation

Intersecter(bool selfIntersection) {
  this.selfIntersection = selfIntersection;
  //this.buildLog = buildLog;
}