Avaruus - taso pisteiden kautta
piste( 1.2141, 0, 1.5893,'a1') piste( 0.3752, 1.1547, 1.5893,'a2') piste( -0.9822, 0.7136, 1.5893,'a3') piste( -0.9822, -0.7136, 1.5893,'a4') piste( 0.3752, -1.1547, 1.5893,'a5') piste( 1.9645, 0, 0.3752,'b1') piste( 0.6071, 1.8683, 0.3752,'b2') piste( -1.5893, 1.1547, 0.3752,'b3') piste( -1.5893, -1.1547, 0.3752,'b4') piste( 0.6071, -1.8683, 0.3752,'b5') piste( 1.5893, 1.1547, -0.3752,'c1') piste( -0.6071, 1.8683, -0.3752,'c2') piste( -1.9645, 0.0000, -0.3752,'c3') piste( -0.6071, -1.8683, -0.3752,'c4') piste( 1.5893, -1.1547, -0.3752,'c5') piste( 0.9822, 0.7136, -1.5893,'d1') piste( -0.3752, 1.1547, -1.5893,'d2') piste( -1.2141, 0.0000, -1.5893,'d3') piste( -0.3752, -1.1547, -1.5893,'d4') piste( 0.9822, -0.7136, -1.5893,'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'});