struct
#include <esp/nav/PathFinder.h>
ShortestPath Struct for shortest path finding. Used in conjunction with PathFinder::
Public variables
-
Magnum::
Vector3 requestedStart - The starting point for the path.
-
Magnum::
Vector3 requestedEnd - The ending point for the path.
-
std::
vector<Magnum:: Vector3> points - A list of points that specify the shortest path on the navigation mesh between requestedStart and requestedEnd.
- float geodesicDistance
- The geodesic distance between requestedStart and requestedEnd.
Variable documentation
std:: vector<Magnum:: Vector3> esp:: nav:: ShortestPath:: points
A list of points that specify the shortest path on the navigation mesh between requestedStart and requestedEnd.
float esp:: nav:: ShortestPath:: geodesicDistance
The geodesic distance between requestedStart and requestedEnd.