pub type NavmeshPath = PolygonPath;Expand description
Geometric navmesh route; same continuous polyline type as polygonal free-space paths.
Euclidean cost and walkable-witness vertices live on PolygonPath; navmesh
solvers produce this after corridor + funnel (or external adapt + funnel).
Aliased Typeยง
pub struct NavmeshPath { /* private fields */ }