Uses of Class
com.badlogic.gdx.math.Intersector.MinimumTranslationVector
-
Packages that use Intersector.MinimumTranslationVector Package Description 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 Modifier and Type Method Description static booleanIntersector. intersectSegmentCircle(Vector2 start, Vector2 end, Circle circle, Intersector.MinimumTranslationVector mtv)Returns whether the given line segment intersects the given circle.static booleanIntersector. overlapConvexPolygons(float[] verts1, float[] verts2, Intersector.MinimumTranslationVector mtv)static booleanIntersector. overlapConvexPolygons(float[] verts1, int offset1, int count1, float[] verts2, int offset2, int count2, Intersector.MinimumTranslationVector mtv)Check whether polygons defined by the given vertex arrays overlap (clockwise or counter-clockwise wound doesn't matter).static booleanIntersector. overlapConvexPolygons(Polygon p1, Polygon p2, Intersector.MinimumTranslationVector mtv)Check whether convex polygons overlap (clockwise or counter-clockwise wound doesn't matter).
-