b2PolygonShape Member List
This is the complete list of members for
b2PolygonShape, including all inherited members.
| b2PolygonShape() | b2PolygonShape | [inline] |
| b2Shape() | b2Shape | [inline] |
| Clone(b2BlockAllocator *allocator) const | b2PolygonShape | [virtual] |
| ComputeAABB(b2AABB *aabb, const b2Transform &transform) const | b2PolygonShape | [virtual] |
| ComputeMass(b2MassData *massData, float32 density) const | b2PolygonShape | [virtual] |
| e_circle enum value | b2Shape | |
| e_polygon enum value | b2Shape | |
| e_typeCount enum value | b2Shape | |
| e_unknown enum value | b2Shape | |
| GetSupport(const b2Vec2 &d) const | b2PolygonShape | [inline] |
| GetSupportVertex(const b2Vec2 &d) const | b2PolygonShape | [inline] |
| GetType() const | b2Shape | [inline] |
| GetVertex(int32 index) const | b2PolygonShape | [inline] |
| GetVertexCount() const | b2PolygonShape | [inline] |
| m_centroid | b2PolygonShape | |
| m_normals | b2PolygonShape | |
| m_radius | b2Shape | |
| m_type | b2Shape | |
| m_vertexCount | b2PolygonShape | |
| m_vertices | b2PolygonShape | |
| RayCast(b2RayCastOutput *output, const b2RayCastInput &input, const b2Transform &transform) const | b2PolygonShape | [virtual] |
| Set(const b2Vec2 *vertices, int32 vertexCount) | b2PolygonShape | |
| SetAsBox(float32 hx, float32 hy) | b2PolygonShape | |
| SetAsBox(float32 hx, float32 hy, const b2Vec2 ¢er, float32 angle) | b2PolygonShape | |
| SetAsEdge(const b2Vec2 &v1, const b2Vec2 &v2) | b2PolygonShape | |
| TestPoint(const b2Transform &transform, const b2Vec2 &p) const | b2PolygonShape | [virtual] |
| Type enum name | b2Shape | |
| ~b2Shape() | b2Shape | [inline, virtual] |