mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 07:55:16 +02:00
add simple doc
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
use <rotate_p.scad>;
|
||||
|
||||
/*
|
||||
size: The size of a rectangle.
|
||||
point: A point in the rectangle.
|
||||
angle: twisted angle.
|
||||
*/
|
||||
function tf_y_twist(size, point, angle) =
|
||||
let(
|
||||
xlen = size[0],
|
||||
|
Reference in New Issue
Block a user