PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwcurvepoly_stroke()

LWPOLY* lwcurvepoly_stroke ( const LWCURVEPOLY curvepoly,
uint32_t  perQuad 
)

Definition at line 676 of file lwstroke.c.

677 {
679 }
@ LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD
Tolerance expresses the number of segments to use for each quarter of circle (quadrant).
Definition: liblwgeom.h:2263
static LWPOLY * lwcurvepoly_linearize(const LWCURVEPOLY *curvepoly, double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, int flags)
Definition: lwstroke.c:629

References LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD, and lwcurvepoly_linearize().

Referenced by lwcurvepoly_area().

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