a (time, location) pair. More...
#include <waypoint.h>
Public Member Functions | |
Waypoint (const Time &waypointTime, const Vector &waypointPosition) | |
Waypoint () | |
Public Attributes | |
Time | time |
Vector | position |
a (time, location) pair.
_time | time of waypoint. | |
_position | position of waypoint corresponding to the given time. |
Create a waypoint.
ns3::Waypoint::Waypoint | ( | ) |
Create a waypoint at time 0 and position (0,0,0).