aboutsummaryrefslogtreecommitdiffstats
path: root/libtellurian_azimuthal_radius.3
blob: a1be8aaf6275ff950780f5bbe7cc83fd43220d36 (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
51
52
53
54
55
56
57
58
59
60
61
.TH LIBTELLURIAN_AZIMUTHAL_RADIUS 3 libtellurian
.SH NAME
libtellurian_azimuthal_radius \- Calculate a azimuthal radius of curvature

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

double libtellurian_azimuthal_radius(double \fIlatitude\fP, double \fIazimuth\fP);

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

.SH DESCRIPTION
The
.BR libtellurian_azimuthal_radius ()
function calculates the Earth's azimuthal radius of
curvature at a given
.I latitude
for a given
.IR azimuth ,
that is, the radius of curvature along the normal
section in the direction of the
.I azimuth
at the specified
.I latitude.
.PP
The
.I latitude
shall be specified according to GPS and in degrees,
likewise, the
.I azimuth
shall be specified in degrees.
.PP
The
.BR libtellurian_azimuthal_radius_radians ()
function is identical to the
.BR libtellurian_azimuthal_radius ()
function except that
.I latitude
and
.I azimuth
shall be specified in radians.

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

.SH ERRORS
None.

.SH SEE ALSO
.BR libtellurian (7)