aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/q31.pov
blob: 901f838307840539e2e0d7e48e1333a5df1c696d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
// q31.pov -- Drehung und Quaternion
//
// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#include "common.inc"

circlearrow(<1,0,0>, 0.01*<0,-1,0>, <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, Red)
arrow( <0,0,0>, <0,0,2.0>, 0.99*thick, Blue)