Maxint R&D / RETRO_BallsAndThings

Dependents:   RETRO_BallsAndPaddle RETRO_BallAndHoles

Revision:
5:065f19e08dcb
Parent:
3:441dc90d10ce
diff -r f421e34313d3 -r 065f19e08dcb Ball.h
--- a/Ball.h	Sat Feb 28 11:40:24 2015 +0000
+++ b/Ball.h	Sat Feb 28 16:32:03 2015 +0000
@@ -33,6 +33,7 @@
 
         Circle getBoundingCircle();
         bool collides(Rectangle r);
+        bool collides(Circle cObject);
         bool collides(Line ln);
         void Bounce(Vector vBounce);
         void BounceAgainst(Vector vBounce);