Skip to content

Releases: AngusJohnson/Clipper2

Clipper2 ver 1.1.1

27 Jan 05:53
49b97f7
Compare
Choose a tag to compare

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

24 Jan 23:03
Compare
Choose a tag to compare

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

28 Oct 12:18
Compare
Choose a tag to compare

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

02 Oct 10:10
Compare
Choose a tag to compare

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

16 Sep 22:58
Compare
Choose a tag to compare

This is the initial release of Clipper2