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:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user