Paketname | libmath-vec-perl |
Beschreibung | Object-Oriented Vector Math Methods in Perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.01-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 18164 Byte |
Prüfsumme MD5 | 49ae568ec69c65d3b6ca00fa007f467e |
Prüfsumme SHA1 | 0701a6999c86bc97dd121e362fd57006a6812a98 |
Prüfsumme SHA256 | da19538833314a84b78961d8364489e62ae116e6dafa271b90788cbb539986ae |
Link zum Herunterladen | libmath-vec-perl_1.01-1_all.deb |
Ausführliche Beschreibung | This module was adapted from Math::Vector, written by Wayne M. Syvinski.
.
It uses most of the same algorithms, and currently preserves the same
names as the original functions, though some aliases have been added to
make the interface more natural (at least to the way I think.)
.
The "object" for the object oriented calling style is a blessed array
reference which contains a vector of the form [x,y,z]. Methods will
typically return a list.
|