Uses of Class
ch.aplu.android.GGLine

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

Uses of GGLine in ch.aplu.android
 

Methods in ch.aplu.android that return GGLine
 GGLine GGLine.clone()
          Returns a new GGLine with same start and end vector.
 

Methods in ch.aplu.android with parameters of type GGLine
 boolean GGLine.isIntersecting(GGLine line)
          Returns true if the current line segment intersects with the given line segment.
 boolean GGRectangle.isIntersecting(GGLine line)
          Returns true if the current rectangle intersects with the given line segment.
 

Constructors in ch.aplu.android with parameters of type GGLine
GGLine(GGLine line)
          Creates a new GGLine from given GGLine.