Clipper2 1.3.0

Clipper2

A Polygon Clipping and Offsetting library (in C++, C# & Delphi)

License documentation

Clipper2 is a major update of my original Clipper library which I'm now calling Clipper1. Clipper1 was written over 10 years ago and still works very well, but Clipper2 is better in just about every way.

Example

  Paths64 subj = new Paths64();
  Paths64 clip = new Paths64();
  subj.Add(Clipper.MakePath(new int[] { 100, 50, 10, 79, 65, 2, 65, 98, 10, 21 }));
  clip.Add(Clipper.MakePath(new int[] { 98, 63, 4, 68, 77, 8, 52, 100, 19, 12 }));
  Paths64 solution = Clipper.Intersect(subj, clip, FillRule.NonZero);
  

clipperB

No packages depend on Clipper2.

  1. Fixed a significant offsetting bug introduced in previous update (#733)
  2. Fixed a C++ compile error when 32bit compiling (#727)
  3. Minor tweak to CMakeLists.txt (C++) (#728)
  4. Will now offset 'flat' polygons (Disc.#725)
  5. Reminder: recent change in open path offsetting behaviour (#707)
  6. Reminder: recent changes to clipper.export.h data structures.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.0 1 07/16/2026
1.5.4 1 07/16/2026
1.5.3 1 07/16/2026
1.4.0 1 07/16/2026
1.3.0 0 07/16/2026
1.2.4 1 07/16/2026
1.2.3 1 07/16/2026
1.2.2 1 07/16/2026
1.2.0 1 07/16/2026
1.1.1 1 07/17/2026
1.1.0 0 01/26/2023
1.0.5 1 07/17/2026
1.0.4 1 07/16/2026
1.0.0 1 07/16/2026