PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ test_lwgeom_voronoi_diagram_expected_empty()

static void test_lwgeom_voronoi_diagram_expected_empty ( void  )
static

Definition at line 95 of file cu_triangulate.c.

96 {
97  assert_empty_diagram("POLYGON EMPTY", 0);
98  assert_empty_diagram("POINT (1 2)", 0);
99 
100  /* This one produces an empty diagram because our two unqiue points
101  * collapse onto one after considering the tolerance. */
102  assert_empty_diagram("MULTIPOINT (0 0, 0 0.00001)", 0.001);
103 }
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: