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

Static restitution policy class. More...

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

Static Public Attributes

static const auto restitution = Finite<Real>(Real(R))
 Restitution of the shape.
 

Detailed Description

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

Static restitution policy class.

Provides a compile-time static class implementation of the restitution policy of the Compositor host class template.

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

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