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

Go to the source code of this file.

Classes

class  Eule::Vector2< T >
 Representation of a 2d vector. More...
 
class  Eule::Vector3< T >
 Representation of a 3d vector. More...
 
class  Eule::Vector4< T >
 Representation of a 4d vector. More...
 

Namespaces

 Eule
 

Typedefs

typedef Vector4< int > Eule::Vector4i
 
typedef Vector4< double > Eule::Vector4d