aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/q23.pov
diff options
context:
space:
mode:
authorJODBaer <JODBaer@github.com>2021-08-07 14:34:58 +0200
committerJODBaer <JODBaer@github.com>2021-08-07 14:34:58 +0200
commit2257ffca3c2ff48af74e5bbfb85b505feef6c1ab (patch)
tree7e3f85bc6e98a9a9a5d48642d7dd08cd35f4f2af /buch/papers/clifford/3d/q23.pov
parentMerge pull request #64 from Kuehnee/master (diff)
parentplot-green (diff)
downloadSeminarMatrizen-2257ffca3c2ff48af74e5bbfb85b505feef6c1ab.tar.gz
SeminarMatrizen-2257ffca3c2ff48af74e5bbfb85b505feef6c1ab.zip
Merge remote-tracking branch 'origin/Baer'
Diffstat (limited to 'buch/papers/clifford/3d/q23.pov')
-rw-r--r--buch/papers/clifford/3d/q23.pov12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/papers/clifford/3d/q23.pov b/buch/papers/clifford/3d/q23.pov
new file mode 100644
index 0000000..e3e5d49
--- /dev/null
+++ b/buch/papers/clifford/3d/q23.pov
@@ -0,0 +1,12 @@
+//
+// q23.pov -- Drehung und Quaternion
+//
+// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+//
+#include "common.inc"
+
+circlearrow(<1,0,0>, 0.01*<0,0,-1>, <0, 0, 0>, 1.0, thick, 0.98*pi/2, 4)
+
+arrow( <0,0,0>, <-2.0,0,0>, 0.99*thick, Blue)
+arrow( <0,0,0>, <0,2.0,0>, 0.99*thick, Blue)
+arrow( <0,0,0>, <0,0,2.0>, 0.99*thick, Red)