Panda3D
Loading...
Searching...
No Matches
Classes | Typedefs
aiBehaviors.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "aiGlobals.h"

Go to the source code of this file.

Classes

class  AIBehaviors
 This class implements all the steering behaviors of the AI framework, such as seek, flee, pursue, evade, wander and flock. More...
 

Typedefs

typedef std::list< Evade, std::allocator< Evade > > ListEvade
 
typedef std::list< Flee, std::allocator< Flee > > ListFlee
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
Deepak, John, Navin
Date
2009-09-08

Definition in file aiBehaviors.h.

Typedef Documentation

◆ ListEvade

typedef std::list<Evade, std::allocator<Evade> > ListEvade

Definition at line 32 of file aiBehaviors.h.

◆ ListFlee

typedef std::list<Flee, std::allocator<Flee> > ListFlee

Definition at line 31 of file aiBehaviors.h.