lab 6 start

This commit is contained in:
2022-05-10 21:20:05 -05:00
parent 1523e62098
commit fecf12c97a
23 changed files with 1784 additions and 0 deletions

11
Lab6/viewcontext.cpp Normal file
View File

@@ -0,0 +1,11 @@
// - ViewContext Class -
#include "viewcontext.h"
ViewContext::ViewContext(){
compMatrix = new Matrix(3,3);
}
void ViewContext::model_to_device(){
}