PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_same()

char lwtriangle_same ( const LWTRIANGLE t1,
const LWTRIANGLE t2 
)

Definition at line 126 of file lwtriangle.c.

127 {
128  char r = ptarray_same(t1->points, t2->points);
129  LWDEBUGF(5, "returning %d", r);
130  return r;
131 }
char * r
Definition: cu_in_wkt.c:24
char ptarray_same(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition: ptarray.c:478
#define LWDEBUGF(level, msg,...)
Definition: lwgeom_log.h:88
POINTARRAY * points
Definition: liblwgeom.h:436

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

Referenced by lwgeom_same().

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