Grid3
Classes | Typedefs
Vector3.h File Reference
#include <cmath>
#include <ostream>

Go to the source code of this file.

Classes

class  Vec3< T >
 Class representing 3D vectors, with elements of type T. More...
 

Typedefs

typedef Vec3< float > Vec3f
 
typedef Vec3< double > Vec3d
 
typedef Vec3< int > Vec3i
 

Typedef Documentation

typedef Vec3<double> Vec3d
typedef Vec3<float> Vec3f
typedef Vec3<int> Vec3i