PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ test_lwgeom_voronoi_diagram_expected_empty()

static void test_lwgeom_voronoi_diagram_expected_empty ( void  )
static

Definition at line 96 of file cu_triangulate.c.

97 {
98  assert_empty_diagram("POLYGON EMPTY", 0);
99  assert_empty_diagram("POINT (1 2)", 0);
100 
101  /* This one produces an empty diagram because our two unqiue points
102  * collapse onto one after considering the tolerance. */
103  assert_empty_diagram("MULTIPOINT (0 0, 0 0.00001)", 0.001);
104 }
static void assert_empty_diagram(char *wkt, double tolerance)

References assert_empty_diagram().

Referenced by triangulate_suite_setup().

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