|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.testbed.ExampleContactPoint
public class ExampleContactPoint
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 |
---|
public Shape shape1
public Shape shape2
public Vec2 normal
public Vec2 position
public Vec2 velocity
public int state
Constructor Detail |
---|
public ExampleContactPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |