Codebase list libmath-geometry-voronoi-perl / 9ecbc3a3-66d4-4fd9-8a6b-fd387b51ae53/main Changes
9ecbc3a3-66d4-4fd9-8a6b-fd387b51ae53/main

Tree @9ecbc3a3-66d4-4fd9-8a6b-fd387b51ae53/main (Download .tar.gz)

Changes @9ecbc3a3-66d4-4fd9-8a6b-fd387b51ae53/mainraw · history · blame

Revision history for Perl extension Math::Geometry::Voronoi.

1.3

     - Added code to create polygons that intersect with the
       boundaries. (Adam Thomas)

     - Included example CGI code in examples/ directory.

1.2

     - [Bug Fix] Fix compilation on 64-bit machines. (Dov Grobgeld)

1.1

     - [Enhancement] changed underlying C code to use doubles instead
       of floats, extending range and reducing errors

     - [Bug Fix] Stop skipping the last point.

     - [Bug Fix] changed filenames to work on case-insensitive systems

1.0  Tue Jun 10 09:44:46 2008

     - first version released