Transforms a point inside a rectangle to a point of a torus. It can create things such as [torus maze](https://github.com/JustinSDK/dotSCAD/blob/master/examples/maze/torus_maze.scad).
![ptf_torus](images/lib2x-ptf_torus-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` : Torus `[R, r]`.
-`angle` : Torus `[A, a]`.
-`twist` : The number of degrees of through which the rectangle is twisted.