#include <boost/test/included/unit_test.hpp>
#include <Eigen/Geometry>
#include "coal/narrowphase/narrowphase.h"
#include "coal/shape/geometric_shapes.h"
#include "coal/internal/tools.h"
#include "utility.h"
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE COAL_NESTEROV_GJK |
Functions | |
BOOST_AUTO_TEST_CASE (box_box) | |
BOOST_AUTO_TEST_CASE (box_mesh) | |
BOOST_AUTO_TEST_CASE (capsule_capsule) | |
BOOST_AUTO_TEST_CASE (capsule_mesh) | |
BOOST_AUTO_TEST_CASE (ellipsoid_box) | |
BOOST_AUTO_TEST_CASE (ellipsoid_capsule) | |
BOOST_AUTO_TEST_CASE (ellipsoid_ellipsoid) | |
BOOST_AUTO_TEST_CASE (ellipsoid_mesh) | |
BOOST_AUTO_TEST_CASE (mesh_mesh) | |
BOOST_AUTO_TEST_CASE (need_nesterov_normalize_support_direction) | |
BOOST_AUTO_TEST_CASE (set_gjk_variant) | |
void | test_accelerated_gjk (const ShapeBase &shape0, const ShapeBase &shape1) |
#define BOOST_TEST_MODULE COAL_NESTEROV_GJK |
Definition at line 37 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | box_box | ) |
Definition at line 259 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | box_mesh | ) |
Definition at line 267 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | capsule_capsule | ) |
Definition at line 250 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | capsule_mesh | ) |
Definition at line 236 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | ellipsoid_box | ) |
Definition at line 212 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | ellipsoid_capsule | ) |
Definition at line 200 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | ellipsoid_ellipsoid | ) |
Definition at line 192 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | ellipsoid_mesh | ) |
Definition at line 224 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | mesh_mesh | ) |
Definition at line 281 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | need_nesterov_normalize_support_direction | ) |
Definition at line 89 of file accelerated_gjk.cpp.
BOOST_AUTO_TEST_CASE | ( | set_gjk_variant | ) |
Definition at line 65 of file accelerated_gjk.cpp.
Definition at line 107 of file accelerated_gjk.cpp.