diff --git a/src/experimental/tf_torus.scad b/src/experimental/tf_torus.scad index c22403dc..ea2ac6ba 100644 --- a/src/experimental/tf_torus.scad +++ b/src/experimental/tf_torus.scad @@ -1,5 +1,12 @@ use ; +/* + size: The size of a rectangle. + point: A point in the rectangle. + radius: torus [R, r] + angle: torus [A, a]. + twist: The number of degrees of through which the rectangle is twisted. +*/ function tf_torus(size, point, radius, angle = [360, 360], twist = 0) = let( xlen = size[0],