Home
last modified time | relevance | path

Searched refs:overlap_cylinder (Results 1 – 2 of 2) sorted by relevance

/dports/math/fcl05/fcl-0.5.0/test/
H A Dtest_fcl_collision.cpp194 bool overlap_cylinder = solver.shapeIntersect(box1, box1_tf, cylinder, transforms[i], NULL); in BOOST_AUTO_TEST_CASE() local
195 BOOST_CHECK(overlap_obb >= overlap_cylinder); in BOOST_AUTO_TEST_CASE()
/dports/math/fcl/fcl-0.7.0/test/
H A Dtest_fcl_collision.cpp265 … bool overlap_cylinder = solver.shapeIntersect(box1, box1_tf, cylinder, transforms[i], nullptr); in test_OBB_shape_test() local
266 EXPECT_TRUE(overlap_obb >= overlap_cylinder); in test_OBB_shape_test()