Uses of Interface
org.jbox2d.pooling.IWorldPool
Packages that use IWorldPool
Package
Description
-
Uses of IWorldPool in org.jbox2d.collision
Fields in org.jbox2d.collision declared as IWorldPoolModifier and TypeFieldDescriptionprivate final IWorldPoolCollision.poolprivate final IWorldPoolTimeOfImpact.poolMethods in org.jbox2d.collision with parameters of type IWorldPoolModifier and TypeMethodDescriptionfinal booleanAABB.raycast(RayCastOutput output, RayCastInput input, IWorldPool argPool) From Real-time Collision Detection, p179.Constructors in org.jbox2d.collision with parameters of type IWorldPool -
Uses of IWorldPool in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as IWorldPoolMethods in org.jbox2d.dynamics that return IWorldPoolConstructors in org.jbox2d.dynamics with parameters of type IWorldPoolModifierConstructorDescriptionWorld(Vec2 gravity, IWorldPool pool) Construct a world object.World(Vec2 gravity, IWorldPool argPool, BroadPhaseStrategy broadPhaseStrategy) -
Uses of IWorldPool in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as IWorldPoolMethods in org.jbox2d.dynamics.contacts with parameters of type IWorldPoolModifier and TypeMethodDescriptionContactCreator.contactCreateFcn(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB) voidContactCreator.contactDestroyFcn(IWorldPool argPool, Contact contact) Constructors in org.jbox2d.dynamics.contacts with parameters of type IWorldPoolModifierConstructorDescriptionChainAndCircleContact(IWorldPool argPool) ChainAndPolygonContact(IWorldPool argPool) CircleContact(IWorldPool argPool) protectedContact(IWorldPool argPool) EdgeAndCircleContact(IWorldPool argPool) EdgeAndPolygonContact(IWorldPool argPool) PolygonAndCircleContact(IWorldPool argPool) PolygonContact(IWorldPool argPool) -
Uses of IWorldPool in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as IWorldPoolConstructors in org.jbox2d.dynamics.joints with parameters of type IWorldPoolModifierConstructorDescriptionprotectedDistanceJoint(IWorldPool argWorld, DistanceJointDef def) protectedFrictionJoint(IWorldPool argWorldPool, FrictionJointDef def) protectedGearJoint(IWorldPool argWorldPool, GearJointDef def) protectedJoint(IWorldPool worldPool, JointDef def) protectedMouseJoint(IWorldPool argWorld, MouseJointDef def) protectedPrismaticJoint(IWorldPool argWorld, PrismaticJointDef def) protectedPulleyJoint(IWorldPool argWorldPool, PulleyJointDef def) protectedRevoluteJoint(IWorldPool argWorld, RevoluteJointDef def) protectedRopeJoint(IWorldPool worldPool, RopeJointDef def) protectedWeldJoint(IWorldPool argWorld, WeldJointDef def) protectedWheelJoint(IWorldPool argPool, WheelJointDef def) -
Uses of IWorldPool in org.jbox2d.pooling.normal
Classes in org.jbox2d.pooling.normal that implement IWorldPoolModifier and TypeClassDescriptionclassProvides object pooling for all objects used in the engine.Fields in org.jbox2d.pooling.normal declared as IWorldPool -
Uses of IWorldPool in org.jbox2d.testbed.perf
Fields in org.jbox2d.testbed.perf declared as IWorldPool -
Uses of IWorldPool in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as IWorldPoolConstructors in org.jbox2d.testbed.tests with parameters of type IWorldPool