| Package | Description |
|---|---|
| com.badlogic.gdx.physics.box2d |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainShape |
class |
CircleShape
A circle shape.
|
class |
EdgeShape
A line segment (edge) shape.
|
class |
PolygonShape |
| Modifier and Type | Field and Description |
|---|---|
protected Shape |
Fixture.shape
the shape, initialized lazy
|
Shape |
FixtureDef.shape
The shape, this must be set.
|
| Modifier and Type | Method and Description |
|---|---|
Shape |
Fixture.getShape()
Returns the shape of this fixture
|
| Modifier and Type | Method and Description |
|---|---|
Fixture |
Body.createFixture(Shape shape,
float density)
Creates a fixture from a shape and attach it to this body.
|