blob: fd814f1d2fa6b896da33594cb79f4696c64d9434 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// bild1.pov
//
// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#include "common.inc"
#include "JK.inc"
arrow(O, j11, at, orange1)
arrow(O, j12, at, orange1)
ebene(j11, j12, orange1)
|