libmath-clipper-perl 1.29-2build3 source package in Ubuntu

Changelog

libmath-clipper-perl (1.29-2build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:51:59 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-clipper-perl_1.29.orig.tar.gz 107.8 KiB 5327c4f133866de9d79b318657f669ecb499860550b3968698d472887af87593
libmath-clipper-perl_1.29-2build3.debian.tar.xz 3.6 KiB 983531464b0cc5e5e723773660f5c58deea7adda42dddb2def7c086b080afcea
libmath-clipper-perl_1.29-2build3.dsc 2.3 KiB 93b0bcfb7c5625e23c157d9b80853a05b18f97c064c3e17e96b17ae6952f17ed

Available diffs

View changes file

Binary packages built by this source

libmath-clipper-perl: 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.)

libmath-clipper-perl-dbgsym: debug symbols for libmath-clipper-perl