The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Math-Geometry-Construction

0.006	 Sun Oct 16 18:38:08 NZDT 2011
	 - Changed point selection to position selection. This is
	   less future-safe, but more natural and avoids some
	   workarounds. The visible API change is that the point
	   selection methods are renamed to position selection
	   methods. They had not been documented, but showed up in
	   the SYNOPSIS.
	 - The width and height attributes have gone and should be
	   given directly to the output method. Background is now
	   transparent by default, but can be specified via the
	   background attribute.
	 - Lines now accept and expect the support points at
	   construction time.
	 - some more Derivative classes for user convenience

0.005	 Sat Oct 15 19:53:35 NZDT 2011
	 - circles and their intersections with lines and with each
           other
	 - some API simplifications for ease of use
	 - docu fixes and expansion; docu of the main module kind of
           complete

0.004	 Wed Oct 12 19:52:51 NZDT 2011
	 - labels for points and lines
	 - started documentation

0.003	 Tue Oct 11 15:14:33 NZDT 2011 (unpublished)
	 - increased robustness against non-existing intersections
           etc.
	 - changed intersection framework: it can now cater also for
	   other derived points than intersection points

0.002	 Wed Oct  5 19:52:38 NZDT 2011 (unpublished)
	 Intersection of lines with lines.

0.001    Sun Sep 25 19:25:49 NZDT 2011 (unpublished)
         Initial release, can draw points and lines.