Class ContactFilter
java.lang.Object
org.jbox2d.callbacks.ContactFilter
Implement this class to provide collision filtering. In other words, you can implement
this class if you want finer control over contact creation.
- Author:
- Daniel Murphy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldCollide(Fixture fixtureA, Fixture fixtureB) Return true if contact calculations should be performed between these two shapes.
-
Constructor Details
-
ContactFilter
public ContactFilter()
-
-
Method Details
-
shouldCollide
-