A basic data model that will represent geometric shapes(circle, square and rectangle shapes).
Circle
is defined by a single parameter representing radius.Square
is also defined by a single parameter representing edge size.Rectangle
is defined by two parameters representing size of each edge.
See files under tests
directory.