QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
TerrainPathHeightInfo Struct Reference

#include <TerrainPathHeightInfo.h>

Public Attributes

double distanceBetween
 Distance between each height value.
 
double finalDistanceBetween
 Distance between final two height values.
 
QList< double > heights
 Terrain heights along path.
 

Detailed Description

Definition at line 6 of file TerrainPathHeightInfo.h.

Member Data Documentation

◆ distanceBetween

double TerrainPathHeightInfo::distanceBetween

Distance between each height value.

Definition at line 7 of file TerrainPathHeightInfo.h.

◆ finalDistanceBetween

double TerrainPathHeightInfo::finalDistanceBetween

Distance between final two height values.

Definition at line 8 of file TerrainPathHeightInfo.h.

◆ heights

QList<double> TerrainPathHeightInfo::heights

Terrain heights along path.

Definition at line 9 of file TerrainPathHeightInfo.h.


The documentation for this struct was generated from the following file: