QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
TerrainPathQuery::PathHeightInfo_t Struct Reference

#include <TerrainQuery.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 118 of file TerrainQuery.h.

Member Data Documentation

◆ distanceBetween

double TerrainPathQuery::PathHeightInfo_t::distanceBetween

Distance between each height value.

Definition at line 119 of file TerrainQuery.h.

◆ finalDistanceBetween

double TerrainPathQuery::PathHeightInfo_t::finalDistanceBetween

Distance between final two height values.

Definition at line 120 of file TerrainQuery.h.

◆ heights

QList<double> TerrainPathQuery::PathHeightInfo_t::heights

Terrain heights along path.

Definition at line 121 of file TerrainQuery.h.


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