Updraft
1.0
Open source glider flight visualisation tool.
|
Structure representing a single point of the igc recording, already projected and prepared for displaying. More...
#include <igcinfo.h>
Public Member Functions | |
TrackFix (QTime timestamp, Util::Location location, double x, double y, double z, qreal terrainHeight) | |
Public Attributes | |
QTime | timestamp |
Util::Location | location |
Location of the fix. | |
qreal | x |
Projected location of the fix. | |
qreal | y |
qreal | z |
qreal | terrainHeight |
Terrain height at the position of the fix. |
Structure representing a single point of the igc recording, already projected and prepared for displaying.
Updraft::IgcViewer::TrackFix::TrackFix | ( | QTime | timestamp, |
Util::Location | location, | ||
double | x, | ||
double | y, | ||
double | z, | ||
qreal | terrainHeight | ||
) | [inline] |
Location of the fix.
Terrain height at the position of the fix.
Projected location of the fix.