Uses of Class
ch.aplu.android.GGCircle

Packages that use GGCircle
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of GGCircle in ch.aplu.android
 

Methods in ch.aplu.android that return GGCircle
 GGCircle GGCircle.clone()
          Returns a new circle with the same center and radius as the current circle.
 

Methods in ch.aplu.android with parameters of type GGCircle
 boolean GGCircle.isEqual(GGCircle circle)
          Returns true, if the current circle is identical to the given circle.
 boolean GGCircle.isIntersecting(GGCircle circle)
          Returns true if the current circle intersects with the given circle.
 boolean GGLine.isIntersecting(GGCircle circle)
          Returns true if the current line intersects with the given circle.
 boolean GGRectangle.isIntersecting(GGCircle circle)
          Returns true if the current rectangle intersects with the given circle.
 

Constructors in ch.aplu.android with parameters of type GGCircle
GGCircle(GGCircle circle)
          Constructs a new circle with the same center and radius as the given circle.