public static class GjkEpaSolver.Results extends Object
| Modifier and Type | Field and Description |
|---|---|
float |
depth |
int |
epa_iterations |
int |
gjk_iterations |
Vector3f |
normal |
GjkEpaSolver.ResultsStatus |
status |
Vector3f[] |
witnesses |
| Constructor and Description |
|---|
GjkEpaSolver.Results() |
public GjkEpaSolver.ResultsStatus status
public final Vector3f[] witnesses
public final Vector3f normal
public float depth
public int epa_iterations
public int gjk_iterations