1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-25 05:51:41 +02:00

updated docs

This commit is contained in:
Justin Lin
2017-04-07 09:05:57 +08:00
parent aa8fdb7ff3
commit d1113ebd30
4 changed files with 13 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
## Examples
include <line2d.scad>;
include <polyline2d.scad>;
$fn = 24;
@@ -20,6 +21,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
![polyline2d](images/lib-polyline2d-1.JPG)
include <line2d.scad>;
include <polyline2d.scad>;
$fn = 24;
@@ -28,6 +30,7 @@ Creates a polyline from a list of `x`, `y` coordinates. When the end points are
![polyline2d](images/lib-polyline2d-2.JPG)
include <line2d.scad>;
include <polyline2d.scad>;
$fn = 24;