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: Rasturizer/Rasturizer.cpp
- Revision:
- 2:a5bc7b3779f7
- Parent:
- 1:044238f7bdda
- Child:
- 3:2e31dfcb712a
--- a/Rasturizer/Rasturizer.cpp Fri Feb 22 12:57:19 2019 +0000
+++ b/Rasturizer/Rasturizer.cpp Fri Feb 22 13:45:34 2019 +0000
@@ -1,8 +1,10 @@
#include "mbed.h"
#include "Rasturizer.h"
-#include "Face.h"
+
-Rasturizer::Rasturizer(Face face){
+Rasturizer::Rasturizer(){//Face face){
+ /*lcd.init();
+ float f = face.GetVertexValue(0,0);
float points[4][2] = {{rand()%20,rand()%20},{20+rand()%20, rand()%20}, {20+rand()%20,20+rand()%20}, {rand()%20,20+rand()%20}};
int diffX1 = points[0][0]-points[1][0];
@@ -45,4 +47,5 @@
points[3][0],
points[3][1],
1);
+ */
}
\ No newline at end of file