Avaruus - taso pisteiden kautta
piste( 0.6071, 0, 0.7947,'a1') piste( 0.1876, 0.5773, 0.7947,'a2') piste( -0.4911, 0.3568, 0.7947,'a3') piste( -0.4911, -0.3568, 0.7947,'a4') piste( 0.1876, -0.5773, 0.7947,'a5') piste( 0.9822, 0, 0.1876,'b1') piste( 0.3035, 0.9342, 0.1876,'b2') piste( -0.7947, 0.5773, 0.1876,'b3') piste( -0.7947, -0.5773, 0.1876,'b4') piste( 0.3035, -0.9342, 0.1876,'b5') piste( 0.7947, 0.5773, -0.1876,'c1') piste( -0.3035, 0.9342, -0.1876,'c2') piste( -0.9822, 0.0000, -0.1876,'c3') piste( -0.3035, -0.9342, -0.1876,'c4') piste( 0.7947, -0.5773, -0.1876,'c5') piste( 0.4911, 0.3568, -0.7947,'d1') piste( -0.1876, 0.5773, -0.7947,'d2') piste( -0.6071, 0.0000, -0.7947,'d3') piste( -0.1876, -0.5773, -0.7947,'d4') piste( 0.4911, -0.3568, -0.7947,'d5') const ABC1 = board.create('polygon', ['a1','b1','c1','b2','a2'], {hasInnerPoints: true,Color:'#f00000'}); const ABC2 = board.create('polygon', ['a2','b2','c2','b3','a3'], {hasInnerPoints: true,Color:'#f00000'}); const ABC3 = board.create('polygon', ['a3','b3','c3','b4','a4'], {hasInnerPoints: true,Color:'#f00000'}); const ABC4 = board.create('polygon', ['a4','b4','c4','b5','a5'], {hasInnerPoints: true,Color:'#f00000'}); const ABC5 = board.create('polygon', ['a5','b5','c5','b1','a1'], {hasInnerPoints: true,Color:'#f00000'}); const ABC6 = board.create('polygon', ['d1','c1','b2','c2','d2'], {hasInnerPoints: true,Color:'#00f000'}); const ABC7 = board.create('polygon', ['d2','c2','b3','c3','d3'], {hasInnerPoints: true,Color:'#00f000'}); const ABC8 = board.create('polygon', ['d3','c3','b4','c4','d4'], {hasInnerPoints: true,Color:'#00f000'}); const ABC9 = board.create('polygon', ['d4','c4','b5','c5','d5'], {hasInnerPoints: true,Color:'#00f000'}); const ABC10 = board.create('polygon', ['d5','c5','b1','c1','d1'], {hasInnerPoints: true,Color:'#00f000'}); const ABC11 = board.create('polygon', ['a1','a2','a3','a4','a5'], {hasInnerPoints: true,Color:'#0000f0'}); const ABC12 = board.create('polygon', ['d1','d2','d3','d4','d5'], {hasInnerPoints: true,Color:'#0000f0'});