# Functions

No description provided by the author
No description provided by the author

# Structs

Circle is a concrete GeoObject with a radius.
GeoObject is the "BaseClass" of any geometrical object.
Position is the position of the screen.
Rectangle is a concrete GeoObject with a width and a height.
Triangle is a concrete GeoObject with three points (ABC).

# Interfaces

No description provided by the author
Painter is used to paint GeoObjects.