OmniSciDB
a5dc49c757
|
Functions | |
EXTENSION_INLINE double H3_EXPORT() | degsToRads (double degrees) |
converts degrees to radians More... | |
Functions for degsToRads
EXTENSION_INLINE double H3_EXPORT() degsToRads | ( | double | degrees | ) |
converts degrees to radians
Determines if the components of two spherical coordinates are within some threshold distance of each other.
p1 | The first spherical coordinates. |
p2 | The second spherical coordinates. |
threshold | The threshold distance. |
p1 | The first spherical coordinates. |
p2 | The second spherical coordinates. |
p | The spherical coordinates. |
latDegs | The desired latitude in decimal degrees. |
lonDegs | The desired longitude in decimal degrees. Set the components of spherical coordinates in radians. |
p | The spherical coordinates. |
latRads | The desired latitude in decimal radians. |
lonRads | The desired longitude in decimal radians. Convert from decimal degrees to radians. |
degrees | The decimal degrees. |
Definition at line 101 of file geoCoord.hpp.
References degrees(), and M_PI_180.
Referenced by geoToH3().