PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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 void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.

References lwerror().

Referenced by lwarc_linearize().

Here is the call graph for this function:
Here is the caller graph for this function: