#include "fcl/narrowphase/detail/collision_func_matrix.h"
#include <array>
#include <gtest/gtest.h>
#include "fcl/geometry/collision_geometry.h"
#include "fcl/narrowphase/detail/gjk_solver_libccd.h"
#include "fcl/narrowphase/detail/gjk_solver_indep.h"
Go to the source code of this file.
Namespaces | |
fcl | |
Main namespace. | |
fcl::detail | |
Macros | |
#define | NODE_CASE(node) |
Functions | |
int | main (int argc, char *argv[]) |
std::ostream & | fcl::operator<< (std::ostream &out, const NODE_TYPE &node) |
#define NODE_CASE | ( | node | ) |
Definition at line 51 of file test_collision_func_matrix.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 166 of file test_collision_func_matrix.cpp.