Top Level :: Math

Package Information: Math_Quaternion

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Classes that define Quaternions and their operations PHP
» Current Release » Bug Summary
0.8.0 (beta) was released on 2010-10-02 by doconnor (Changelog)
Easy Install

Not sure? Get more info.

pear install Math_Quaternion

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Math_Quaternion

No open bugs
Report a new bug to Math_Quaternion
» Description
Classes that represent and manipulate quaternions. Contain definitions
for basic arithmetic functions in a static class.
Quaternions are an extension of the idea of complex numbers, and
a quaternion is defined as:
q = a + b*i + c*j + d*k
In 1844 Hamilton described a system in which numbers were composed of
a real part and 3 imaginary and independent parts (i,j,k), such that:
i^2 = j^2 = k^2 = -1 and
ij = k, jk = i, ki = j and
ji = -k, kj = -i, ik = -j
The above are known as "Hamilton's rules"
» Maintainers » More Information

Dependencies for Math_Quaternion