This is the complete list of members for b2PolygonShape, including all inherited members.
b2PolygonShape() | b2PolygonShape | inline |
Clone(b2BlockAllocator *allocator) const | b2PolygonShape | virtual |
ComputeAABB(b2AABB *aabb, const b2Transform &transform, int32 childIndex) const | b2PolygonShape | virtual |
ComputeMass(b2MassData *massData, float32 density) const | b2PolygonShape | virtual |
e_chain enum value | b2Shape | |
e_circle enum value | b2Shape | |
e_edge enum value | b2Shape | |
e_polygon enum value | b2Shape | |
e_typeCount enum value | b2Shape | |
GetChildCount() const | b2PolygonShape | virtual |
GetType() const | b2Shape | inline |
GetVertex(int32 index) const | b2PolygonShape | inline |
GetVertexCount() const | b2PolygonShape | inline |
m_centroid | b2PolygonShape | |
m_count | b2PolygonShape | |
m_normals | b2PolygonShape | |
m_radius | b2Shape | |
m_type | b2Shape | |
m_vertices | b2PolygonShape | |
RayCast(b2RayCastOutput *output, const b2RayCastInput &input, const b2Transform &transform, int32 childIndex) const | b2PolygonShape | virtual |
Set(const b2Vec2 *points, int32 count) | b2PolygonShape | |
SetAsBox(float32 hx, float32 hy) | b2PolygonShape | |
SetAsBox(float32 hx, float32 hy, const b2Vec2 ¢er, float32 angle) | b2PolygonShape | |
TestPoint(const b2Transform &transform, const b2Vec2 &p) const | b2PolygonShape | virtual |
Type enum name | b2Shape | |
Validate() const | b2PolygonShape | |
~b2Shape() | b2Shape | inlinevirtual |