As a starter, be kind tome as I'm really trying to understand all this but sadly after all those years I'm still very bad with Math :(
So, here is what I'm trying to do/understand. I've got a rectangle of lxh, a given angle of α and I'd like to have a formulae in order to project a set of points in my rectangle inside a circle slide of an arbitrary radius.
In the example above, I'd like to project the content of the red rectangle inside the blue circle slice. I'd like the projection to look like this:
I've read things about conformal mapping but I can't wrap my head around this.
Please forgive me if I don't use the right terms to express my issue and feel free to correct me so I can improve.


Alright so someone gave me the answer to this question.
For a rectangle of width
land heighth, a circle sector of angleangleand radiusrand a point in the initial rectangle of coordinates(ox,oy).The solution is to map the x coordinate to the angle like this:
(x,y)are the mapped coorinates.