#include "gis.h"
#include "pi.h"
Include dependency graph for geodesic.c:
Go to the source code of this file.
Defines | |
#define | swap(a, b) temp=a;a=b;b=temp |
Functions | |
double | sin () |
double | cos () |
double | tan () |
double | atan () |
int | G_begin_geodesic_equation (double lon1, double lat1, double lon2, double lat2) |
double | G_geodesic_lat_from_lon (double lon) |
double atan | ( | ) |
double cos | ( | ) |
int G_begin_geodesic_equation | ( | double | lon1, | |
double | lat1, | |||
double | lon2, | |||
double | lat2 | |||
) |
double G_geodesic_lat_from_lon | ( | double | lon | ) |
double sin | ( | ) |
Referenced by G_begin_geodesic_equation(), G_darea0_on_ellipsoid(), G_darea0_on_sphere(), G_ellipsoid_grid_dist(), G_geodesic_distance_lon_to_lon(), G_geodesic_lat_from_lon(), G_meridional_radius_of_curvature(), G_radius_of_conformal_tangent_sphere(), G_set_geodesic_distance_lat2(), G_transverse_radius_of_curvature(), and trans().
double tan | ( | ) |