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

◆ lwtriangle_same()

char lwtriangle_same ( const LWTRIANGLE p1,
const LWTRIANGLE p2 
)

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:484
#define LWDEBUGF(level, msg,...)
Definition lwgeom_log.h:106

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: