blender/tests/gtests/blenlib
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
..
BLI_listbase_test.cc Fix incorrect comments in listbase, add unit test to verify change 2014-08-05 10:33:24 -04:00
BLI_math_color_test.cc Cleanup: test naming 2014-07-19 20:02:14 +10:00
BLI_math_geom_test.cc Cleanup: test naming 2014-07-19 20:02:14 +10:00
BLI_path_util_test.cc Cleanup: test naming 2014-07-19 20:02:14 +10:00
BLI_polyfill2d_test.cc GTest: polyfill2d 2014-09-28 21:43:15 +10:00
BLI_stack_test.cc BLI_Stack add BLI_stack_peek, BLI_stack_discard 2014-09-28 15:08:54 +10:00
BLI_string_test.cc Add thousands separators to scene stats (D646) 2014-07-17 14:54:12 +10:00
CMakeLists.txt GTest: polyfill2d 2014-09-28 21:43:15 +10:00