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

Function test

tests/geometry/test-bounding-box.cpp:357–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void 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
368OPENGEODE_TEST( "bounding-box" )

Callers 7

test_bboxFunction · 0.70
test_ray_intersectionsFunction · 0.70
test_line_intersectionsFunction · 0.70
test_tetra_intersectionsFunction · 0.70

Calls 7

test_bboxFunction · 0.85
test_ray_intersectionsFunction · 0.85
test_line_intersectionsFunction · 0.85
test_tetra_intersectionsFunction · 0.85

Tested by

no test coverage detected