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:
- 1:044238f7bdda
- Child:
- 2:a5bc7b3779f7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Face/Face.h Fri Feb 22 12:57:19 2019 +0000 @@ -0,0 +1,8 @@ +class Face { + private: + float verticies[4][3]; + public: + Face(float (&PointArray)[4][3]); + float GetVertexValue(int vertex, int axis); +}; +