Uses of Class
org.jbox2d.collision.ManifoldPoint

Packages that use ManifoldPoint
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
 

Uses of ManifoldPoint in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as ManifoldPoint
 ManifoldPoint[] Manifold.points
          The points of contact.
 

Methods in org.jbox2d.collision with parameters of type ManifoldPoint
 void ManifoldPoint.set(ManifoldPoint cp)
          Sets this manifold point form the given one
 

Constructors in org.jbox2d.collision with parameters of type ManifoldPoint
ManifoldPoint(ManifoldPoint cp)
          Creates a manifold point as a copy of the given point