Uses of Interface
org.jbox2d.pooling.WorldPool
Packages that use WorldPool
Package
Description
The Collision module contains shapes and functions that operate on them.
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Joints are used to constraint two bodies together in various fashions.
-
Uses of WorldPool in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type WorldPoolModifier and TypeMethodDescriptionfinal booleanAABB.raycast(RayCastOutput output, RayCastInput input, WorldPool argPool) From Real-time Collision Detection, p179.Constructors in org.jbox2d.collision with parameters of type WorldPool -
Uses of WorldPool in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics that return WorldPoolConstructors in org.jbox2d.dynamics with parameters of type WorldPool -
Uses of WorldPool in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as WorldPoolMethods in org.jbox2d.dynamics.contacts with parameters of type WorldPoolModifier and TypeMethodDescriptionContactCreator.contactCreateFcn(WorldPool argPool, Fixture fixtureA, Fixture fixtureB) voidContactCreator.contactDestroyFcn(WorldPool argPool, Contact contact) Constructors in org.jbox2d.dynamics.contacts with parameters of type WorldPoolModifierConstructorDescriptionChainAndCircleContact(WorldPool argPool) ChainAndPolygonContact(WorldPool argPool) CircleContact(WorldPool argPool) protectedEdgeAndCircleContact(WorldPool argPool) EdgeAndPolygonContact(WorldPool argPool) PolygonAndCircleContact(WorldPool argPool) PolygonContact(WorldPool argPool) -
Uses of WorldPool in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as WorldPoolConstructors in org.jbox2d.dynamics.joints with parameters of type WorldPoolModifierConstructorDescriptionprotectedDistanceJoint(WorldPool argWorld, DistanceJointDef def) protectedFrictionJoint(WorldPool argWorldPool, FrictionJointDef def) protectedGearJoint(WorldPool argWorldPool, GearJointDef def) protectedMotorJoint(WorldPool pool, MotorJointDef def) protectedMouseJoint(WorldPool argWorld, MouseJointDef def) protectedPrismaticJoint(WorldPool argWorld, PrismaticJointDef def) protectedPulleyJoint(WorldPool argWorldPool, PulleyJointDef def) protectedRevoluteJoint(WorldPool argWorld, RevoluteJointDef def) protectedRopeJoint(WorldPool worldPool, RopeJointDef def) protectedWeldJoint(WorldPool argWorld, WeldJointDef def) protectedWheelJoint(WorldPool argPool, WheelJointDef def) -
Uses of WorldPool in org.jbox2d.pooling.normal
Classes in org.jbox2d.pooling.normal that implement WorldPoolModifier and TypeClassDescriptionclassProvides object pooling for all objects used in the engine. -
Uses of WorldPool in org.jbox2d.testbed.perf
Fields in org.jbox2d.testbed.perf declared as WorldPool