X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGGeodesy.hxx;h=ef1be21f618185ea56405a94bed03eed49fc44eb;hb=f19e83dcf10d5fced3d799c884a4654d7ada6548;hp=53e2cbb3734b749efc39923ae78434aa4ce7e072;hpb=006f90997a8eef6704de2511e38fcc786672308d;p=simgear.git diff --git a/simgear/math/SGGeodesy.hxx b/simgear/math/SGGeodesy.hxx index 53e2cbb3..ef1be21f 100644 --- a/simgear/math/SGGeodesy.hxx +++ b/simgear/math/SGGeodesy.hxx @@ -61,6 +61,7 @@ public: static void advanceRadM(const SGGeoc& geoc, double course, double distance, SGGeoc& result); static double courseRad(const SGGeoc& from, const SGGeoc& to); + static double distanceRad(const SGGeoc& from, const SGGeoc& to); static double distanceM(const SGGeoc& from, const SGGeoc& to); };