|
Box2D
2.2.1
Box2D API Reference for Kobold2D developers
|
| b2PolygonShape() (defined in 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 (defined in b2Shape) | b2Shape | |
| e_circle enum value (defined in b2Shape) | b2Shape | |
| e_edge enum value (defined in b2Shape) | b2Shape | |
| e_polygon enum value (defined in b2Shape) | b2Shape | |
| e_typeCount enum value (defined in b2Shape) | b2Shape | |
| GetChildCount() const | b2PolygonShape | [virtual] |
| GetType() const | b2Shape | [inline] |
| GetVertex(int32 index) const | b2PolygonShape | [inline] |
| GetVertexCount() const | b2PolygonShape | [inline] |
| m_centroid (defined in b2PolygonShape) | b2PolygonShape | |
| m_normals (defined in b2PolygonShape) | b2PolygonShape | |
| m_radius (defined in b2Shape) | b2Shape | |
| m_type (defined in b2Shape) | b2Shape | |
| m_vertexCount (defined in b2PolygonShape) | b2PolygonShape | |
| m_vertices (defined in b2PolygonShape) | b2PolygonShape | |
| RayCast(b2RayCastOutput *output, const b2RayCastInput &input, const b2Transform &transform, int32 childIndex) 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 | |
| TestPoint(const b2Transform &transform, const b2Vec2 &p) const | b2PolygonShape | [virtual] |
| Type enum name (defined in b2Shape) | b2Shape | |
| ~b2Shape() (defined in b2Shape) | b2Shape | [inline, virtual] |