Source: libmath-clipper-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10), libextutils-cppguess-perl (>= 0.12), libextutils-typemaps-default-perl, libextutils-xspp-perl (>= 0.1800), libmodule-build-withxspp-perl, libtest-deep-perl, perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-clipper-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-clipper-perl.git Homepage: https://metacpan.org/release/Math-Clipper Package: libmath-clipper-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for Polygon clipping in 2D Math::Clipper is a C++ (and Delphi) library that implements polygon clipping. A Polygon is represented by a reference to an array of 2D points. A Point is, in turn, represented by a reference to an array containing two numbers: The X and Y coordinates. . Clipper 4.x works with polygons with integer coordinates. Data in floating point format will need to be scaled appropriately to be converted to the available integer range before polygons are added to a clipper object. (Scaling utilities are provided.)