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.
Dependencies: mbed
Diff: Cube/Cube.h
- Revision:
- 11:2cd6341136ca
- Parent:
- 10:07a23afd5088
- Child:
- 14:885915260e25
diff -r 07a23afd5088 -r 2cd6341136ca Cube/Cube.h --- a/Cube/Cube.h Tue Mar 19 12:12:52 2019 +0000 +++ b/Cube/Cube.h Sun Mar 24 12:31:38 2019 +0000 @@ -13,8 +13,10 @@ Cube(double x, double y, double z, double size); Face getFace(int index); void updateFaces(); + bool tooClose(); void rotateX(double angle); void rotateY(double angle); + void rotateZ(double angle); void translate(double x, double y, double z); bool despawn(); }; \ No newline at end of file