diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-19 18:21:54 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-19 18:21:54 +0200 |
commit | 3ce34980d7ba2bddbf3e9a1bd6f98cbc855bddc2 (patch) | |
tree | 7724cc9cb9c3b2ce5ee60d2e012d1fbeb80aacfb /README | |
download | libtellurian-3ce34980d7ba2bddbf3e9a1bd6f98cbc855bddc2.tar.gz libtellurian-3ce34980d7ba2bddbf3e9a1bd6f98cbc855bddc2.tar.bz2 libtellurian-3ce34980d7ba2bddbf3e9a1bd6f98cbc855bddc2.tar.xz |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +NAME + libtellurian - Geodesy library + +SYNPOSIS + #include <libtellurian.h> + + Link with -ltellurian -lm. + +DESCRIPTION + libtellurian provides a collection of geodesy functions + and constants. + + libtellurian always uses meters as the length unit, + meters per square-second as the acceleration unit, + and degrees for the angle unit, except when the + function name uses the suffix "_radians", in which + case the function uses radians instead of degrees. + All functions that input or output angles have a + version that uses degress and a version that uses + radians. Unless otherwise specified, functions that + use degress convert the input and output to and from + radians and call the version of the function that + uses radians. |