Antkeeper  0.0.1
Public Attributes | List of all members
steering_component Struct Reference

#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...
 

Detailed Description

Definition at line 26 of file steering-component.hpp.

Member Data Documentation

◆ agent

ai::steering::agent steering_component::agent

Steering agent.

Definition at line 29 of file steering-component.hpp.

◆ flee_weight

float steering_component::flee_weight

Definition at line 44 of file steering-component.hpp.

◆ seek_target

math::fvec3 steering_component::seek_target

Definition at line 41 of file steering-component.hpp.

◆ seek_weight

float steering_component::seek_weight

Definition at line 40 of file steering-component.hpp.

◆ sum_weights

float steering_component::sum_weights

Sum of steering behavior weights.

Definition at line 47 of file steering-component.hpp.

◆ wander_angle

float steering_component::wander_angle

Definition at line 36 of file steering-component.hpp.

◆ wander_angle2

float steering_component::wander_angle2

Definition at line 37 of file steering-component.hpp.

◆ wander_distance

float steering_component::wander_distance

Definition at line 34 of file steering-component.hpp.

◆ wander_noise

float steering_component::wander_noise

Definition at line 33 of file steering-component.hpp.

◆ wander_radius

float steering_component::wander_radius

Definition at line 35 of file steering-component.hpp.

◆ wander_weight

float steering_component::wander_weight

Definition at line 32 of file steering-component.hpp.


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