org.jbox2d.testbed
Class ExampleContactPoint
java.lang.Object
org.jbox2d.testbed.ExampleContactPoint
public class ExampleContactPoint
- extends Object
Holder for storing contact information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shape1
public Shape shape1
shape2
public Shape shape2
normal
public Vec2 normal
position
public Vec2 position
velocity
public Vec2 velocity
state
public int state
ExampleContactPoint
public ExampleContactPoint()