Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
|
#include <cstring>
#include <array>
#include <ostream>
Go to the source code of this file.
Classes | |
class | Eule::Vector3< T > |
Representation of a 3d vector. More... | |
class | Eule::Matrix4x4 |
A matrix 4x4 class representing a 3d transformation. More... | |
Namespaces | |
Eule | |
Typedefs | |
typedef Vector3< double > | Eule::Vector3d |