![]() |
RTFX
0.3
Real time special effects collaborative visualization and production library.
|
Classes and fuctions for Point, Vector and Matrix. More...
#include "algebra.hpp"
Namespaces | |
namespace | RTFX |
The namespace for the RTFX Library. | |
Functions | |
static void | RTFX::swaprows (Matrix4x4 &_a, size_t _r1, size_t _r2) |
static void | RTFX::dividerow (Matrix4x4 &_a, size_t _r, double _fac) |
static void | RTFX::submultrow (Matrix4x4 &_a, size_t _dest, size_t _src, double _fac) |
Classes and fuctions for Point, Vector and Matrix.
CS488 – Introduction to Computer Graphics
Classes and functions for manipulating points, vectors, matrices, and colours. You probably won't need to modify anything in these two files.
University of Waterloo Computer Graphics Lab / 2003
This file was modified by Lesley Northam to include several missing constructors, and mathematical operations. Boost::serialization was also added, and comments were doxygenated.