100 #endif // TESSELATION_H
void setWidth(int w)
Setter for the tesselation width.
Definition: tessellation.cpp:66
void setRotation(int r)
Setter for the tesselation rotation.
Definition: tessellation.cpp:57
int height
Definition: tessellation.h:96
void paintEvent(QPaintEvent *)
Paints a tessellation in the window every time that a paint event occurs.
Definition: tessellation.cpp:86
Definition: tessellation.h:11
int rotation
Definition: tessellation.h:95
void setHeight(int h)
Setter for the tesselation height.
Definition: tessellation.cpp:76
int width
Definition: tessellation.h:96
int getHeight()
Getter for the tesseltation height.
Definition: tessellation.cpp:47
Tessellation(QWidget *parent=0)
Constructor. Creates a tesselation like this:
Definition: tessellation.cpp:12
int getWidth()
Getter for the tesseltation width.
Definition: tessellation.cpp:38
int getRotation()
Getter for the rotation.
Definition: tessellation.cpp:29