Antkeeper
0.0.1
|
#include <steering-component.hpp>
Public Attributes | |
ai::steering::agent | agent |
Steering agent. More... | |
float | wander_weight |
float | wander_noise |
float | wander_distance |
float | wander_radius |
float | wander_angle |
float | wander_angle2 |
float | seek_weight |
math::fvec3 | seek_target |
float | flee_weight |
float | sum_weights |
Sum of steering behavior weights. More... | |
Definition at line 26 of file steering-component.hpp.
ai::steering::agent steering_component::agent |
Steering agent.
Definition at line 29 of file steering-component.hpp.
float steering_component::flee_weight |
Definition at line 44 of file steering-component.hpp.
math::fvec3 steering_component::seek_target |
Definition at line 41 of file steering-component.hpp.
float steering_component::seek_weight |
Definition at line 40 of file steering-component.hpp.
float steering_component::sum_weights |
Sum of steering behavior weights.
Definition at line 47 of file steering-component.hpp.
float steering_component::wander_angle |
Definition at line 36 of file steering-component.hpp.
float steering_component::wander_angle2 |
Definition at line 37 of file steering-component.hpp.
float steering_component::wander_distance |
Definition at line 34 of file steering-component.hpp.
float steering_component::wander_noise |
Definition at line 33 of file steering-component.hpp.
float steering_component::wander_radius |
Definition at line 35 of file steering-component.hpp.
float steering_component::wander_weight |
Definition at line 32 of file steering-component.hpp.