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

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:44:43 +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-2build2.debian.tar.xz 3.6 KiB addffe6805b0cb802d6c34c59ea31d07dee343a00b268ab84b85cac9aed31e9c
libmath-clipper-perl_1.29-2build2.dsc 2.3 KiB 94ccb99e780076bad99dcaafe2003e2a0ef2e887b4f9bab952beb5091d261031

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