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

◆ lwtriangle_clone()

LWTRIANGLE * lwtriangle_clone ( const LWTRIANGLE lwgeom)

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

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: