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

Dynamic friction. More...

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

Collaboration diagram for playrho::d2::part::DynamicFriction< F >:
[legend]

Public Attributes

NonNegative< Realfriction = NonNegative<Real>(F)
 Friction of the shape.
 

Detailed Description

template<int F = 0>
struct playrho::d2::part::DynamicFriction< F >

Dynamic friction.

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

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

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