Go to the source code of this file.
|
| template<typename S > |
| S | fcl::detail::ComputeSphereSphereDistance (S radius1, S radius2, const Vector3< S > &p_F1, const Vector3< S > &p_F2) |
| |
| | fcl::detail::GTEST_TEST (FCL_GJKSignedDistance, box_box) |
| |
| | fcl::detail::GTEST_TEST (FCL_GJKSignedDistance, sphere_sphere) |
| |
| int | main (int argc, char *argv[]) |
| |
| template<typename S > |
| void | fcl::detail::TestBoxes () |
| |
| template<typename S > |
| void | fcl::detail::TestBoxesInFrameF (const Transform3< S > &X_WF) |
| |
| template<typename S > |
| void | fcl::detail::TestCollidingSphereGJKSignedDistance () |
| |
| template<typename S > |
| void | fcl::detail::TestNonCollidingSphereGJKSignedDistance () |
| |
| template<typename S > |
| void | fcl::detail::TestSphereToSphereGJKSignedDistance (S radius1, S radius2, const Vector3< S > &p_F1, const Vector3< S > &p_F2, S solver_tolerance, S test_tol, S min_distance_expected) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |