PlayRho  2.0.0
An interactive physics engine & library.
playrho::d2::part::DefaultPolicyArgs Struct Reference

Default policy arguments for the Compositor template class. More...

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

Inheritance diagram for playrho::d2::part::DefaultPolicyArgs:
[legend]
Collaboration diagram for playrho::d2::part::DefaultPolicyArgs:
[legend]

Additional Inherited Members

- Public Types inherited from playrho::d2::part::DefaultPolicies
using Density = StaticAreaDensity<>
 Alias to the implementing class for the density policy.
 
using Filter = StaticFilter<>
 Alias to the implementing class for the filter policy.
 
using Friction = StaticTenthsFriction<>
 Alias for the friction policy.
 
using Geometry = StaticRectangle<>
 Alias to the implementing class for the geometry policy.
 
using Restitution = StaticRestitution<>
 Alias to the implementing class for the restitution policy.
 
using Sensor = StaticSensor<>
 Alias to the implementing class for the sensor policy.
 

Detailed Description

Default policy arguments for the Compositor template class.

Note
This class is not intended for standalone use.
Deliberately uses virtual inheritance of the DefaultPolicies base class in order to properly ensure the intended behavior.
See also
Compositor.

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