#include <DetourProximityGrid.h>
|
| void | addItem (const unsigned short id, const float minx, const float miny, const float maxx, const float maxy) |
| |
| void | clear () |
| |
| | dtProximityGrid () |
| |
| const int * | getBounds () const |
| |
| const float | getCellSize () const |
| |
| int | getItemCountAt (const int x, const int y) const |
| |
| bool | init (const int maxItems, const float cellSize) |
| |
| int | queryItems (const float minx, const float miny, const float maxx, const float maxy, unsigned short *ids, const int maxIds) const |
| |
| | ~dtProximityGrid () |
| |
Definition at line 22 of file DetourProximityGrid.h.
| dtProximityGrid::dtProximityGrid |
( |
| ) |
|
| dtProximityGrid::~dtProximityGrid |
( |
| ) |
|
| void dtProximityGrid::clear |
( |
| ) |
|
| const int* dtProximityGrid::getBounds |
( |
| ) |
const |
|
inline |
| const float dtProximityGrid::getCellSize |
( |
| ) |
const |
|
inline |
| int dtProximityGrid::getItemCountAt |
( |
const int |
x, |
|
|
const int |
y |
|
) |
| const |
| bool dtProximityGrid::init |
( |
const int |
maxItems, |
|
|
const float |
cellSize |
|
) |
| |
The documentation for this class was generated from the following file: