| 42 | } |
| 43 | |
| 44 | UNIT_TEST(Tesselator_SelfISect) |
| 45 | { |
| 46 | P arr[] = {P(0, 0), P(0, 4), P(4, 4), P(1, 1), P(1, 3), P(4, 0), P(0, 0)}; |
| 47 | TEST_EQUAL(6, RunTess(arr, ARRAY_SIZE(arr)), ()); |
| 48 | } |
| 49 | |
| 50 | UNIT_TEST(Tesselator_Odd) |
| 51 | { |
nothing calls this directly
no test coverage detected