#include <boost/test/included/unit_test.hpp>
#include "coal/shape/convex.h"
#include "coal/collision.h"
#include "coal/distance.h"
#include "utility.h"
Go to the source code of this file.
|  | 
|  | BOOST_AUTO_TEST_CASE (compare_convex_box) | 
|  | 
|  | BOOST_AUTO_TEST_CASE (convex) | 
|  | 
| template<typename Sa , typename Sb > | 
| void | compareShapeDistance (const Sa &sa, const Sb &sb, const Transform3s &tf1, const Transform3s &tf2, CoalScalar tol=1e-9) | 
|  | 
| template<typename Sa , typename Sb > | 
| void | compareShapeIntersection (const Sa &sa, const Sb &sb, const Transform3s &tf1, const Transform3s &tf2, CoalScalar tol=1e-9) | 
|  | 
◆ BOOST_TEST_MODULE
      
        
          | #define BOOST_TEST_MODULE   COAL_GEOMETRIC_SHAPES | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [1/2]
      
        
          | BOOST_AUTO_TEST_CASE | ( | compare_convex_box |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/2]
      
        
          | BOOST_AUTO_TEST_CASE | ( | convex |  | ) |  | 
      
 
 
◆ compareShapeDistance()
template<typename Sa , typename Sb > 
      
 
 
◆ compareShapeIntersection()
template<typename Sa , typename Sb >