Math::Vec

Math::Vec is a Object-Oriented Vector Math Methods in Perl.
Download

Math::Vec Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Eric L. Wilhelm
  • Publisher web site:
  • http://search.cpan.org/~ewilhelm/Date-Piece-v0.0.2/lib/Date/Piece.pm

Math::Vec Tags


Math::Vec Description

Math::Vec is a Object-Oriented Vector Math Methods in Perl. Math::Vec is a Object-Oriented Vector Math Methods in Perl.SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross(); $p = NewVec(@res); $q = $p->Dot(); or use Math::Vec qw(:terse); $v = V(0,1,2); $q = ($v x ) * ;NOTICEThis module is still somewhat incomplete. If a function does nothing, there is likely a really good reason. Please have a look at the code if you are trying to use this in a production environment. Requirements: · Perl


Math::Vec Related Software