#include <boost/test/included/unit_test.hpp>
#include <boost/test/tools/old/interface.hpp>
#include <Eigen/Geometry>
#include "coal/data_types.h"
#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.
◆ BOOST_TEST_MODULE
      
        
          | #define BOOST_TEST_MODULE   COAL_NESTEROV_GJK | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [1/2]
      
        
          | BOOST_AUTO_TEST_CASE | ( | cv_criterion_same_solution |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/2]
      
        
          | BOOST_AUTO_TEST_CASE | ( | set_cv_criterion |  | ) |  | 
      
 
 
◆ test_gjk_cv_criterion()
      
        
          | void test_gjk_cv_criterion | ( | const ShapeBase & | shape0, | 
        
          |  |  | const ShapeBase & | shape1, | 
        
          |  |  | const GJKConvergenceCriterionType | cv_type | 
        
          |  | ) |  |  |