Uses of Class
org.jbox2d.collision.Collision.PointState
-
Packages that use Collision.PointState Package Description org.jbox2d.collision org.jbox2d.testbed.framework -
-
Uses of Collision.PointState in org.jbox2d.collision
Methods in org.jbox2d.collision that return Collision.PointState Modifier and Type Method Description static Collision.PointState
Collision.PointState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Collision.PointState[]
Collision.PointState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbox2d.collision with parameters of type Collision.PointState Modifier and Type Method Description static void
Collision. getPointStates(Collision.PointState[] state1, Collision.PointState[] state2, Manifold manifold1, Manifold manifold2)
Compute the point states given two manifolds. -
Uses of Collision.PointState in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as Collision.PointState Modifier and Type Field Description Collision.PointState
ContactPoint. state
private Collision.PointState[]
TestbedTest. state1
private Collision.PointState[]
TestbedTest. state2
-