PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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:81

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

Referenced by test_edge_intersection().

Here is the caller graph for this function: