PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwtriangle_clone()

LWTRIANGLE* lwtriangle_clone ( const LWTRIANGLE g)

Definition at line 99 of file lwtriangle.c.

100 {
101  LWDEBUGF(2, "lwtriangle_clone called with %p", g);
102  return (LWTRIANGLE *)lwline_clone((const LWLINE *)g);
103 }
LWLINE * lwline_clone(const LWLINE *lwgeom)
Definition: lwline.c:102
#define LWDEBUGF(level, msg,...)
Definition: lwgeom_log.h:88

References LWDEBUGF, and lwline_clone().

Referenced by lwgeom_clone().

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