#include <PVLE/Config.h>
#include <PVLE/Export.h>
#include <PVLE/Util/Util.h>
#include <boost/operators.hpp>
#include <ode/ode.h>
#include <PVLE/Physics/Converters.h>
#include <osg/Referenced>
#include <osg/ref_ptr>
#include <osg/BoundingBox>
#include <map>
Go to the source code of this file.
Classes | |
class | Physics::AbstractGeom |
Abstract geom is a base class for two geom types : standard geoms (Geom) and spaces (Space). More... | |
Namespaces | |
namespace | Physics |
Physics computations and wraping functionalities. | |
Typedefs | |
typedef std::map< const Body *, Body * > | Physics::TDuplicatedBodiesMap |
typedef std::pair< const Body *, Body * > | Physics::TDuplicatedBody |