diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-19 19:32:07 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-19 19:32:07 +0200 |
commit | fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee (patch) | |
tree | 74f41d7aad5db16b4b826684beee927b745c0dde | |
parent | First commit (diff) | |
download | libtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.gz libtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.bz2 libtellurian-fe1faf49e26aae4a5b3765b406d57f3ea2fef0ee.tar.xz |
m doc
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | libtellurian.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libtellurian.h b/libtellurian.h index f700691..be7ec93 100644 --- a/libtellurian.h +++ b/libtellurian.h @@ -114,9 +114,9 @@ /** - * Calculate the distance of the sea level (geocentric radius), - * for some point on the Earth's surface, from the centre of - * the Earth + * Calculate the distance of the nominal sea level (geocentric + * radius), for some point on the Earth's surface, from the + * centre of the Earth * * @param latitude GPS latitude coordinate, in degrees * @return The geocentric altitude of the sea level, in meters @@ -125,9 +125,9 @@ LIBTELLURIAN_CONST__ double libtellurian_sea_level(double latitude); /** - * Calculate the distance of the sea level (geocentric radius), - * for some point on the Earth's surface, from the centre of - * the Earth + * Calculate the distance of the nominal sea level (geocentric + * radius), for some point on the Earth's surface, from the + * centre of the Earth * * @param latitude GPS latitude coordinate, in radians * @return The geocentric altitude of the sea level, in meters |