Module org.dyn4j

Interface FallbackCondition

    • Method Detail

      • isMatch

        boolean isMatch​(Convex convex1,
                        Convex convex2)
        Returns true if this condition matches the given input.
        Parameters:
        convex1 - the first Convex
        convex2 - the second Convex
        Returns:
        boolean
      • getSortIndex

        int getSortIndex()
        Returns the sort index for this condition.
        Returns:
        int