public CompatibleDiviser(Polygon2D a, Polygon2D b) { this.firstPolygon = a; this.secondPolygon = b; this.firstPolygonCollection = new Polygon2DCollection(); this.secondPolygonCollection = new Polygon2DCollection(); targetDiviser = new TargetDiviser(b); }