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: Point.h
- Revision:
- 5:d7d16cb9c974
- Parent:
- 0:ded79d89abdf
--- a/Point.h Tue May 12 16:21:33 2015 +0000 +++ b/Point.h Mon Aug 17 21:56:25 2015 +0000 @@ -8,6 +8,7 @@ Point (); Point (int , int , int ); int getArraySlice(void); + int getDegree(void); char getIdentifyingChar(void); int getPositionDistance(void); void moveUp();