PlayRho  2.0.0
An interactive physics engine & library.
ContactManifoldFunction.hpp File Reference

Definition of the ContactManifoldFunction type alias. More...

#include <functional>
#include <playrho/ContactID.hpp>
#include <playrho/d2/Manifold.hpp>
Include dependency graph for ContactManifoldFunction.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 playrho
 
 playrho::d2
 

Typedefs

using playrho::d2::ContactManifoldFunction = std::function< void(ContactID, const Manifold &)>
 Contact-manifolds function.
 

Detailed Description

Definition of the ContactManifoldFunction type alias.