PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ angle_increment_using_max_angle()

static double angle_increment_using_max_angle ( double  tol)
static

Definition at line 221 of file lwstroke.c.

222 {
223  if ( tol <= 0 )
224  {
225  lwerror("lwarc_linearize: max angle must be bigger than 0, got %.15g", tol);
226  return -1;
227  }
228 
229  return tol;
230 }
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: