Home » Math » Math_Vector
Vector and vector operation classes
This package is unmaintained.
Download latest release 0.7.0 (archived versions might be outdated)
License: PHP
Description
Classes to represent Tuples, general Vectors, and 2D-/3D-vectors,
as well as a static class for vector operations.
Maintainers
- Jesus M. Castagnetto (jmcastagnetto) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
Releases
- 0.7.0 (beta, 2010-10-05)
Release notes
License: PHP
QA Release
Updated to PHPUnit 3.4+
Fixed SVN layout
Package 2.0
BC break: require_once 'Math/Tuple.php' now, instead of Math/Vector/Tuple.php - 0.6.2 (beta, 2003-11-01)
- 0.6.0 (beta, 2002-08-19)
Release notes
License: PHP
More class name capitalization fixes.
Using PEAR::raiseError() instead of creating a new PEAR_Error object
Added new distance metrics between vectors: Manhattan (aka city) distance
and Chessboard distance.
Changed examples/vector_creation.php to show the use of the new distance
metrics. - 0.5.1 (beta, 2002-07-31)
Release notes
License: PHP
Fixed capitalization of PEAR_Error
- 0.5.0 (beta, 2002-04-24)
Release notes
License: PHP
Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #886 | Closed | Bug | 2004-02-26 | PEAR QA: improvement for get_class()-usage | |
| #19446 | Wont fix | Bug | 0.7.0 | 2012-05-31 | T_STRING error |