PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_reverse()

void lwcircstring_reverse ( LWCIRCSTRING curve)

Definition at line 131 of file lwcircstring.c.

References LWCIRCSTRING::points, and ptarray_reverse().

Referenced by lwgeom_reverse().

132 {
133  ptarray_reverse(curve->points);
134 }
void ptarray_reverse(POINTARRAY *pa)
Definition: ptarray.c:343
POINTARRAY * points
Definition: liblwgeom.h:444
Here is the call graph for this function:
Here is the caller graph for this function: