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

Commit 11c10fc

Browse files
committed
Updated readme.
1 parent 4cb3da6 commit 11c10fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ A Polygon clipper for Java
33

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

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