|
Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
|
#include <cstdlib>#include <sstream>

Go to the source code of this file.
Classes | |
| class | Eule::Vector3< T > |
| Representation of a 3d vector. More... | |
| class | Eule::Vector4< T > |
| Representation of a 4d vector. More... | |
| class | Eule::Vector2< T > |
| Representation of a 2d vector. More... | |
Namespaces | |
| Eule | |
Typedefs | |
| typedef Vector2< int > | Eule::Vector2i |
| typedef Vector2< double > | Eule::Vector2d |
1.8.17