Module org.dyn4j

Package org.dyn4j.collision.continuous

Sub package of the Collision package handling continuous collision detection.

ConservativeAdvancement is currently the only implementation of CCD.

A TimeOfImpactDetector should accept a pair of Convex Shapes and return a TimeOfImpact between them if a collision was detected within the time step.

CCD is a very computationally intensive process and should be used with caution.

Since:
2.0.0
Version:
3.1.5
Author:
William Bittle