The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.020 - 2012-01-07

  • The extend attribute is turned into an array reference with backward and forward extent. When setting the attribute, this change is transparent since a value x is coerced into [x, x]. However, when reading the value (not a typical scenario), you get the array reference instead of a single number.
  • dabbling with operator overloading
  • refactored and cleaned up test suite

Modules

intersecting lines and circles
circle by center and point
derive points from objects
point translated by a given vector
point derived from other objects, e.g. intersection point
base class for drawing
independent user-defined point
line through two points
abstract point base class
shared administrative issues
custom types for Math::Geometry::Construction