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

◆ lwgeom_stroke()

LWGEOM * lwgeom_stroke ( const LWGEOM geom,
uint32_t  perQuad 
)

Definition at line 859 of file lwstroke.c.

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

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: