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: Face/Face.h
- Revision:
- 2:a5bc7b3779f7
- Parent:
- 1:044238f7bdda
- Child:
- 4:759a5c34e239
--- a/Face/Face.h Fri Feb 22 12:57:19 2019 +0000 +++ b/Face/Face.h Fri Feb 22 13:45:34 2019 +0000 @@ -1,8 +1,9 @@ +#include "mbed.h" + class Face { private: float verticies[4][3]; public: Face(float (&PointArray)[4][3]); float GetVertexValue(int vertex, int axis); -}; - +}; \ No newline at end of file