|
Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
This is the complete list of members for box2d::ChainShape, including all inherited members.
| Accept(Visitor &visitor) const override | box2d::ChainShape | inlinevirtual |
| ChainShape(const Conf &conf=GetDefaultConf()) | box2d::ChainShape | inline |
| ChainShape(const ChainShape &other) | box2d::ChainShape | |
| Clear() | box2d::ChainShape | |
| CreateChain(Span< const Length2D > vertices) | box2d::ChainShape | |
| CreateLoop(Span< const Length2D > vertices) | box2d::ChainShape | |
| GetChild(child_count_t index) const noexcept override | box2d::ChainShape | virtual |
| GetChildCount() const noexcept override | box2d::ChainShape | virtual |
| GetDefaultConf() noexcept | box2d::ChainShape | inlinestatic |
| GetDefaultVertexRadius() noexcept | box2d::ChainShape | inlinestatic |
| GetDensity() const noexcept | box2d::Shape | inline |
| GetFriction() const noexcept | box2d::Shape | inline |
| GetMassData() const noexcept override | box2d::ChainShape | virtual |
| GetNormal(child_count_t index) const | box2d::ChainShape | inline |
| GetRestitution() const noexcept | box2d::Shape | inline |
| GetVertex(child_count_t index) const | box2d::ChainShape | inline |
| GetVertexCount() const noexcept | box2d::ChainShape | inline |
| GetVertexRadius() const noexcept | box2d::Shape | inline |
| operator=(const ChainShape &other) | box2d::ChainShape | |
| RayCast(const RayCastInput &input, const Transformation &xf, child_count_t childIndex) const noexcept override | box2d::ChainShape | virtual |
| 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::ChainShape | virtual |
| ~ChainShape() | box2d::ChainShape | virtual |
| ~Shape()=default | box2d::Shape | virtual |
1.8.14