Grid3
|
#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 |