Antkeeper  0.0.1
Namespaces | Classes | Functions
ai Namespace Reference

Artificial intelligence (AI) More...

Namespaces

 bt
 Behavior tree (BT)
 
 steering
 Autonomous agent steering.
 

Classes

struct  navmesh_traversal
 

Functions

navmesh_traversal traverse_navmesh (const geom::brep_mesh &mesh, geom::brep_face *face, const math::fvec3 &start, const math::fvec3 &end)
 Moves a point along the surface of a mesh. More...
 

Detailed Description

Artificial intelligence (AI)

Function Documentation

◆ traverse_navmesh()

navmesh_traversal ai::traverse_navmesh ( const geom::brep_mesh mesh,
geom::brep_face face,
const math::fvec3 start,
const math::fvec3 end 
)

Moves a point along the surface of a mesh.

Definition at line 29 of file navmesh.cpp.