Transforms a point inside a rectangle to a point of a ring. It can create things such as [tiled_line_mobius](https://github.com/JustinSDK/dotSCAD/blob/master/examples/tiled_line_mobius.scad).
![ptf_ring](images/lib2x-ptf_ring-1.JPG)
**Since:** 2.3
## Parameters
-`size` : 2 value array `[x, y]`, rectangle with dimensions `x` and `y`.
-`point` : The point to be transformed.
-`radius` : The radius of the ring.
-`angle` : The central angle of the arc.
-`twist` : The number of degrees of through which the rectangle is twisted.