PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_stroke()

LWGEOM* lwgeom_stroke ( const LWGEOM geom,
uint32_t  perQuad 
)

Definition at line 768 of file lwstroke.c.

769 {
771 }
@ 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
LWGEOM * lwcurve_linearize(const LWGEOM *geom, double tol, LW_LINEARIZE_TOLERANCE_TYPE type, int flags)
Definition: lwstroke.c:735

References LW_LINEARIZE_TOLERANCE_TYPE_SEGS_PER_QUAD, and lwcurve_linearize().

Referenced by LWGEOM2GEOS(), LWGEOM_curve_segmentize(), lwgeom_force_sfs(), and test_unstroke().

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