Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
Vector3.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vector3< T >
 
class  VectorHasher< What >
 

Typedefs

typedef std::vector< Vector3icVector3iArray
 
typedef Vector3< double > Vector3d
 
typedef Vector3< float > Vector3f
 
typedef Vector3< int > Vector3i
 

Typedef Documentation

typedef std::vector<Vector3i> cVector3iArray

Definition at line 454 of file Vector3.h.

typedef Vector3<double> Vector3d

Definition at line 445 of file Vector3.h.

typedef Vector3<float> Vector3f

Definition at line 446 of file Vector3.h.

typedef Vector3<int> Vector3i

Definition at line 447 of file Vector3.h.