Uses of Package
org.jbox2d.collision

Packages that use org.jbox2d.collision
org.jbox2d.callbacks   
org.jbox2d.collision   
org.jbox2d.collision.broadphase   
org.jbox2d.collision.shapes   
org.jbox2d.dynamics   
org.jbox2d.dynamics.contacts   
org.jbox2d.pooling   
org.jbox2d.pooling.normal   
 

Classes in org.jbox2d.collision used by org.jbox2d.callbacks
Manifold
          A manifold for two touching convex shapes.
RayCastInput
          Ray-cast input data.
 

Classes in org.jbox2d.collision used by org.jbox2d.collision
AABB
          An axis-aligned bounding box.
Collision.ClipVertex
          Used for computing contact manifolds.
Collision.PointState
          This is used for determining the state of contact points.
ContactID
          Contact ids to facilitate warm starting.
ContactID.Type
           
Distance.DistanceProxy
          A distance proxy is used by the GJK algorithm.
Distance.SimplexCache
          Used to warm start Distance.
DistanceInput
          Input for Distance.
DistanceOutput
          Output for Distance.
Manifold
          A manifold for two touching convex shapes.
Manifold.ManifoldType
           
ManifoldPoint
          A manifold point is a contact point belonging to a contact manifold.
RayCastInput
          Ray-cast input data.
RayCastOutput
          Ray-cast output data.
TimeOfImpact.TOIInput
          Input parameters for TOI
TimeOfImpact.TOIOutput
          Output parameters for TimeOfImpact
TimeOfImpact.TOIOutputState
           
 

Classes in org.jbox2d.collision used by org.jbox2d.collision.broadphase
AABB
          An axis-aligned bounding box.
RayCastInput
          Ray-cast input data.
 

Classes in org.jbox2d.collision used by org.jbox2d.collision.shapes
AABB
          An axis-aligned bounding box.
RayCastInput
          Ray-cast input data.
RayCastOutput
          Ray-cast output data.
 

Classes in org.jbox2d.collision used by org.jbox2d.dynamics
AABB
          An axis-aligned bounding box.
RayCastInput
          Ray-cast input data.
RayCastOutput
          Ray-cast output data.
 

Classes in org.jbox2d.collision used by org.jbox2d.dynamics.contacts
Manifold
          A manifold for two touching convex shapes.
WorldManifold
          This is used to compute the current state of a contact manifold.
 

Classes in org.jbox2d.collision used by org.jbox2d.pooling
AABB
          An axis-aligned bounding box.
Collision
          Functions used for computing contact points, distance queries, and TOI queries.
Distance
          This is non-static for faster pooling.
TimeOfImpact
          Class used for computing the time of impact.
 

Classes in org.jbox2d.collision used by org.jbox2d.pooling.normal
AABB
          An axis-aligned bounding box.
Collision
          Functions used for computing contact points, distance queries, and TOI queries.
Distance
          This is non-static for faster pooling.
TimeOfImpact
          Class used for computing the time of impact.
 



Copyright © 2013. All Rights Reserved.