org.jbox2d.dynamics.contacts
Class ContactRegister

java.lang.Object
  extended by org.jbox2d.dynamics.contacts.ContactRegister

public class ContactRegister
extends java.lang.Object


Field Summary
 ContactCreateFcn createFcn
           
 boolean primary
           
 ShapeType s1
           
 ShapeType s2
           
 
Constructor Summary
ContactRegister()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s1

public ShapeType s1

s2

public ShapeType s2

createFcn

public ContactCreateFcn createFcn

primary

public boolean primary
Constructor Detail

ContactRegister

public ContactRegister()