|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.jbox2d.collision | |
---|---|
org.jbox2d.collision | This package contains the broad and narrow phase collision algorithms. |
org.jbox2d.dynamics | This package handles non-collision aspects of simulation. |
org.jbox2d.dynamics.contacts | This package performs contact handling, and is essentially internal to JBox2d. |
org.jbox2d.testbed | The JBox2d 2.0 testbed, implemented using Processing. |
org.jbox2d.testbed.tests | This package containst all the testbed examples, which extend org.jbox2d.testbed.AbstractExample. |
org.jbox2d.util.blob |
Classes in org.jbox2d.collision used by org.jbox2d.collision | |
---|---|
AABB
An axis-aligned bounding box. |
|
Bound
|
|
BroadPhase
This broad phase uses the Sweep and Prune algorithm as described in: Collision Detection in Interactive 3D Environments by Gino van den Bergen Also, some ideas, such as using integral values for fast compares comes from Bullet (http:/www.bulletphysics.com). |
|
BufferedPair
|
|
CircleShape
A circle shape. |
|
ContactID
Contact ids to facilitate warm starting. |
|
ContactID.Features
The features that intersect to form the contact point |
|
FilterData
This holds contact filtering data. |
|
Manifold
A manifold for two touching convex shapes. |
|
ManifoldPoint
A manifold point is a contact point belonging to a contact manifold. |
|
MassData
This holds the mass data computed for a shape. |
|
OBB
An oriented bounding box. |
|
Pair
|
|
PairCallback
|
|
PairManager
|
|
PolygonShape
A convex polygon shape. |
|
Proxy
|
|
Shape
A shape is used for collision detection. |
|
ShapeDef
Superclass for shape definitions. |
|
ShapeType
|
|
SupportsGenericDistance
A shape that implements this interface can be used in distance calculations for continuous collision detection. |
Classes in org.jbox2d.collision used by org.jbox2d.dynamics | |
---|---|
AABB
An axis-aligned bounding box. |
|
MassData
This holds the mass data computed for a shape. |
|
PairCallback
|
|
Shape
A shape is used for collision detection. |
|
ShapeDef
Superclass for shape definitions. |
Classes in org.jbox2d.collision used by org.jbox2d.dynamics.contacts | |
---|---|
ContactID
Contact ids to facilitate warm starting. |
|
Manifold
A manifold for two touching convex shapes. |
|
Shape
A shape is used for collision detection. |
|
ShapeType
|
Classes in org.jbox2d.collision used by org.jbox2d.testbed | |
---|---|
AABB
An axis-aligned bounding box. |
|
Shape
A shape is used for collision detection. |
Classes in org.jbox2d.collision used by org.jbox2d.testbed.tests | |
---|---|
CircleDef
A circle shape definition. |
|
PolygonDef
Convex polygon. |
Classes in org.jbox2d.collision used by org.jbox2d.util.blob | |
---|---|
AABB
An axis-aligned bounding box. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |