| 355 | } |
| 356 | |
| 357 | void test() |
| 358 | { |
| 359 | test_bbox(); |
| 360 | test_ray_intersections(); |
| 361 | test_line_intersections(); |
| 362 | test_segment_intersections(); |
| 363 | test_tetra_intersections(); |
| 364 | test_triangle2d_intersections(); |
| 365 | test_triangle3d_intersections(); |
| 366 | } |
| 367 | |
| 368 | OPENGEODE_TEST( "bounding-box" ) |
no test coverage detected