|
| bool | fcl::detail::are_coincident (const Vector3d &p, const Vector3d &q) |
| |
| ::testing::AssertionResult | fcl::detail::are_same (const Vector3d &expected, const ccd_vec3_t &tested, double tolerance) |
| |
| Vector3d | fcl::detail::ccd_to_eigen (const ccd_vec3_t &vector) |
| |
| ccd_vec3_t | fcl::detail::eigen_to_ccd (const Vector3d &vector) |
| |
| | fcl::detail::GTEST_TEST (DegenerateGeometry, CoincidentPoints) |
| |
| | fcl::detail::GTEST_TEST (DegenerateGeometry, ZeroAreaTriangle) |
| |
| int | main (int argc, char *argv[]) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom1Simplex) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom1SimplexSupport) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom2Simplex) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom2SimplexDegenerate) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom2SimplexSupport) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom3SimplesDegenerateCoincident) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom3SimplesDegenerateColinear) |
| |
| | fcl::detail::TEST_F (ExtractClosestPoint, ExtractFrom3Simplex) |
| |
| bool | fcl::detail::triangle_area_is_zero (const Vector3d &a, const Vector3d &b, const Vector3d &c) |
| |