Module org.dyn4j

Interface AABBProducer<T>

    • Method Detail

      • compute

        AABB compute​(T object)
        Returns a new AABB for the given object.
        Parameters:
        object - the object
        Returns:
        AABB
      • compute

        void compute​(T object,
                     AABB result)
        Updates the given AABB with the AABB for the given object.
        Parameters:
        object - the object
        result - the AABB to update