1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-10-03 09:41:57 +02:00

see doc directly

This commit is contained in:
Justin Lin
2019-05-02 11:00:22 +08:00
parent ce14b4fec7
commit 35132b603f
60 changed files with 0 additions and 206 deletions

View File

@@ -1,13 +1,6 @@
/**
* function_grapher.scad
*
*
* Given a set of points `[x, y, f(x, y)]` where `f(x, y)` is a
* mathematics function, the `function_grapher` module can
* create the graph of `f(x, y)`.
* It depends on the line3d, polyline3d, hull_polyline3d modules so you have
* to include "line3d.scad", "polyline3d.scad", "hull_polyline3d.scad".
*
* @copyright Justin Lin, 2017
* @license https://opensource.org/licenses/lgpl-3.0.html
*