gwnavruntime/world/worldelementspatializer.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_WorldElementSpatializer_H
10 #define Navigation_WorldElementSpatializer_H
23 class WorldElementSpatializer
29 explicit WorldElementSpatializer(World* world): m_world(world) {}
30 ~WorldElementSpatializer() {}
32 void UpdateSpatializations();
35 void UpdateBotSpatializations();
36 void UpdatePointOfInterestSpatializations();
37 void UpdateCylinderObstacleSpatializations();
38 void UpdateBoxObstacleSpatializations();
45 #endif // Navigation_WorldElementSpatializer_H
#define KY_CLASS_WITHOUT_COPY(ClassName)
Define to forbid copy constructor and copy assignment.
Definition: types.h:387
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137