tornavis/tests
Campbell Barton 503484c978 GTest: polyfill2d
Collection of test cases from libGDX and our own tracker

Tests:

- combine triangle area matches polygon area.
- tris have same winding.
- tris don't have duplicates.
- correct number of internal & boundary edges.
- degenerate polys still give topologically correct output.

also checks all possible start-vert offsets, forwards and backwards.

optional OBJ output, for debugging.
2014-09-28 21:43:15 +10:00
..
gtests GTest: polyfill2d 2014-09-28 21:43:15 +10:00
python Cleanup: use static sets where possible 2014-09-18 17:45:31 +10:00
CMakeLists.txt GTest unit testing framework 2014-06-19 02:09:16 +10:00
check_deprecated.py