org.jbox2d.collision
Class Collision

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

public class Collision
extends Object

A few static final variables that don't fit anywhere else (globals in C++ code).


Field Summary
static int NULL_FEATURE
           
 
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
Constructor Detail

Collision

public Collision()