I wanted to show an overlay over camera view and for that I have to show horizontal lines that show distance from the current location. I have simplified this that the lines will show only the distance in some x meters units. Such that each next arc/line shows points the next x meters away.
It must be something like this:

So I know that this can be achieved by using lines on the horizontal bottom and applying some AFFINE transformation on it containing rotation and displacement.
Any ideas on how to achieve this?
Just draw the arcs with appropriate radii!