diff options
author | dos-reis <gdr@axiomatics.org> | 2009-07-12 21:44:36 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-07-12 21:44:36 +0000 |
commit | 361eca1c035acd57ad9f0ac1133fb641eabe122b (patch) | |
tree | b1c585717e82af77f3e13e879fea82888b9c37db /src | |
parent | 3838fe22164e91e9d5269f801c2b668682ccde83 (diff) | |
download | open-axiom-361eca1c035acd57ad9f0ac1133fb641eabe122b.tar.gz |
Fix thinko
Diffstat (limited to 'src')
-rw-r--r-- | src/input/knot2.input.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/knot2.input.pamphlet b/src/input/knot2.input.pamphlet index 17c24b7c..01caa665 100644 --- a/src/input/knot2.input.pamphlet +++ b/src/input/knot2.input.pamphlet @@ -33,7 +33,7 @@ maxRange := (odd? l => l * %pi::SF; 2 * l * %pi::SF) theRange := 0..maxRange -- create the knot -knot:TUBE := tubePlot(sin t * cos(PQ*t),cos t * cos(PQ*t),cos t * sin(PQ*t), +knot := tubePlot(sin t * cos(PQ*t),cos t * cos(PQ*t),cos t * sin(PQ*t), f, theRange, 0.1::SF, 6, "open" ) -- make a viewport out of it |