#include <memory>
#include <gtest/gtest.h>
#include <Eigen/Dense>
#include "eigen_matrix_compare.h"
#include "fcl/narrowphase/collision_object.h"
#include "fcl/narrowphase/distance.h"
Go to the source code of this file.
Functions | |
GTEST_TEST (FCL_SPHERE_BOX, LargBoxSmallSphere_ccd) | |
GTEST_TEST (FCL_SPHERE_BOX, LargBoxSmallSphere_indep) | |
template<typename S > | |
void | LargeBoxSmallSphereTest (fcl::GJKSolverType solver_type) |
int | main (int argc, char *argv[]) |
GTEST_TEST | ( | FCL_SPHERE_BOX | , |
LargBoxSmallSphere_ccd | |||
) |
Definition at line 202 of file test_fcl_sphere_box.cpp.
GTEST_TEST | ( | FCL_SPHERE_BOX | , |
LargBoxSmallSphere_indep | |||
) |
Definition at line 207 of file test_fcl_sphere_box.cpp.
void LargeBoxSmallSphereTest | ( | fcl::GJKSolverType | solver_type | ) |
Definition at line 91 of file test_fcl_sphere_box.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 213 of file test_fcl_sphere_box.cpp.