Package | Description |
---|---|
org.jbox2d.collision |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017. All Rights Reserved.