aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-VectorReal
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* The Math::VectorReal package defines a 3D mathematical "vector",Martin Wilke2009-05-134-0/+42
in a way that is compatible with the previous CPAN module Math::MatrixReal. However it provides a more vector oriented set of mathematical functions and overload operators, to the MatrixReal package. For example the normal perl string functions "x" and "." have been overloaded to allow vector cross and dot product operations. Vector math formula thus looks like vector math formula in perl programs using this package. WWW: http://search.cpan.org/dist/Math-VectorReal/ PR: ports/134460 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=233830