]> git.mxchange.org Git - flightgear.git/commit
When the turn angle is large, don’t fly-by.
authorJames Turner <zakalawe@mac.com>
Mon, 22 Dec 2014 18:47:21 +0000 (21:47 +0300)
committerJames Turner <zakalawe@mac.com>
Mon, 22 Dec 2014 18:47:21 +0000 (21:47 +0300)
commitdd1b82961822be3cc2f218af348f6fe778f34e50
treee2089a20f727c68c0e45f0174edfd4231677ec51
parentf80528f8d65b6fdc3229cda0eeac6a1024a3398e
When the turn angle is large, don’t fly-by.

This avoids the tan() term in the fly-by computation
causing huge turn cuts which will fail to sequence.
Convert such turns to fly-over.
src/Navaids/routePath.cxx