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:
- 6:75031d14fc0d
- Parent:
- 5:54d3b36fec2c
- Child:
- 7:15543cb10a14
--- a/Cube/Cube.h Fri Feb 22 19:15:50 2019 +0000 +++ b/Cube/Cube.h Sat Feb 23 16:19:29 2019 +0000 @@ -12,4 +12,5 @@ Cube(float x, float y, float z, float size); Face getFace(int index); void rotateX(float angle); + void translate(float x, float y, float z); }; \ No newline at end of file