Package | Description |
---|---|
com.badlogic.gdx.math |
Modifier and Type | Method and Description |
---|---|
static boolean |
Intersector.overlapConvexPolygons(float[] verts1,
float[] verts2,
Intersector.MinimumTranslationVector mtv) |
static boolean |
Intersector.overlapConvexPolygons(float[] verts1,
int offset1,
int count1,
float[] verts2,
int offset2,
int count2,
Intersector.MinimumTranslationVector mtv)
Check whether polygons defined by the given counter-clockwise wound vertex arrays overlap.
|
static boolean |
Intersector.overlapConvexPolygons(Polygon p1,
Polygon p2,
Intersector.MinimumTranslationVector mtv)
Check whether specified counter-clockwise wound convex polygons overlap.
|
Copyright © 2014. All Rights Reserved.