20,741
edits
m (→FGWaypoint) |
|||
| Line 178: | Line 178: | ||
* waypoint_distance | * waypoint_distance | ||
The '''FGWaypoint''' class would need to be extended to help with the calculation of other types of waypoints. To add a stub for a new waypoint named '''waypoint_custom''', these would be the required changes: | The '''FGWaypoint''' class would need to be extended to help with the calculation of other types of waypoints related to VNAV. To add a stub for a new waypoint named '''waypoint_custom''', these would be the required changes: | ||
<syntaxhighlight lang="diff"> | <syntaxhighlight lang="diff"> | ||