Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
#include <EdgeShape.hpp>
Public Member Functions | |
constexpr | Conf () |
![]() | |
constexpr Conf & | UseVertexRadius (Length value) noexcept |
constexpr Conf & | UseFriction (RealNum value) noexcept |
constexpr Conf & | UseRestitution (RealNum value) noexcept |
constexpr Conf & | UseDensity (Density value) noexcept |
Additional Inherited Members | |
![]() | |
Length | vertexRadius = DefaultLinearSlop |
RealNum | friction = RealNum{2} / RealNum{10} |
Friction coefficient. More... | |
RealNum | restitution = RealNum{0} |
Restitution (elasticity) of the associated shape. More... | |
Density | density = Density{0} |
Density of the associated shape. More... | |
|
inline |