Releases: AngusJohnson/Clipper2
Releases · AngusJohnson/Clipper2
Clipper2 ver 1.1.1
This is a minor update since ver Clipper2 1.1.0
Fixes a clipping bug introduced in the previous release (Issue #381).
Clipper2_1.1.1.zip
Clipper2 ver 1.1
This is the latest release of Clipper 2.
The major changes since version 1.0 include:
- much improved merging of 'touching' polygons in clipping solutions
- addition of RectClip function that performs much faster intersect clipping when the clipping region is rectangular
- numerous minor bug fixes
Clipper2_1.0.6
Version 1.0.6 - 28 October 2022
- Added RectClip and RectClipLines functions for FAST rectangular clipping
- Added clipper.export.h C++ file (for DLL/so creation)
- Added DLL project files and Delphi test app.
- Numerous minor bug fixes.
Clipper2 ver 1.0.5
Version 1.0.5 - 2 October 2022
- Numerous improvements to C++ makefile and revised C++ folder structure (#243, #247)
- Fixed bug in C++ Point constructor when USINGZ defined (#246)
- Improved performance by removing time costly round() function calls (#236)
- Changed Library's C# target framework back to netstandard2.0 (#225)
- Updated several sample apps.
Clipper2 ver 1.0.4
This is the initial release of Clipper2