| 70 | } |
| 71 | |
| 72 | void test_facets( const geode::PolyhedralSolid3D& polyhedral_solid ) |
| 73 | { |
| 74 | geode::OpenGeodeMeshException::test( |
| 75 | polyhedral_solid.facets().facet_from_vertices( { 0, 1, 2 } ) == 0, |
| 76 | "Wrong facet from vertices" ); |
| 77 | } |
| 78 | |
| 79 | void test_edges( const geode::PolyhedralSolid3D& polyhedral_solid ) |
| 80 | { |
no test coverage detected