#include <gtest/gtest.h>
#include <cmath>
#include "fcl/geometry/shape/box.h"
#include "fcl/geometry/shape/capsule.h"
#include "fcl/narrowphase/distance.h"
#include "fcl/narrowphase/collision.h"
#include "fcl/narrowphase/collision_object.h"
Go to the source code of this file.
Functions | |
GTEST_TEST (FCL_GEOMETRIC_SHAPES, distance_capsule_box_ccd) | |
GTEST_TEST (FCL_GEOMETRIC_SHAPES, distance_capsule_box_indep) | |
int | main (int argc, char *argv[]) |
template<typename S > | |
void | test_distance_capsule_box (fcl::GJKSolverType solver_type, S solver_tolerance, S test_tolerance) |
GTEST_TEST | ( | FCL_GEOMETRIC_SHAPES | , |
distance_capsule_box_ccd | |||
) |
Definition at line 85 of file test_fcl_capsule_box_2.cpp.
GTEST_TEST | ( | FCL_GEOMETRIC_SHAPES | , |
distance_capsule_box_indep | |||
) |
Definition at line 90 of file test_fcl_capsule_box_2.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 96 of file test_fcl_capsule_box_2.cpp.
void test_distance_capsule_box | ( | fcl::GJKSolverType | solver_type, |
S | solver_tolerance, | ||
S | test_tolerance | ||
) |
Definition at line 47 of file test_fcl_capsule_box_2.cpp.