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

Packages that use Circle
com.badlogic.gdx.maps.objects   
com.badlogic.gdx.math   
 

Uses of Circle in com.badlogic.gdx.maps.objects
 

Methods in com.badlogic.gdx.maps.objects that return Circle
 Circle CircleMapObject.getCircle()
           
 

Uses of Circle in com.badlogic.gdx.math
 

Methods in com.badlogic.gdx.math with parameters of type Circle
 boolean Circle.contains(Circle c)
           
 boolean Circle.overlaps(Circle c)
           
static boolean Intersector.overlaps(Circle c1, Circle c2)
           
static boolean Intersector.overlaps(Circle c, Rectangle r)
           
 void Circle.set(Circle circle)
           
 

Constructors in com.badlogic.gdx.math with parameters of type Circle
Circle(Circle circle)
           
 



Copyright © 2013. All Rights Reserved.