Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
This is the complete list of members for box2d::PolygonShape, including all inherited members.
Accept(Visitor &visitor) const override | box2d::PolygonShape | inlinevirtual |
GetCentroid() const noexcept | box2d::PolygonShape | inline |
GetChild(child_count_t index) const noexcept override | box2d::PolygonShape | inlinevirtual |
GetChildCount() const noexcept override | box2d::PolygonShape | inlinevirtual |
GetDefaultConf() noexcept | box2d::PolygonShape | inlinestatic |
GetDefaultVertexRadius() noexcept | box2d::PolygonShape | inlinestatic |
GetDensity() const noexcept | box2d::Shape | inline |
GetFriction() const noexcept | box2d::Shape | inline |
GetMassData() const noexcept override | box2d::PolygonShape | virtual |
GetNormal(vertex_count_t index) const | box2d::PolygonShape | inline |
GetNormals() const noexcept | box2d::PolygonShape | inline |
GetRestitution() const noexcept | box2d::Shape | inline |
GetVertex(vertex_count_t index) const | box2d::PolygonShape | inline |
GetVertexCount() const noexcept | box2d::PolygonShape | inline |
GetVertexRadius() const noexcept | box2d::Shape | inline |
GetVertices() const noexcept | box2d::PolygonShape | inline |
InvalidVertex | box2d::PolygonShape | static |
PolygonShape(const Conf &conf=GetDefaultConf()) noexcept | box2d::PolygonShape | inlineexplicit |
PolygonShape(const PolygonShape &)=default | box2d::PolygonShape | |
PolygonShape(Length hx, Length hy, const Conf &conf=GetDefaultConf()) noexcept | box2d::PolygonShape | explicit |
PolygonShape(Span< const Length2D > points, const Conf &conf=GetDefaultConf()) noexcept | box2d::PolygonShape | explicit |
RayCast(const RayCastInput &input, const Transformation &xf, child_count_t childIndex) const noexcept override | box2d::PolygonShape | virtual |
Set(Span< const Length2D > points) noexcept | box2d::PolygonShape | |
Set(const VertexSet &points) noexcept | box2d::PolygonShape | |
SetAsBox(Length hx, Length hy) noexcept | box2d::PolygonShape | |
SetDensity(Density density) noexcept | box2d::Shape | inline |
SetFriction(RealNum friction) noexcept | box2d::Shape | inline |
SetRestitution(RealNum restitution) noexcept | box2d::Shape | inline |
SetVertexRadius(Length vertexRadius) | box2d::Shape | inline |
Shape()=delete | box2d::Shape | |
Shape(const Conf &conf) noexcept | box2d::Shape | inline |
Shape(const Shape &)=default | box2d::Shape | |
TestPoint(const Transformation &xf, const Length2D p) const noexcept override | box2d::PolygonShape | virtual |
Transform(Transformation xfm) noexcept | box2d::PolygonShape | |
vertex_count_t typedef | box2d::PolygonShape | |
~Shape()=default | box2d::Shape | virtual |