PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
angle_increment_using_max_angle()
static double angle_increment_using_max_angle
(
double
tol
)
static
Definition at line
209
of file
lwstroke.c
.
210
{
211
if
( tol <= 0 )
212
{
213
lwerror
(
"lwarc_linearize: max angle must be bigger than 0, got %.15g"
, tol);
214
return
-1;
215
}
216
217
return
tol;
218
}
lwerror
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
Definition:
lwutil.c:190
References
lwerror()
.
Referenced by
lwarc_linearize()
.
Here is the call graph for this function:
Here is the caller graph for this function:
liblwgeom
lwstroke.c
Generated by
1.9.1