| 520 | } |
| 521 | |
| 522 | void test() |
| 523 | { |
| 524 | test_segment_segment_intersection_detection(); |
| 525 | test_segment_line_intersection_detection(); |
| 526 | test_segment_triangle_intersection_detection(); |
| 527 | test_line_triangle_intersection_detection(); |
| 528 | test_segment_plane_intersection_detection(); |
| 529 | |
| 530 | geode::Logger::info( "TEST SUCCESS" ); |
| 531 | } |
| 532 | |
| 533 | OPENGEODE_TEST( "intersection-detection" ) |
no test coverage detected