Module org.dyn4j

Class CollisionBodyAABBProducer<T extends CollisionBody<?>>

    • Constructor Detail

      • CollisionBodyAABBProducer

        public CollisionBodyAABBProducer()
    • Method Detail

      • compute

        public void compute​(T object,
                            AABB result)
        Description copied from interface: AABBProducer
        Updates the given AABB with the AABB for the given object.
        Specified by:
        compute in interface AABBProducer<T extends CollisionBody<?>>
        Parameters:
        object - the object
        result - the AABB to update