Uses of Class
org.jbox2d.collision.TimeOfImpact.TOIOutput
Packages that use TimeOfImpact.TOIOutput
Package
Description
The Collision module contains shapes and functions that operate on them.
-
Uses of TimeOfImpact.TOIOutput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type TimeOfImpact.TOIOutputModifier and TypeMethodDescriptionfinal voidTimeOfImpact.timeOfImpact(TimeOfImpact.TOIOutput output, TimeOfImpact.TOIInput input) Compute the upper bound on time before two shapes penetrate.