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

Definition of the ContactImpulsesFunction type alias. More...

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

Namespaces

 playrho
 
 playrho::d2
 

Typedefs

using playrho::d2::ContactImpulsesFunction = std::function< void(ContactID, const ContactImpulsesList &, unsigned)>
 Contact-impulses function.
 

Detailed Description

Definition of the ContactImpulsesFunction type alias.