Merge branch 'jmt/waypt' into next
This commit is contained in:
commit
a050654b4c
@ -130,6 +130,12 @@ public:
|
|||||||
|
|
||||||
inline const SGGeod& get_target() const { return pos; }
|
inline const SGGeod& get_target() const { return pos; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
inline void setTargetAltFt(double elev)
|
||||||
|
{ pos.setElevationFt(elev); }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This value is not calculated by this class. It is simply a
|
* This value is not calculated by this class. It is simply a
|
||||||
* placeholder for the user to stash a distance value. This is useful
|
* placeholder for the user to stash a distance value. This is useful
|
||||||
|
Loading…
Reference in New Issue
Block a user