public class GjkEpaSolver extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GjkEpaSolver.Face |
static class |
GjkEpaSolver.He |
static class |
GjkEpaSolver.Mkv |
static class |
GjkEpaSolver.Results |
static class |
GjkEpaSolver.ResultsStatus |
| Constructor and Description |
|---|
GjkEpaSolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
collide(ConvexShape shape0,
Transform wtrs0,
ConvexShape shape1,
Transform wtrs1,
float radialmargin,
GjkEpaSolver.Results results) |
public boolean collide(ConvexShape shape0, Transform wtrs0, ConvexShape shape1, Transform wtrs1, float radialmargin, GjkEpaSolver.Results results)