package
0.0.0-20211010210625-4aa0140a90eb
Repository: https://github.com/0xqab/concepts-of-programming-languages.git
Documentation: pkg.go.dev

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