Module org.dyn4j

Interface BroadphaseFilter<T>

    • Method Detail

      • isAllowed

        boolean isAllowed​(T object1,
                          T object2)
        Returns true if the detection of the objects should proceed.
        Parameters:
        object1 - the first object
        object2 - the second object
        Returns:
        boolean