Package org.jbox2d.testbed.framework
Class ContactPoint
- java.lang.Object
-
- org.jbox2d.testbed.framework.ContactPoint
-
public class ContactPoint extends java.lang.Object
Contact point forTestbedTest
.
-
-
Field Summary
Fields Modifier and Type Field Description Fixture
fixtureA
Fixture
fixtureB
Vec2
normal
float
normalImpulse
Vec2
position
Collision.PointState
state
float
tangentImpulse
-
Constructor Summary
Constructors Constructor Description ContactPoint()
-
-
-
Field Detail
-
fixtureA
public Fixture fixtureA
-
fixtureB
public Fixture fixtureB
-
normal
public final Vec2 normal
-
position
public final Vec2 position
-
state
public Collision.PointState state
-
normalImpulse
public float normalImpulse
-
tangentImpulse
public float tangentImpulse
-
-