aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/q23.pov
blob: e3e5d49bbd88816825ccc036cff0723147d3015f (plain)
1
2
3
4
5
6
7
8
9
10
11
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)