clipper-java icon indicating copy to clipboard operation
clipper-java copied to clipboard

A Polygon clipper for Java

Results 14 clipper-java issues
Sort by recently updated
recently updated
newest added

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...