Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Ball/Ball.cpp
- Revision:
- 21:bcc84d5cb068
- Parent:
- 20:041affa5e242
- Child:
- 22:745b4d352183
--- a/Ball/Ball.cpp Tue May 08 11:57:19 2018 +0000 +++ b/Ball/Ball.cpp Tue May 08 12:20:04 2018 +0000 @@ -52,4 +52,9 @@ _circx = 3; } +} + +Vector2D Ball::get_pos() { + Vector2D p = {_circx,_circy}; + return p; } \ No newline at end of file