Sets the implementing class of the Compositor geometry policy.
More...
#include <playrho/d2/part/Compositor.hpp>
Public Types | |
| using | Geometry = Policy |
| Alias to the implementing class for the geometry policy. More... | |
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. | |
Sets the implementing class of the Compositor geometry policy.
DefaultPolicies base class in order to properly ensure the intended override of the alias. | using playrho::d2::part::GeometryIs< Policy >::Geometry = Policy |
Alias to the implementing class for the geometry policy.