Antkeeper
0.0.1
|
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... | |
Artificial intelligence (AI)
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.