Package | Description |
---|---|
city.cs.engine |
Simple wrapper around the JBox2D physics engine.
|
Modifier and Type | Method and Description |
---|---|
SolidFixture |
SensorEvent.getContactFixture()
The fixture in contact with the sensor.
|
SolidFixture |
CollisionEvent.getOtherFixture()
The fixture that collided with the reporting fixture for this collision event.
|
SolidFixture |
CollisionEvent.getReportingFixture()
The fixture to which this collision event is being despatched.
|