30 #ifndef _LibCollision_Compute_H
31 #define _LibCollision_Compute_H
37 namespace Shape {
class Volume;}
48 template<
class shape1,
class shape2>
static
49 bool run(
const shape1&,
const shape2&,
Data&);
Definition: Volume.hpp:103
Definition: Common.hpp:198
Definition: Dispatcher.hpp:44
static bool run(const shape1 &, const shape2 &, Data &)
static bool run_gjk_epa_algorithm(const Shape::Volume &, const Shape::Volume &, Data &)
Definition: Dispatcher.cpp:49