First opengl/x11/window integration.
This commit is contained in:
parent
7c6a92f4ec
commit
cea3d2c39f
30 changed files with 254 additions and 72 deletions
|
@ -11,6 +11,7 @@ class Rectangle : public AbstractGeometricItem
|
|||
public:
|
||||
|
||||
Rectangle(const Point& bottomLeft, const Point& topRight);
|
||||
Rectangle(const Point& bottomLeft, double width, double height);
|
||||
|
||||
double getHeight() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue