#include <WaypointGraph.h>
Definition at line 40 of file WaypointGraph.h.
◆ PathMap
◆ WaypointMap
◆ WaypointGraph()
Divide::Navigation::WaypointGraph::WaypointGraph |
( |
| ) |
|
|
defaultnoexcept |
◆ ~WaypointGraph()
Divide::Navigation::WaypointGraph::~WaypointGraph |
( |
| ) |
|
|
default |
◆ addWaypoint()
void Divide::Navigation::WaypointGraph::addWaypoint |
( |
Waypoint * |
wp | ) |
|
◆ getID()
U32 Divide::Navigation::WaypointGraph::getID |
( |
| ) |
const |
|
inlinenoexcept |
◆ getSize()
U32 Divide::Navigation::WaypointGraph::getSize |
( |
| ) |
const |
|
inlinenoexcept |
◆ isLooping()
bool Divide::Navigation::WaypointGraph::isLooping |
( |
| ) |
const |
|
inlinenoexcept |
◆ removeWaypoint()
void Divide::Navigation::WaypointGraph::removeWaypoint |
( |
Waypoint * |
wp | ) |
|
◆ updateGraph()
void Divide::Navigation::WaypointGraph::updateGraph |
( |
| ) |
|
◆ _id
U32 Divide::Navigation::WaypointGraph::_id = 0xFFFFFFFF |
|
private |
◆ _loop
bool Divide::Navigation::WaypointGraph::_loop = true |
|
private |
◆ _positions
◆ _rotations
◆ _times
vector<U32> Divide::Navigation::WaypointGraph::_times |
|
private |
◆ _waypoints
WaypointMap Divide::Navigation::WaypointGraph::_waypoints |
|
private |
The documentation for this class was generated from the following files: