aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/q23.pov
diff options
context:
space:
mode:
authorNunigan <37363304+Nunigan@users.noreply.github.com>2021-08-05 18:05:44 +0200
committerGitHub <noreply@github.com>2021-08-05 18:05:44 +0200
commitad357d3fcef71296d209d8bb9f2d88ee9602136c (patch)
treef9301740a761c485398f4fc7d63cf377ccc5a888 /buch/papers/clifford/3d/q23.pov
parentupdate paper (diff)
parentMerge pull request #71 from paschost/patch-4 (diff)
downloadSeminarMatrizen-ad357d3fcef71296d209d8bb9f2d88ee9602136c.tar.gz
SeminarMatrizen-ad357d3fcef71296d209d8bb9f2d88ee9602136c.zip
Merge branch 'AndreasFMueller:master' into master
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)