CSCI3081W Drone Delivery System
|
Public Member Functions | |
void | addNode (const Vector3 &) |
void | addEdge (int, int) |
int | nearestNode (const Vector3 &) const |
std::optional< std::vector< Vector3 > > | getPath (const Vector3 &, const Vector3 &, const RoutingStrategy &) const |
Public Attributes | |
std::vector< std::vector< int > > | adjacencyList |
std::vector< GraphNode > | nodes |