Uses of Class
org.jbox2d.collision.Manifold

Packages that use Manifold
org.jbox2d.collision   
org.jbox2d.dynamics.contacts   
 

Uses of Manifold in org.jbox2d.collision
 

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

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()
           
 java.util.List<Manifold> CircleContact.getManifolds()