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

◆ _lwt_RotateElemidArray()

static void _lwt_RotateElemidArray ( LWT_ELEMID ary,
int  from,
int  to,
int  rotidx 
)
static

Definition at line 3200 of file lwgeom_topo.c.

3201{
3202 _lwt_ReverseElemidArray(ary, from, rotidx-1);
3203 _lwt_ReverseElemidArray(ary, rotidx, to-1);
3204 _lwt_ReverseElemidArray(ary, from, to-1);
3205}
static void _lwt_ReverseElemidArray(LWT_ELEMID *ary, int from, int to)

References _lwt_ReverseElemidArray().

Referenced by lwt_GetFaceEdges().

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