PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
ASSERT_POINT2D_EQUAL
#define ASSERT_POINT2D_EQUAL
(
o,
e,
eps
)
Value:
do
{ \
CU_ASSERT_DOUBLE_EQUAL(o.x, e.x, eps); \
CU_ASSERT_DOUBLE_EQUAL(o.y, e.y, eps); \
}
while
(0);
Definition at line
79
of file
liblwgeom/cunit/cu_tester.h
.
liblwgeom
cunit
cu_tester.h
Generated by
1.9.1