Draw text convex hull

This commit is contained in:
Filip Sykala 2021-11-04 12:41:53 +01:00
parent 9749dcb959
commit d3dd025833
5 changed files with 93 additions and 40 deletions

View file

@ -192,7 +192,7 @@ TEST_CASE("Reduce to one triangle by Quadric Edge Collapse", "[its]")
//CHECK(is_equal(its.vertices, triangle_vertices));
}
TEST_CASE("Reduce to one triangle by Quadric Edge Collapse", "[its]")
TEST_CASE("Reduce to one tetrahedron by Quadric Edge Collapse", "[its]")
{
// Extend previous test to tetrahedron to make it manifold
indexed_triangle_set its;