|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.collision.DistanceOutput
public class DistanceOutput
Output for Distance.
| Field Summary | |
|---|---|
float |
distance
|
int |
iterations
number of gjk iterations used |
Vec2 |
pointA
Closest point on shapeA |
Vec2 |
pointB
Closest point on shapeB |
| Constructor Summary | |
|---|---|
DistanceOutput()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Vec2 pointA
public final Vec2 pointB
public float distance
public int iterations
| Constructor Detail |
|---|
public DistanceOutput()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||