Minor formatting changes
This commit is contained in:
parent
3364b6f19d
commit
ef3b5a4d61
1 changed files with 2 additions and 1 deletions
|
@ -95,9 +95,10 @@ double dclGetAirportElev( const string& id );
|
||||||
|
|
||||||
/****************
|
/****************
|
||||||
*
|
*
|
||||||
* Runways
|
* Runways
|
||||||
*
|
*
|
||||||
****************/
|
****************/
|
||||||
|
|
||||||
// Given a Point3D (lon/lat/elev) and an FGRunway struct, determine if the point lies on the runway
|
// Given a Point3D (lon/lat/elev) and an FGRunway struct, determine if the point lies on the runway
|
||||||
bool OnRunway(Point3D pt, FGRunway* rwy);
|
bool OnRunway(Point3D pt, FGRunway* rwy);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue