|
ns-3
|
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.
| ns3::Waypoint::Waypoint | ( | const Time & | waypointTime, |
| const Vector & | waypointPosition | ||
| ) |
| waypointTime | time of waypoint. |
| waypointPosition | position of waypoint corresponding to the given time. |
Create a waypoint.
Create a waypoint at time 0 and position (0,0,0).