libgdx API

Uses of Class
com.badlogic.gdx.math.Intersector.MinimumTranslationVector

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)