org.jbox2d.dynamics
Interface ContactFilter

All Known Implementing Classes:
DefaultContactFilter

public interface ContactFilter


Field Summary
static ContactFilter DEFAULT_FILTER
           
 
Method Summary
 boolean shouldCollide(Shape shape1, Shape shape2)
           
 

Field Detail

DEFAULT_FILTER

static final ContactFilter DEFAULT_FILTER
Method Detail

shouldCollide

boolean shouldCollide(Shape shape1,
                      Shape shape2)