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

Dynamic area density policy class. More...

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

Collaboration diagram for playrho::d2::part::DynamicAreaDensity< D >:
[legend]

Public Attributes

NonNegative< AreaDensitydensity = NonNegative<AreaDensity>{Real(D) * KilogramPerSquareMeter}
 Areal density of the shape (for use with 2D shapes).
 

Detailed Description

template<int D = 0>
struct playrho::d2::part::DynamicAreaDensity< D >

Dynamic area density policy class.

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

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

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