1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 09:14:29 +02:00

add simple doc

This commit is contained in:
Justin Lin
2020-02-13 14:18:30 +08:00
parent 044b359bf4
commit b9ca3bb246

View File

@@ -1,6 +1,13 @@
use <rotate_p.scad>; use <rotate_p.scad>;
use <experimental/tf_y_twist.scad>; use <experimental/tf_y_twist.scad>;
/*
size: The size of a rectangle.
point: A point in the rectangle.
radius: sphere radius.
angle: arc angle.
twist: The number of degrees of through which the rectangle is twisted.
*/
function tf_ring(size, point, radius, angle, twist = 0) = function tf_ring(size, point, radius, angle, twist = 0) =
let( let(
yleng = size[1], yleng = size[1],