Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
box2d::PolygonShape Member List

This is the complete list of members for box2d::PolygonShape, including all inherited members.

Accept(Visitor &visitor) const overridebox2d::PolygonShapeinlinevirtual
GetCentroid() const noexceptbox2d::PolygonShapeinline
GetChild(child_count_t index) const noexcept overridebox2d::PolygonShapeinlinevirtual
GetChildCount() const noexcept overridebox2d::PolygonShapeinlinevirtual
GetDefaultConf() noexceptbox2d::PolygonShapeinlinestatic
GetDefaultVertexRadius() noexceptbox2d::PolygonShapeinlinestatic
GetDensity() const noexceptbox2d::Shapeinline
GetFriction() const noexceptbox2d::Shapeinline
GetMassData() const noexcept overridebox2d::PolygonShapevirtual
GetNormal(vertex_count_t index) constbox2d::PolygonShapeinline
GetNormals() const noexceptbox2d::PolygonShapeinline
GetRestitution() const noexceptbox2d::Shapeinline
GetVertex(vertex_count_t index) constbox2d::PolygonShapeinline
GetVertexCount() const noexceptbox2d::PolygonShapeinline
GetVertexRadius() const noexceptbox2d::Shapeinline
GetVertices() const noexceptbox2d::PolygonShapeinline
InvalidVertexbox2d::PolygonShapestatic
PolygonShape(const Conf &conf=GetDefaultConf()) noexceptbox2d::PolygonShapeinlineexplicit
PolygonShape(const PolygonShape &)=defaultbox2d::PolygonShape
PolygonShape(Length hx, Length hy, const Conf &conf=GetDefaultConf()) noexceptbox2d::PolygonShapeexplicit
PolygonShape(Span< const Length2D > points, const Conf &conf=GetDefaultConf()) noexceptbox2d::PolygonShapeexplicit
RayCast(const RayCastInput &input, const Transformation &xf, child_count_t childIndex) const noexcept overridebox2d::PolygonShapevirtual
Set(Span< const Length2D > points) noexceptbox2d::PolygonShape
Set(const VertexSet &points) noexceptbox2d::PolygonShape
SetAsBox(Length hx, Length hy) noexceptbox2d::PolygonShape
SetDensity(Density density) noexceptbox2d::Shapeinline
SetFriction(RealNum friction) noexceptbox2d::Shapeinline
SetRestitution(RealNum restitution) noexceptbox2d::Shapeinline
SetVertexRadius(Length vertexRadius)box2d::Shapeinline
Shape()=deletebox2d::Shape
Shape(const Conf &conf) noexceptbox2d::Shapeinline
Shape(const Shape &)=defaultbox2d::Shape
TestPoint(const Transformation &xf, const Length2D p) const noexcept overridebox2d::PolygonShapevirtual
Transform(Transformation xfm) noexceptbox2d::PolygonShape
vertex_count_t typedefbox2d::PolygonShape
~Shape()=defaultbox2d::Shapevirtual