dmac000

Results 3 issues of dmac000

The statement in DefaultClipper.java: LOGGER.finest( ToFront + " " + pt + " " + op.getPt() ); can takes 30% of the execution time, even with logging disabled, as it's...

To get the results as a tree, then PolyNode and PolyTree should be public. When I did this, there were some NullPointerExceptions thrown from DefaultClipper. I've change some lines to...

Using large integers in the input paths gives overflowed values in the results. This seems to be solved by removing some casts from the library. In ClipperOffset.java, there are casts...