|
| void | Create () |
| |
| | DebugDraw () |
| |
| void | Destroy () |
| |
| void | DrawAABB (b2AABB *aabb, const b2Color &color) |
| |
| void | DrawCircle (const b2Vec2 ¢er, float radius, const b2Color &color) override |
| | Draw a circle. More...
|
| |
| void | DrawPoint (const b2Vec2 &p, float size, const b2Color &color) override |
| | Draw a point. More...
|
| |
| void | DrawPolygon (const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override |
| | Draw a closed polygon provided in CCW order. More...
|
| |
| void | DrawSegment (const b2Vec2 &p1, const b2Vec2 &p2, const b2Color &color) override |
| | Draw a line segment. More...
|
| |
| void | DrawSolidCircle (const b2Vec2 ¢er, float radius, const b2Vec2 &axis, const b2Color &color) override |
| | Draw a solid circle. More...
|
| |
| void | DrawSolidPolygon (const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override |
| | Draw a solid closed polygon provided in CCW order. More...
|
| |
| void | DrawString (const b2Vec2 &p, const char *string,...) |
| |
| void | DrawString (int x, int y, const char *string,...) |
| |
| void | DrawTransform (const b2Transform &xf) override |
| |
| void | Flush () |
| |
| | ~DebugDraw () |
| |
| void | AppendFlags (uint32 flags) |
| | Append flags to the current flags. More...
|
| |
| | b2Draw () |
| |
| void | ClearFlags (uint32 flags) |
| | Clear flags from the current flags. More...
|
| |
| uint32 | GetFlags () const |
| | Get the drawing flags. More...
|
| |
| void | SetFlags (uint32 flags) |
| | Set the drawing flags. More...
|
| |
| virtual | ~b2Draw () |
| |
Definition at line 61 of file draw.h.