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

◆ lwpoint_same2d()

char lwpoint_same2d ( const LWPOINT p1,
const LWPOINT p2 
)

Definition at line 271 of file lwpoint.c.

272{
273 return ptarray_same2d(p1->point, p2->point);
274}
char ptarray_same2d(const POINTARRAY *pa1, const POINTARRAY *pa2)
Definition ptarray.c:509
POINTARRAY * point
Definition liblwgeom.h:471

References LWPOINT::point, and ptarray_same2d().

Referenced by geometry_project_geometry().

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