ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
537 B
Text
10 lines
537 B
Text
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: https://metacpan.org/release/Math-VectorReal
|