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:
- 9:5915fc800824
- Parent:
- 7:15543cb10a14
- Child:
- 13:f4de03202477
diff -r a667bc5050c1 -r 5915fc800824 Face/Face.h
--- a/Face/Face.h Tue Feb 26 09:35:03 2019 +0000
+++ b/Face/Face.h Tue Mar 19 10:27:37 2019 +0000
@@ -3,8 +3,10 @@
class Face {
private:
double verticies[4][3];
+ double avgZ;
public:
Face(); //double (&PointArray)[4][3]
double getVertexValue(int vertex, int axis);
void setVerticies(double (&PointArray)[4][3]);
+ double getAvgZ();
};
\ No newline at end of file