| 533 | } |
| 534 | |
| 535 | void test() |
| 536 | { |
| 537 | test_point_side_to_segment(); |
| 538 | test_point_side_to_plane(); |
| 539 | test_point_side_to_triangle(); |
| 540 | test_point_segment_position(); |
| 541 | test_point_triangle_position(); |
| 542 | test_point_tetrahedron_position(); |
| 543 | } |
| 544 | |
| 545 | OPENGEODE_TEST( "position" ) |
no test coverage detected