Uses of Class
org.jbox2d.collision.TimeOfImpact.TOIOutput
-
Packages that use TimeOfImpact.TOIOutput Package Description org.jbox2d.collision org.jbox2d.dynamics -
-
Uses of TimeOfImpact.TOIOutput in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type TimeOfImpact.TOIOutput Modifier and Type Method Description void
TimeOfImpact. timeOfImpact(TimeOfImpact.TOIOutput output, TimeOfImpact.TOIInput input)
Compute the upper bound on time before two shapes penetrate. -
Uses of TimeOfImpact.TOIOutput in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as TimeOfImpact.TOIOutput Modifier and Type Field Description private TimeOfImpact.TOIOutput
World. toiOutput
-