#include "math/math.hpp"
#include "math/matrix.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | gsgl |
| namespace | gsgl::math |
Classes | |
| class | vector |
| A vector for storing homogenous coordinates. More... | |
Functions | |
| vector | operator* (const vector &v, gsgl::real_t n) |
| Multiplies a vector by a scalar. | |
| vector | operator* (gsgl::real_t n, const vector &v) |
| Multiplies a vector by a scalar. | |
| vector | operator/ (const vector &v, gsgl::real_t n) |
| Divides a vector by a scalar. | |
1.5.5