aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian_transverse_radius.3
blob: aa24be44e83497824b30481eccef5189f0057f46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH LIBTELLURIAN_TRANSVERSE_RADIUS 3 libtellurian
.SH NAME
libtellurian_transverse_radius \- Calculate a transverse radius of curvature

.SH SYNPOSIS
.nf
#include <libtellurian.h>

double libtellurian_transverse_radius(double \fIlatitude\fP);

double libtellurian_transverse_radius_radians(double \fIlatitude\fP);
.fi
.PP
Link with
.I -ltellurian
.IR -lm .

.SH DESCRIPTION
The
.BR libtellurian_transverse_radius ()
function calculates the Earth's transverse radius of
curvature (prime-vertial radius of curvature; the
curvature in the east–west direction), at a given
.IR latitude .
.PP
The
.I latitude
shall be specified according to GPS and in degrees.
.PP
The
.BR libtellurian_transverse_radius_radians ()
function is identical to the
.BR libtellurian_transverse_radius ()
function except that
.I latitude
shall be specified in radians.

.SH RETURN VALUE
The
.BR libtellurian_transverse_radius ()
and
.BR libtellurian_transverse_radius_radians ()
functions return the radius of curvature
measured in meters.

.SH ERRORS
None.

.SH SEE ALSO
.BR libtellurian (7)