33#ifndef DVD_WAYPOINT_GRAPH_H_
34#define DVD_WAYPOINT_GRAPH_H_
void addWaypoint(Waypoint *wp)
vector< vec3< F32 > > _positions
hashMap< I32, WaypointPath > PathMap
U32 getID() const noexcept
WaypointGraph() noexcept=default
hashMap< U32, Waypoint * > WaypointMap
vector< Quaternion< F32 > > _rotations
bool isLooping() const noexcept
void removeWaypoint(Waypoint *wp)
U32 getSize() const noexcept
Handle console commands that start with a forward slash.
constexpr U32 to_U32(const T value)
eastl::vector< Type > vector
hashAlg::unordered_map< K, V, HashFun, Predicate > hashMap
A point in space that AI units can navigate to.