|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Intersector.MinimumTranslationVector | |
---|---|
com.badlogic.gdx.math |
Uses of Intersector.MinimumTranslationVector in com.badlogic.gdx.math |
---|
Methods in com.badlogic.gdx.math with parameters of type Intersector.MinimumTranslationVector | |
---|---|
static boolean |
Intersector.overlapConvexPolygons(float[] verts1,
float[] verts2,
Intersector.MinimumTranslationVector mtv)
Check whether polygons defined by the given vertex arrays overlap. |
static boolean |
Intersector.overlapConvexPolygons(Polygon p1,
Polygon p2,
Intersector.MinimumTranslationVector mtv)
Check whether specified convex polygons overlap. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |