PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ _lwt_RotateElemidArray()

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

Definition at line 3070 of file lwgeom_topo.c.

References _lwt_ReverseElemidArray().

Referenced by lwt_GetFaceEdges().

3071 {
3072  _lwt_ReverseElemidArray(ary, from, rotidx-1);
3073  _lwt_ReverseElemidArray(ary, rotidx, to-1);
3074  _lwt_ReverseElemidArray(ary, from, to-1);
3075 }
static void _lwt_ReverseElemidArray(LWT_ELEMID *ary, int from, int to)
Definition: lwgeom_topo.c:3055
Here is the call graph for this function:
Here is the caller graph for this function: