Rectangle
Please note that a rectangle is calculated from two points (The first and second point).
To display a Circle in Matthias you will have to provide the following arguments:
First point of the Rectangle: [f32; 2]
Second point of the Rectangle: [f32; 2]
Is the Rectangle filled: boolean
Color of the Rectangle : [u8; 4]