Antkeeper  0.0.1
Namespaces | Functions
seek.hpp File Reference
#include <engine/ai/steering/agent.hpp>
#include <engine/math/vector.hpp>

Go to the source code of this file.

Namespaces

 ai
 Artificial intelligence (AI)
 
 ai::steering
 Autonomous agent steering.
 
 ai::steering::behavior
 

Functions

math::fvec3 ai::steering::behavior::seek (const agent &agent, const math::fvec3 &target)
 Attempts to steer an agent so that it moves toward a target. More...