PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwtriangle_same()

char lwtriangle_same ( const LWTRIANGLE p1,
const LWTRIANGLE p2 
)

Definition at line 133 of file lwtriangle.c.

References LWDEBUGF, LWTRIANGLE::points, ptarray_same(), and r.

Referenced by lwgeom_same().

134 {
135  char r = ptarray_same(t1->points, t2->points);
136  LWDEBUGF(5, "returning %d", r);
137  return r;
138 }
char * r
Definition: cu_in_wkt.c:24
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:479
#define LWDEBUGF(level, msg,...)
Definition: lwgeom_log.h:88
Here is the call graph for this function:
Here is the caller graph for this function: