clipper-java
clipper-java copied to clipboard
A Polygon clipper for Java
DefaultClipper.zFillFunction is always null (caught by FindBugs) Is this a bug, or maybe something is unimplemented?
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...