org.jbox2d.testbed
Class ExampleContactPoint

java.lang.Object
  extended by org.jbox2d.testbed.ExampleContactPoint

public class ExampleContactPoint
extends Object

Holder for storing contact information.


Field Summary
 Vec2 normal
           
 Vec2 position
           
 Shape shape1
           
 Shape shape2
           
 int state
           
 Vec2 velocity
           
 
Constructor Summary
ExampleContactPoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shape1

public Shape shape1

shape2

public Shape shape2

normal

public Vec2 normal

position

public Vec2 position

velocity

public Vec2 velocity

state

public int state
Constructor Detail

ExampleContactPoint

public ExampleContactPoint()