TrinityCore
RegularGrid.h File Reference
#include "Errors.h"
#include "IteratorPair.h"
#include <G3D/Ray.h>
#include <G3D/BoundsTrait.h>
#include <G3D/PositionTrait.h>
#include <unordered_map>
+ Include dependency graph for RegularGrid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NodeCreator< Node >
 
class  RegularGrid2D< T, Node, NodeCreatorFunc, BoundsFunc, PositionFunc >
 
struct  RegularGrid2D< T, Node, NodeCreatorFunc, BoundsFunc, PositionFunc >::Cell
 

Macros

#define HGRID_MAP_SIZE   (533.33333f * 64.f)
 
#define CELL_SIZE   float(HGRID_MAP_SIZE/(float)CELL_NUMBER)
 

Macro Definition Documentation

◆ CELL_SIZE

#define CELL_SIZE   float(HGRID_MAP_SIZE/(float)CELL_NUMBER)

Definition at line 48 of file RegularGrid.h.

◆ HGRID_MAP_SIZE

#define HGRID_MAP_SIZE   (533.33333f * 64.f)

Definition at line 47 of file RegularGrid.h.