Module org.dyn4j

Class PhysicsBodySweptAABBProducer<T extends PhysicsBody>

    • Constructor Detail

      • PhysicsBodySweptAABBProducer

        public PhysicsBodySweptAABBProducer()
    • 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 PhysicsBody>
        Parameters:
        object - the object
        result - the AABB to update