From: daveluff Date: Mon, 10 Mar 2003 13:40:10 +0000 (+0000) Subject: Add units to function documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a2495e47aa62cab851568c6e8348eaf38cc44f0;p=flightgear.git Add units to function documentation --- diff --git a/src/ATC/ATCutils.hxx b/src/ATC/ATCutils.hxx index de50b6e29..d009c8887 100644 --- a/src/ATC/ATCutils.hxx +++ b/src/ATC/ATCutils.hxx @@ -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.