#include <DetourLocalBoundary.h>
|
| NAVMESH_API | dtLocalBoundary () |
| |
| NAVMESH_API | ~dtLocalBoundary () |
| |
| NAVMESH_API void | reset () |
| |
| NAVMESH_API void | update (dtPolyRef ref, const dtReal *pos, const dtReal collisionQueryRange, const bool bIgnoreAtEnd, const dtReal *endPos, const dtPolyRef *path, const int npath, const dtReal *moveDir, dtNavMeshQuery *navquery, const dtQueryFilter *filter) |
| |
| NAVMESH_API void | update (const dtSharedBoundary *sharedData, const int sharedIdx, const dtReal *pos, const dtReal collisionQueryRange, const bool bIgnoreAtEnd, const dtReal *endPos, const dtPolyRef *path, const int npath, const dtReal *moveDir, dtNavMeshQuery *navquery, const dtQueryFilter *filter) |
| |
| NAVMESH_API bool | isValid (dtNavMeshQuery *navquery, const dtQueryFilter *filter) |
| |
| const dtReal * | getCenter () const |
| |
| int | getSegmentCount () const |
| |
| const dtReal * | getSegment (int i) const |
| |
| const int | getSegmentFlags (int i) const |
| |
◆ dtLocalBoundary()
| dtLocalBoundary::dtLocalBoundary |
( |
| ) |
|
◆ ~dtLocalBoundary()
| dtLocalBoundary::~dtLocalBoundary |
( |
| ) |
|
◆ getCenter()
| const dtReal * dtLocalBoundary::getCenter |
( |
| ) |
const |
|
inline |
◆ getSegment()
| const dtReal * dtLocalBoundary::getSegment |
( |
int |
i | ) |
const |
|
inline |
◆ getSegmentCount()
| int dtLocalBoundary::getSegmentCount |
( |
| ) |
const |
|
inline |
◆ getSegmentFlags()
| const int dtLocalBoundary::getSegmentFlags |
( |
int |
i | ) |
const |
|
inline |
◆ isValid()
◆ reset()
| void dtLocalBoundary::reset |
( |
| ) |
|
◆ update() [1/2]
| void dtLocalBoundary::update |
( |
const dtSharedBoundary * |
sharedData, |
|
|
const int |
sharedIdx, |
|
|
const dtReal * |
pos, |
|
|
const dtReal |
collisionQueryRange, |
|
|
const bool |
bIgnoreAtEnd, |
|
|
const dtReal * |
endPos, |
|
|
const dtPolyRef * |
path, |
|
|
const int |
npath, |
|
|
const dtReal * |
moveDir, |
|
|
dtNavMeshQuery * |
navquery, |
|
|
const dtQueryFilter * |
filter |
|
) |
| |
◆ update() [2/2]
The documentation for this class was generated from the following files: