1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

updated doc

This commit is contained in:
Justin Lin
2017-06-08 15:09:58 +08:00
parent 7ab3bbb29d
commit e8f4205c78

View File

@@ -16,6 +16,7 @@ It depends on the `line3d`, `polyline3d`, `hull_polyline3d` modules so you have
include <line3d.scad>;
include <polyline3d.scad>;
include <hull_polyline3d.scad>;
include <function_grapher.scad>;
points = [
@@ -33,6 +34,7 @@ It depends on the `line3d`, `polyline3d`, `hull_polyline3d` modules so you have
include <line3d.scad>;
include <polyline3d.scad>;
include <hull_polyline3d.scad>;
include <function_grapher.scad>;
function f(x, y) =
@@ -60,6 +62,7 @@ It depends on the `line3d`, `polyline3d`, `hull_polyline3d` modules so you have
include <line3d.scad>;
include <polyline3d.scad>;
include <hull_polyline3d.scad>;
include <function_grapher.scad>;
function f(x, y) =
@@ -88,6 +91,7 @@ It depends on the `line3d`, `polyline3d`, `hull_polyline3d` modules so you have
include <line3d.scad>;
include <polyline3d.scad>;
include <hull_polyline3d.scad>;
include <function_grapher.scad>;
function f(x, y) =