Definition of the ContactImpulsesList class and closely related code.
More...
#include <algorithm>#include <cassert>#include <type_traits>#include <playrho/Settings.hpp>#include <playrho/Units.hpp>Classes | |
| class | playrho::d2::ContactImpulsesList |
Namespaces | |
| playrho | |
| playrho::d2 | |
Functions | |
| ContactImpulsesList | playrho::d2::GetContactImpulses (const VelocityConstraint &vc) |
| Gets the contact impulses for the given velocity constraint. | |
| Momentum | playrho::d2::GetMaxNormalImpulse (const ContactImpulsesList &impulses) noexcept |
| Gets the maximum normal impulse from the given contact impulses list. | |
Definition of the ContactImpulsesList class and closely related code.