| 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 pool) |
TimeOfImpact(IWorldPool pool) |
| Modifier and Type | Method and Description |
|---|---|
IWorldPool |
World.getPool() |
| Modifier and Type | Field and Description |
|---|---|
protected IWorldPool |
Contact.pool |
| 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) |
MotorJoint(IWorldPool pool,
MotorJointDef 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 © 2018. All rights reserved.