Uses of Class
org.jbox2d.dynamics.World

Packages that use World
org.jbox2d.dynamics   
org.jbox2d.dynamics.joints   
org.jbox2d.profile   
 

Uses of World in org.jbox2d.dynamics
 

Fields in org.jbox2d.dynamics declared as World
 World Body.m_world
           
 

Methods in org.jbox2d.dynamics that return World
 World Body.getWorld()
          Get the parent world of this body.
 

Constructors in org.jbox2d.dynamics with parameters of type World
Body(BodyDef bd, World world)
           
ContactManager(World argPool, BroadPhaseStrategy strategy)
           
 

Uses of World in org.jbox2d.dynamics.joints
 

Methods in org.jbox2d.dynamics.joints with parameters of type World
static Joint Joint.create(World world, JointDef def)
           
 

Constructors in org.jbox2d.dynamics.joints with parameters of type World
ConstantVolumeJoint(World argWorld, ConstantVolumeJointDef def)
           
 

Uses of World in org.jbox2d.profile
 

Fields in org.jbox2d.profile declared as World
 World PistonBenchmark.world
           
 



Copyright © 2013. All Rights Reserved.