PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Calculate the bearing between two points on a spheroid.
Calculate the bearing between two points on a spheroid.
r | - location of first point. |
s | - location of second point. |
spheroid | - spheroid definition. |
Definition at line 2152 of file lwgeodetic.c.
References FP_EQUALS, geographic_point_init(), lwpoint_get_x(), lwpoint_get_y(), NAN, and spheroid_direction().
Referenced by geography_azimuth().