Planeshift
|
#include <DetourLocalBoundary.h>
Classes | |
struct | Segment |
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 | ( | ) |
const float* dtLocalBoundary::getCenter | ( | ) | const [inline] |
Definition at line 56 of file DetourLocalBoundary.h.
Definition at line 58 of file DetourLocalBoundary.h.
int dtLocalBoundary::getSegmentCount | ( | ) | const [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 | ||
) |