|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.Distance.SimplexCache
public static class Distance.SimplexCache
Used to warm start Distance. Set count to zero on first call.
Field Summary | |
---|---|
int |
count
|
int[] |
indexA
vertices on shape A |
int[] |
indexB
vertices on shape B |
float |
metric
length or area |
Constructor Summary | |
---|---|
Distance.SimplexCache()
|
Method Summary | |
---|---|
void |
set(Distance.SimplexCache sc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float metric
public int count
public final int[] indexA
public final int[] indexB
Constructor Detail |
---|
public Distance.SimplexCache()
Method Detail |
---|
public void set(Distance.SimplexCache sc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |