Module org.dyn4j

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

    • Method Detail

      • isAllowed

        @Deprecated
        boolean isAllowed​(AABB aabb,
                          T body,
                          E fixture)
        Deprecated.
        Deprecated in 4.0.0. This was replaced with a specific AABB filter interface.
        Returns true if this result should be added to the results list.
        Parameters:
        aabb - the AABB using to test
        body - the CollisionBody
        fixture - the CollisionBodys Fixture
        Returns:
        boolean
      • isAllowed

        @Deprecated
        boolean isAllowed​(Ray ray,
                          double length,
                          T body,
                          E fixture)
        Deprecated.
        Deprecated in 4.0.0. This was replaced with a specific Ray filter interface.
        Returns true if this result should be added to the results list.
        Parameters:
        ray - the ray
        length - the length of the ray
        body - the CollisionBody
        fixture - the CollisionBodys Fixture
        Returns:
        boolean