File: Changes

package info (click to toggle)
libmath-geometry-voronoi-perl 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,052; perl: 259; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (3)
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
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