org.jbox2d.collision
Class Collision

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

public class Collision
extends java.lang.Object


Field Summary
static int NEW_POINT
           
static int NULL_FEATURE
           
static int OLD_POINT
           
 
Constructor Summary
Collision()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_FEATURE

public static final int NULL_FEATURE
See Also:
Constant Field Values

NEW_POINT

public static final int NEW_POINT
See Also:
Constant Field Values

OLD_POINT

public static final int OLD_POINT
See Also:
Constant Field Values
Constructor Detail

Collision

public Collision()