Methods in org.jbox2d.dynamics with parameters of type Color3f |
abstract void |
DebugDraw.drawCircle(Vec2 center,
float radius,
Color3f color)
|
abstract void |
DebugDraw.drawPoint(Vec2 position,
float f,
Color3f color3f)
|
abstract void |
DebugDraw.drawPolygon(Vec2[] vertices,
int vertexCount,
Color3f color)
|
abstract void |
DebugDraw.drawSegment(Vec2 p1,
Vec2 p2,
Color3f color)
|
void |
World.drawShape(Shape shape,
XForm xf,
Color3f color,
boolean core)
For internal use |
abstract void |
DebugDraw.drawSolidCircle(Vec2 center,
float radius,
Vec2 axis,
Color3f color)
|
abstract void |
DebugDraw.drawSolidPolygon(Vec2[] vertices,
int vertexCount,
Color3f color)
|
abstract void |
DebugDraw.drawString(float x,
float y,
java.lang.String s,
Color3f color)
|
Methods in org.jbox2d.testbed with parameters of type Color3f |
void |
ProcessingDebugDraw.drawCircle(Vec2 center,
float radius,
Color3f color)
|
void |
ProcessingDebugDraw.drawPoint(Vec2 position,
float f,
Color3f color)
|
void |
ProcessingDebugDraw.drawPolygon(Vec2[] vertices,
int vertexCount,
Color3f color)
|
void |
ProcessingDebugDraw.drawSegment(Vec2 p1,
Vec2 p2,
Color3f color)
|
void |
ProcessingDebugDraw.drawSolidCircle(Vec2 center,
float radius,
Vec2 axis,
Color3f color)
|
void |
ProcessingDebugDraw.drawSolidPolygon(Vec2[] vertices,
int vertexCount,
Color3f color)
|
void |
ProcessingDebugDraw.drawString(float x,
float y,
java.lang.String s,
Color3f color)
|