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  fmt::formatter< Vector3< What > >
 Allows formatting a Vector<T> using the same format specifiers as for T e.g. More...
 
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

◆ cVector3iArray

typedef std::vector<Vector3i> cVector3iArray

Definition at line 494 of file Vector3.h.

◆ Vector3d

typedef Vector3<double> Vector3d

Definition at line 485 of file Vector3.h.

◆ Vector3f

typedef Vector3<float> Vector3f

Definition at line 486 of file Vector3.h.

◆ Vector3i

typedef Vector3<int> Vector3i

Definition at line 487 of file Vector3.h.