This class is used to define the flock attributes and the AI characters which are part of the flock.
More...
Public Member Functions |
| | Flock (unsigned int flock_id, double vcone_angle, double vcone_radius, unsigned int separation_wt, unsigned int cohesion_wt, unsigned int alignment_wt) |
| | Flock (unsigned int flock_id, double vcone_angle, double vcone_radius, unsigned int separation_wt, unsigned int cohesion_wt) |
| | Flock (unsigned int flock_id, double vcone_angle, double vcone_radius) |
| | Flock (unsigned int flock_id, double vcone_angle, double vcone_radius, unsigned int separation_wt) |
| | addAiChar (AICharacter ai_char) |
| | This function adds AI characters to the flock.
|
| unsigned int | getId () |
This class is used to define the flock attributes and the AI characters which are part of the flock.