PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
_lwt_minToleranceDouble()
static double _lwt_minToleranceDouble
(
double
d
)
inline
static
Definition at line
4838
of file
lwgeom_topo.c
.
4839
{
4840
double
ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
4841
return
ret;
4842
}
Referenced by
_lwt_minTolerance()
.
Here is the caller graph for this function:
liblwgeom
lwgeom_topo.c
Generated by
1.9.1