MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test

Function test

tests/geometry/test-intersection-detection.cpp:522–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void 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
533OPENGEODE_TEST( "intersection-detection" )

Tested by

no test coverage detected