PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ point_rad2deg()

static void point_rad2deg ( GEOGRAPHIC_POINT p)
static

Convert a point from radians to degrees.

Definition at line 63 of file cu_geodetic.c.

64 {
65  p->lat = rad2deg(p->lat);
66  p->lon = rad2deg(p->lon);
67 }
#define rad2deg(r)
Definition: lwgeodetic.h:80

References GEOGRAPHIC_POINT::lat, GEOGRAPHIC_POINT::lon, and rad2deg.

Referenced by test_edge_intersection().

Here is the caller graph for this function: