12 #include "CUnit/Basic.h" 14 #include "../liblwgeom_internal.h" 19 CU_ASSERT_TRUE(result != NULL);
35 CU_ASSERT_TRUE(d <= result->radius);
48 "POLYGON((26426 65078,26531 65242,26075 65136,26096 65427,26426 65078))",
50 "TRIANGLE ((0 0, 10 0, 10 10, 0 0))",
51 "LINESTRING (17 253, -44 28, 33 11, 26 44)",
52 "MULTIPOINT ((0 0), (0 0), (0 0), (0 0))",
53 "POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0))",
54 "LINESTRING (-48546889 37039202, -37039202 -48546889)" 71 CU_ASSERT_TRUE(result == NULL);
82 CU_pSuite suite = CU_add_suite(
"minimum_bounding_circle", NULL, NULL);
static void test_empty(void)
int lwpointiterator_next(LWPOINTITERATOR *s, POINT4D *p)
Attempts to assign the next point in the iterator to p, and advances the iterator to the next point...
void lwgeom_free(LWGEOM *geom)
double distance2d_pt_pt(const POINT2D *p1, const POINT2D *p2)
The old function nessecary for ptarray_segmentize2d in ptarray.c.
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
static void basic_test(void)
LWPOINTITERATOR * lwpointiterator_create(const LWGEOM *g)
Create a new LWPOINTITERATOR over supplied LWGEOM*.
#define LW_PARSER_CHECK_NONE
LWBOUNDINGCIRCLE * lwgeom_calculate_mbc(const LWGEOM *g)
void lwpointiterator_destroy(LWPOINTITERATOR *s)
Free all memory associated with the iterator.
static void mbc_test(LWGEOM *g)
#define PG_ADD_TEST(suite, testfunc)
void minimum_bounding_circle_suite_setup(void)
void lwboundingcircle_destroy(LWBOUNDINGCIRCLE *c)