| 404 | } |
| 405 | |
| 406 | void test_point_triangle_position() |
| 407 | { |
| 408 | test_point_triangle_position_2d(); |
| 409 | test_point_triangle_degenerated_position_2d(); |
| 410 | test_point_triangle_position_3d(); |
| 411 | } |
| 412 | |
| 413 | void test_point_tetrahedron_position() |
| 414 | { |
no test coverage detected