ImplicitCAD/Examples/example10.escad

5 lines
94 B
Plaintext
Raw Permalink Normal View History

// Example10.escad -- map!.
echo(map(cos, [0, pi/2, pi]));
cube(10);
translate (10) cube(10);