Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 0333aa2

Browse files
author
lightbringer
committed
Update README.md
1 parent c1073a0 commit 0333aa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# clipper-java
22
A Polygon clipper for Java
3+
4+
Polygon Clipper is a library to execute various boolean operations (Union, Difference, XOR, etc.) on arbitrary 2D polygons, e.g. calculate the area in which two polygons overlap. It comes with two Demo applications, one for the console and one using a Swing based GUI.
5+
6+
It’s a 1:1 Java portation of the Clipper project developed by <a href="http://www.angusj.com/delphi/clipper.php">Angus Johnson</a>, which as an implementation of the algorithm proposed by <a href="http://en.wikipedia.org/wiki/Vatti_clipping_algorithm">Bala R. Vatti</a>. I just converted the code to Java 8, based on his C# Clipper version 6.2.1. If you’re interested in the documentation or have questions regarding the algorithm, please head over to his homepage. However, feel free to contact me if you found a bug or have a question regarding the Java version.

0 commit comments

Comments
 (0)