#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_GJK_ASSERTS |
Functions | |
BOOST_AUTO_TEST_CASE (TestSpheres) | |
void | CreateSphereMesh (BVHModel< OBBRSS > &model, const double &radius) |
double | DegToRad (const double °) |
Variables | |
std::vector< Vec3s > | dirs |
constexpr CoalScalar | pi = boost::math::constants::pi<CoalScalar>() |
#define BOOST_TEST_MODULE COAL_GJK_ASSERTS |
Definition at line 1 of file gjk_asserts.cpp.
BOOST_AUTO_TEST_CASE | ( | TestSpheres | ) |
assertion: src/narrowphase/gjk.cpp:331
assertion: src/narrowphase/gjk.cpp:1263
Definition at line 56 of file gjk_asserts.cpp.
Definition at line 19 of file gjk_asserts.cpp.
double DegToRad | ( | const double & | deg | ) |
Definition at line 12 of file gjk_asserts.cpp.
std::vector<Vec3s> dirs |
Definition at line 16 of file gjk_asserts.cpp.
|
constexpr |
Definition at line 10 of file gjk_asserts.cpp.