Module org.dyn4j

Interface BroadphaseFilter<T extends CollisionBody<E>,​E extends Fixture>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAllowed​(T body1, E fixture1, T body2, E fixture2)
      Returns true if this result should be added to the results list.