Elements used in the Balls and Things games for the RETRO.

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
3:441dc90d10ce
Parent:
2:74bc9b16fb88
Child:
5:065f19e08dcb
--- a/Ball.h	Wed Feb 25 10:43:15 2015 +0000
+++ b/Ball.h	Thu Feb 26 11:46:46 2015 +0000
@@ -33,6 +33,7 @@
 
         Circle getBoundingCircle();
         bool collides(Rectangle r);
+        bool collides(Line ln);
         void Bounce(Vector vBounce);
         void BounceAgainst(Vector vBounce);