blob: 71e0257d21c5b28785c46239f20aca9ece2df883 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// commutator.pov
//
// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#include "drehung.inc"
#declare filename = concat("dreibein/d", str(clock, -3, 0), ".inc");
#include filename
|