#include <boost/test/included/unit_test.hpp>#include <boost/math/constants/constants.hpp>#include "coal/BVH/BVH_model.h"#include "coal/collision.h"
Go to the source code of this file.
| Macros | |
| #define | BOOST_TEST_MODULE COAL_COLLISION_NODE_ASSERT | 
| Functions | |
| BOOST_AUTO_TEST_CASE (TestTriangles) | |
| double | DegToRad (const double °) | 
| Variables | |
| std::vector< Vec3s > | dirs | 
| constexpr CoalScalar | pi = boost::math::constants::pi<CoalScalar>() | 
| #define BOOST_TEST_MODULE COAL_COLLISION_NODE_ASSERT | 
Definition at line 1 of file collision_node_asserts.cpp.
| BOOST_AUTO_TEST_CASE | ( | TestTriangles | ) | 
check some angles for two triangles
assertion: src/collision_node.cpp:58
Definition at line 19 of file collision_node_asserts.cpp.
| double DegToRad | ( | const double & | deg | ) | 
Definition at line 12 of file collision_node_asserts.cpp.
| std::vector<Vec3s> dirs | 
Definition at line 16 of file collision_node_asserts.cpp.
| 
 | constexpr | 
Definition at line 10 of file collision_node_asserts.cpp.