DefaultDensity | playrho::d2::BaseShapeConf | static |
DefaultFilter | playrho::d2::BaseShapeConf | static |
DefaultFriction | playrho::d2::BaseShapeConf | static |
DefaultIsSensor | playrho::d2::BaseShapeConf | static |
DefaultRestitution | playrho::d2::BaseShapeConf | inlinestatic |
DefaultVertexRadius | playrho::d2::PolygonShapeConf | static |
density | playrho::d2::BaseShapeConf | |
filter | playrho::d2::BaseShapeConf | |
friction | playrho::d2::BaseShapeConf | |
GetChild(const PolygonShapeConf &arg, ChildCounter index) | playrho::d2::PolygonShapeConf | related |
GetChildCount(const PolygonShapeConf &) noexcept | playrho::d2::PolygonShapeConf | related |
GetDefaultConf() noexcept | playrho::d2::PolygonShapeConf | inlinestatic |
GetDefaultVertexRadius() noexcept | playrho::d2::PolygonShapeConf | inlinestatic |
GetDensity(const BaseShapeConf &arg) noexcept | playrho::d2::BaseShapeConf | related |
GetFilter(const BaseShapeConf &arg) noexcept | playrho::d2::BaseShapeConf | related |
GetFriction(const BaseShapeConf &arg) noexcept | playrho::d2::BaseShapeConf | related |
GetMassData(const PolygonShapeConf &arg) | playrho::d2::PolygonShapeConf | related |
GetNormal(VertexCounter index) const | playrho::d2::PolygonShapeConf | inline |
GetNormals() const noexcept | playrho::d2::PolygonShapeConf | inline |
GetRestitution(const BaseShapeConf &arg) noexcept | playrho::d2::BaseShapeConf | related |
GetVertex(VertexCounter index) const | playrho::d2::PolygonShapeConf | inline |
GetVertexCount() const noexcept | playrho::d2::PolygonShapeConf | inline |
GetVertexRadius(const PolygonShapeConf &arg) noexcept | playrho::d2::PolygonShapeConf | related |
GetVertexRadius(const PolygonShapeConf &arg, ChildCounter) noexcept | playrho::d2::PolygonShapeConf | related |
GetVertices() const noexcept | playrho::d2::PolygonShapeConf | inline |
IsSensor(const BaseShapeConf &arg) noexcept | playrho::d2::BaseShapeConf | related |
isSensor | playrho::d2::BaseShapeConf | |
ngon | playrho::d2::PolygonShapeConf | |
operator!=(const PolygonShapeConf &lhs, const PolygonShapeConf &rhs) noexcept | playrho::d2::PolygonShapeConf | friend |
operator==(const PolygonShapeConf &lhs, const PolygonShapeConf &rhs) noexcept | playrho::d2::PolygonShapeConf | friend |
PolygonShapeConf() noexcept (defined in playrho::d2::PolygonShapeConf) | playrho::d2::PolygonShapeConf | |
PolygonShapeConf(Length hx, Length hy, const PolygonShapeConf &conf=GetDefaultConf()) | playrho::d2::PolygonShapeConf | |
PolygonShapeConf(Span< const Length2 > points, const PolygonShapeConf &conf=GetDefaultConf()) | playrho::d2::PolygonShapeConf | explicit |
restitution | playrho::d2::BaseShapeConf | |
Rotate(const UnitVec &value) | playrho::d2::PolygonShapeConf | |
Scale(const Vec2 &value) | playrho::d2::PolygonShapeConf | |
Set(Span< const Length2 > points) | playrho::d2::PolygonShapeConf | |
Set(const VertexSet &points) | playrho::d2::PolygonShapeConf | |
SetAsBox(Length hx, Length hy) | playrho::d2::PolygonShapeConf | |
SetAsBox(Length hx, Length hy, const Length2 ¢er, Angle angle) | playrho::d2::PolygonShapeConf | |
SetDensity(BaseShapeConf &arg, NonNegative< AreaDensity > value) | playrho::d2::BaseShapeConf | related |
SetFilter(BaseShapeConf &arg, Filter value) | playrho::d2::BaseShapeConf | related |
SetFriction(BaseShapeConf &arg, NonNegative< Real > value) | playrho::d2::BaseShapeConf | related |
SetRestitution(BaseShapeConf &arg, Real value) noexcept | playrho::d2::BaseShapeConf | related |
SetSensor(BaseShapeConf &arg, bool value) | playrho::d2::BaseShapeConf | related |
Transform(const Transformation &xfm) | playrho::d2::PolygonShapeConf | |
Transform(const Mat22 &m) | playrho::d2::PolygonShapeConf | |
Transform(PolygonShapeConf &arg, const Mat22 &m) | playrho::d2::PolygonShapeConf | related |
Translate(const Length2 &value) | playrho::d2::PolygonShapeConf | |
UseDensity(NonNegative< AreaDensity > value) noexcept | playrho::d2::ShapeBuilder< PolygonShapeConf > | |
UseFilter(Filter value) noexcept | playrho::d2::ShapeBuilder< PolygonShapeConf > | |
UseFriction(NonNegative< Real > value) noexcept | playrho::d2::ShapeBuilder< PolygonShapeConf > | |
UseIsSensor(bool value) noexcept | playrho::d2::ShapeBuilder< PolygonShapeConf > | |
UseRestitution(Finite< Real > value) noexcept | playrho::d2::ShapeBuilder< PolygonShapeConf > | |
UseVertexRadius(NonNegative< Length > value) noexcept | playrho::d2::PolygonShapeConf | inline |
UseVertices(const Span< const Length2 > &verts) | playrho::d2::PolygonShapeConf | |
vertexRadius | playrho::d2::PolygonShapeConf | |