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

◆ lwtriangle_is_clockwise()

int lwtriangle_is_clockwise ( LWTRIANGLE triangle)

Definition at line 113 of file lwtriangle.c.

114{
115 return !ptarray_isccw(triangle->points);
116}
int ptarray_isccw(const POINTARRAY *pa)
Definition ptarray.c:1174
POINTARRAY * points
Definition liblwgeom.h:495

References LWTRIANGLE::points, and ptarray_isccw().

Referenced by lwgeom_is_clockwise().

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