Planeshift
Classes | Public Member Functions

dtLocalBoundary Class Reference

#include <DetourLocalBoundary.h>

List of all members.

Classes

struct  Segment

Public Member Functions

 dtLocalBoundary ()
const floatgetCenter () const
const floatgetSegment (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 ()

Detailed Description

Definition at line 25 of file DetourLocalBoundary.h.


Constructor & Destructor Documentation

dtLocalBoundary::dtLocalBoundary ( )
dtLocalBoundary::~dtLocalBoundary ( )

Member Function Documentation

const float* dtLocalBoundary::getCenter ( ) const [inline]

Definition at line 56 of file DetourLocalBoundary.h.

const float* dtLocalBoundary::getSegment ( int  i) const [inline]

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 
)

The documentation for this class was generated from the following file: