Leonetienne/Eule
Homemade math library, mainly targetted towards computer graphics
Classes | Namespaces | Typedefs
Vector2.h File Reference
#include <cstdlib>
#include <sstream>
Include dependency graph for Vector2.h:
This graph shows which files directly or indirectly include this file:

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