Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Member Functions | List of all members
box2d::EdgeShape::Conf Struct Reference

#include <EdgeShape.hpp>

Inheritance diagram for box2d::EdgeShape::Conf:
box2d::Shape::Conf

Public Member Functions

constexpr Conf ()
 
- Public Member Functions inherited from box2d::Shape::Conf
constexpr ConfUseVertexRadius (Length value) noexcept
 
constexpr ConfUseFriction (RealNum value) noexcept
 
constexpr ConfUseRestitution (RealNum value) noexcept
 
constexpr ConfUseDensity (Density value) noexcept
 

Additional Inherited Members

- Public Attributes inherited from box2d::Shape::Conf
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...
 

Constructor & Destructor Documentation

◆ Conf()

constexpr box2d::EdgeShape::Conf::Conf ( )
inline

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