org.jbox2d.collision
Class Manifold

java.lang.Object
  extended by org.jbox2d.collision.Manifold

public class Manifold
extends java.lang.Object


Field Summary
 Vec2 normal
           
 int pointCount
           
 ManifoldPoint[] points
           
 
Constructor Summary
Manifold()
           
Manifold(Manifold other)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

points

public ManifoldPoint[] points

normal

public Vec2 normal

pointCount

public int pointCount
Constructor Detail

Manifold

public Manifold()

Manifold

public Manifold(Manifold other)