org.jbox2d.collision
Class ManifoldPoint

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

public class ManifoldPoint
extends java.lang.Object


Field Summary
 ContactID id
           
 Vec2 localPoint1
           
 Vec2 localPoint2
           
 float normalForce
           
 float separation
           
 float tangentForce
           
 
Constructor Summary
ManifoldPoint()
           
ManifoldPoint(ManifoldPoint cp)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localPoint1

public Vec2 localPoint1

localPoint2

public Vec2 localPoint2

separation

public float separation

normalForce

public float normalForce

tangentForce

public float tangentForce

id

public ContactID id
Constructor Detail

ManifoldPoint

public ManifoldPoint()

ManifoldPoint

public ManifoldPoint(ManifoldPoint cp)