#include <Shape2D.hpp>

Public Member Functions | |
| virtual bool | contains (const Frame &viewport, const Vector2< double > &point) const =0 |
| virtual void | draw (const Frame &viewport) const =0 |
| virtual | ~Shape2D ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in Sh::RectangleShape, Sh::CircleShape, and Sh::TextShape.
|
pure virtual |
Implemented in Sh::RectangleShape, Sh::CircleShape, and Sh::TextShape.