PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcompound_stroke()

LWLINE* lwcompound_stroke ( const LWCOMPOUND icompound,
uint32_t  perQuad 
)

Definition at line 523 of file lwstroke.c.

524 {
526 }
@ LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD
Tolerance expresses the number of segments to use for each quarter of circle (quadrant).
Definition: liblwgeom.h:2208
static LWLINE * lwcompound_linearize(const LWCOMPOUND *icompound, double tol, LW_LINEARIZE_TOLERANCE_TYPE tolerance_type, int flags)
Definition: lwstroke.c:473

References LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD, and lwcompound_linearize().

Here is the call graph for this function: