Antkeeper  0.0.1
Public Attributes | List of all members
ai::navmesh_traversal Struct Reference

#include <navmesh.hpp>

Public Attributes

geom::brep_faceface
 
geom::brep_edgeedge
 
geom::point< float, 3 > barycentric
 
geom::point< float, 3 > target_point
 
geom::point< float, 3 > closest_point
 
geom::triangle_region closest_region
 

Detailed Description

Definition at line 33 of file navmesh.hpp.

Member Data Documentation

◆ barycentric

geom::point<float, 3> ai::navmesh_traversal::barycentric

Definition at line 37 of file navmesh.hpp.

◆ closest_point

geom::point<float, 3> ai::navmesh_traversal::closest_point

Definition at line 40 of file navmesh.hpp.

◆ closest_region

geom::triangle_region ai::navmesh_traversal::closest_region

Definition at line 41 of file navmesh.hpp.

◆ edge

geom::brep_edge* ai::navmesh_traversal::edge

Definition at line 36 of file navmesh.hpp.

◆ face

geom::brep_face* ai::navmesh_traversal::face

Definition at line 35 of file navmesh.hpp.

◆ target_point

geom::point<float, 3> ai::navmesh_traversal::target_point

Definition at line 39 of file navmesh.hpp.


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