mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
6c49c5cfa7
Approved by: portmgr (blanket infrastructure)
11 lines
538 B
Plaintext
11 lines
538 B
Plaintext
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/
|