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

added missing module

This commit is contained in:
Justin Lin
2017-06-24 20:31:02 +08:00
parent e8b8cf52be
commit 9278db41d6

View File

@@ -15,7 +15,8 @@ An `init_angle` less than 180 degrees is not recommended because the function us
- `rt_dir` : `"CT_CLK"` for counterclockwise. `"CLK"` for clockwise. The default value is `"CT_CLK"`. - `rt_dir` : `"CT_CLK"` for counterclockwise. `"CLK"` for clockwise. The default value is `"CT_CLK"`.
## Examples ## Examples
include <line2d.scad>;
include <polyline2d.scad>; include <polyline2d.scad>;
include <archimedean_spiral.scad>; include <archimedean_spiral.scad>;