Revision history for Perl extension Math::Geometry::Delaunay.
0.10 Wednesday Dec 19 07:36:00 2012
- The floating point unit config done by Triangle under Linux could
trigger a floating point exception when doing subtraction (at least)
involving infinity (usually an acceptable operation). Triangle's FPU
config has been disabled in favor of the FPU config done by xpfpa.h.
0.09 Tuesday Dec 18 19:08:00 2012
- fixed typo in segment intersection code that made addHole() fail
0.08 Thursday Dec 13 11:07:00 2012
- fix for undefined value test in line intersections
0.07 Friday Nov 30 02:50:00 2012
- mic_adjust() improvements
0.06 Wednesday Nov 28 15:47:00 2012
- mic_adjust() bug fix
0.05 Wednesday Nov 28 02:00:00 2012
- added to_svg()
- added mic_adjust(), for medial axis approximations
- enabled Delaunay triangle - Voronoi vertex cross referencing
0.04 Sunday Nov 25 16:04:00 2012
- bugfix: last edge in voronoi topology had references to all rays
- documented edge list cross referencing
- might build on OpenBSD now
0.03 Sunday Nov 19 08:43:00 2012
- added ExtUtils::CppGuess as a configure requirement for Build.PL
0.02 Sunday Nov 18 02:04:00 2012
- now builds with MSVC 2012
- now builds with gcc under MinGW (Citrus Perl) and Cygwin (Perl 5.8)
0.01 Fri Nov 16 09:38:00 2012
- initial public version