|
Planeshift
|
#include <DetourLocalBoundary.h>
Public Member Functions | |
| dtLocalBoundary () | |
| const float * | getCenter () const |
| const float * | getSegment (int i) const |
| int | getSegmentCount () const |
| bool | isValid (dtNavMeshQuery *navquery, const dtQueryFilter *filter) |
| void | reset () |
| void | update (dtPolyRef ref, const float *pos, const float collisionQueryRange, dtNavMeshQuery *navquery, const dtQueryFilter *filter) |
| ~dtLocalBoundary () | |
Definition at line 25 of file DetourLocalBoundary.h.
| dtLocalBoundary::dtLocalBoundary | ( | ) |
| dtLocalBoundary::~dtLocalBoundary | ( | ) |
|
inline |
Definition at line 56 of file DetourLocalBoundary.h.
Definition at line 58 of file DetourLocalBoundary.h.
|
inline |
Definition at line 57 of file DetourLocalBoundary.h.
| bool dtLocalBoundary::isValid | ( | dtNavMeshQuery * | navquery, |
| const dtQueryFilter * | filter | ||
| ) |
| void dtLocalBoundary::reset | ( | ) |
| void dtLocalBoundary::update | ( | dtPolyRef | ref, |
| const float * | pos, | ||
| const float | collisionQueryRange, | ||
| dtNavMeshQuery * | navquery, | ||
| const dtQueryFilter * | filter | ||
| ) |