Definition at line 656 of file cu_ptarray.c.
657{
660 double dist;
662 const char *wkt;
663 int rv;
664
665 wkt = "LINESTRING (0 0 0, 1 0 0, 2 0 0, 3 0 10)";
668
673
678
683
684
686}
static LWGEOM * lwgeom_from_text(const char *str)
#define ASSERT_DOUBLE_EQUAL(o, e)
#define ASSERT_INT_EQUAL(o, e)
int ptarray_closest_vertex_2d(const POINTARRAY *pa, const POINT2D *qp, double *dist)
LWLINE * lwgeom_as_lwline(const LWGEOM *lwgeom)
void lwline_free(LWLINE *line)
References ASSERT_DOUBLE_EQUAL, ASSERT_INT_EQUAL, lwgeom_as_lwline(), lwgeom_from_text(), lwline_free(), LWLINE::points, ptarray_closest_vertex_2d(), POINT2D::x, and POINT2D::y.
Referenced by ptarray_suite_setup().