Inherited by SwigDirector_FollowPathPersonControl.
Public Member Functions | |
void | addPoint (Point point) |
void | affect () |
FollowPathPersonControl (Person *person) | |
virtual | ~FollowPathPersonControl () |
Protected Attributes | |
std::vector< Point > | points |
int | targetPoint |
Annchienta::FollowPathPersonControl::FollowPathPersonControl | ( | Person * | person | ) |
Create a new PersonControl for a Person.
person | Person to control. |
virtual Annchienta::FollowPathPersonControl::~FollowPathPersonControl | ( | ) | [virtual] |
Desturctor.
void Annchienta::FollowPathPersonControl::addPoint | ( | Point | point | ) |
void Annchienta::FollowPathPersonControl::affect | ( | ) | [virtual] |
Affect the Person to be controlled.
Implements Annchienta::PersonControl.
Reimplemented in SwigDirector_FollowPathPersonControl.
std::vector<Point> Annchienta::FollowPathPersonControl::points [protected] |
int Annchienta::FollowPathPersonControl::targetPoint [protected] |