This is the complete list of members for DebugDraw, including all inherited members.
AppendFlags(uint32 flags) | b2Draw | |
b2Draw() | b2Draw | |
ClearFlags(uint32 flags) | b2Draw | |
Create() | DebugDraw | |
DebugDraw() | DebugDraw | |
Destroy() | DebugDraw | |
DrawAABB(b2AABB *aabb, const b2Color &color) | DebugDraw | |
DrawCircle(const b2Vec2 ¢er, float radius, const b2Color &color) override | DebugDraw | virtual |
DrawPoint(const b2Vec2 &p, float size, const b2Color &color) override | DebugDraw | virtual |
DrawPolygon(const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override | DebugDraw | virtual |
DrawSegment(const b2Vec2 &p1, const b2Vec2 &p2, const b2Color &color) override | DebugDraw | virtual |
DrawSolidCircle(const b2Vec2 ¢er, float radius, const b2Vec2 &axis, const b2Color &color) override | DebugDraw | virtual |
DrawSolidPolygon(const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override | DebugDraw | virtual |
DrawString(int x, int y, const char *string,...) | DebugDraw | |
DrawString(const b2Vec2 &p, const char *string,...) | DebugDraw | |
DrawTransform(const b2Transform &xf) override | DebugDraw | virtual |
e_aabbBit enum value | b2Draw | |
e_centerOfMassBit enum value | b2Draw | |
e_jointBit enum value | b2Draw | |
e_pairBit enum value | b2Draw | |
e_shapeBit enum value | b2Draw | |
Flush() | DebugDraw | |
GetFlags() const | b2Draw | |
m_drawFlags | b2Draw | protected |
m_lines | DebugDraw | |
m_points | DebugDraw | |
m_showUI | DebugDraw | |
m_triangles | DebugDraw | |
SetFlags(uint32 flags) | b2Draw | |
~b2Draw() | b2Draw | inlinevirtual |
~DebugDraw() | DebugDraw |