Add units to function documentation
This commit is contained in:
parent
75e26663bd
commit
3a2495e47a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
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.
|
// Given a point and a line, get the HORIZONTAL shortest distance from the point to a point on the line.
|
||||||
|
|
Loading…
Reference in a new issue