1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libmath-clipper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libextutils-cppguess-perl,
libextutils-typemaps-default-perl,
libextutils-xspp-perl,
libmodule-build-withxspp-perl,
libtest-deep-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.1
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
Rules-Requires-Root: no
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.)
|