Uses of Class
org.jbox2d.dynamics.Fixture

Packages that use Fixture
Package
Description
Callback interfaces and data types used to observe and customize JBox2D collision, contact, query, ray-cast, and destruction events.
The Dynamics module is the most complex part of jbox2d and is the part you likely interact with the most.
Contact implementations that detect and solve collisions between pairs of fixtures in the dynamics module.
Serialization support for converting JBox2D world data to and from external representations.
Protobuffer serializer and deserializer.
Platform-independent testbed framework contracts and shared application infrastructure.
Interactive test scenes demonstrating JBox2D collision, dynamics, and particle features.