|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.dynamics.DefaultContactFilter
public class DefaultContactFilter
Default sample implementation of ContactFilter.
| Field Summary |
|---|
| Fields inherited from interface org.jbox2d.dynamics.ContactFilter |
|---|
DEFAULT_FILTER |
| Constructor Summary | |
|---|---|
DefaultContactFilter()
|
|
| Method Summary | |
|---|---|
boolean |
shouldCollide(Shape shape1,
Shape shape2)
Return true if contact calculations should be performed between these two shapes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultContactFilter()
| Method Detail |
|---|
public boolean shouldCollide(Shape shape1,
Shape shape2)
shouldCollide in interface ContactFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||