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:
- 13:f4de03202477
- Parent:
- 9:5915fc800824
- Child:
- 17:3c9672c6e532
--- a/Face/Face.h Sun Mar 24 16:59:48 2019 +0000 +++ b/Face/Face.h Sun Mar 24 17:53:25 2019 +0000 @@ -4,9 +4,12 @@ private: double verticies[4][3]; double avgZ; + bool visible; public: Face(); //double (&PointArray)[4][3] double getVertexValue(int vertex, int axis); + bool getVisible(); + void setVisible(bool v); void setVerticies(double (&PointArray)[4][3]); double getAvgZ(); }; \ No newline at end of file