Uses of Class
org.jbox2d.dynamics.Profile
-
Packages that use Profile Package Description org.jbox2d.dynamics -
-
Uses of Profile in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Profile Modifier and Type Field Description private Profile
World. islandProfile
private Profile
World. m_profile
Methods in org.jbox2d.dynamics that return Profile Modifier and Type Method Description Profile
World. getProfile()
Methods in org.jbox2d.dynamics with parameters of type Profile Modifier and Type Method Description void
Island. solve(Profile profile, TimeStep step, Vec2 gravity, boolean allowSleep)
-