Module org.dyn4j

Class ForceCollisionTimeOfImpactSolver<T extends PhysicsBody>

  • Type Parameters:
    T - the PhysicsBody type
    All Implemented Interfaces:
    TimeOfImpactSolver<T>

    public class ForceCollisionTimeOfImpactSolver<T extends PhysicsBody>
    extends Object
    implements TimeOfImpactSolver<T>
    Represents a position solver for a pair of Bodys who came in contact during a time step but where not detected by the discrete collision detectors.

    This class will translate and rotate the Bodys into a collision.

    Since:
    2.0.0
    Version:
    4.0.0
    Author:
    William Bittle