Package | Description |
---|---|
city.cs.engine |
Simple wrapper around the JBox2D physics engine.
|
Modifier and Type | Class and Description |
---|---|
class |
GhostlyFixture
A ghostly component of a rigid body is visible but passes through
other fixtures without colliding.
|
class |
Sensor
A sensor component of a rigid body.
|
class |
SolidFixture
A component of a rigid body.
|
Modifier and Type | Method and Description |
---|---|
List<Fixture> |
Body.getFixtureList()
Get the constituent fixtures of this body.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Fixture.intersects(Fixture f)
Does this fixture currently overlap a given other fixture.
|