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: Renderer/Renderer.h
- Revision:
- 32:9c250eda7f3f
- Parent:
- 31:e681177037ef
- Child:
- 33:02c5048b3b3f
diff -r e681177037ef -r 9c250eda7f3f Renderer/Renderer.h --- a/Renderer/Renderer.h Fri Apr 05 15:34:28 2019 +0000 +++ b/Renderer/Renderer.h Fri Apr 05 15:43:27 2019 +0000 @@ -4,12 +4,16 @@ #define FACE_H #include "Face.h" #endif - #ifndef CUBE_H #define CUBE_H #include "Cube.h" #endif +/** Face class +*@brief A class used to instantiate a renderer object, this class provides an interface from the game to the display +*@author Christopher Doel +*@date April, 2019 +*/ class Renderer { private: float fov;