|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bulletphysics.collision.narrowphase.GjkEpaSolver.Results
public static class GjkEpaSolver.Results
Field Summary | |
---|---|
float |
depth
|
int |
epa_iterations
|
int |
gjk_iterations
|
javax.vecmath.Vector3f |
normal
|
GjkEpaSolver.ResultsStatus |
status
|
javax.vecmath.Vector3f[] |
witnesses
|
Constructor Summary | |
---|---|
GjkEpaSolver.Results()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public GjkEpaSolver.ResultsStatus status
public final javax.vecmath.Vector3f[] witnesses
public final javax.vecmath.Vector3f normal
public float depth
public int epa_iterations
public int gjk_iterations
Constructor Detail |
---|
public GjkEpaSolver.Results()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |