#include <PVLE/Export.h>
#include <PVLE/Physics/AbstractGeom.h>
#include <PVLE/Physics/Geom.h>
#include <set>
#include <algorithm>
#include <boost/variant/variant.hpp>
#include <boost/variant/get.hpp>
Go to the source code of this file.
Classes | |
class | Physics::SpaceTypeInfo |
Describes the type of a space (Simple, hash-map based, or quad-tree based), with specific parameters. More... | |
struct | Physics::SpaceTypeInfo::HashData |
Hash parameters structure. More... | |
struct | Physics::SpaceTypeInfo::QuadData |
Quad parameters structure. More... | |
struct | Physics::SpaceTypeInfo::SweepAndPruneData |
'Sweep and prune' parameters structure. More... | |
struct | Physics::SpaceTypeInfo::SimpleData |
class | Physics::Space |
Space is a group of owned geoms, and a level of collision. More... | |
Namespaces | |
namespace | Physics |
Physics computations and wraping functionalities. |