#include <PVLE/Export.h>
#include <PVLE/Physics/Space.h>
Go to the source code of this file.
Namespaces | |
namespace | Physics |
Physics computations and wraping functionalities. | |
Functions | |
template<typename _Pred > | |
void | Physics::combinedTraversal (AbstractGeom &a, AbstractGeom &b, _Pred &pred) |
Traverse all children of two AbstractGeom's simultaneously (Abstract geoms must have the same structure - ie. | |
template<typename _Pred > | |
void | Physics::combinedTraversal (const AbstractGeom &a, const AbstractGeom &b, _Pred &pred) |