Name: | polyclipping |
---|---|
Version: | 6.4.2 |
Release: | 34.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 145316 |
License: | BSL-1.0 |
RPM: | polyclipping-6.4.2-34.el10_0.x86_64.rpm |
Source RPM: | polyclipping-6.4.2-34.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://sourceforge.net/projects/polyclipping |
Summary: | Polygon clipping library |
Description: | This library primarily performs the boolean clipping operations - intersection, union, difference & xor - on 2D polygons. It also performs polygon offsetting. The library handles complex (self-intersecting) polygons, polygons with holes and polygons with overlapping co-linear edges. Input polygons for clipping can use EvenOdd, NonZero, Positive and Negative filling modes. The clipping code is based on the Vatti clipping algorithm, and outperforms other clipping libraries. |