mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
updated comment
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
* Given a set of points `[x, y, f(x, y)]` where `f(x, y)` is a
|
* Given a set of points `[x, y, f(x, y)]` where `f(x, y)` is a
|
||||||
* mathematics function, the `function_grapher` module can
|
* mathematics function, the `function_grapher` module can
|
||||||
* create the graph of `f(x, y)`.
|
* create the graph of `f(x, y)`.
|
||||||
* It depends on the line3d and polyline3d modules so you have
|
* It depends on the line3d, polyline3d, hull_polyline3d modules so you have
|
||||||
* to include "line3d.scad" and "polyline3d.scad".
|
* to include "line3d.scad", "polyline3d.scad", "hull_polyline3d.scad".
|
||||||
*
|
*
|
||||||
* @copyright Justin Lin, 2017
|
* @copyright Justin Lin, 2017
|
||||||
* @license https://opensource.org/licenses/lgpl-3.0.html
|
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||||
|
Reference in New Issue
Block a user