|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Collision.PointState | |
|---|---|
| org.jbox2d.collision | |
| Uses of Collision.PointState in org.jbox2d.collision |
|---|
| Methods in org.jbox2d.collision that return Collision.PointState | |
|---|---|
static Collision.PointState |
Collision.PointState.valueOf(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 | |
|---|---|
static void |
Collision.getPointStates(Collision.PointState[] state1,
Collision.PointState[] state2,
Manifold manifold1,
Manifold manifold2)
Compute the point states given two manifolds. |
static void |
Collision.getPointStates(Collision.PointState[] state1,
Collision.PointState[] state2,
Manifold manifold1,
Manifold manifold2)
Compute the point states given two manifolds. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||