WaypointGlobal.cpp 219 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
#include "WaypointGlobal.h"

#include <QPointF>

WaypointGlobal::WaypointGlobal(const QPointF coordinate):
         Waypoint(id, x, y, z, yaw, autocontinue, current, orbit, holdTime)
{
    coordinateWP = coordinate;

}