]> git.mxchange.org Git - flightgear.git/commitdiff
Add units to function documentation
authordaveluff <daveluff>
Mon, 10 Mar 2003 13:40:10 +0000 (13:40 +0000)
committerdaveluff <daveluff>
Mon, 10 Mar 2003 13:40:10 +0000 (13:40 +0000)
src/ATC/ATCutils.hxx

index de50b6e290b7ecd7ebc541fcdc0e62047ffa05c5..d009c888733a288c89bdfe04036d74e7d9a15d15 100644 (file)
@@ -59,7 +59,7 @@ string GetPhoneticIdent(int i);
 *
 ********************************/
 
-// Given two positions, get the HORIZONTAL separation (in meters)
+// Given two positions (lat & lon in degrees), get the HORIZONTAL separation (in meters)
 double dclGetHorizontalSeparation(Point3D pos1, Point3D pos2);
 
 // Given a point and a line, get the HORIZONTAL shortest distance from the point to a point on the line.