libmath-clipper-perl 1.22-1 source package in Ubuntu

Changelog

libmath-clipper-perl (1.22-1) unstable; urgency=low


  * New upstream release
  * Add myself to uploaders

 -- Nicolas Dandrimont <email address hidden>  Sun, 26 May 2013 18:39:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmath-clipper-perl_1.22-1.dsc 2.2 KiB 323b7b66754da8e1ed68f8c3da46ffdfa40d392d88d9a96bebe1e90625c2ff18
libmath-clipper-perl_1.22.orig.tar.gz 107.0 KiB ca592406e7fbe929b54a1fda9352c94df9317693d04fa4ccba63a7931e5db15c
libmath-clipper-perl_1.22-1.debian.tar.gz 2.8 KiB e103ea46a47a57de0db4efe16cb192fb5b2bb7935260b04803ed78ae559633be

Available diffs

No changes file available.

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.)