PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
void spheroid_init | ( | SPHEROID * | s, |
double | a, | ||
double | b | ||
) |
Initialize a spheroid object for use in geodetic functions.
Initialize a spheroid object for use in geodetic functions.
Definition at line 39 of file lwspheroid.c.
References SPHEROID::a, SPHEROID::b, SPHEROID::e_sq, SPHEROID::f, and SPHEROID::radius.
Referenced by geometry_distance_spheroid(), LWGEOM_distance_sphere(), test_gbox_utils(), test_lwgeom_area_sphere(), test_lwgeom_distance_sphere(), test_spheroid_area(), test_spheroid_distance(), test_tree_circ_distance(), and test_tree_circ_distance_threshold().