Package | Description |
---|---|
org.jbox2d.collision | |
org.jbox2d.dynamics | |
org.jbox2d.dynamics.contacts | |
org.jbox2d.dynamics.joints | |
org.jbox2d.pooling.normal |
Modifier and Type | Method and Description |
---|---|
boolean |
AABB.raycast(RayCastOutput output,
RayCastInput input,
IWorldPool argPool)
From Real-time Collision Detection, p179.
|
Constructor and Description |
---|
Collision(IWorldPool argPool) |
TimeOfImpact(IWorldPool argPool) |
Modifier and Type | Method and Description |
---|---|
IWorldPool |
World.getPool() |
Constructor and Description |
---|
World(Vec2 gravity,
IWorldPool pool)
Construct a world object.
|
World(Vec2 gravity,
IWorldPool argPool,
BroadPhaseStrategy broadPhaseStrategy) |
Modifier and Type | Field and Description |
---|---|
protected IWorldPool |
Contact.pool |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactCreator.contactCreateFcn(IWorldPool argPool,
Fixture fixtureA,
Fixture fixtureB) |
void |
ContactCreator.contactDestroyFcn(IWorldPool argPool,
Contact contact) |
Constructor and Description |
---|
ChainAndCircleContact(IWorldPool argPool) |
ChainAndPolygonContact(IWorldPool argPool) |
CircleContact(IWorldPool argPool) |
Contact(IWorldPool argPool) |
EdgeAndCircleContact(IWorldPool argPool) |
EdgeAndPolygonContact(IWorldPool argPool) |
PolygonAndCircleContact(IWorldPool argPool) |
PolygonContact(IWorldPool argPool) |
Modifier and Type | Field and Description |
---|---|
protected IWorldPool |
Joint.pool |
Constructor and Description |
---|
DistanceJoint(IWorldPool argWorld,
DistanceJointDef def) |
FrictionJoint(IWorldPool argWorldPool,
FrictionJointDef def) |
GearJoint(IWorldPool argWorldPool,
GearJointDef def) |
Joint(IWorldPool worldPool,
JointDef def) |
MouseJoint(IWorldPool argWorld,
MouseJointDef def) |
PrismaticJoint(IWorldPool argWorld,
PrismaticJointDef def) |
PulleyJoint(IWorldPool argWorldPool,
PulleyJointDef def) |
RevoluteJoint(IWorldPool argWorld,
RevoluteJointDef def) |
RopeJoint(IWorldPool worldPool,
RopeJointDef def) |
WeldJoint(IWorldPool argWorld,
WeldJointDef def) |
WheelJoint(IWorldPool argPool,
WheelJointDef def) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWorldPool
Provides object pooling for all objects used in the engine.
|
Copyright © 2017. All Rights Reserved.