#include <physics/GJKCollisionDetector>
#include <gfx/Triangle3>
#include <base/ref>
#include <base/Quat4>
#include <osg/Node>
#include <osg/Group>
#include <osg/Geode>
#include <osg/Transform>
#include <osg/StateSet>
#include <osg/Material>
#include <osg/Array>
#include <osg/PolygonMode>
#include <osg/Geometry>
Include dependency graph for GJKCollisionDetector.cpp:
Go to the source code of this file.
Variables | |
const Real | rel_error = 1e-6 |
const Real | abs_error = 1e-10 |
|
Definition at line 72 of file GJKCollisionDetector.cpp. |
|
Definition at line 71 of file GJKCollisionDetector.cpp. |