PostGIS
3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
◆
_lwt_minToleranceDouble()
static double _lwt_minToleranceDouble
(
double
d
)
inline
static
Definition at line
5140
of file
lwgeom_topo.c
.
5141
{
5142
double
ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
5143
return
ret;
5144
}
Referenced by
_lwt_minTolerance()
.
Here is the caller graph for this function:
liblwgeom
topo
lwgeom_topo.c
Generated by
1.9.8