summaryrefslogtreecommitdiff
path: root/math/p5-Math-VectorReal/pkg-descr
blob: 76582a77bd6a3c5cd97d0c1f82d07136989987f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
The Math::VectorReal package defines a 3D mathematical "vector",
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/