Math::GMatrix

Extension of Math::Matrix for (2D graphics-)vector manipulation
Download

Math::GMatrix Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • A. Cester
  • Publisher web site:
  • http://search.cpan.org/~acester/

Math::GMatrix Tags


Math::GMatrix Description

Extension of Math::Matrix for (2D graphics-)vector manipulation Math::GMatrix is a Perl extension of Math::Matrix for (2D graphics-)vector manipulation.SYNOPSIS use Math::GMatrix;EXAMPLE @ListOfVectors = , , , , ]; $paperwidth = 21; # DIN A4 is 21x29.7 cm $M = new Math::Matrix('I'); # get an identity matrix $M = $M->translate(-1,-1)->rotate(90)->translate($paperwidth-1,1); @Result = $M->xform(@ListOfVectors); Requirements: · Perl


Math::GMatrix Related Software