Home
last modified time | relevance | path

Searched refs:SnapPointToBox (Results 1 – 4 of 4) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/tests/unit_tests/collision/
H A Dutest_COLL_bullet_utils.cpp37 TEST(BulletCollision, SnapPointToBox) { in TEST() argument
43 int code = bt_utils::SnapPointToBox(hdims, loc); in TEST()
51 int code = bt_utils::SnapPointToBox(hdims, loc); in TEST()
59 int code = bt_utils::SnapPointToBox(hdims, loc); in TEST()
67 int code = bt_utils::SnapPointToBox(hdims, loc); in TEST()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/
H A DChCollisionUtilsBullet.h59 ChApi int SnapPointToBox(const btVector3& hdims, ///< box half-dimensions
H A DChCollisionUtilsBullet.cpp54 int SnapPointToBox(const btVector3& hdims, // box half-dimensions in SnapPointToBox() function
H A DChCollisionAlgorithmsBullet.cpp160 bt_utils::SnapPointToBox(hdims, boxPos); in processCollision()