Module org.dyn4j

Interface CollisionPair<T>

    • Method Detail

      • getFirst

        T getFirst()
        Returns the first object.
        Returns:
        T
      • getSecond

        T getSecond()
        Returns the second object.
        Returns:
        T