|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeDef | |
---|---|
org.jbox2d.collision | |
org.jbox2d.dynamics |
Uses of ShapeDef in org.jbox2d.collision |
---|
Subclasses of ShapeDef in org.jbox2d.collision | |
---|---|
class |
CircleDef
|
class |
PolygonDef
|
Methods in org.jbox2d.collision with parameters of type ShapeDef | |
---|---|
static Shape |
Shape.create(ShapeDef def)
|
Constructors in org.jbox2d.collision with parameters of type ShapeDef | |
---|---|
CircleShape(ShapeDef def)
|
|
PolygonShape(ShapeDef def)
|
|
Shape(ShapeDef def)
|
Uses of ShapeDef in org.jbox2d.dynamics |
---|
Methods in org.jbox2d.dynamics with parameters of type ShapeDef | |
---|---|
Shape |
Body.createShape(ShapeDef def)
Creates a shape and attach it to this body. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |