PlayRho  2.0.0
An interactive physics engine & library.
playrho::d2::part::DynamicRestitution< R > Struct Template Reference

Dynamic restitution policy class. More...

#include <playrho/d2/part/Compositor.hpp>

Collaboration diagram for playrho::d2::part::DynamicRestitution< R >:
[legend]

Public Attributes

Finite< Realrestitution = Finite<Real>(R)
 Restitution of the shape.
 

Detailed Description

template<int R = 0>
struct playrho::d2::part::DynamicRestitution< R >

Dynamic restitution policy class.

Provides a runtime-time configurable class implementation of the restitution policy of the Compositor host class template.

Note
This class is not intended for standalone use.
See also
StaticRestitution, Compositor.

The documentation for this struct was generated from the following file: