Function Grapher
by JustinSDK
47
Downloads
52
Likes
0
Makes
When remixing [OpenSCAD Graph Generator ||](https://www.thingiverse.com/thing:2220911), I remembered one thing I still didn't challenge. That is, using the built-in `polyhedron` module to create a function graph.
This is a demonstration of the `function_grapher` module in [my library](https://github.com/JustinSDK/dotSCAD). It's easy to use. For example.
include ;
include ;
include ;
function f(x, y) =
30 * (
cos(sqrt(pow(x, 2) + pow(y, 2))) +
This is a demonstration of the `function_grapher` module in [my library](https://github.com/JustinSDK/dotSCAD). It's easy to use. For example.
include ;
include ;
include ;
function f(x, y) =
30 * (
cos(sqrt(pow(x, 2) + pow(y, 2))) +
Makes
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign in