ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

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