lab 6 start
This commit is contained in:
19
Lab6/viewcontext.h
Normal file
19
Lab6/viewcontext.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef viewcontext_h
|
||||
#define viewcontext_h
|
||||
|
||||
#include "matrix.h"
|
||||
|
||||
|
||||
class ViewContext{
|
||||
ViewContext();
|
||||
void model_to_device();
|
||||
|
||||
// Rotation - Around center of screen
|
||||
// Scaling - Around center of screen
|
||||
// Translation
|
||||
// Reset
|
||||
// Invert Colors
|
||||
Matrix* compMatrix;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user