org.jbox2d.dynamics.contacts
Class ContactConstraint
java.lang.Object
org.jbox2d.dynamics.contacts.ContactConstraint
public class ContactConstraint
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
points
public final ContactConstraintPoint[] points
normal
public final Vec2 normal
manifold
public final Manifold manifold
body1
public Body body1
body2
public Body body2
friction
public float friction
restitution
public float restitution
pointCount
public int pointCount
ContactConstraint
public ContactConstraint()
set
public void set(ContactConstraint cp)