Paketname | libmath-vec-perl |
Beschreibung | Object-Oriented Vector Math Methods in Perl |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.01-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 18310 Byte |
Prüfsumme MD5 | 9eaeb78027516dcbd396f19b819f1961 |
Prüfsumme SHA1 | a874e95ec014a35117535cb9e0b8233c32b11746 |
Prüfsumme SHA256 | eaac7fab94c0746100acd3fc17e908487214cb6ee6c203a77fe61ca46ea954b9 |
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.
|