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

Default policy class implementations for the Compositor host class template. More...

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

Inheritance diagram for playrho::d2::part::DefaultPolicies:
[legend]

Public Types

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 class implementations for the Compositor host class template.

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

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