PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_force_clockwise()

void lwtriangle_force_clockwise ( LWTRIANGLE triangle)

Definition at line 106 of file lwtriangle.c.

107 {
108  if ( ptarray_isccw(triangle->points) )
109  ptarray_reverse_in_place(triangle->points);
110 }
void ptarray_reverse_in_place(POINTARRAY *pa)
Definition: ptarray.c:341
int ptarray_isccw(const POINTARRAY *pa)
Definition: ptarray.c:1028
POINTARRAY * points
Definition: liblwgeom.h:436

References LWTRIANGLE::points, ptarray_isccw(), and ptarray_reverse_in_place().

Referenced by lwgeom_force_clockwise().

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