libgdx API

Uses of Class
com.badlogic.gdx.math.Polygon

Packages that use Polygon
com.badlogic.gdx.math   
 

Uses of Polygon in com.badlogic.gdx.math
 

Methods in com.badlogic.gdx.math with parameters of type Polygon
static boolean Intersector.overlapConvexPolygons(Polygon p1, Polygon p2)
          Check whether specified convex polygons 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)