载入中...
搜索中...
未找到
eve::physics::DebugDraw类 参考
类 eve::physics::DebugDraw 继承关系图:
Public 成员函数 | |
| DebugDraw () | |
| void | begin (graphics::Graphics *gfx, float meter) |
| void | end () |
| void | DrawPolygon (const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override |
| void | DrawSolidPolygon (const b2Vec2 *vertices, int32 vertexCount, const b2Color &color) override |
| void | DrawCircle (const b2Vec2 ¢er, float32 radius, const b2Color &color) override |
| void | DrawSolidCircle (const b2Vec2 ¢er, float32 radius, const b2Vec2 &, const b2Color &color) override |
| void | DrawSegment (const b2Vec2 &p1, const b2Vec2 &p2, const b2Color &color) override |
| void | DrawTransform (const b2Transform &xf) override |
详细描述
构造及析构函数说明
◆ DebugDraw()
成员函数说明
◆ begin()
|
inline |
被这些函数引用 eve::physics::World::drawDebug().
◆ DrawCircle()
|
inlineoverride |
◆ DrawPolygon()
|
inlineoverride |
◆ DrawSegment()
|
inlineoverride |
引用了 color, eve::graphics::Graphics::drawSolidRect(), h , 以及 w.
被这些函数引用 DrawTransform().
◆ DrawSolidCircle()
|
inlineoverride |
◆ DrawSolidPolygon()
|
inlineoverride |
◆ DrawTransform()
|
inlineoverride |
引用了 DrawSegment().
◆ end()
|
inline |
被这些函数引用 eve::physics::World::drawDebug().
该类的文档由以下文件生成:
- src/modules/physics/World.cpp