org.jbox2d.dynamics.contacts
Interface ContactCreateFcn

All Known Implementing Classes:
CircleContact, PolyContact

public interface ContactCreateFcn


Method Summary
 Contact create(Shape s1, Shape s2)
           
 

Method Detail

create

Contact create(Shape s1,
               Shape s2)