Zeeuw polygon/polyline clipping demo
This page demonstrates the Zeeuw clipper implementation in the WW.Math library for clipping 2D polygons and polylines. The algorithm is an evolution of the Vatti clipping algorithm, but it also handles horizontal edges, overlapping edges and vertices that coincide with another vertex or edge.
The .NET implementation of the clipper can be found in the WW assembly: WW.Math.Geometry.ZeeuwClipper2D and ZeeuwClipper3D (which handles 3D polylines). The implementation uses floating point arithmetic.
For questions please check the questions and general support forum. Bugs can be reported on the bugs and issues forum.
The default input polygons originate from article "A closed set of algorithms for performing set operations on polygonal regions in the plane" by Michael V. Leonov, Alexey G. Nikitin.
History
version | Date | Description |
4.0.38.38 | 12 Mar 2018 |
|
4.0.38.30 | 2 Feb 2018 |
|
4.0.38.19 | 28 Dec 2017 |
|
4.0.38.18 | 28 Dec 2017 |
|
4.0.38.17 | 25 Dec 2017 |
|
4.0.38.15 | 18 Dec 2017 |
|