Uses of Class
org.jbox2d.collision.Manifold

Packages that use Manifold
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.dynamics.contacts This package performs contact handling, and is essentially internal to JBox2d. 
 

Uses of Manifold in org.jbox2d.collision
 

Methods in org.jbox2d.collision with parameters of type Manifold
static void CollideCircle.collideCircles(Manifold manifold, CircleShape circle1, XForm xf1, CircleShape circle2, XForm xf2)
           
static void CollideCircle.collidePolygonAndCircle(Manifold manifold, PolygonShape polygon, XForm xf1, CircleShape circle, XForm xf2)
           
static void CollidePoly.collidePolygons(Manifold manif, PolygonShape polyA, XForm xfA, PolygonShape polyB, XForm xfB)
           
 

Constructors in org.jbox2d.collision with parameters of type Manifold
Manifold(Manifold other)
           
 

Uses of Manifold in org.jbox2d.dynamics.contacts
 

Fields in org.jbox2d.dynamics.contacts declared as Manifold
 Manifold ContactConstraint.manifold
           
 

Methods in org.jbox2d.dynamics.contacts that return types with arguments of type Manifold
 java.util.List<Manifold> PolyContact.getManifolds()
           
 java.util.List<Manifold> NullContact.getManifolds()
           
abstract  java.util.List<Manifold> Contact.getManifolds()
          Get the manifold array.
 java.util.List<Manifold> CircleContact.getManifolds()