aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/dq.pov
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-05 18:48:54 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-08-05 18:48:54 +0200
commitdef3198eb5a2462d296aea81d14b6b982a722b8e (patch)
tree2eda1ced4c820329f0f4689e1006c02616aaa9b6 /buch/papers/clifford/3d/dq.pov
parentMerge pull request #71 from paschost/patch-4 (diff)
downloadSeminarMatrizen-def3198eb5a2462d296aea81d14b6b982a722b8e.tar.gz
SeminarMatrizen-def3198eb5a2462d296aea81d14b6b982a722b8e.zip
bild 1
Diffstat (limited to 'buch/papers/clifford/3d/dq.pov')
-rw-r--r--buch/papers/clifford/3d/dq.pov11
1 files changed, 8 insertions, 3 deletions
diff --git a/buch/papers/clifford/3d/dq.pov b/buch/papers/clifford/3d/dq.pov
index 8002129..762eee2 100644
--- a/buch/papers/clifford/3d/dq.pov
+++ b/buch/papers/clifford/3d/dq.pov
@@ -9,9 +9,14 @@ arrow(<0,0,0>, <1, sqrt(2), 2>, r, Red)
#declare r = 0.2 * r;
-circlearrow(<1,0,0>, <0,0,1>, <1, sqrt(2), 0>, 1, thick, 1.8*pi/3, 3)
-circlearrow(<1,0,0>, <0,1,0>, <1, 0, 2>, sqrt(2)/2, thick, 1.8*pi/3, 3)
-circlearrow(<0,0,1>, <1,0,0>, <0, sqrt(2), 2>, 0.5, thick, 1.8*pi/3, 3)
+#declare drehwinkel = 0.95 * 2*pi/3 * 3;
+#declare drehwinkel23 = drehwinkel;
+#declare drehwinkel12 = drehwinkel / sqrt(2);
+#declare drehwinkel13 = drehwinkel / 2;
+
+circlearrow(<1,0,0>, <0,0,1>, <1, sqrt(2), 0>, 1, thick, drehwinkel23, 1)
+circlearrow(<1,0,0>, <0,1,0>, <1, 0, 2>, sqrt(2)/2, thick, drehwinkel12, 1)
+circlearrow(<0,0,1>, <1,0,0>, <0, sqrt(2), 2>, 0.5, thick, drehwinkel13, 1)
#declare l = 2.8;
#declare h = 0.0001;