PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwtriangle_has_orientation()

int lwtriangle_has_orientation ( const LWTRIANGLE triangle,
int  orientation 
)

Definition at line 106 of file lwtriangle.c.

107 {
108  return ptarray_has_orientation(triangle->points, orientation);
109 }
int ptarray_has_orientation(const POINTARRAY *pa, int orientation)
Definition: ptarray.c:1174
POINTARRAY * points
Definition: liblwgeom.h:495

References LWTRIANGLE::points, and ptarray_has_orientation().

Referenced by lwgeom_has_orientation(), and lwtriangle_force_orientation().

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