# 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).