]> git.mxchange.org Git - simgear.git/commit
Added route.[ch]xx which maintains a list of waypoints (i.e. a route)
authorcurt <curt>
Wed, 11 Oct 2000 23:04:09 +0000 (23:04 +0000)
committercurt <curt>
Wed, 11 Oct 2000 23:04:09 +0000 (23:04 +0000)
commitc481b064518d1b9b4225c8b6b25e45c6a2e229a6
tree1e7caa10566e217e54bbddfe5229027ddb5a7d84
parent91ba4618e72c78e88cf44cfadbe38236093db664
Added route.[ch]xx which maintains a list of waypoints (i.e. a route)
Added an elevation field to each waypoint.  This can be used by the calling
program however it wishes.
simgear/route/Makefile.am
simgear/route/route.cxx [new file with mode: 0644]
simgear/route/route.hxx [new file with mode: 0644]
simgear/route/waypoint.cxx
simgear/route/waypoint.hxx
simgear/route/waytest.cxx