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 IWorldPool
Collision.pool
private final IWorldPool
TimeOfImpact.pool
Methods in org.jbox2d.collision with parameters of type IWorldPoolModifier and TypeMethodDescriptionfinal boolean
AABB.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) void
ContactCreator.contactDestroyFcn
(IWorldPool argPool, Contact contact) Constructors in org.jbox2d.dynamics.contacts with parameters of type IWorldPoolModifierConstructorDescriptionChainAndCircleContact
(IWorldPool argPool) ChainAndPolygonContact
(IWorldPool argPool) CircleContact
(IWorldPool argPool) protected
Contact
(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 IWorldPoolModifierConstructorDescriptionprotected
DistanceJoint
(IWorldPool argWorld, DistanceJointDef def) protected
FrictionJoint
(IWorldPool argWorldPool, FrictionJointDef def) protected
GearJoint
(IWorldPool argWorldPool, GearJointDef def) protected
Joint
(IWorldPool worldPool, JointDef def) protected
MouseJoint
(IWorldPool argWorld, MouseJointDef def) protected
PrismaticJoint
(IWorldPool argWorld, PrismaticJointDef def) protected
PulleyJoint
(IWorldPool argWorldPool, PulleyJointDef def) protected
RevoluteJoint
(IWorldPool argWorld, RevoluteJointDef def) protected
RopeJoint
(IWorldPool worldPool, RopeJointDef def) protected
WeldJoint
(IWorldPool argWorld, WeldJointDef def) protected
WheelJoint
(IWorldPool argPool, WheelJointDef def) -
Uses of IWorldPool in org.jbox2d.pooling.normal
Classes in org.jbox2d.pooling.normal that implement IWorldPoolModifier and TypeClassDescriptionclass
Provides 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