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

◆ p3dz_same()

int p3dz_same ( const POINT3DZ p1,
const POINT3DZ p2 
)

Definition at line 49 of file lwalgorithm.c.

50{
51 return FP_EQUALS(p1->x, p2->x)
52 && FP_EQUALS(p1->y, p2->y)
53 && FP_EQUALS(p1->z, p2->z);
54}
#define FP_EQUALS(A, B)
double z
Definition liblwgeom.h:396
double x
Definition liblwgeom.h:396
double y
Definition liblwgeom.h:396

References FP_EQUALS, POINT3DZ::x, POINT3DZ::y, and POINT3DZ::z.

Referenced by lw_dist3d_seg_seg().

Here is the caller graph for this function: