diff --git a/README.md b/README.md index 809371b..1781b5d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ We can retrieve the generated colors in hex format ``` r pal$hex -#> [1] "#6ECC76" "#C96AC1" "#B6C9E5" "#CB9B6B" +#> [1] "#74C970" "#C96AC1" "#97B9DB" "#CD9675" ``` Altneratively, we can create a palette using one of the predefined color subspaces and, optionally, adapt it to color deficiency (here *deuteranomaly*). @@ -38,10 +38,10 @@ We can look at a distance matrix of the pairwise color differences from the pale ``` r pal2$de_DIN99d -#> #D4C76F #616FC8 #D0E0E8 -#> #616FC8 29.14409 -#> #D0E0E8 18.78602 21.76547 -#> #A08587 18.59491 18.38472 18.34490 +#> #E0D286 #616FC8 #C5D4E7 +#> #616FC8 29.00920 +#> #C5D4E7 19.46907 19.53556 +#> #A2827A 17.78714 20.35253 18.89242 ``` The palette may also be plotted with in a multidimensional scaling plot generated from the distance matrix of the colors in the palette. diff --git a/docs/articles/index.html b/docs/articles/index.html index 7f4b303..b34fd58 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -77,7 +77,7 @@ </header> <div class="page-header"> - <h1>Vignette reference <small>version 0.4.0</small></h1> + <h1>Articles <small>version 0.4.1</small></h1> </div> <div class="row"> diff --git a/docs/articles/introduction.html b/docs/articles/introduction.html index 9d3d243..b661d92 100644 --- a/docs/articles/introduction.html +++ b/docs/articles/introduction.html @@ -9,7 +9,7 @@ <!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- Font Awesome icons --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <!-- pkgdown --><link href="../pkgdown.css" rel="stylesheet"> -<script src="../jquery.sticky-kit.min.js"></script><script src="../pkgdown.js"></script><!-- mathjax --><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]> +<script src="../jquery.sticky-kit.min.js"></script><script src="../pkgdown.js"></script><!-- mathjax --><script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> @@ -61,7 +61,7 @@ <h1>An introduction to qualpalr</h1> <h4 class="author">Johan Larsson</h4> - <h4 class="date">2017-03-16</h4> + <h4 class="date">2017-05-15</h4> </div> @@ -69,12 +69,12 @@ <h4 class="date">2017-03-16</h4> <div class="contents"> <div id="overview" class="section level2"> <h2 class="hasAnchor"> -<html><body><a href="#overview" class="anchor"> </a></body></html>Overview</h2> +<a href="#overview" class="anchor"></a>Overview</h2> <p><code>qualpalr</code> generates distinct qualitative color palettes, primarily for use in R graphics. Given <code>n</code> (the number of colors to generate), along with a subset in the <a href="https://en.wikipedia.org/wiki/HSL_and_HSV">hsl color space</a> (a cylindrical representation of the RGB color space) <code>qualpalr</code> attempts to find the <code>n</code> colors in the provided color subspace that <em>maximize the smallest pairwise color difference</em>. This is done by projecting the color subset from the HSL color space to the DIN99d space. DIN99d is (approximately) perceptually uniform, that is, the euclidean distance between two colors in the space is proportional to their perceived difference.</p> </div> <div id="examples" class="section level2"> <h2 class="hasAnchor"> -<html><body><a href="#examples" class="anchor"> </a></body></html>Examples</h2> +<a href="#examples" class="anchor"></a>Examples</h2> <p><code>qualpalr</code> relies on one basic function, <code><a href="../reference/qualpal.html">qualpal()</a></code>, which takes as its input <code>n</code> (the number of colors to generate) and <code>colorspace</code>, which can be either</p> <ul> <li>a list of numeric vectors <code>h</code> (hue from -360 to 360), <code>s</code> (saturation from 0 to 1), and <code>l</code> (lightness from 0 to 1), all of length 2, specifying a min and max.</li> @@ -91,20 +91,20 @@ <h2 class="hasAnchor"> <span class="co">#> Colors in the HSL color space </span> <span class="co">#> </span> <span class="co">#> Hue Saturation Lightness</span> -<span class="co">#> #F2E9C6 57 0.50 0.85</span> +<span class="co">#> #ECE0AE 62 0.49 0.78</span> <span class="co">#> #5C70C8 248 0.48 0.60</span> -<span class="co">#> #C8D3E7 197 0.49 0.81</span> +<span class="co">#> #D6DFE9 181 0.46 0.84</span> <span class="co">#> #A6906C 11 0.49 0.62</span> -<span class="co">#> #908491 335 0.46 0.61</span> +<span class="co">#> #958D9B 331 0.34 0.62</span> <span class="co">#> </span> <span class="co">#> ------------------------------------- </span> <span class="co">#> DIN99d color difference distance matrix </span> <span class="co">#> </span> -<span class="co">#> #F2E9C6 #5C70C8 #C8D3E7 #A6906C</span> -<span class="co">#> #5C70C8 27 </span> -<span class="co">#> #C8D3E7 16 19 </span> -<span class="co">#> #A6906C 16 24 19 </span> -<span class="co">#> #908491 20 14 15 14</span></code></pre></div> +<span class="co">#> #ECE0AE #5C70C8 #D6DFE9 #A6906C</span> +<span class="co">#> #5C70C8 28 </span> +<span class="co">#> #D6DFE9 15 21 </span> +<span class="co">#> #A6906C 15 24 19 </span> +<span class="co">#> #958D9B 20 14 15 15</span></code></pre></div> <p>Methods for <code>pairs</code> and <code>plot</code> have been written for <code>qualpal</code> objects to help visualize the results.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="co"># Multidimensional scaling plot</span> <span class="kw">plot</span>(pal) @@ -119,30 +119,30 @@ <h2 class="hasAnchor"> </div> <div id="details" class="section level2"> <h2 class="hasAnchor"> -<html><body><a href="#details" class="anchor"> </a></body></html>Details</h2> +<a href="#details" class="anchor"></a>Details</h2> <p><code>qualpal</code> begins by generating a point cloud out of the HSL color subspace provided by the user, using a quasi-random sobol sequence from <a href="https://cran.r-project.org/package=randtoolbox">randtoolbox</a>. Here is the color subset in HSL with settings <code>h = c(-200, 120), s = c(0.3, 0.8), l = c(0.4, 0.9)</code>.</p> -<div id="rgl75682" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> -<script type="application/json" data-for="rgl75682">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"7":{"id":7,"type":"points","material":{"lit":false},"vertices":[[0.159676522016525,0.728052020072937,0.661604642868042],[0.403781294822693,-0.0167135149240494,0.786604642868042],[-0.637167870998383,-0.202485591173172,0.536604642868042],[-0.270459234714508,-0.426664859056473,0.724104642868042],[0.561326146125793,0.432743638753891,0.474104642868042],[-0.289108961820602,0.552316009998322,0.599104642868042],[0.575646042823792,-0.52508944272995,0.849104642868042],[0.214574381709099,-0.40992459654808,0.567854642868042],[-0.0915040895342827,0.683086633682251,0.817854642868042],[0.570175349712372,0.18119603395462,0.692854642868042],[-0.603931665420532,-0.465589553117752,0.442854642868042],[-0.646170556545258,0.0267466101795435,0.880354642868042],[0.735350966453552,-0.30264338850975,0.630354642868042],[0.289240717887878,0.456293731927872,0.505354642868042],[-0.155841425061226,-0.710565745830536,0.755354642868042],[-0.518179416656494,-0.271240204572678,0.645979642868042],[0.747367143630981,0.100114904344082,0.895979642868042],[0.0180558022111654,0.436209559440613,0.770979642868042],[0.205650612711906,-0.647127330303192,0.520979642868042],[-0.199198812246323,-0.48400542140007,0.833479642868042],[0.484019666910172,0.530622005462646,0.583479642868042],[0.536551475524902,-0.340115427970886,0.458479642868042],[-0.768965244293213,0.168649613857269,0.708479642868042],[-0.35190162062645,-0.04713961109519,0.489729642868042],[0.642540693283081,-0.140922158956528,0.739729642868042],[0.211603790521622,0.514146566390991,0.864729642868042],[-0.0304593797773123,-0.735867202281952,0.614729642868042],[0.373107761144638,-0.483970463275909,0.677229642868042],[-0.233488962054253,0.734727144241333,0.427229642868042],[0.4298235476017,0.224990457296371,0.552229642868042],[-0.471136063337326,-0.516497910022736,0.802229642868042],[-0.367387920618057,-0.709664404392242,0.481917142868042],[0.479935675859451,0.441783428192139,0.731917142868042],[0.581741869449615,-0.444297015666962,0.856917142868042],[-0.523238897323608,0.163674935698509,0.606917142868042],[-0.640730619430542,-0.267100691795349,0.669417142868042],[0.473781019449234,0.0217606872320175,0.419417142868042],[0.0983618572354317,0.76043426990509,0.544417142868042],[0.132228836417198,-0.590118944644928,0.794417142868042],[0.384735614061356,-0.600906908512115,0.638167142868042],[-0.112489394843578,0.502024590969086,0.888167142868042],[0.72291761636734,0.301361888647079,0.763167142868042],[-0.463072001934052,-0.426260322332382,0.513167142868042],[-0.748931169509888,-0.0343982875347137,0.825667142868042],[0.55157995223999,-0.172540321946144,0.575667142868042],[0.309785783290863,0.598397314548492,0.450667142868042],[-0.0540632307529449,-0.417962163686752,0.700667142868042],[-0.47043576836586,-0.615966737270355,0.560042142868042],[0.519882321357727,0.332858949899673,0.810042142868042],[-0.270867019891739,0.649765431880951,0.685042142868042],[0.335522294044495,-0.364497870206833,0.435042142868042],[0.0304299779236317,-0.662531793117523,0.872542142868042],[0.114427648484707,0.365804314613342,0.622542142868042],[0.734827399253845,-0.095049612224102,0.497542142868042],[-0.549872517585754,-0.123210765421391,0.747542142868042],[-0.71688836812973,0.0927292108535767,0.403792142868042],[0.472420275211334,-0.244568422436714,0.653792142868042],[0.480250328779221,0.628817498683929,0.778792142868042],[-0.191380873322487,-0.611809730529785,0.528792142868042],[0.291783809661865,-0.699941396713257,0.716292142868042],[-0.0271458886563778,0.591029465198517,0.466292142868042],[0.667583167552948,0.149586364626884,0.591292142868042],[-0.379149347543716,-0.242753490805626,0.841292142868042],[-0.142173171043396,0.38788253068924,0.446760892868042],[0.432607501745224,-0.513197064399719,0.696760892868042],[-0.368220150470734,-0.440851122140884,0.821760892868042],[0.64654403924942,0.375236928462982,0.571760892868042],[0.617141306400299,-0.107378356158733,0.759260892868042],[-0.769014596939087,-0.137394204735756,0.509260892868042],[0.0011545253219083,-0.509869039058685,0.634260892868042],[0.241714328527451,0.668812870979309,0.884260892868042],[0.385611861944199,0.461673349142075,0.540510892868042],[-0.2599056661129,-0.719147503376007,0.790510892868042],[-0.461648225784302,0.0803236290812492,0.665510892868042],[0.599802136421204,-0.344487398862839,0.415510892868042],[0.535791456699371,0.0957259312272072,0.853010892868042],[-0.631139636039734,-0.366296619176865,0.603010892868042],[0.223533511161804,-0.609853088855743,0.478010892868042],[-0.00180505553726107,0.797160446643829,0.728010892868042],[0.34042763710022,-0.284341603517532,0.618635892868042],[-0.641007781028748,0.23166535794735,0.868635892868042],[-0.29298797249794,-0.510134220123291,0.743635892868042],[0.578171968460083,0.487379103899002,0.493635892868042],[0.109393462538719,0.628722786903381,0.806135892868042],[0.138810113072395,-0.776939630508423,0.556135892868042],[-0.495488077402115,-0.181614547967911,0.431135892868042],[0.720543146133423,0.00163156655617058,0.681135892868042],[0.52558159828186,0.192644938826561,0.524885892868042],[-0.564822494983673,-0.476125985383987,0.774885892868042],[0.18602167069912,-0.3205206990242,0.899885892868042],[-0.116172775626183,0.650235295295715,0.649885892868042],[0.244212731719017,0.425209492444992,0.712385892868042],[-0.120256155729294,-0.691154479980469,0.462385892868042],[-0.61421662569046,-0.00139080546796322,0.587385892868042],[0.726983249187469,-0.262737572193146,0.837385892868042],[0.0615662559866905,0.722545683383942,0.517073392868042],[0.13993676006794,-0.517560482025146,0.767073392868042],[-0.718139052391052,-0.336855530738831,0.892073392868042],[0.641316831111908,0.0575715303421021,0.642073392868042],[0.623910307884216,-0.434764623641968,0.704573392868042],[-0.575055599212646,0.152690902352333,0.454573392868042],[-0.288789689540863,-0.622990608215332,0.579573392868042],[0.322112232446671,0.323574304580688,0.829573392868042],[0.326827615499496,0.705047786235809,0.610823392868042],[-0.052669595927,-0.618133842945099,0.860823392868042],[-0.703544199466705,-0.0631577298045158,0.735823392868042],[0.483591049909592,-0.128404900431633,0.485823392868042],[0.602879643440247,0.28279110789299,0.798323392868042],[-0.2781682908535,-0.279430896043777,0.548323392868042],[0.427635461091995,-0.607792913913727,0.423323392868042],[-0.148039177060127,0.547527551651001,0.673323392868042],[0.694129228591919,-0.0591449625790119,0.532698392868042],[-0.463165551424026,-0.125229582190514,0.782698392868042],[0.068744458258152,-0.765777468681335,0.657698392868042],[0.156016275286674,0.587579369544983,0.407698392868042],[-0.311815321445465,0.664756059646606,0.845198392868042],[0.391308128833771,-0.389540016651154,0.595198392868042],[-0.374518394470215,-0.537453770637512,0.470198392868042],[0.272193044424057,0.191511616110802,0.720198392868042],[0.75801545381546,0.204950392246246,0.438948392868042],[-0.517162382602692,-0.363868981599808,0.688948392868042],[0.304010093212128,-0.648116171360016,0.813948392868042],[-0.0464025661349297,0.516900420188904,0.563948392868042],[0.386730372905731,0.554978609085083,0.751448392868042],[-0.110155217349529,-0.414860159158707,0.501448392868042],[-0.749172270298004,0.0638350397348404,0.626448392868042],[0.527507960796356,-0.244528323411942,0.876448392868042],[-0.659048736095428,0.0128875365480781,0.765120267868042],[0.338892906904221,-0.130905598402023,0.515120267868042],[0.381225854158401,0.631460309028625,0.640120267868042],[-0.107599392533302,-0.547413945198059,0.890120267868042],[0.372840911149979,-0.675965011119843,0.452620267868042],[-0.0945708602666855,0.605317354202271,0.702620267868042],[0.662643134593964,0.226611688733101,0.827620267868042],[-0.379709750413895,-0.306165486574173,0.577620267868042],[-0.390271753072739,-0.646443903446198,0.858870267868042],[0.456636726856232,0.368192851543427,0.608870267868042],[-0.328568518161774,0.595698654651642,0.483870267868042],[0.331550300121307,-0.289436310529709,0.733870267868042],[0.111044563353062,-0.710760116577148,0.546370267868042],[0.101366013288498,0.515701472759247,0.796370267868042],[0.788092613220215,-0.0154109578579664,0.671370267868042],[-0.602465987205505,-0.206032201647758,0.421370267868042],[0.433381259441376,-0.537484109401703,0.780745267868042],[-0.150680333375931,0.440609633922577,0.530745267868042],[0.668653190135956,0.368807911872864,0.405745267868042],[-0.394523620605469,-0.451928198337555,0.655745267868042],[-0.786636829376221,-0.122899048030376,0.593245267868042],[0.635960340499878,-0.125004038214684,0.843245267868042],[0.262532383203506,0.679652869701385,0.718245267868042],[-0.0106018995866179,-0.54216480255127,0.468245267868042],[-0.268966436386108,-0.696309566497803,0.686995267868042],[0.376575589179993,0.43136864900589,0.436995267868042],[0.573482811450958,-0.346223622560501,0.561995267868042],[-0.40104141831398,0.0788284912705421,0.811995267868042],[-0.621668040752411,-0.342892408370972,0.499495267868042],[0.501447737216949,0.0783429443836212,0.749495267868042],[0.015253234654665,0.780026912689209,0.874495267868042],[0.202211380004883,-0.591293394565582,0.624495267868042],[-0.515553534030914,-0.0349637493491173,0.694807767868042],[0.686597764492035,-0.198439329862595,0.444807767868042],[0.277744948863983,0.566440880298615,0.569807767868042],[-0.0836108550429344,-0.779756605625153,0.819807767868042],[0.323147863149643,-0.481262296438217,0.507307767868042],[-0.180106699466705,0.728882670402527,0.757307767868042],[0.38898491859436,0.172209829092026,0.882307767868042],[-0.486633837223053,-0.467966854572296,0.632307767868042],[-0.55444461107254,-0.245461493730545,0.788557767868042],[0.766054689884186,0.0519522093236446,0.538557767868042],[0.0508620925247669,0.474340945482254,0.413557767868042],[0.166818603873253,-0.675106465816498,0.663557767868042],[-0.136485189199448,-0.278351753950119,0.601057767868042],[0.471181035041809,0.453106820583344,0.851057767868042],[0.444441705942154,-0.324333280324936,0.726057767868042],[-0.704302608966827,0.203556343913078,0.476057767868042],[0.20155730843544,-0.455274522304535,0.866682767868042],[-0.047713540494442,0.703553974628448,0.616682767868042],[0.600776493549347,0.148451700806618,0.491682767868042],[-0.644318222999573,-0.432633191347122,0.741682767868042],[-0.562131643295288,0.0602756179869175,0.554182767868042],[0.66627049446106,-0.326694756746292,0.804182767868042],[0.229281201958656,0.314189553260803,0.679182767868042],[-0.184521347284317,-0.638441741466522,0.429182767868042],[0.0434713065624237,-0.641000628471375,0.772932767868042],[0.219965413212776,0.761077761650085,0.522932767868042],[0.531023800373077,-0.0569400191307068,0.647932767868042],[-0.702873647212982,-0.173679873347282,0.897932767868042],[-0.267283082008362,-0.366264432668686,0.460432767868042],[0.569030523300171,0.382080614566803,0.710432767868042],[-0.240187540650368,0.542531907558441,0.835432767868042],[0.526367783546448,-0.547364354133606,0.585432767868042],[0.720920503139496,0.145097777247429,0.729964017868042],[-0.473031997680664,-0.288510411977768,0.479964017868042],[0.239305555820465,-0.611272037029266,0.604964017868042],[-0.00831469800323248,0.345214128494263,0.854964017868042],[0.435581922531128,0.545248508453369,0.417464017868042],[-0.154057070612907,-0.457236349582672,0.667464017868042],[-0.76120001077652,0.115396037697792,0.792464017868042],[0.53504604101181,-0.291962087154388,0.542464017868042],[0.6700718998909,-0.101581245660782,0.886214017868042],[-0.424448519945145,-0.0854276418685913,0.636214017868042],[0.0181304030120373,-0.752747893333435,0.511214017868042],[0.186199083924294,0.552632808685303,0.761214017868042],[-0.286621481180191,0.732133805751801,0.573714017868042],[0.418977200984955,-0.475575268268585,0.823714017868042],[-0.447549283504486,-0.560228824615479,0.698714017868042],[0.444964647293091,0.271391630172729,0.448714017868042],[0.364764750003815,0.668463289737701,0.808089017868042],[-0.0894262716174126,-0.589892685413361,0.558089017868042],[-0.687732100486755,-0.0165644567459822,0.433089017868042],[0.43559804558754,-0.1467664539814,0.683089017868042],[0.676329553127289,0.264774769544601,0.620589017868042],[-0.403838217258453,-0.355777531862259,0.870589017868042],[0.413549900054932,-0.678042590618134,0.745589017868042],[-0.127327084541321,0.632626533508301,0.495589017868042],[0.100009404122829,0.659703373908997,0.651839017868042],[0.0787914991378784,-0.391476780176163,0.401839017868042],[-0.693042457103729,-0.271317690610886,0.526839017868042],[0.568844079971313,0.0137009648606181,0.776839017868042],[0.607959032058716,-0.485679417848587,0.464339017868042],[-0.589341521263123,0.198567375540733,0.714339017868042],[-0.338929176330566,-0.621117353439331,0.839339017868042],[0.377251297235489,0.332354724407196,0.589339017868042],[0.573006331920624,0.284190267324448,0.659651517868042],[-0.545166850090027,-0.572076380252838,0.409651517868042],[0.314276814460754,-0.426590472459793,0.534651517868042],[-0.203522235155106,0.692413151264191,0.784651517868042],[0.179067641496658,0.409474849700928,0.472151517868042],[-0.0431183762848377,-0.681501030921936,0.722151517868042],[-0.586319983005524,-0.0655563697218895,0.847151517868042],[0.735961973667145,-0.178323462605476,0.597151517868042],[0.41044870018959,-0.272910743951797,0.815901517868042],[-0.682989597320557,0.16548827290535,0.565901517868042],[-0.246721789240837,-0.56417989730835,0.440901517868042],[0.533988177776337,0.560345888137817,0.690901517868042],[0.0354643911123276,0.560527145862579,0.628401517868042],[0.208636626601219,-0.709813117980957,0.878401517868042],[-0.337920546531677,-0.16759629547596,0.753401517868042],[0.657784581184387,0.073546826839447,0.503401517868042],[0.347662627696991,0.522873044013977,0.894026517868042],[-0.184198305010796,-0.760208129882812,0.644026517868042],[-0.511162102222443,0.032341081649065,0.519026517868042],[0.652658522129059,-0.285414427518845,0.769026517868042],[0.400415867567062,0.117694944143295,0.581526517868042],[-0.541449308395386,-0.398895382881165,0.831526517868042],[0.256004750728607,-0.516176462173462,0.706526517868042],[-0.0831862911581993,0.743997573852539,0.456526517868042],[-0.242716193199158,0.489383071660995,0.737776517868042],[0.529095649719238,-0.504207909107208,0.487776517868042],[-0.360407143831253,-0.542040407657623,0.612776517868042],[0.642588376998901,0.473406314849854,0.862776517868042],[0.601941764354706,-0.0380846858024597,0.425276517868042],[-0.73464435338974,-0.215935319662094,0.675276517868042],[0.0523869954049587,-0.46853631734848,0.800276517868042],[0.163176134228706,0.67344719171524,0.550276517868042],[-0.743480145931244,-0.263349324464798,0.842268705368042],[0.637422144412994,-0.0055099856108427,0.592268705368042],[0.131144478917122,0.707919001579285,0.467268705368042],[0.0869651138782501,-0.519419193267822,0.717268705368042],[0.517831921577454,-0.442196160554886,0.529768705368042],[-0.21760630607605,0.384543657302856,0.779768705368042],[0.583040773868561,0.480702728033066,0.654768705368042],[-0.298104733228683,-0.506177127361298,0.404768705368042],[-0.540817856788635,-0.445890963077545,0.748518705368042],[0.460997492074966,0.163290679454803,0.498518705368042],[-0.127560272812843,0.761883139610291,0.623518705368042],[0.302116572856903,-0.533886253833771,0.873518705368042],[-0.134461164474487,-0.725822448730469,0.436018705368042],[0.283589631319046,0.481530696153641,0.686018705368042],[0.618085861206055,-0.231034576892853,0.811018705368042],[-0.367029458284378,0.00317266513593495,0.561018705368042],[0.260658591985703,-0.735883772373199,0.701643705368042],[0.00540814734995365,0.625640988349915,0.451643705368042],[0.700802743434906,0.117333732545376,0.576643705368042],[-0.44273254275322,-0.250534355640411,0.826643705368042],[-0.659331679344177,0.122143507003784,0.514143705368042],[0.354093581438065,-0.208537623286247,0.764143705368042],[0.485089480876923,0.568061888217926,0.889143705368042],[-0.200802728533745,-0.537206709384918,0.639143705368042],[-0.00630278792232275,-0.729137420654297,0.795393705368042],[0.190216526389122,0.508885443210602,0.545393705368042],[0.783342897891998,-0.14511701464653,0.420393705368042],[-0.639922738075256,-0.107140734791756,0.670393705368042],[-0.496225625276566,-0.581102848052979,0.607893705368042],[0.52281528711319,0.295851737260818,0.857893705368042],[-0.230736300349236,0.651408016681671,0.732893705368042],[0.297160744667053,-0.360424071550369,0.482893705368042],[-0.531140506267548,0.147251009941101,0.803206205368042],[0.597345054149628,-0.426007568836212,0.553206205368042],[0.231259629130363,0.22729580104351,0.428206205368042],[-0.281671047210693,-0.590661346912384,0.678206205368042],[0.119828499853611,-0.463184416294098,0.615706205368042],[0.0666540786623955,0.692829608917236,0.865706205368042],[0.605270206928253,0.0476861596107483,0.740706205368042],[-0.699129581451416,-0.318681538105011,0.490706205368042],[-0.304770261049271,-0.299546420574188,0.709456205368042],[0.614914000034332,0.280293852090836,0.459456205368042],[-0.145406931638718,0.562055110931396,0.584456205368042],[0.425618469715118,-0.619168996810913,0.834456205368042],[-0.0604849085211754,-0.628704726696014,0.521956205368042],[0.337776571512222,0.708314001560211,0.771956205368042],[0.499038338661194,-0.138351142406464,0.896956205368042],[-0.713077664375305,-0.0561797581613064,0.646956205368042],[0.416482448577881,-0.423745512962341,0.756331205368042],[-0.315190702676773,0.691471338272095,0.506331205368042],[0.374958872795105,0.257747739553452,0.631331205368042],[-0.39833864569664,-0.558547854423523,0.881331205368042],[-0.518052995204926,-0.134023323655128,0.443831205368042],[0.721259117126465,-0.0693891644477844,0.693831205368042],[0.171832501888275,0.619807004928589,0.818831205368042],[0.0622616857290268,-0.790274262428284,0.568831205368042],[-0.104634612798691,-0.377421438694,0.850081205368042],[0.386262655258179,0.541615009307861,0.600081205368042],[0.511129379272461,-0.24374432861805,0.475081205368042],[-0.73919415473938,0.071114607155323,0.725081205368042],[-0.510608434677124,-0.350993633270264,0.537581205368042],[0.75185090303421,0.194508194923401,0.787581205368042],[-0.039202094078064,0.49758380651474,0.662581205368042],[0.292732059955597,-0.642201125621796,0.412581205368042],[0.608555197715759,0.380337446928024,0.869612455368042],[-0.321525096893311,-0.411603480577469,0.619612455368042],[0.526480734348297,-0.584618866443634,0.494612455368042],[-0.237751320004463,0.58831512928009,0.744612455368042],[0.232786551117897,0.716644942760468,0.557112455368042],[0.0204302240163088,-0.583661317825317,0.807112455368042],[-0.663537919521332,-0.141096696257591,0.682112455368042],[0.430557459592819,-0.0604746006429195,0.432112455368042],[0.68026727437973,-0.361632376909256,0.713362455368042],[-0.604376494884491,0.0848886147141457,0.463362455368042],[-0.215789332985878,-0.664318203926086,0.588362455368042],[0.297840923070908,0.38128399848938,0.838362455368042],[-0.0229878034442663,0.65672755241394,0.400862455368042],[0.131294593214989,-0.324888169765472,0.650862455368042],[-0.624078273773193,-0.390039175748825,0.775862455368042],[0.542894303798676,0.115442670881748,0.525862455368042],[0.526234984397888,0.473902881145477,0.666487455368042],[-0.236563250422478,-0.444999516010284,0.416487455368042],[-0.740558385848999,0.240554302930832,0.541487455368042],[0.490687996149063,-0.383302122354507,0.791487455368042],[0.744352161884308,0.0260549765080214,0.478987455368042],[-0.528398394584656,-0.213537648320198,0.728987455368042],[0.138919293880463,-0.653298258781433,0.853987455368042],[0.0558806471526623,0.397850155830383,0.603987455368042],[-0.165291920304298,0.77732127904892,0.822737455368042],[0.342383235692978,-0.547826886177063,0.572737455368042],[-0.540139198303223,-0.486424386501312,0.447737455368042],[0.499945104122162,0.202039018273354,0.697737455368042],[0.654877424240112,-0.212722703814507,0.635237455368042],[-0.460898250341415,-0.0161330811679363,0.885237455368042],[-0.105992801487446,-0.754630744457245,0.760237455368042],[0.280444264411926,0.52754420042038,0.510237455368042],[0.377460360527039,0.0463779866695404,0.830549955368042],[-0.590318143367767,-0.300843596458435,0.580549955368042],[0.164526775479317,-0.53798371553421,0.455549955368042],[0.0386881493031979,0.739383697509766,0.705549955368042],[0.420442342758179,0.450943976640701,0.643049955368042],[-0.302581936120987,-0.713002264499664,0.893049955368042],[-0.481503427028656,0.111121885478497,0.768049955368042],[0.589917600154877,-0.383027613162994,0.518049955368042],[0.575682699680328,-0.13285668194294,0.674299955368042],[-0.752135217189789,-0.0924137309193611,0.424299955368042],[-0.0234392751008272,-0.447956740856171,0.549299955368042],[0.267013043165207,0.629187941551208,0.799299955368042],[-0.155267253518105,0.507706105709076,0.486799955368042],[0.434728443622589,-0.576804876327515,0.736799955368042],[-0.436663687229156,-0.46834209561348,0.861799955368042],[0.704522252082825,0.359045386314392,0.611799955368042],[0.106335401535034,0.460763037204742,0.721174955368042],[0.0845799967646599,-0.688378214836121,0.471174955368042],[-0.577545344829559,-0.176625564694405,0.596174955368042],[0.765199303627014,-0.0400389470160007,0.846174955368042],[0.520373046398163,0.39219668507576,0.408674955368042],[-0.434911608695984,-0.66982638835907,0.658674955368042],[0.400268375873566,-0.373194426298141,0.783674955368042],[-0.332118034362793,0.651685118675232,0.533674955368042],[-0.0703728795051575,0.572749555110931,0.877424955368042],[0.340174645185471,-0.667493879795074,0.627424955368042],[-0.334940403699875,-0.252439141273499,0.502424955368042],[0.643745243549347,0.196870878338814,0.752424955368042],[0.472540885210037,-0.200535595417023,0.564924955368042],[-0.71195513010025,0.037252951413393,0.814924955368042],[-0.141364693641663,-0.612548828125,0.689924955368042],[0.42624095082283,0.656472384929657,0.439924955368042],[-0.110179036855698,-0.529925942420959,0.582503080368042],[0.383045881986618,0.619109690189362,0.832503080368042],[0.601356506347656,-0.239859268069267,0.707503080368042],[-0.795318007469177,0.0242333356291056,0.457503080368042],[-0.470446020364761,-0.370932817459106,0.895003080368042],[0.724689602851868,0.239033237099648,0.645003080368042],[-0.0666446760296822,0.459372848272324,0.520003080368042],[0.326553255319595,-0.607624650001526,0.770003080368042],[0.465694695711136,-0.415579229593277,0.426253080368042],[-0.369088649749756,0.686771214008331,0.676253080368042],[0.39762008190155,0.313511699438095,0.801253080368042],[-0.373228520154953,-0.603242039680481,0.551253080368042],[-0.385990768671036,-0.127316057682037,0.738753080368042],[0.668919444084167,-0.020381972193718,0.488753080368042],[0.116379387676716,0.559747636318207,0.613753080368042],[0.107092820107937,-0.738176465034485,0.863753080368042],[-0.323896378278732,-0.362955629825592,0.473128080368042],[0.616340816020966,0.331237554550171,0.723128080368042],[-0.191666260361671,0.581084668636322,0.848128080368042],[0.477652162313461,-0.605795860290527,0.598128080368042],[-0.0169620905071497,-0.556681752204895,0.660628080368042],[0.273065090179443,0.68460750579834,0.410628080368042],[0.35179141163826,-0.0731423646211624,0.535628080368042],[-0.651672065258026,-0.0945429727435112,0.785628080368042],[-0.622679591178894,0.129463821649551,0.629378080368042],[0.669893264770508,-0.414465934038162,0.879378080368042],[0.349212169647217,0.391324281692505,0.754378080368042],[-0.266301393508911,-0.667650103569031,0.504378080368042],[0.137312605977058,-0.416297852993011,0.816878080368042],[0.0206996910274029,0.679346680641174,0.566878080368042],[0.579664289951324,0.0840962678194046,0.441878080368042],[-0.664673209190369,-0.357212632894516,0.691878080368042],[-0.0792215019464493,-0.669813632965088,0.621565580368042],[0.190557584166527,0.378137111663818,0.871565580368042],[0.718448460102081,-0.216163650155067,0.746565580368042],[-0.577879846096039,-0.0328623354434967,0.496565580368042],[-0.570795953273773,-0.537040174007416,0.809065580368042],[0.578938961029053,0.248788505792618,0.559065580368042],[-0.16373173892498,0.695086181163788,0.434065580368042],[0.282740235328674,-0.431172758340836,0.684065580368042],[0.17592541873455,-0.746851742267609,0.465315580368042],[0.0711252689361572,0.601360380649567,0.715315580368042],[0.693672895431519,0.0394471473991871,0.840315580368042],[-0.437031179666519,-0.187806218862534,0.590315580368042],[-0.701500177383423,0.211064323782921,0.652815580368042],[0.440093994140625,-0.328577071428299,0.402815580368042],[0.582368731498718,0.54792857170105,0.527815580368042],[-0.293867945671082,-0.583143293857574,0.777815580368042],[-0.572634279727936,-0.375503182411194,0.418440580368042],[0.439784169197083,0.103593811392784,0.668440580368042],[-0.0430843532085419,0.757632672786713,0.793440580368042],[0.233926177024841,-0.544353783130646,0.543440580368042],[-0.228111252188683,-0.758157908916473,0.730940580368042],[0.383937895298004,0.514243900775909,0.480940580368042],[0.646041572093964,-0.325564742088318,0.605940580368042],[-0.529332995414734,0.0626063048839569,0.855940580368042],[-0.721749126911163,-0.170012354850769,0.574690580368042],[0.560525476932526,-0.0662955641746521,0.824690580368042],[0.19128143787384,0.635749101638794,0.699690580368042],[0.0219246726483107,-0.38554248213768,0.449690580368042],[0.482799768447876,-0.513146221637726,0.887190580368042],[-0.196090534329414,0.456309050321579,0.637190580368042],[0.648570001125336,0.425297826528549,0.512190580368042],[-0.369771122932434,-0.495269000530243,0.762190580368042],[-0.00856496952474117,0.6501704454422,0.555159330368042],[0.282663106918335,-0.745890378952026,0.805159330368042],[-0.468588054180145,-0.27883306145668,0.680159330368042],[0.717473149299622,0.136278003454208,0.430159330368042],[0.410114824771881,-0.229630783200264,0.867659330368042],[-0.683318793773651,0.111227534711361,0.617659330368042],[-0.19853849709034,-0.568678021430969,0.492659330368042],[0.484095633029938,0.592603445053101,0.742659330368042],[0.168442055583,0.482472151517868,0.461409330368042],[0.00937530305236578,-0.71168315410614,0.711409330368042],[-0.616144180297852,-0.117031417787075,0.836409330368042],[0.771544396877289,-0.125588491559029,0.586409330368042],[0.494382441043854,0.294182002544403,0.773909330368042],[-0.473272055387497,-0.579353868961334,0.523909330368042],[0.271088153123856,-0.314560681581497,0.648909330368042],[-0.238087832927704,0.628265261650085,0.898909330368042],[0.580626010894775,-0.202709823846817,0.508284330368042],[-0.773453056812286,-0.0101890238001943,0.758284330368042],[-0.0789854452013969,-0.485241740942001,0.883284330368042],[0.343032747507095,0.612647891044617,0.633284330368042],[-0.0697845071554184,0.36739981174469,0.695784330368042],[0.33811816573143,-0.568218588829041,0.445784330368042],[-0.42474639415741,-0.366046100854874,0.570784330368042],[0.691309809684753,0.261979222297668,0.820784330368042],[0.528747379779816,0.00696541229262948,0.602034330368042],[-0.674328327178955,-0.255543917417526,0.852034330368042],[0.119220219552517,-0.627667784690857,0.727034330368042],[0.126880556344986,0.779482066631317,0.477034330368042],[0.446272701025009,0.384597480297089,0.789534330368042],[-0.369696587324142,-0.660268783569336,0.539534330368042],[-0.42036384344101,0.146758615970612,0.414534330368042],[0.528346121311188,-0.431604027748108,0.664534330368042],[-0.201931864023209,0.715769827365875,0.594221830368042],[0.331950336694717,-0.461027711629868,0.844221830368042],[-0.465090543031693,-0.477507799863815,0.719221830368042],[0.357417047023773,0.172433942556381,0.469221830368042],[0.685235142707825,-0.173967242240906,0.781721830368042],[-0.499035120010376,-0.0502918809652328,0.531721830368042],[-0.0575646385550499,-0.775493502616882,0.406721830368042],[0.255064964294434,0.566348254680634,0.656721830368042],[0.47955185174942,0.492355197668076,0.500471830368042],[-0.188124850392342,-0.417713910341263,0.750471830368042],[-0.737580835819244,0.187256753444672,0.875471830368042],[0.492516815662384,-0.335283160209656,0.625471830368042],[0.789712965488434,0.0795858800411224,0.687971830368042],[-0.580571413040161,-0.28009358048439,0.437971830368042],[0.197052329778671,-0.698473751544952,0.562971830368042],[0.0397650264203548,0.535702466964722,0.812971830368042],[0.686059832572937,-0.30897918343544,0.453596830368042],[-0.580696702003479,0.0431049354374409,0.703596830368042],[-0.166611462831497,-0.656261622905731,0.828596830368042],[0.242601931095123,0.356371998786926,0.578596830368042],[-0.0718398243188858,0.712850630283356,0.766096830368042],[0.22598984837532,-0.468426465988159,0.516096830368042],[-0.637645483016968,-0.459119111299515,0.641096830368042],[0.609293758869171,0.171893015503883,0.891096830368042],[0.532166004180908,0.383171498775482,0.547346830368042],[-0.191083580255508,-0.280693709850311,0.797346830368042],[0.526392638683319,-0.512704193592072,0.672346830368042],[-0.240337580442429,0.498166084289551,0.422346830368042],[0.189323112368584,0.745719969272614,0.859846830368042],[0.0610377043485641,-0.605663597583771,0.609846830368042],[-0.671065390110016,-0.189319923520088,0.484846830368042],[0.479829251766205,-0.0356175750494003,0.734846830368042],[0.175337493419647,0.675171077251434,0.758772611618042],[0.045697059482336,-0.479650110006332,0.508772611618042],[-0.741852939128876,-0.20492884516716,0.633772611618042],[0.60720032453537,-0.048403687775135,0.883772611618042],[0.598883748054504,0.426269352436066,0.446272611618042],[-0.314018130302429,-0.455913871526718,0.696272611618042],[0.467501789331436,-0.460340112447739,0.821272611618042],[-0.147153422236443,0.309315711259842,0.571272611618042],[-0.0745448246598244,0.782444894313812,0.852522611618042],[0.272127717733383,-0.57201099395752,0.602522611618042],[-0.583940207958221,-0.41563293337822,0.477522611618042],[0.501849412918091,0.138630479574203,0.727522611618042],[0.616128444671631,-0.281536400318146,0.540022611618042],[-0.43067255616188,0.0343315675854683,0.790022611618042],[-0.189194738864899,-0.728531122207642,0.665022611618042],[0.330543875694275,0.479907125234604,0.415022611618042],[0.722751677036285,0.0688577517867088,0.805647611618042],[-0.485544592142105,-0.230992317199707,0.555647611618042],[0.211405232548714,-0.765297830104828,0.430647611618042],[0.0512510798871517,0.642919480800629,0.680647611618042],[0.534110605716705,0.542419970035553,0.618147611618042],[-0.247795552015305,-0.542288243770599,0.868147611618042],[-0.665540635585785,0.172836527228355,0.743147611618042],[0.377922862768173,-0.260300546884537,0.493147611618042],[0.752908408641815,-0.195525377988815,0.711897611618042],[-0.618713140487671,-0.0589458309113979,0.461897611618042],[-0.0562028475105762,-0.70503693819046,0.586897611618042],[0.208706080913544,0.456742882728577,0.836897611618042],[-0.177575528621674,0.642832517623901,0.524397611618042],[0.230845466256142,-0.324324518442154,0.774397611618042],[-0.521999955177307,-0.53012090921402,0.899397611618042],[0.513415813446045,0.244251728057861,0.649397611618042],[0.339496701955795,0.289366155862808,0.704085111618042],[-0.336699843406677,-0.593717575073242,0.454085111618042],[-0.555537700653076,0.197356730699539,0.579085111618042],[0.583626925945282,-0.482093900442123,0.829085111618042],[0.639230847358704,0.00493400543928146,0.516585111618042],[-0.740240454673767,-0.275914311408997,0.766585111618042],[0.0959372818470001,-0.520559549331665,0.891585111618042],[0.11978504806757,0.71140068769455,0.641585111618042],[-0.10171078145504,0.551886737346649,0.797835111618042],[0.374713897705078,-0.637606978416443,0.547835111618042],[-0.285854905843735,-0.243645191192627,0.422835111618042],[0.619884967803955,0.231053471565247,0.672835111618042],[0.463862687349319,-0.164788857102394,0.610335111618042],[-0.702428460121155,-0.00542180612683296,0.860335111618042],[-0.102179072797298,-0.606839179992676,0.735335111618042],[0.381705224514008,0.673077523708344,0.485335111618042],[0.358917564153671,0.2109315097332,0.844710111618042],[-0.428090333938599,-0.518249690532684,0.594710111618042],[0.373466312885284,-0.438166588544846,0.469710111618042],[-0.261374890804291,0.701233208179474,0.719710111618042],[0.210071131587029,0.591327369213104,0.532210111618042],[0.00603544386103749,-0.781928956508636,0.782210111618042],[-0.503134906291962,-0.0927259922027588,0.657210111618042],[0.702157199382782,-0.118228636682034,0.407210111618042],[0.524300813674927,-0.297333300113678,0.750960111618042],[-0.754834413528442,0.127098381519318,0.500960111618042],[-0.157584339380264,-0.443582743406296,0.625960111618042],[0.441101104021072,0.53400069475174,0.875960111618042],[-0.00421248888596892,0.545753955841064,0.438460111618042],[0.255166053771973,-0.684575736522675,0.688460111618042],[-0.560887157917023,-0.329626590013504,0.813460111618042],[0.784683883190155,0.144614472985268,0.563460111618042],[0.528545677661896,-0.567942678928375,0.723616361618042],[-0.241078644990921,0.569541454315186,0.473616361618042],[0.591539323329926,0.383302807807922,0.598616361618042],[-0.299669593572617,-0.39684197306633,0.848616361618042],[-0.647363007068634,-0.14876826107502,0.411116361618042],[0.384633928537369,-0.0476207658648491,0.661116361618042],[0.217590197920799,0.709147691726685,0.786116361618042],[0.0289955195039511,-0.564148962497711,0.536116361618042],[-0.212294593453407,-0.691888809204102,0.879866361618042],[0.321525245904922,0.425784647464752,0.629866361618042],[0.705295860767365,-0.360262304544449,0.504866361618042],[-0.637250900268555,0.078896775841713,0.754866361618042],[-0.637070298194885,-0.412805795669556,0.567366361618042],[0.577843487262726,0.132792234420776,0.817366361618042],[-0.0351650565862656,0.684185981750488,0.692366361618042],[0.176433563232422,-0.416819244623184,0.442366361618042],[-0.764670014381409,0.234626308083534,0.832991361618042],[0.521391749382019,-0.393721580505371,0.582991361618042],[0.536473631858826,0.499259531497955,0.457991361618042],[-0.250057697296143,-0.489545196294785,0.707991361618042],[0.155681192874908,-0.677444517612457,0.645491361618042],[0.0585314445197582,0.472759693861008,0.895491361618042],[0.766541540622711,0.0393978767096996,0.770491361618042],[-0.558019399642944,-0.236201539635658,0.520491361618042],[-0.522973299026489,-0.486695736646652,0.676741361618042],[0.475343585014343,0.201206058263779,0.426741361618042],[-0.17558565735817,0.764058470726013,0.551741361618042],[0.342862367630005,-0.529128789901733,0.801741361618042],[-0.0922180712223053,-0.744847297668457,0.489241361618042],[0.26349464058876,0.515851020812988,0.739241361618042],[0.645122945308685,-0.197945266962051,0.864241361618042],[-0.423863649368286,-0.0217852871865034,0.614241361618042],[0.18057119846344,-0.557653307914734,0.668928861618042],[0.0271043572574854,0.754361927509308,0.418928861618042],[0.435025274753571,0.0606916509568691,0.543928861618042],[-0.600711226463318,-0.318627417087555,0.793928861618042],[-0.513444066047668,0.109677031636238,0.481428861618042],[0.609439373016357,-0.381674826145172,0.731428861618042],[0.426283806562424,0.472477376461029,0.856428861618042],[-0.295923858880997,-0.730316638946533,0.606428861618042],[-0.0129745695739985,-0.361105114221573,0.825178861618042],[0.247419536113739,0.610611796379089,0.575178861618042],[0.545116782188416,-0.116442658007145,0.450178861618042],[-0.730262935161591,-0.101881116628647,0.700178861618042],[-0.41014689207077,-0.454591810703278,0.637678861618042],[0.681746304035187,0.361609816551208,0.887678861618042],[-0.150059968233109,0.463426291942596,0.762678861618042],[0.430416226387024,-0.552053928375244,0.512678861618042],[-0.544341087341309,-0.176260635256767,0.872053861618042],[0.745696902275085,-0.0267930198460817,0.622053861618042],[0.0851438865065575,0.398594170808792,0.497053861618042],[0.092516303062439,-0.663137853145599,0.747053861618042],[0.376388937234879,-0.339589834213257,0.559553861618042],[-0.332535356283188,0.626931965351105,0.809553861618042],[0.492529988288879,0.384007602930069,0.684553861618042],[-0.413962125778198,-0.660994112491608,0.434553861618042],[-0.366653352975845,-0.28586620092392,0.715803861618042],[0.656565427780151,0.212599486112595,0.465803861618042],[-0.0828356444835663,0.593748867511749,0.590803861618042],[0.357694804668427,-0.674365341663361,0.840803861618042],[-0.135319426655769,-0.633486866950989,0.403303861618042],[0.422460675239563,0.674564182758331,0.653303861618042],[0.502110064029694,-0.203454688191414,0.778303861618042],[-0.727840840816498,0.0261514466255903,0.528303861618042],[0.577687978744507,-0.248884528875351,0.416975736618042],[-0.78165990114212,0.0451764762401581,0.666975736618042],[-0.118291035294533,-0.500103652477264,0.791975736618042],[0.391657322645187,0.596065282821655,0.541975736618042],[-0.0489958748221397,0.417570203542709,0.729475736618042],[0.302536219358444,-0.601729393005371,0.479475736618042],[-0.46306973695755,-0.345063954591751,0.604475736618042],[0.717868447303772,0.215264856815338,0.854475736618042],[0.439216136932373,0.327289044857025,0.573225736618042],[-0.401812165975571,-0.611519992351532,0.823225736618042],[0.474421977996826,-0.447194010019302,0.698225736618042],[-0.358854502439499,0.713743627071381,0.448225736618042],[0.13911047577858,0.588122844696045,0.885725736618042],[0.0893258973956108,-0.761285185813904,0.635725736618042],[-0.453622728586197,-0.136026352643967,0.510725736618042],[0.692708909511566,-0.0400355011224747,0.760725736618042],[-0.184024766087532,0.61368852853775,0.620100736618042],[0.472627073526382,-0.634257197380066,0.870100736618042],[-0.364527523517609,-0.386722236871719,0.745100736618042],[0.645569086074829,0.324577838182449,0.495100736618042],[0.437321811914444,-0.103441052138805,0.807600736618042],[-0.679159820079803,-0.079689659178257,0.557600736618042],[-0.0341137535870075,-0.590248703956604,0.432600736618042],[0.299940705299377,0.6961949467659,0.682600736618042],[0.339382916688919,0.360046654939651,0.463850736618042],[-0.278417408466339,-0.646237015724182,0.713850736618042],[-0.600360035896301,0.142004981637001,0.838850736618042],[0.647532105445862,-0.425474673509598,0.588850736618042],[0.559207499027252,0.0656149759888649,0.651350736618042],[-0.661740481853485,-0.332708477973938,0.401350736618042],[0.109666131436825,-0.365716248750687,0.526350736618042],[0.0382485054433346,0.66178959608078,0.776350736618042],[0.723716676235199,-0.239455178380013,0.471663236618042],[-0.597603797912598,-0.017655435949564,0.721663236618042],[-0.0995356366038322,-0.681645512580872,0.846663236618042],[0.219053566455841,0.406694620847702,0.596663236618042],[-0.147364154458046,0.712080359458923,0.659163236618042],[0.283553689718246,-0.45925173163414,0.409163236618042],[-0.593609988689423,-0.528742969036102,0.534163236618042],[0.600597321987152,0.23891244828701,0.784163236618042],[0.667945325374603,0.0197335854172707,0.627913236618042],[-0.374412328004837,-0.14893801510334,0.877913236618042],[0.150994390249252,-0.72962212562561,0.752913236618042],[0.0824124738574028,0.564381659030914,0.502913236618042],[0.5816290974617,0.518071293830872,0.815413236618042],[-0.295445442199707,-0.548523664474487,0.565413236618042],[-0.672609984874725,0.222545579075813,0.440413236618042],[0.395931124687195,-0.312774658203125,0.690413236618042],[-0.0217411164194345,0.735896527767181,0.581038236618042],[0.205328419804573,-0.516171038150787,0.831038236618042],[-0.559430778026581,-0.345406800508499,0.706038236618042],[0.345460593700409,0.0714926421642303,0.456038236618042],[0.615226447582245,-0.331372827291489,0.893538236618042],[-0.47940382361412,0.0700037851929665,0.643538236618042],[-0.242085546255112,-0.731666564941406,0.518538236618042],[0.378565281629562,0.479213297367096,0.768538236618042],[0.213192775845528,0.644342601299286,0.424788236618042],[0.0128661803901196,-0.435496389865875,0.674788236618042],[-0.738133370876312,-0.152755782008171,0.799788236618042],[0.578315198421478,-0.0844470784068108,0.549788236618042],[0.669637203216553,0.413451045751572,0.737288236618042],[-0.393567800521851,-0.498204469680786,0.487288236618042],[0.47751247882843,-0.536094486713409,0.612288236618042],[-0.193255186080933,0.485820382833481,0.862288236618042],[-0.413361459970474,-0.280838310718536,0.452131986618042],[0.68452250957489,0.173112154006958,0.702131986618042],[-0.0453233607113361,0.618333578109741,0.827131986618042],[0.318356692790985,-0.708632469177246,0.577131986618042],[-0.154383406043053,-0.545297384262085,0.764631986618042],[0.434636622667313,0.602466464042664,0.514631986618042],[0.35378360748291,-0.171084806323051,0.639631986618042],[-0.662158727645874,0.0673502683639526,0.889631986618042],[-0.623898863792419,-0.15778075158596,0.545881986618042],[0.788900434970856,-0.0802415683865547,0.795881986618042],[0.145910531282425,0.51537036895752,0.670881986618042],[0.0529907196760178,-0.722937166690826,0.420881986618042],[0.31771582365036,-0.326802939176559,0.858381986618042],[-0.281267911195755,0.626076281070709,0.608381986618042],[0.491800725460052,0.334130048751831,0.483381986618042],[-0.444759547710419,-0.616498231887817,0.733381986618042],[-0.0524595677852631,-0.515759825706482,0.592756986618042],[0.311530441045761,0.644208908081055,0.842756986618042],[0.60807478427887,-0.172156795859337,0.717756986618042],[-0.782881855964661,-0.057384617626667,0.467756986618042],[-0.416575700044632,-0.404992371797562,0.780256986618042],[0.685606479644775,0.308012127876282,0.530256986618042],[-0.105005830526352,0.415215522050858,0.405256986618042],[0.379953652620316,-0.55924779176712,0.655256986618042],[0.14895498752594,-0.58899986743927,0.499006986618042],[0.0777751058340073,0.764651298522949,0.749006986618042],[0.477834463119507,0.0350248850882053,0.874006986618042],[-0.635181248188019,-0.285358339548111,0.624006986618042],[-0.316419154405594,0.0895838961005211,0.686506986618042],[0.530975103378296,-0.383060693740845,0.436506986618042],[0.39554288983345,0.384544402360916,0.561506986618042],[-0.319537460803986,-0.66076648235321,0.811506986618042],[-0.45183128118515,-0.523308217525482,0.506819486618042],[0.408434808254242,0.228193879127502,0.756819486618042],[-0.251291066408157,0.721924543380737,0.881819486618042],[0.379865676164627,-0.465890169143677,0.631819486618042],[-0.0112346494570374,-0.796837747097015,0.694319486618042],[0.230610430240631,0.606838583946228,0.444319486618042],[0.716509938240051,-0.136782184243202,0.569319486618042],[-0.536792159080505,-0.0868667289614677,0.819319486618042],[-0.734015882015228,0.140124082565308,0.600569486618042],[0.492964655160904,-0.293956428766251,0.850569486618042],[0.438435137271881,0.507792890071869,0.725569486618042],[-0.146368026733398,-0.385159343481064,0.475569486618042],[0.23368538916111,-0.671345889568329,0.788069486618042],[0.00717975851148367,0.509237289428711,0.538069486618042],[0.770909190177917,0.124752871692181,0.413069486618042],[-0.54652464389801,-0.305345147848129,0.663069486618042],[-0.123795665800571,-0.648482322692871,0.553694486618042],[0.188904747366905,0.31679305434227,0.803694486618042],[0.690287053585052,-0.262322455644608,0.678694486618042],[-0.559249103069305,0.00788487773388624,0.428694486618042],[-0.598901510238647,-0.48831707239151,0.866194486618042],[0.579713404178619,0.201789498329163,0.616194486618042],[-0.112020388245583,0.692228972911835,0.491194486618042],[0.238850608468056,-0.42750883102417,0.741194486618042],[0.572161495685577,-0.494011849164963,0.459944486618042],[-0.286724120378494,0.513195633888245,0.709944486618042],[0.528001844882965,0.430508673191071,0.834944486618042],[-0.226734027266502,-0.380232751369476,0.584944486618042],[-0.680223524570465,-0.236775562167168,0.772444486618042],[0.527134597301483,-0.00743209337815642,0.522444486618042],[0.147947490215302,0.774997472763062,0.647444486618042],[0.101888127624989,-0.629616737365723,0.897444486618042],[0.471648901700974,-0.0221001859754324,0.556624174118042],[-0.661820650100708,-0.206352636218071,0.806624174118042],[0.0768696740269661,-0.598632633686066,0.681624174118042],[0.168173894286156,0.747294664382935,0.431624174118042],[-0.298879235982895,0.578640699386597,0.869124174118042],[0.586910367012024,-0.541258454322815,0.619124174118042],[-0.295244216918945,-0.46019458770752,0.494124174118042],[0.581477999687195,0.44324404001236,0.744124174118042],[0.550478518009186,0.171636655926704,0.400374174118042],[-0.595597982406616,-0.45400732755661,0.650374174118042],[0.192006379365921,-0.371731102466583,0.775374174118042],[-0.0856960639357567,0.667369306087494,0.525374174118042],[0.276883095502853,0.431575298309326,0.712874174118042],[-0.15646056830883,-0.695245563983917,0.462874174118042],[-0.627589166164398,0.0294071212410927,0.587874174118042],[0.721938669681549,-0.301738291978836,0.837874174118042],[0.0177283994853497,0.378348886966705,0.478499174118042],[0.197117984294891,-0.632202982902527,0.728499174118042],[-0.499426633119583,-0.257963627576828,0.853499174118042],[0.734090507030487,0.0942636504769325,0.603499174118042],[0.518600940704346,-0.332715570926666,0.665999174118042],[-0.755400657653809,0.169998094439507,0.415999174118042],[-0.190319135785103,-0.455357283353806,0.540999174118042],[0.476628452539444,0.516829192638397,0.790999174118042],[0.227672800421715,0.544729650020599,0.634749174118042],[-0.0354566387832165,-0.756694376468658,0.884749174118042],[-0.444099277257919,-0.0570262372493744,0.759749174118042],[0.666513204574585,-0.149994537234306,0.509749174118042],[0.471238970756531,0.243404150009155,0.822249174118042],[-0.489467412233353,-0.530751049518585,0.572249174118042],[0.387966811656952,-0.508961498737335,0.447249174118042],[-0.235298410058022,0.754656493663788,0.697249174118042],[0.560215651988983,-0.43271467089653,0.642561674118042],[-0.479588776826859,0.152897343039513,0.892561674118042],[-0.361622512340546,-0.689293146133423,0.767561674118042],[0.460126608610153,0.418936103582382,0.517561674118042],[0.0995352193713188,0.73785012960434,0.830061674118042],[0.121480196714401,-0.556354284286499,0.580061674118042],[-0.617568910121918,-0.253500550985336,0.455061674118042],[0.400221049785614,0.0161951426416636,0.705061674118042],[0.734946072101593,0.301681697368622,0.486311674118042],[-0.477423936128616,-0.434684991836548,0.736311674118042],[0.38844358921051,-0.614047884941101,0.861311674118042],[-0.114921092987061,0.526314914226532,0.611311674118042],[0.319742381572723,0.609464943408966,0.673811674118042],[-0.0615528300404549,-0.456288397312164,0.423811674118042],[-0.76115083694458,-0.0308003462851048,0.548811674118042],[0.568835198879242,-0.181349918246269,0.798811674118042],[-0.272398680448532,0.663607835769653,0.408186674118042],[0.351259529590607,-0.385795950889587,0.658186674118042],[-0.48077267408371,-0.622434079647064,0.783186674118042],[0.535941421985626,0.339033842086792,0.533186674118042],[0.746474146842957,-0.100698590278625,0.720686674118042],[-0.570155262947083,-0.124493658542633,0.470686674118042],[0.0274152308702469,-0.677496492862701,0.595686674118042],[0.131787985563278,0.413375675678253,0.845686674118042],[0.470788419246674,0.609507918357849,0.564436674118042],[-0.185259610414505,-0.581098616123199,0.814436674118042],[-0.69191300868988,0.0933383479714394,0.689436674118042],[0.427854180335999,-0.224464282393456,0.439436674118042],[0.641669452190399,0.140108808875084,0.876936674118042],[-0.294038087129593,-0.186006993055344,0.626936674118042],[0.279354572296143,-0.680553495883942,0.501936674118042],[-0.0224219355732203,0.554100096225739,0.751936674118042],[-0.342103660106659,-0.485272765159607,0.529280424118042],[0.623658895492554,0.433732569217682,0.779280424118042],[-0.190644964575768,0.412267714738846,0.654280424118042],[0.483329951763153,-0.486423283815384,0.404280424118042],[0.0448935031890869,-0.532700419425964,0.841780424118042],[0.189693763852119,0.699020147323608,0.591780424118042],[0.640201151371002,-0.0580686666071415,0.466780424118042],[-0.766122698783875,-0.202664956450462,0.716780424118042],[-0.388719767332077,0.0352583564817905,0.435530424118042],[0.601710736751556,-0.282922476530075,0.685530424118042],[0.326014161109924,0.462449848651886,0.810530424118042],[-0.194415673613548,-0.716420352458954,0.560530424118042],[0.259905844926834,-0.562043607234955,0.748030424118042],[-0.0651958286762238,0.773605108261108,0.498030424118042],[0.481934428215027,0.127487704157829,0.623030424118042],[-0.57917594909668,-0.402796268463135,0.873030424118042],[-0.234321564435959,-0.498347789049149,0.513655424118042],[0.520250916481018,0.51694244146347,0.763655424118042],[0.260363191366196,-0.183548748493195,0.888655424118042],[-0.631211042404175,0.171292334794998,0.638655424118042],[-0.433628678321838,-0.200522914528847,0.701155424118042],[0.693262577056885,0.0584249347448349,0.451155424118042],[0.0548093505203724,0.604267477989197,0.576155424118042],[0.196424961090088,-0.742533981800079,0.826155424118042],[0.243440508842468,-0.350040227174759,0.607405424118042],[-0.172739580273628,0.652997553348541,0.857405424118042],[0.52655017375946,0.243492603302002,0.732405424118042],[-0.532782196998596,-0.529394030570984,0.482405424118042],[-0.629009425640106,-0.0530099794268608,0.794905424118042],[0.757096529006958,-0.205453991889954,0.544905424118042],[0.220114901661873,0.468133509159088,0.419905424118042],[-0.0645874515175819,-0.712070107460022,0.669905424118042],[-0.677113592624664,-0.388057202100754,0.615217924118042],[0.616132974624634,0.10661555826664,0.865217924118042],[0.00226558395661414,0.710256218910217,0.740217924118042],[0.172262698411942,-0.478026747703552,0.490217924118042],[-0.231236651539803,-0.62906676530838,0.802717924118042],[0.264435261487961,0.313107907772064,0.552717924118042],[0.645488500595093,-0.375423341989517,0.427717924118042],[-0.564036130905151,0.101310938596725,0.677717924118042],[-0.718206882476807,-0.124278403818607,0.521467924118042],[0.534222483634949,-0.0959558859467506,0.771467924118042],[0.274779349565506,0.747522354125977,0.896467924118042],[-0.00206851796247065,-0.648476481437683,0.646467924118042],[0.489145964384079,-0.586732149124146,0.708967924118042],[-0.203518837690353,0.564762115478516,0.458967924118042],[0.599308550357819,0.343466728925705,0.583967924118042],[-0.300932705402374,-0.356323152780533,0.833967924118042],[0.134442791342735,-0.77694708108902,0.443342924118042],[0.11262921243906,0.627049207687378,0.693342924118042],[0.719669580459595,-0.00229561072774231,0.818342924118042],[-0.494952976703644,-0.178362265229225,0.568342924118042],[-0.342191129922867,-0.588350296020508,0.755842924118042],[0.338713496923447,0.282378137111664,0.505842924118042],[-0.375603944063187,0.655384182929993,0.630842924118042],[0.448471069335938,-0.3787562251091,0.880842924118042],[0.34837543964386,-0.607873678207397,0.537092924118042],[-0.0832778662443161,0.48126408457756,0.787092924118042],[0.726497113704681,0.261801987886429,0.662092924118042],[-0.470878541469574,-0.392561286687851,0.412092924118042],[-0.737889647483826,0.00235372921451926,0.849592924118042],[0.524076342582703,-0.192643538117409,0.599592924118042],[0.33157742023468,0.570101499557495,0.474592924118042],[-0.0645626708865166,-0.359444707632065,0.724592924118042],[0.419868797063828,0.624059557914734,0.867171049118042],[-0.140102416276932,-0.564742624759674,0.617171049118042],[-0.675163567066193,0.0464159063994884,0.492171049118042],[0.393190979957581,-0.174507305026054,0.742171049118042],[0.688192903995514,0.198210448026657,0.554671049118042],[-0.419954627752304,-0.30586850643158,0.804671049118042],[0.345162332057953,-0.705584943294525,0.679671049118042],[-0.0668745934963226,0.629165947437286,0.429671049118042],[-0.288006842136383,0.588746964931488,0.773421049118042],[0.242220357060432,-0.233360767364502,0.523421049118042],[-0.410032033920288,-0.609439015388489,0.648421049118042],[0.446704030036926,0.32535108923912,0.898421049118042],[0.767306089401245,-0.0527504906058311,0.460921049118042],[-0.584572732448578,-0.168366193771362,0.710921049118042],[0.0736646875739098,-0.693048119544983,0.835921049118042],[0.115690067410469,0.466338217258453,0.585921049118042],[0.66781085729599,0.326683819293976,0.695296049118042],[-0.39383938908577,-0.408791571855545,0.445296049118042],[0.392239689826965,-0.538541436195374,0.570296049118042],[-0.109479777514935,0.380117237567902,0.820296049118042],[0.28667226433754,0.645915389060974,0.507796049118042],[-0.0343584753572941,-0.499776721000671,0.757796049118042],[-0.77301698923111,-0.0821646451950073,0.882796049118042],[0.60249125957489,-0.149467170238495,0.632796049118042],[0.569987952709198,-0.383489280939102,0.789046049118042],[-0.443892538547516,0.110121704638004,0.539046049118042],[-0.308594971895218,-0.695310473442078,0.414046049118042],[0.413093537092209,0.42877671122551,0.664046049118042],[0.0544204562902451,0.791597306728363,0.601546049118042],[0.17830616235733,-0.619084596633911,0.851546049118042],[-0.651657283306122,-0.318781703710556,0.726546049118042],[0.533654987812042,0.0567226521670818,0.476546049118042],[0.29733607172966,0.53789621591568,0.781233549118042],[-0.120068520307541,-0.763883590698242,0.531233549118042],[-0.490904897451401,-0.0091450521722436,0.406233549118042],[0.663872599601746,-0.227718576788902,0.656233549118042],[0.347414642572403,0.133827969431877,0.593733549118042],[-0.49825581908226,-0.434154778718948,0.843733549118042],[0.289110600948334,-0.479884326457977,0.718733549118042],[-0.141860410571098,0.725263476371765,0.468733549118042],[0.0820255801081657,0.52185195684433,0.687483549118042],[0.138372108340263,-0.707429468631744,0.437483549118042],[-0.595849692821503,-0.229527905583382,0.562483549118042],[0.789354801177979,0.014704866334796,0.812483549118042],[0.457946360111237,-0.36994868516922,0.499983549118042],[-0.715531826019287,0.245438501238823,0.749983549118042],[-0.214994534850121,-0.388936132192612,0.874983549118042],[0.514115631580353,0.447974234819412,0.624983549118042],[0.637792110443115,0.124751143157482,0.765608549118042],[-0.683029651641846,-0.411497294902802,0.515608549118042],[0.195826545357704,-0.508361637592316,0.640608549118042],[-0.0135971065610647,0.729890465736389,0.890608549118042],[0.294915974140167,0.365066021680832,0.453108549118042],[-0.224525466561317,-0.654563665390015,0.703108549118042],[-0.594634234905243,0.093465618789196,0.828108549118042],[0.669462084770203,-0.370062559843063,0.578108549118042],[0.504260063171387,-0.07926045358181,0.859358549118042],[-0.698217213153839,-0.136570200324059,0.609358549118042],[0.0116743687540293,-0.626678228378296,0.484358549118042],[0.253546506166458,0.739169239997864,0.734358549118042],[-0.206635624170303,0.536421835422516,0.546858549118042],[0.491273820400238,-0.56380820274353,0.796858549118042],[-0.260281264781952,-0.322192937135696,0.671858549118042],[0.575213253498077,0.346542358398438,0.421858549118042],[0.273662060499191,-0.627365291118622,0.894514799118042],[-0.0280620362609625,0.450140506029129,0.644514799118042],[0.737422347068787,0.177954956889153,0.519514799118042],[-0.493335574865341,-0.327364921569824,0.769514799118042],[-0.786499619483948,0.0886754840612411,0.582014799118042],[0.574348151683807,-0.28551834821701,0.832014799118042],[0.42946320772171,0.581812918186188,0.707014799118042],[-0.150638341903687,-0.510746777057648,0.457014799118042],[0.0461189523339272,-0.73978978395462,0.738264799118042],[0.15954153239727,0.5409334897995,0.488264799118042],[0.659388303756714,-0.0743440613150597,0.613264799118042],[-0.374000877141953,-0.0902539938688278,0.863264799118042],[-0.418248325586319,-0.566619634628296,0.425764799118042],[0.413316279649734,0.27426615357399,0.675764799118042],[-0.30999282002449,0.710652887821198,0.800764799118042],[0.425718933343887,-0.447561085224152,0.550764799118042],[-0.672849953174591,-0.0419458821415901,0.660139799118042],[0.405189335346222,-0.119505509734154,0.410139799118042],[0.333856910467148,0.671585917472839,0.535139799118042],[-0.0647995322942734,-0.574733912944794,0.785139799118042],[0.433192223310471,-0.652816236019135,0.472639799118042],[-0.147733479738235,0.612188458442688,0.722639799118042],[0.654276728630066,0.285401046276093,0.847639799118042],[-0.373181581497192,-0.354969322681427,0.597639799118042],[-0.703053951263428,-0.306678116321564,0.816389799118042],[0.603979647159576,0.037652462720871,0.566389799118042],[0.0778080448508263,0.690111815929413,0.441389799118042],[0.111423686146736,-0.461725354194641,0.691389799118042],[-0.325973391532898,-0.655727446079254,0.628889799118042],[0.397592931985855,0.378189325332642,0.878889799118042],[0.643134534358978,-0.47472757101059,0.753889799118042],[-0.625998675823212,0.184630453586578,0.503889799118042],[0.302867650985718,-0.379841029644012,0.808577299118042],[-0.222702547907829,0.663001120090485,0.558577299118042],[0.537042379379272,0.292406767606735,0.433577299118042],[-0.510330677032471,-0.578189671039581,0.683577299118042],[-0.550255417823792,-0.0828964933753014,0.621077299118042],[0.722157776355743,-0.146042332053185,0.871077299118042],[0.130531296133995,0.332516819238663,0.746077299118042],[-0.016456350684166,-0.657947957515717,0.496077299118042],[-0.2322658598423,-0.591676473617554,0.652327299118042]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[0.159676522016525,0.728052020072937,0.661604642868042],[0.403781294822693,-0.0167135149240494,0.786604642868042],[-0.637167870998383,-0.202485591173172,0.536604642868042],[-0.270459234714508,-0.426664859056473,0.724104642868042],[0.561326146125793,0.432743638753891,0.474104642868042],[-0.289108961820602,0.552316009998322,0.599104642868042],[0.575646042823792,-0.52508944272995,0.849104642868042],[0.214574381709099,-0.40992459654808,0.567854642868042],[-0.0915040895342827,0.683086633682251,0.817854642868042],[0.570175349712372,0.18119603395462,0.692854642868042],[-0.603931665420532,-0.465589553117752,0.442854642868042],[-0.646170556545258,0.0267466101795435,0.880354642868042],[0.735350966453552,-0.30264338850975,0.630354642868042],[0.289240717887878,0.456293731927872,0.505354642868042],[-0.155841425061226,-0.710565745830536,0.755354642868042],[-0.518179416656494,-0.271240204572678,0.645979642868042],[0.747367143630981,0.100114904344082,0.895979642868042],[0.0180558022111654,0.436209559440613,0.770979642868042],[0.205650612711906,-0.647127330303192,0.520979642868042],[-0.199198812246323,-0.48400542140007,0.833479642868042],[0.484019666910172,0.530622005462646,0.583479642868042],[0.536551475524902,-0.340115427970886,0.458479642868042],[-0.768965244293213,0.168649613857269,0.708479642868042],[-0.35190162062645,-0.04713961109519,0.489729642868042],[0.642540693283081,-0.140922158956528,0.739729642868042],[0.211603790521622,0.514146566390991,0.864729642868042],[-0.0304593797773123,-0.735867202281952,0.614729642868042],[0.373107761144638,-0.483970463275909,0.677229642868042],[-0.233488962054253,0.734727144241333,0.427229642868042],[0.4298235476017,0.224990457296371,0.552229642868042],[-0.471136063337326,-0.516497910022736,0.802229642868042],[-0.367387920618057,-0.709664404392242,0.481917142868042],[0.479935675859451,0.441783428192139,0.731917142868042],[0.581741869449615,-0.444297015666962,0.856917142868042],[-0.523238897323608,0.163674935698509,0.606917142868042],[-0.640730619430542,-0.267100691795349,0.669417142868042],[0.473781019449234,0.0217606872320175,0.419417142868042],[0.0983618572354317,0.76043426990509,0.544417142868042],[0.132228836417198,-0.590118944644928,0.794417142868042],[0.384735614061356,-0.600906908512115,0.638167142868042],[-0.112489394843578,0.502024590969086,0.888167142868042],[0.72291761636734,0.301361888647079,0.763167142868042],[-0.463072001934052,-0.426260322332382,0.513167142868042],[-0.748931169509888,-0.0343982875347137,0.825667142868042],[0.55157995223999,-0.172540321946144,0.575667142868042],[0.309785783290863,0.598397314548492,0.450667142868042],[-0.0540632307529449,-0.417962163686752,0.700667142868042],[-0.47043576836586,-0.615966737270355,0.560042142868042],[0.519882321357727,0.332858949899673,0.810042142868042],[-0.270867019891739,0.649765431880951,0.685042142868042],[0.335522294044495,-0.364497870206833,0.435042142868042],[0.0304299779236317,-0.662531793117523,0.872542142868042],[0.114427648484707,0.365804314613342,0.622542142868042],[0.734827399253845,-0.095049612224102,0.497542142868042],[-0.549872517585754,-0.123210765421391,0.747542142868042],[-0.71688836812973,0.0927292108535767,0.403792142868042],[0.472420275211334,-0.244568422436714,0.653792142868042],[0.480250328779221,0.628817498683929,0.778792142868042],[-0.191380873322487,-0.611809730529785,0.528792142868042],[0.291783809661865,-0.699941396713257,0.716292142868042],[-0.0271458886563778,0.591029465198517,0.466292142868042],[0.667583167552948,0.149586364626884,0.591292142868042],[-0.379149347543716,-0.242753490805626,0.841292142868042],[-0.142173171043396,0.38788253068924,0.446760892868042],[0.432607501745224,-0.513197064399719,0.696760892868042],[-0.368220150470734,-0.440851122140884,0.821760892868042],[0.64654403924942,0.375236928462982,0.571760892868042],[0.617141306400299,-0.107378356158733,0.759260892868042],[-0.769014596939087,-0.137394204735756,0.509260892868042],[0.0011545253219083,-0.509869039058685,0.634260892868042],[0.241714328527451,0.668812870979309,0.884260892868042],[0.385611861944199,0.461673349142075,0.540510892868042],[-0.2599056661129,-0.719147503376007,0.790510892868042],[-0.461648225784302,0.0803236290812492,0.665510892868042],[0.599802136421204,-0.344487398862839,0.415510892868042],[0.535791456699371,0.0957259312272072,0.853010892868042],[-0.631139636039734,-0.366296619176865,0.603010892868042],[0.223533511161804,-0.609853088855743,0.478010892868042],[-0.00180505553726107,0.797160446643829,0.728010892868042],[0.34042763710022,-0.284341603517532,0.618635892868042],[-0.641007781028748,0.23166535794735,0.868635892868042],[-0.29298797249794,-0.510134220123291,0.743635892868042],[0.578171968460083,0.487379103899002,0.493635892868042],[0.109393462538719,0.628722786903381,0.806135892868042],[0.138810113072395,-0.776939630508423,0.556135892868042],[-0.495488077402115,-0.181614547967911,0.431135892868042],[0.720543146133423,0.00163156655617058,0.681135892868042],[0.52558159828186,0.192644938826561,0.524885892868042],[-0.564822494983673,-0.476125985383987,0.774885892868042],[0.18602167069912,-0.3205206990242,0.899885892868042],[-0.116172775626183,0.650235295295715,0.649885892868042],[0.244212731719017,0.425209492444992,0.712385892868042],[-0.120256155729294,-0.691154479980469,0.462385892868042],[-0.61421662569046,-0.00139080546796322,0.587385892868042],[0.726983249187469,-0.262737572193146,0.837385892868042],[0.0615662559866905,0.722545683383942,0.517073392868042],[0.13993676006794,-0.517560482025146,0.767073392868042],[-0.718139052391052,-0.336855530738831,0.892073392868042],[0.641316831111908,0.0575715303421021,0.642073392868042],[0.623910307884216,-0.434764623641968,0.704573392868042],[-0.575055599212646,0.152690902352333,0.454573392868042],[-0.288789689540863,-0.622990608215332,0.579573392868042],[0.322112232446671,0.323574304580688,0.829573392868042],[0.326827615499496,0.705047786235809,0.610823392868042],[-0.052669595927,-0.618133842945099,0.860823392868042],[-0.703544199466705,-0.0631577298045158,0.735823392868042],[0.483591049909592,-0.128404900431633,0.485823392868042],[0.602879643440247,0.28279110789299,0.798323392868042],[-0.2781682908535,-0.279430896043777,0.548323392868042],[0.427635461091995,-0.607792913913727,0.423323392868042],[-0.148039177060127,0.547527551651001,0.673323392868042],[0.694129228591919,-0.0591449625790119,0.532698392868042],[-0.463165551424026,-0.125229582190514,0.782698392868042],[0.068744458258152,-0.765777468681335,0.657698392868042],[0.156016275286674,0.587579369544983,0.407698392868042],[-0.311815321445465,0.664756059646606,0.845198392868042],[0.391308128833771,-0.389540016651154,0.595198392868042],[-0.374518394470215,-0.537453770637512,0.470198392868042],[0.272193044424057,0.191511616110802,0.720198392868042],[0.75801545381546,0.204950392246246,0.438948392868042],[-0.517162382602692,-0.363868981599808,0.688948392868042],[0.304010093212128,-0.648116171360016,0.813948392868042],[-0.0464025661349297,0.516900420188904,0.563948392868042],[0.386730372905731,0.554978609085083,0.751448392868042],[-0.110155217349529,-0.414860159158707,0.501448392868042],[-0.749172270298004,0.0638350397348404,0.626448392868042],[0.527507960796356,-0.244528323411942,0.876448392868042],[-0.659048736095428,0.0128875365480781,0.765120267868042],[0.338892906904221,-0.130905598402023,0.515120267868042],[0.381225854158401,0.631460309028625,0.640120267868042],[-0.107599392533302,-0.547413945198059,0.890120267868042],[0.372840911149979,-0.675965011119843,0.452620267868042],[-0.0945708602666855,0.605317354202271,0.702620267868042],[0.662643134593964,0.226611688733101,0.827620267868042],[-0.379709750413895,-0.306165486574173,0.577620267868042],[-0.390271753072739,-0.646443903446198,0.858870267868042],[0.456636726856232,0.368192851543427,0.608870267868042],[-0.328568518161774,0.595698654651642,0.483870267868042],[0.331550300121307,-0.289436310529709,0.733870267868042],[0.111044563353062,-0.710760116577148,0.546370267868042],[0.101366013288498,0.515701472759247,0.796370267868042],[0.788092613220215,-0.0154109578579664,0.671370267868042],[-0.602465987205505,-0.206032201647758,0.421370267868042],[0.433381259441376,-0.537484109401703,0.780745267868042],[-0.150680333375931,0.440609633922577,0.530745267868042],[0.668653190135956,0.368807911872864,0.405745267868042],[-0.394523620605469,-0.451928198337555,0.655745267868042],[-0.786636829376221,-0.122899048030376,0.593245267868042],[0.635960340499878,-0.125004038214684,0.843245267868042],[0.262532383203506,0.679652869701385,0.718245267868042],[-0.0106018995866179,-0.54216480255127,0.468245267868042],[-0.268966436386108,-0.696309566497803,0.686995267868042],[0.376575589179993,0.43136864900589,0.436995267868042],[0.573482811450958,-0.346223622560501,0.561995267868042],[-0.40104141831398,0.0788284912705421,0.811995267868042],[-0.621668040752411,-0.342892408370972,0.499495267868042],[0.501447737216949,0.0783429443836212,0.749495267868042],[0.015253234654665,0.780026912689209,0.874495267868042],[0.202211380004883,-0.591293394565582,0.624495267868042],[-0.515553534030914,-0.0349637493491173,0.694807767868042],[0.686597764492035,-0.198439329862595,0.444807767868042],[0.277744948863983,0.566440880298615,0.569807767868042],[-0.0836108550429344,-0.779756605625153,0.819807767868042],[0.323147863149643,-0.481262296438217,0.507307767868042],[-0.180106699466705,0.728882670402527,0.757307767868042],[0.38898491859436,0.172209829092026,0.882307767868042],[-0.486633837223053,-0.467966854572296,0.632307767868042],[-0.55444461107254,-0.245461493730545,0.788557767868042],[0.766054689884186,0.0519522093236446,0.538557767868042],[0.0508620925247669,0.474340945482254,0.413557767868042],[0.166818603873253,-0.675106465816498,0.663557767868042],[-0.136485189199448,-0.278351753950119,0.601057767868042],[0.471181035041809,0.453106820583344,0.851057767868042],[0.444441705942154,-0.324333280324936,0.726057767868042],[-0.704302608966827,0.203556343913078,0.476057767868042],[0.20155730843544,-0.455274522304535,0.866682767868042],[-0.047713540494442,0.703553974628448,0.616682767868042],[0.600776493549347,0.148451700806618,0.491682767868042],[-0.644318222999573,-0.432633191347122,0.741682767868042],[-0.562131643295288,0.0602756179869175,0.554182767868042],[0.66627049446106,-0.326694756746292,0.804182767868042],[0.229281201958656,0.314189553260803,0.679182767868042],[-0.184521347284317,-0.638441741466522,0.429182767868042],[0.0434713065624237,-0.641000628471375,0.772932767868042],[0.219965413212776,0.761077761650085,0.522932767868042],[0.531023800373077,-0.0569400191307068,0.647932767868042],[-0.702873647212982,-0.173679873347282,0.897932767868042],[-0.267283082008362,-0.366264432668686,0.460432767868042],[0.569030523300171,0.382080614566803,0.710432767868042],[-0.240187540650368,0.542531907558441,0.835432767868042],[0.526367783546448,-0.547364354133606,0.585432767868042],[0.720920503139496,0.145097777247429,0.729964017868042],[-0.473031997680664,-0.288510411977768,0.479964017868042],[0.239305555820465,-0.611272037029266,0.604964017868042],[-0.00831469800323248,0.345214128494263,0.854964017868042],[0.435581922531128,0.545248508453369,0.417464017868042],[-0.154057070612907,-0.457236349582672,0.667464017868042],[-0.76120001077652,0.115396037697792,0.792464017868042],[0.53504604101181,-0.291962087154388,0.542464017868042],[0.6700718998909,-0.101581245660782,0.886214017868042],[-0.424448519945145,-0.0854276418685913,0.636214017868042],[0.0181304030120373,-0.752747893333435,0.511214017868042],[0.186199083924294,0.552632808685303,0.761214017868042],[-0.286621481180191,0.732133805751801,0.573714017868042],[0.418977200984955,-0.475575268268585,0.823714017868042],[-0.447549283504486,-0.560228824615479,0.698714017868042],[0.444964647293091,0.271391630172729,0.448714017868042],[0.364764750003815,0.668463289737701,0.808089017868042],[-0.0894262716174126,-0.589892685413361,0.558089017868042],[-0.687732100486755,-0.0165644567459822,0.433089017868042],[0.43559804558754,-0.1467664539814,0.683089017868042],[0.676329553127289,0.264774769544601,0.620589017868042],[-0.403838217258453,-0.355777531862259,0.870589017868042],[0.413549900054932,-0.678042590618134,0.745589017868042],[-0.127327084541321,0.632626533508301,0.495589017868042],[0.100009404122829,0.659703373908997,0.651839017868042],[0.0787914991378784,-0.391476780176163,0.401839017868042],[-0.693042457103729,-0.271317690610886,0.526839017868042],[0.568844079971313,0.0137009648606181,0.776839017868042],[0.607959032058716,-0.485679417848587,0.464339017868042],[-0.589341521263123,0.198567375540733,0.714339017868042],[-0.338929176330566,-0.621117353439331,0.839339017868042],[0.377251297235489,0.332354724407196,0.589339017868042],[0.573006331920624,0.284190267324448,0.659651517868042],[-0.545166850090027,-0.572076380252838,0.409651517868042],[0.314276814460754,-0.426590472459793,0.534651517868042],[-0.203522235155106,0.692413151264191,0.784651517868042],[0.179067641496658,0.409474849700928,0.472151517868042],[-0.0431183762848377,-0.681501030921936,0.722151517868042],[-0.586319983005524,-0.0655563697218895,0.847151517868042],[0.735961973667145,-0.178323462605476,0.597151517868042],[0.41044870018959,-0.272910743951797,0.815901517868042],[-0.682989597320557,0.16548827290535,0.565901517868042],[-0.246721789240837,-0.56417989730835,0.440901517868042],[0.533988177776337,0.560345888137817,0.690901517868042],[0.0354643911123276,0.560527145862579,0.628401517868042],[0.208636626601219,-0.709813117980957,0.878401517868042],[-0.337920546531677,-0.16759629547596,0.753401517868042],[0.657784581184387,0.073546826839447,0.503401517868042],[0.347662627696991,0.522873044013977,0.894026517868042],[-0.184198305010796,-0.760208129882812,0.644026517868042],[-0.511162102222443,0.032341081649065,0.519026517868042],[0.652658522129059,-0.285414427518845,0.769026517868042],[0.400415867567062,0.117694944143295,0.581526517868042],[-0.541449308395386,-0.398895382881165,0.831526517868042],[0.256004750728607,-0.516176462173462,0.706526517868042],[-0.0831862911581993,0.743997573852539,0.456526517868042],[-0.242716193199158,0.489383071660995,0.737776517868042],[0.529095649719238,-0.504207909107208,0.487776517868042],[-0.360407143831253,-0.542040407657623,0.612776517868042],[0.642588376998901,0.473406314849854,0.862776517868042],[0.601941764354706,-0.0380846858024597,0.425276517868042],[-0.73464435338974,-0.215935319662094,0.675276517868042],[0.0523869954049587,-0.46853631734848,0.800276517868042],[0.163176134228706,0.67344719171524,0.550276517868042],[-0.743480145931244,-0.263349324464798,0.842268705368042],[0.637422144412994,-0.0055099856108427,0.592268705368042],[0.131144478917122,0.707919001579285,0.467268705368042],[0.0869651138782501,-0.519419193267822,0.717268705368042],[0.517831921577454,-0.442196160554886,0.529768705368042],[-0.21760630607605,0.384543657302856,0.779768705368042],[0.583040773868561,0.480702728033066,0.654768705368042],[-0.298104733228683,-0.506177127361298,0.404768705368042],[-0.540817856788635,-0.445890963077545,0.748518705368042],[0.460997492074966,0.163290679454803,0.498518705368042],[-0.127560272812843,0.761883139610291,0.623518705368042],[0.302116572856903,-0.533886253833771,0.873518705368042],[-0.134461164474487,-0.725822448730469,0.436018705368042],[0.283589631319046,0.481530696153641,0.686018705368042],[0.618085861206055,-0.231034576892853,0.811018705368042],[-0.367029458284378,0.00317266513593495,0.561018705368042],[0.260658591985703,-0.735883772373199,0.701643705368042],[0.00540814734995365,0.625640988349915,0.451643705368042],[0.700802743434906,0.117333732545376,0.576643705368042],[-0.44273254275322,-0.250534355640411,0.826643705368042],[-0.659331679344177,0.122143507003784,0.514143705368042],[0.354093581438065,-0.208537623286247,0.764143705368042],[0.485089480876923,0.568061888217926,0.889143705368042],[-0.200802728533745,-0.537206709384918,0.639143705368042],[-0.00630278792232275,-0.729137420654297,0.795393705368042],[0.190216526389122,0.508885443210602,0.545393705368042],[0.783342897891998,-0.14511701464653,0.420393705368042],[-0.639922738075256,-0.107140734791756,0.670393705368042],[-0.496225625276566,-0.581102848052979,0.607893705368042],[0.52281528711319,0.295851737260818,0.857893705368042],[-0.230736300349236,0.651408016681671,0.732893705368042],[0.297160744667053,-0.360424071550369,0.482893705368042],[-0.531140506267548,0.147251009941101,0.803206205368042],[0.597345054149628,-0.426007568836212,0.553206205368042],[0.231259629130363,0.22729580104351,0.428206205368042],[-0.281671047210693,-0.590661346912384,0.678206205368042],[0.119828499853611,-0.463184416294098,0.615706205368042],[0.0666540786623955,0.692829608917236,0.865706205368042],[0.605270206928253,0.0476861596107483,0.740706205368042],[-0.699129581451416,-0.318681538105011,0.490706205368042],[-0.304770261049271,-0.299546420574188,0.709456205368042],[0.614914000034332,0.280293852090836,0.459456205368042],[-0.145406931638718,0.562055110931396,0.584456205368042],[0.425618469715118,-0.619168996810913,0.834456205368042],[-0.0604849085211754,-0.628704726696014,0.521956205368042],[0.337776571512222,0.708314001560211,0.771956205368042],[0.499038338661194,-0.138351142406464,0.896956205368042],[-0.713077664375305,-0.0561797581613064,0.646956205368042],[0.416482448577881,-0.423745512962341,0.756331205368042],[-0.315190702676773,0.691471338272095,0.506331205368042],[0.374958872795105,0.257747739553452,0.631331205368042],[-0.39833864569664,-0.558547854423523,0.881331205368042],[-0.518052995204926,-0.134023323655128,0.443831205368042],[0.721259117126465,-0.0693891644477844,0.693831205368042],[0.171832501888275,0.619807004928589,0.818831205368042],[0.0622616857290268,-0.790274262428284,0.568831205368042],[-0.104634612798691,-0.377421438694,0.850081205368042],[0.386262655258179,0.541615009307861,0.600081205368042],[0.511129379272461,-0.24374432861805,0.475081205368042],[-0.73919415473938,0.071114607155323,0.725081205368042],[-0.510608434677124,-0.350993633270264,0.537581205368042],[0.75185090303421,0.194508194923401,0.787581205368042],[-0.039202094078064,0.49758380651474,0.662581205368042],[0.292732059955597,-0.642201125621796,0.412581205368042],[0.608555197715759,0.380337446928024,0.869612455368042],[-0.321525096893311,-0.411603480577469,0.619612455368042],[0.526480734348297,-0.584618866443634,0.494612455368042],[-0.237751320004463,0.58831512928009,0.744612455368042],[0.232786551117897,0.716644942760468,0.557112455368042],[0.0204302240163088,-0.583661317825317,0.807112455368042],[-0.663537919521332,-0.141096696257591,0.682112455368042],[0.430557459592819,-0.0604746006429195,0.432112455368042],[0.68026727437973,-0.361632376909256,0.713362455368042],[-0.604376494884491,0.0848886147141457,0.463362455368042],[-0.215789332985878,-0.664318203926086,0.588362455368042],[0.297840923070908,0.38128399848938,0.838362455368042],[-0.0229878034442663,0.65672755241394,0.400862455368042],[0.131294593214989,-0.324888169765472,0.650862455368042],[-0.624078273773193,-0.390039175748825,0.775862455368042],[0.542894303798676,0.115442670881748,0.525862455368042],[0.526234984397888,0.473902881145477,0.666487455368042],[-0.236563250422478,-0.444999516010284,0.416487455368042],[-0.740558385848999,0.240554302930832,0.541487455368042],[0.490687996149063,-0.383302122354507,0.791487455368042],[0.744352161884308,0.0260549765080214,0.478987455368042],[-0.528398394584656,-0.213537648320198,0.728987455368042],[0.138919293880463,-0.653298258781433,0.853987455368042],[0.0558806471526623,0.397850155830383,0.603987455368042],[-0.165291920304298,0.77732127904892,0.822737455368042],[0.342383235692978,-0.547826886177063,0.572737455368042],[-0.540139198303223,-0.486424386501312,0.447737455368042],[0.499945104122162,0.202039018273354,0.697737455368042],[0.654877424240112,-0.212722703814507,0.635237455368042],[-0.460898250341415,-0.0161330811679363,0.885237455368042],[-0.105992801487446,-0.754630744457245,0.760237455368042],[0.280444264411926,0.52754420042038,0.510237455368042],[0.377460360527039,0.0463779866695404,0.830549955368042],[-0.590318143367767,-0.300843596458435,0.580549955368042],[0.164526775479317,-0.53798371553421,0.455549955368042],[0.0386881493031979,0.739383697509766,0.705549955368042],[0.420442342758179,0.450943976640701,0.643049955368042],[-0.302581936120987,-0.713002264499664,0.893049955368042],[-0.481503427028656,0.111121885478497,0.768049955368042],[0.589917600154877,-0.383027613162994,0.518049955368042],[0.575682699680328,-0.13285668194294,0.674299955368042],[-0.752135217189789,-0.0924137309193611,0.424299955368042],[-0.0234392751008272,-0.447956740856171,0.549299955368042],[0.267013043165207,0.629187941551208,0.799299955368042],[-0.155267253518105,0.507706105709076,0.486799955368042],[0.434728443622589,-0.576804876327515,0.736799955368042],[-0.436663687229156,-0.46834209561348,0.861799955368042],[0.704522252082825,0.359045386314392,0.611799955368042],[0.106335401535034,0.460763037204742,0.721174955368042],[0.0845799967646599,-0.688378214836121,0.471174955368042],[-0.577545344829559,-0.176625564694405,0.596174955368042],[0.765199303627014,-0.0400389470160007,0.846174955368042],[0.520373046398163,0.39219668507576,0.408674955368042],[-0.434911608695984,-0.66982638835907,0.658674955368042],[0.400268375873566,-0.373194426298141,0.783674955368042],[-0.332118034362793,0.651685118675232,0.533674955368042],[-0.0703728795051575,0.572749555110931,0.877424955368042],[0.340174645185471,-0.667493879795074,0.627424955368042],[-0.334940403699875,-0.252439141273499,0.502424955368042],[0.643745243549347,0.196870878338814,0.752424955368042],[0.472540885210037,-0.200535595417023,0.564924955368042],[-0.71195513010025,0.037252951413393,0.814924955368042],[-0.141364693641663,-0.612548828125,0.689924955368042],[0.42624095082283,0.656472384929657,0.439924955368042],[-0.110179036855698,-0.529925942420959,0.582503080368042],[0.383045881986618,0.619109690189362,0.832503080368042],[0.601356506347656,-0.239859268069267,0.707503080368042],[-0.795318007469177,0.0242333356291056,0.457503080368042],[-0.470446020364761,-0.370932817459106,0.895003080368042],[0.724689602851868,0.239033237099648,0.645003080368042],[-0.0666446760296822,0.459372848272324,0.520003080368042],[0.326553255319595,-0.607624650001526,0.770003080368042],[0.465694695711136,-0.415579229593277,0.426253080368042],[-0.369088649749756,0.686771214008331,0.676253080368042],[0.39762008190155,0.313511699438095,0.801253080368042],[-0.373228520154953,-0.603242039680481,0.551253080368042],[-0.385990768671036,-0.127316057682037,0.738753080368042],[0.668919444084167,-0.020381972193718,0.488753080368042],[0.116379387676716,0.559747636318207,0.613753080368042],[0.107092820107937,-0.738176465034485,0.863753080368042],[-0.323896378278732,-0.362955629825592,0.473128080368042],[0.616340816020966,0.331237554550171,0.723128080368042],[-0.191666260361671,0.581084668636322,0.848128080368042],[0.477652162313461,-0.605795860290527,0.598128080368042],[-0.0169620905071497,-0.556681752204895,0.660628080368042],[0.273065090179443,0.68460750579834,0.410628080368042],[0.35179141163826,-0.0731423646211624,0.535628080368042],[-0.651672065258026,-0.0945429727435112,0.785628080368042],[-0.622679591178894,0.129463821649551,0.629378080368042],[0.669893264770508,-0.414465934038162,0.879378080368042],[0.349212169647217,0.391324281692505,0.754378080368042],[-0.266301393508911,-0.667650103569031,0.504378080368042],[0.137312605977058,-0.416297852993011,0.816878080368042],[0.0206996910274029,0.679346680641174,0.566878080368042],[0.579664289951324,0.0840962678194046,0.441878080368042],[-0.664673209190369,-0.357212632894516,0.691878080368042],[-0.0792215019464493,-0.669813632965088,0.621565580368042],[0.190557584166527,0.378137111663818,0.871565580368042],[0.718448460102081,-0.216163650155067,0.746565580368042],[-0.577879846096039,-0.0328623354434967,0.496565580368042],[-0.570795953273773,-0.537040174007416,0.809065580368042],[0.578938961029053,0.248788505792618,0.559065580368042],[-0.16373173892498,0.695086181163788,0.434065580368042],[0.282740235328674,-0.431172758340836,0.684065580368042],[0.17592541873455,-0.746851742267609,0.465315580368042],[0.0711252689361572,0.601360380649567,0.715315580368042],[0.693672895431519,0.0394471473991871,0.840315580368042],[-0.437031179666519,-0.187806218862534,0.590315580368042],[-0.701500177383423,0.211064323782921,0.652815580368042],[0.440093994140625,-0.328577071428299,0.402815580368042],[0.582368731498718,0.54792857170105,0.527815580368042],[-0.293867945671082,-0.583143293857574,0.777815580368042],[-0.572634279727936,-0.375503182411194,0.418440580368042],[0.439784169197083,0.103593811392784,0.668440580368042],[-0.0430843532085419,0.757632672786713,0.793440580368042],[0.233926177024841,-0.544353783130646,0.543440580368042],[-0.228111252188683,-0.758157908916473,0.730940580368042],[0.383937895298004,0.514243900775909,0.480940580368042],[0.646041572093964,-0.325564742088318,0.605940580368042],[-0.529332995414734,0.0626063048839569,0.855940580368042],[-0.721749126911163,-0.170012354850769,0.574690580368042],[0.560525476932526,-0.0662955641746521,0.824690580368042],[0.19128143787384,0.635749101638794,0.699690580368042],[0.0219246726483107,-0.38554248213768,0.449690580368042],[0.482799768447876,-0.513146221637726,0.887190580368042],[-0.196090534329414,0.456309050321579,0.637190580368042],[0.648570001125336,0.425297826528549,0.512190580368042],[-0.369771122932434,-0.495269000530243,0.762190580368042],[-0.00856496952474117,0.6501704454422,0.555159330368042],[0.282663106918335,-0.745890378952026,0.805159330368042],[-0.468588054180145,-0.27883306145668,0.680159330368042],[0.717473149299622,0.136278003454208,0.430159330368042],[0.410114824771881,-0.229630783200264,0.867659330368042],[-0.683318793773651,0.111227534711361,0.617659330368042],[-0.19853849709034,-0.568678021430969,0.492659330368042],[0.484095633029938,0.592603445053101,0.742659330368042],[0.168442055583,0.482472151517868,0.461409330368042],[0.00937530305236578,-0.71168315410614,0.711409330368042],[-0.616144180297852,-0.117031417787075,0.836409330368042],[0.771544396877289,-0.125588491559029,0.586409330368042],[0.494382441043854,0.294182002544403,0.773909330368042],[-0.473272055387497,-0.579353868961334,0.523909330368042],[0.271088153123856,-0.314560681581497,0.648909330368042],[-0.238087832927704,0.628265261650085,0.898909330368042],[0.580626010894775,-0.202709823846817,0.508284330368042],[-0.773453056812286,-0.0101890238001943,0.758284330368042],[-0.0789854452013969,-0.485241740942001,0.883284330368042],[0.343032747507095,0.612647891044617,0.633284330368042],[-0.0697845071554184,0.36739981174469,0.695784330368042],[0.33811816573143,-0.568218588829041,0.445784330368042],[-0.42474639415741,-0.366046100854874,0.570784330368042],[0.691309809684753,0.261979222297668,0.820784330368042],[0.528747379779816,0.00696541229262948,0.602034330368042],[-0.674328327178955,-0.255543917417526,0.852034330368042],[0.119220219552517,-0.627667784690857,0.727034330368042],[0.126880556344986,0.779482066631317,0.477034330368042],[0.446272701025009,0.384597480297089,0.789534330368042],[-0.369696587324142,-0.660268783569336,0.539534330368042],[-0.42036384344101,0.146758615970612,0.414534330368042],[0.528346121311188,-0.431604027748108,0.664534330368042],[-0.201931864023209,0.715769827365875,0.594221830368042],[0.331950336694717,-0.461027711629868,0.844221830368042],[-0.465090543031693,-0.477507799863815,0.719221830368042],[0.357417047023773,0.172433942556381,0.469221830368042],[0.685235142707825,-0.173967242240906,0.781721830368042],[-0.499035120010376,-0.0502918809652328,0.531721830368042],[-0.0575646385550499,-0.775493502616882,0.406721830368042],[0.255064964294434,0.566348254680634,0.656721830368042],[0.47955185174942,0.492355197668076,0.500471830368042],[-0.188124850392342,-0.417713910341263,0.750471830368042],[-0.737580835819244,0.187256753444672,0.875471830368042],[0.492516815662384,-0.335283160209656,0.625471830368042],[0.789712965488434,0.0795858800411224,0.687971830368042],[-0.580571413040161,-0.28009358048439,0.437971830368042],[0.197052329778671,-0.698473751544952,0.562971830368042],[0.0397650264203548,0.535702466964722,0.812971830368042],[0.686059832572937,-0.30897918343544,0.453596830368042],[-0.580696702003479,0.0431049354374409,0.703596830368042],[-0.166611462831497,-0.656261622905731,0.828596830368042],[0.242601931095123,0.356371998786926,0.578596830368042],[-0.0718398243188858,0.712850630283356,0.766096830368042],[0.22598984837532,-0.468426465988159,0.516096830368042],[-0.637645483016968,-0.459119111299515,0.641096830368042],[0.609293758869171,0.171893015503883,0.891096830368042],[0.532166004180908,0.383171498775482,0.547346830368042],[-0.191083580255508,-0.280693709850311,0.797346830368042],[0.526392638683319,-0.512704193592072,0.672346830368042],[-0.240337580442429,0.498166084289551,0.422346830368042],[0.189323112368584,0.745719969272614,0.859846830368042],[0.0610377043485641,-0.605663597583771,0.609846830368042],[-0.671065390110016,-0.189319923520088,0.484846830368042],[0.479829251766205,-0.0356175750494003,0.734846830368042],[0.175337493419647,0.675171077251434,0.758772611618042],[0.045697059482336,-0.479650110006332,0.508772611618042],[-0.741852939128876,-0.20492884516716,0.633772611618042],[0.60720032453537,-0.048403687775135,0.883772611618042],[0.598883748054504,0.426269352436066,0.446272611618042],[-0.314018130302429,-0.455913871526718,0.696272611618042],[0.467501789331436,-0.460340112447739,0.821272611618042],[-0.147153422236443,0.309315711259842,0.571272611618042],[-0.0745448246598244,0.782444894313812,0.852522611618042],[0.272127717733383,-0.57201099395752,0.602522611618042],[-0.583940207958221,-0.41563293337822,0.477522611618042],[0.501849412918091,0.138630479574203,0.727522611618042],[0.616128444671631,-0.281536400318146,0.540022611618042],[-0.43067255616188,0.0343315675854683,0.790022611618042],[-0.189194738864899,-0.728531122207642,0.665022611618042],[0.330543875694275,0.479907125234604,0.415022611618042],[0.722751677036285,0.0688577517867088,0.805647611618042],[-0.485544592142105,-0.230992317199707,0.555647611618042],[0.211405232548714,-0.765297830104828,0.430647611618042],[0.0512510798871517,0.642919480800629,0.680647611618042],[0.534110605716705,0.542419970035553,0.618147611618042],[-0.247795552015305,-0.542288243770599,0.868147611618042],[-0.665540635585785,0.172836527228355,0.743147611618042],[0.377922862768173,-0.260300546884537,0.493147611618042],[0.752908408641815,-0.195525377988815,0.711897611618042],[-0.618713140487671,-0.0589458309113979,0.461897611618042],[-0.0562028475105762,-0.70503693819046,0.586897611618042],[0.208706080913544,0.456742882728577,0.836897611618042],[-0.177575528621674,0.642832517623901,0.524397611618042],[0.230845466256142,-0.324324518442154,0.774397611618042],[-0.521999955177307,-0.53012090921402,0.899397611618042],[0.513415813446045,0.244251728057861,0.649397611618042],[0.339496701955795,0.289366155862808,0.704085111618042],[-0.336699843406677,-0.593717575073242,0.454085111618042],[-0.555537700653076,0.197356730699539,0.579085111618042],[0.583626925945282,-0.482093900442123,0.829085111618042],[0.639230847358704,0.00493400543928146,0.516585111618042],[-0.740240454673767,-0.275914311408997,0.766585111618042],[0.0959372818470001,-0.520559549331665,0.891585111618042],[0.11978504806757,0.71140068769455,0.641585111618042],[-0.10171078145504,0.551886737346649,0.797835111618042],[0.374713897705078,-0.637606978416443,0.547835111618042],[-0.285854905843735,-0.243645191192627,0.422835111618042],[0.619884967803955,0.231053471565247,0.672835111618042],[0.463862687349319,-0.164788857102394,0.610335111618042],[-0.702428460121155,-0.00542180612683296,0.860335111618042],[-0.102179072797298,-0.606839179992676,0.735335111618042],[0.381705224514008,0.673077523708344,0.485335111618042],[0.358917564153671,0.2109315097332,0.844710111618042],[-0.428090333938599,-0.518249690532684,0.594710111618042],[0.373466312885284,-0.438166588544846,0.469710111618042],[-0.261374890804291,0.701233208179474,0.719710111618042],[0.210071131587029,0.591327369213104,0.532210111618042],[0.00603544386103749,-0.781928956508636,0.782210111618042],[-0.503134906291962,-0.0927259922027588,0.657210111618042],[0.702157199382782,-0.118228636682034,0.407210111618042],[0.524300813674927,-0.297333300113678,0.750960111618042],[-0.754834413528442,0.127098381519318,0.500960111618042],[-0.157584339380264,-0.443582743406296,0.625960111618042],[0.441101104021072,0.53400069475174,0.875960111618042],[-0.00421248888596892,0.545753955841064,0.438460111618042],[0.255166053771973,-0.684575736522675,0.688460111618042],[-0.560887157917023,-0.329626590013504,0.813460111618042],[0.784683883190155,0.144614472985268,0.563460111618042],[0.528545677661896,-0.567942678928375,0.723616361618042],[-0.241078644990921,0.569541454315186,0.473616361618042],[0.591539323329926,0.383302807807922,0.598616361618042],[-0.299669593572617,-0.39684197306633,0.848616361618042],[-0.647363007068634,-0.14876826107502,0.411116361618042],[0.384633928537369,-0.0476207658648491,0.661116361618042],[0.217590197920799,0.709147691726685,0.786116361618042],[0.0289955195039511,-0.564148962497711,0.536116361618042],[-0.212294593453407,-0.691888809204102,0.879866361618042],[0.321525245904922,0.425784647464752,0.629866361618042],[0.705295860767365,-0.360262304544449,0.504866361618042],[-0.637250900268555,0.078896775841713,0.754866361618042],[-0.637070298194885,-0.412805795669556,0.567366361618042],[0.577843487262726,0.132792234420776,0.817366361618042],[-0.0351650565862656,0.684185981750488,0.692366361618042],[0.176433563232422,-0.416819244623184,0.442366361618042],[-0.764670014381409,0.234626308083534,0.832991361618042],[0.521391749382019,-0.393721580505371,0.582991361618042],[0.536473631858826,0.499259531497955,0.457991361618042],[-0.250057697296143,-0.489545196294785,0.707991361618042],[0.155681192874908,-0.677444517612457,0.645491361618042],[0.0585314445197582,0.472759693861008,0.895491361618042],[0.766541540622711,0.0393978767096996,0.770491361618042],[-0.558019399642944,-0.236201539635658,0.520491361618042],[-0.522973299026489,-0.486695736646652,0.676741361618042],[0.475343585014343,0.201206058263779,0.426741361618042],[-0.17558565735817,0.764058470726013,0.551741361618042],[0.342862367630005,-0.529128789901733,0.801741361618042],[-0.0922180712223053,-0.744847297668457,0.489241361618042],[0.26349464058876,0.515851020812988,0.739241361618042],[0.645122945308685,-0.197945266962051,0.864241361618042],[-0.423863649368286,-0.0217852871865034,0.614241361618042],[0.18057119846344,-0.557653307914734,0.668928861618042],[0.0271043572574854,0.754361927509308,0.418928861618042],[0.435025274753571,0.0606916509568691,0.543928861618042],[-0.600711226463318,-0.318627417087555,0.793928861618042],[-0.513444066047668,0.109677031636238,0.481428861618042],[0.609439373016357,-0.381674826145172,0.731428861618042],[0.426283806562424,0.472477376461029,0.856428861618042],[-0.295923858880997,-0.730316638946533,0.606428861618042],[-0.0129745695739985,-0.361105114221573,0.825178861618042],[0.247419536113739,0.610611796379089,0.575178861618042],[0.545116782188416,-0.116442658007145,0.450178861618042],[-0.730262935161591,-0.101881116628647,0.700178861618042],[-0.41014689207077,-0.454591810703278,0.637678861618042],[0.681746304035187,0.361609816551208,0.887678861618042],[-0.150059968233109,0.463426291942596,0.762678861618042],[0.430416226387024,-0.552053928375244,0.512678861618042],[-0.544341087341309,-0.176260635256767,0.872053861618042],[0.745696902275085,-0.0267930198460817,0.622053861618042],[0.0851438865065575,0.398594170808792,0.497053861618042],[0.092516303062439,-0.663137853145599,0.747053861618042],[0.376388937234879,-0.339589834213257,0.559553861618042],[-0.332535356283188,0.626931965351105,0.809553861618042],[0.492529988288879,0.384007602930069,0.684553861618042],[-0.413962125778198,-0.660994112491608,0.434553861618042],[-0.366653352975845,-0.28586620092392,0.715803861618042],[0.656565427780151,0.212599486112595,0.465803861618042],[-0.0828356444835663,0.593748867511749,0.590803861618042],[0.357694804668427,-0.674365341663361,0.840803861618042],[-0.135319426655769,-0.633486866950989,0.403303861618042],[0.422460675239563,0.674564182758331,0.653303861618042],[0.502110064029694,-0.203454688191414,0.778303861618042],[-0.727840840816498,0.0261514466255903,0.528303861618042],[0.577687978744507,-0.248884528875351,0.416975736618042],[-0.78165990114212,0.0451764762401581,0.666975736618042],[-0.118291035294533,-0.500103652477264,0.791975736618042],[0.391657322645187,0.596065282821655,0.541975736618042],[-0.0489958748221397,0.417570203542709,0.729475736618042],[0.302536219358444,-0.601729393005371,0.479475736618042],[-0.46306973695755,-0.345063954591751,0.604475736618042],[0.717868447303772,0.215264856815338,0.854475736618042],[0.439216136932373,0.327289044857025,0.573225736618042],[-0.401812165975571,-0.611519992351532,0.823225736618042],[0.474421977996826,-0.447194010019302,0.698225736618042],[-0.358854502439499,0.713743627071381,0.448225736618042],[0.13911047577858,0.588122844696045,0.885725736618042],[0.0893258973956108,-0.761285185813904,0.635725736618042],[-0.453622728586197,-0.136026352643967,0.510725736618042],[0.692708909511566,-0.0400355011224747,0.760725736618042],[-0.184024766087532,0.61368852853775,0.620100736618042],[0.472627073526382,-0.634257197380066,0.870100736618042],[-0.364527523517609,-0.386722236871719,0.745100736618042],[0.645569086074829,0.324577838182449,0.495100736618042],[0.437321811914444,-0.103441052138805,0.807600736618042],[-0.679159820079803,-0.079689659178257,0.557600736618042],[-0.0341137535870075,-0.590248703956604,0.432600736618042],[0.299940705299377,0.6961949467659,0.682600736618042],[0.339382916688919,0.360046654939651,0.463850736618042],[-0.278417408466339,-0.646237015724182,0.713850736618042],[-0.600360035896301,0.142004981637001,0.838850736618042],[0.647532105445862,-0.425474673509598,0.588850736618042],[0.559207499027252,0.0656149759888649,0.651350736618042],[-0.661740481853485,-0.332708477973938,0.401350736618042],[0.109666131436825,-0.365716248750687,0.526350736618042],[0.0382485054433346,0.66178959608078,0.776350736618042],[0.723716676235199,-0.239455178380013,0.471663236618042],[-0.597603797912598,-0.017655435949564,0.721663236618042],[-0.0995356366038322,-0.681645512580872,0.846663236618042],[0.219053566455841,0.406694620847702,0.596663236618042],[-0.147364154458046,0.712080359458923,0.659163236618042],[0.283553689718246,-0.45925173163414,0.409163236618042],[-0.593609988689423,-0.528742969036102,0.534163236618042],[0.600597321987152,0.23891244828701,0.784163236618042],[0.667945325374603,0.0197335854172707,0.627913236618042],[-0.374412328004837,-0.14893801510334,0.877913236618042],[0.150994390249252,-0.72962212562561,0.752913236618042],[0.0824124738574028,0.564381659030914,0.502913236618042],[0.5816290974617,0.518071293830872,0.815413236618042],[-0.295445442199707,-0.548523664474487,0.565413236618042],[-0.672609984874725,0.222545579075813,0.440413236618042],[0.395931124687195,-0.312774658203125,0.690413236618042],[-0.0217411164194345,0.735896527767181,0.581038236618042],[0.205328419804573,-0.516171038150787,0.831038236618042],[-0.559430778026581,-0.345406800508499,0.706038236618042],[0.345460593700409,0.0714926421642303,0.456038236618042],[0.615226447582245,-0.331372827291489,0.893538236618042],[-0.47940382361412,0.0700037851929665,0.643538236618042],[-0.242085546255112,-0.731666564941406,0.518538236618042],[0.378565281629562,0.479213297367096,0.768538236618042],[0.213192775845528,0.644342601299286,0.424788236618042],[0.0128661803901196,-0.435496389865875,0.674788236618042],[-0.738133370876312,-0.152755782008171,0.799788236618042],[0.578315198421478,-0.0844470784068108,0.549788236618042],[0.669637203216553,0.413451045751572,0.737288236618042],[-0.393567800521851,-0.498204469680786,0.487288236618042],[0.47751247882843,-0.536094486713409,0.612288236618042],[-0.193255186080933,0.485820382833481,0.862288236618042],[-0.413361459970474,-0.280838310718536,0.452131986618042],[0.68452250957489,0.173112154006958,0.702131986618042],[-0.0453233607113361,0.618333578109741,0.827131986618042],[0.318356692790985,-0.708632469177246,0.577131986618042],[-0.154383406043053,-0.545297384262085,0.764631986618042],[0.434636622667313,0.602466464042664,0.514631986618042],[0.35378360748291,-0.171084806323051,0.639631986618042],[-0.662158727645874,0.0673502683639526,0.889631986618042],[-0.623898863792419,-0.15778075158596,0.545881986618042],[0.788900434970856,-0.0802415683865547,0.795881986618042],[0.145910531282425,0.51537036895752,0.670881986618042],[0.0529907196760178,-0.722937166690826,0.420881986618042],[0.31771582365036,-0.326802939176559,0.858381986618042],[-0.281267911195755,0.626076281070709,0.608381986618042],[0.491800725460052,0.334130048751831,0.483381986618042],[-0.444759547710419,-0.616498231887817,0.733381986618042],[-0.0524595677852631,-0.515759825706482,0.592756986618042],[0.311530441045761,0.644208908081055,0.842756986618042],[0.60807478427887,-0.172156795859337,0.717756986618042],[-0.782881855964661,-0.057384617626667,0.467756986618042],[-0.416575700044632,-0.404992371797562,0.780256986618042],[0.685606479644775,0.308012127876282,0.530256986618042],[-0.105005830526352,0.415215522050858,0.405256986618042],[0.379953652620316,-0.55924779176712,0.655256986618042],[0.14895498752594,-0.58899986743927,0.499006986618042],[0.0777751058340073,0.764651298522949,0.749006986618042],[0.477834463119507,0.0350248850882053,0.874006986618042],[-0.635181248188019,-0.285358339548111,0.624006986618042],[-0.316419154405594,0.0895838961005211,0.686506986618042],[0.530975103378296,-0.383060693740845,0.436506986618042],[0.39554288983345,0.384544402360916,0.561506986618042],[-0.319537460803986,-0.66076648235321,0.811506986618042],[-0.45183128118515,-0.523308217525482,0.506819486618042],[0.408434808254242,0.228193879127502,0.756819486618042],[-0.251291066408157,0.721924543380737,0.881819486618042],[0.379865676164627,-0.465890169143677,0.631819486618042],[-0.0112346494570374,-0.796837747097015,0.694319486618042],[0.230610430240631,0.606838583946228,0.444319486618042],[0.716509938240051,-0.136782184243202,0.569319486618042],[-0.536792159080505,-0.0868667289614677,0.819319486618042],[-0.734015882015228,0.140124082565308,0.600569486618042],[0.492964655160904,-0.293956428766251,0.850569486618042],[0.438435137271881,0.507792890071869,0.725569486618042],[-0.146368026733398,-0.385159343481064,0.475569486618042],[0.23368538916111,-0.671345889568329,0.788069486618042],[0.00717975851148367,0.509237289428711,0.538069486618042],[0.770909190177917,0.124752871692181,0.413069486618042],[-0.54652464389801,-0.305345147848129,0.663069486618042],[-0.123795665800571,-0.648482322692871,0.553694486618042],[0.188904747366905,0.31679305434227,0.803694486618042],[0.690287053585052,-0.262322455644608,0.678694486618042],[-0.559249103069305,0.00788487773388624,0.428694486618042],[-0.598901510238647,-0.48831707239151,0.866194486618042],[0.579713404178619,0.201789498329163,0.616194486618042],[-0.112020388245583,0.692228972911835,0.491194486618042],[0.238850608468056,-0.42750883102417,0.741194486618042],[0.572161495685577,-0.494011849164963,0.459944486618042],[-0.286724120378494,0.513195633888245,0.709944486618042],[0.528001844882965,0.430508673191071,0.834944486618042],[-0.226734027266502,-0.380232751369476,0.584944486618042],[-0.680223524570465,-0.236775562167168,0.772444486618042],[0.527134597301483,-0.00743209337815642,0.522444486618042],[0.147947490215302,0.774997472763062,0.647444486618042],[0.101888127624989,-0.629616737365723,0.897444486618042],[0.471648901700974,-0.0221001859754324,0.556624174118042],[-0.661820650100708,-0.206352636218071,0.806624174118042],[0.0768696740269661,-0.598632633686066,0.681624174118042],[0.168173894286156,0.747294664382935,0.431624174118042],[-0.298879235982895,0.578640699386597,0.869124174118042],[0.586910367012024,-0.541258454322815,0.619124174118042],[-0.295244216918945,-0.46019458770752,0.494124174118042],[0.581477999687195,0.44324404001236,0.744124174118042],[0.550478518009186,0.171636655926704,0.400374174118042],[-0.595597982406616,-0.45400732755661,0.650374174118042],[0.192006379365921,-0.371731102466583,0.775374174118042],[-0.0856960639357567,0.667369306087494,0.525374174118042],[0.276883095502853,0.431575298309326,0.712874174118042],[-0.15646056830883,-0.695245563983917,0.462874174118042],[-0.627589166164398,0.0294071212410927,0.587874174118042],[0.721938669681549,-0.301738291978836,0.837874174118042],[0.0177283994853497,0.378348886966705,0.478499174118042],[0.197117984294891,-0.632202982902527,0.728499174118042],[-0.499426633119583,-0.257963627576828,0.853499174118042],[0.734090507030487,0.0942636504769325,0.603499174118042],[0.518600940704346,-0.332715570926666,0.665999174118042],[-0.755400657653809,0.169998094439507,0.415999174118042],[-0.190319135785103,-0.455357283353806,0.540999174118042],[0.476628452539444,0.516829192638397,0.790999174118042],[0.227672800421715,0.544729650020599,0.634749174118042],[-0.0354566387832165,-0.756694376468658,0.884749174118042],[-0.444099277257919,-0.0570262372493744,0.759749174118042],[0.666513204574585,-0.149994537234306,0.509749174118042],[0.471238970756531,0.243404150009155,0.822249174118042],[-0.489467412233353,-0.530751049518585,0.572249174118042],[0.387966811656952,-0.508961498737335,0.447249174118042],[-0.235298410058022,0.754656493663788,0.697249174118042],[0.560215651988983,-0.43271467089653,0.642561674118042],[-0.479588776826859,0.152897343039513,0.892561674118042],[-0.361622512340546,-0.689293146133423,0.767561674118042],[0.460126608610153,0.418936103582382,0.517561674118042],[0.0995352193713188,0.73785012960434,0.830061674118042],[0.121480196714401,-0.556354284286499,0.580061674118042],[-0.617568910121918,-0.253500550985336,0.455061674118042],[0.400221049785614,0.0161951426416636,0.705061674118042],[0.734946072101593,0.301681697368622,0.486311674118042],[-0.477423936128616,-0.434684991836548,0.736311674118042],[0.38844358921051,-0.614047884941101,0.861311674118042],[-0.114921092987061,0.526314914226532,0.611311674118042],[0.319742381572723,0.609464943408966,0.673811674118042],[-0.0615528300404549,-0.456288397312164,0.423811674118042],[-0.76115083694458,-0.0308003462851048,0.548811674118042],[0.568835198879242,-0.181349918246269,0.798811674118042],[-0.272398680448532,0.663607835769653,0.408186674118042],[0.351259529590607,-0.385795950889587,0.658186674118042],[-0.48077267408371,-0.622434079647064,0.783186674118042],[0.535941421985626,0.339033842086792,0.533186674118042],[0.746474146842957,-0.100698590278625,0.720686674118042],[-0.570155262947083,-0.124493658542633,0.470686674118042],[0.0274152308702469,-0.677496492862701,0.595686674118042],[0.131787985563278,0.413375675678253,0.845686674118042],[0.470788419246674,0.609507918357849,0.564436674118042],[-0.185259610414505,-0.581098616123199,0.814436674118042],[-0.69191300868988,0.0933383479714394,0.689436674118042],[0.427854180335999,-0.224464282393456,0.439436674118042],[0.641669452190399,0.140108808875084,0.876936674118042],[-0.294038087129593,-0.186006993055344,0.626936674118042],[0.279354572296143,-0.680553495883942,0.501936674118042],[-0.0224219355732203,0.554100096225739,0.751936674118042],[-0.342103660106659,-0.485272765159607,0.529280424118042],[0.623658895492554,0.433732569217682,0.779280424118042],[-0.190644964575768,0.412267714738846,0.654280424118042],[0.483329951763153,-0.486423283815384,0.404280424118042],[0.0448935031890869,-0.532700419425964,0.841780424118042],[0.189693763852119,0.699020147323608,0.591780424118042],[0.640201151371002,-0.0580686666071415,0.466780424118042],[-0.766122698783875,-0.202664956450462,0.716780424118042],[-0.388719767332077,0.0352583564817905,0.435530424118042],[0.601710736751556,-0.282922476530075,0.685530424118042],[0.326014161109924,0.462449848651886,0.810530424118042],[-0.194415673613548,-0.716420352458954,0.560530424118042],[0.259905844926834,-0.562043607234955,0.748030424118042],[-0.0651958286762238,0.773605108261108,0.498030424118042],[0.481934428215027,0.127487704157829,0.623030424118042],[-0.57917594909668,-0.402796268463135,0.873030424118042],[-0.234321564435959,-0.498347789049149,0.513655424118042],[0.520250916481018,0.51694244146347,0.763655424118042],[0.260363191366196,-0.183548748493195,0.888655424118042],[-0.631211042404175,0.171292334794998,0.638655424118042],[-0.433628678321838,-0.200522914528847,0.701155424118042],[0.693262577056885,0.0584249347448349,0.451155424118042],[0.0548093505203724,0.604267477989197,0.576155424118042],[0.196424961090088,-0.742533981800079,0.826155424118042],[0.243440508842468,-0.350040227174759,0.607405424118042],[-0.172739580273628,0.652997553348541,0.857405424118042],[0.52655017375946,0.243492603302002,0.732405424118042],[-0.532782196998596,-0.529394030570984,0.482405424118042],[-0.629009425640106,-0.0530099794268608,0.794905424118042],[0.757096529006958,-0.205453991889954,0.544905424118042],[0.220114901661873,0.468133509159088,0.419905424118042],[-0.0645874515175819,-0.712070107460022,0.669905424118042],[-0.677113592624664,-0.388057202100754,0.615217924118042],[0.616132974624634,0.10661555826664,0.865217924118042],[0.00226558395661414,0.710256218910217,0.740217924118042],[0.172262698411942,-0.478026747703552,0.490217924118042],[-0.231236651539803,-0.62906676530838,0.802717924118042],[0.264435261487961,0.313107907772064,0.552717924118042],[0.645488500595093,-0.375423341989517,0.427717924118042],[-0.564036130905151,0.101310938596725,0.677717924118042],[-0.718206882476807,-0.124278403818607,0.521467924118042],[0.534222483634949,-0.0959558859467506,0.771467924118042],[0.274779349565506,0.747522354125977,0.896467924118042],[-0.00206851796247065,-0.648476481437683,0.646467924118042],[0.489145964384079,-0.586732149124146,0.708967924118042],[-0.203518837690353,0.564762115478516,0.458967924118042],[0.599308550357819,0.343466728925705,0.583967924118042],[-0.300932705402374,-0.356323152780533,0.833967924118042],[0.134442791342735,-0.77694708108902,0.443342924118042],[0.11262921243906,0.627049207687378,0.693342924118042],[0.719669580459595,-0.00229561072774231,0.818342924118042],[-0.494952976703644,-0.178362265229225,0.568342924118042],[-0.342191129922867,-0.588350296020508,0.755842924118042],[0.338713496923447,0.282378137111664,0.505842924118042],[-0.375603944063187,0.655384182929993,0.630842924118042],[0.448471069335938,-0.3787562251091,0.880842924118042],[0.34837543964386,-0.607873678207397,0.537092924118042],[-0.0832778662443161,0.48126408457756,0.787092924118042],[0.726497113704681,0.261801987886429,0.662092924118042],[-0.470878541469574,-0.392561286687851,0.412092924118042],[-0.737889647483826,0.00235372921451926,0.849592924118042],[0.524076342582703,-0.192643538117409,0.599592924118042],[0.33157742023468,0.570101499557495,0.474592924118042],[-0.0645626708865166,-0.359444707632065,0.724592924118042],[0.419868797063828,0.624059557914734,0.867171049118042],[-0.140102416276932,-0.564742624759674,0.617171049118042],[-0.675163567066193,0.0464159063994884,0.492171049118042],[0.393190979957581,-0.174507305026054,0.742171049118042],[0.688192903995514,0.198210448026657,0.554671049118042],[-0.419954627752304,-0.30586850643158,0.804671049118042],[0.345162332057953,-0.705584943294525,0.679671049118042],[-0.0668745934963226,0.629165947437286,0.429671049118042],[-0.288006842136383,0.588746964931488,0.773421049118042],[0.242220357060432,-0.233360767364502,0.523421049118042],[-0.410032033920288,-0.609439015388489,0.648421049118042],[0.446704030036926,0.32535108923912,0.898421049118042],[0.767306089401245,-0.0527504906058311,0.460921049118042],[-0.584572732448578,-0.168366193771362,0.710921049118042],[0.0736646875739098,-0.693048119544983,0.835921049118042],[0.115690067410469,0.466338217258453,0.585921049118042],[0.66781085729599,0.326683819293976,0.695296049118042],[-0.39383938908577,-0.408791571855545,0.445296049118042],[0.392239689826965,-0.538541436195374,0.570296049118042],[-0.109479777514935,0.380117237567902,0.820296049118042],[0.28667226433754,0.645915389060974,0.507796049118042],[-0.0343584753572941,-0.499776721000671,0.757796049118042],[-0.77301698923111,-0.0821646451950073,0.882796049118042],[0.60249125957489,-0.149467170238495,0.632796049118042],[0.569987952709198,-0.383489280939102,0.789046049118042],[-0.443892538547516,0.110121704638004,0.539046049118042],[-0.308594971895218,-0.695310473442078,0.414046049118042],[0.413093537092209,0.42877671122551,0.664046049118042],[0.0544204562902451,0.791597306728363,0.601546049118042],[0.17830616235733,-0.619084596633911,0.851546049118042],[-0.651657283306122,-0.318781703710556,0.726546049118042],[0.533654987812042,0.0567226521670818,0.476546049118042],[0.29733607172966,0.53789621591568,0.781233549118042],[-0.120068520307541,-0.763883590698242,0.531233549118042],[-0.490904897451401,-0.0091450521722436,0.406233549118042],[0.663872599601746,-0.227718576788902,0.656233549118042],[0.347414642572403,0.133827969431877,0.593733549118042],[-0.49825581908226,-0.434154778718948,0.843733549118042],[0.289110600948334,-0.479884326457977,0.718733549118042],[-0.141860410571098,0.725263476371765,0.468733549118042],[0.0820255801081657,0.52185195684433,0.687483549118042],[0.138372108340263,-0.707429468631744,0.437483549118042],[-0.595849692821503,-0.229527905583382,0.562483549118042],[0.789354801177979,0.014704866334796,0.812483549118042],[0.457946360111237,-0.36994868516922,0.499983549118042],[-0.715531826019287,0.245438501238823,0.749983549118042],[-0.214994534850121,-0.388936132192612,0.874983549118042],[0.514115631580353,0.447974234819412,0.624983549118042],[0.637792110443115,0.124751143157482,0.765608549118042],[-0.683029651641846,-0.411497294902802,0.515608549118042],[0.195826545357704,-0.508361637592316,0.640608549118042],[-0.0135971065610647,0.729890465736389,0.890608549118042],[0.294915974140167,0.365066021680832,0.453108549118042],[-0.224525466561317,-0.654563665390015,0.703108549118042],[-0.594634234905243,0.093465618789196,0.828108549118042],[0.669462084770203,-0.370062559843063,0.578108549118042],[0.504260063171387,-0.07926045358181,0.859358549118042],[-0.698217213153839,-0.136570200324059,0.609358549118042],[0.0116743687540293,-0.626678228378296,0.484358549118042],[0.253546506166458,0.739169239997864,0.734358549118042],[-0.206635624170303,0.536421835422516,0.546858549118042],[0.491273820400238,-0.56380820274353,0.796858549118042],[-0.260281264781952,-0.322192937135696,0.671858549118042],[0.575213253498077,0.346542358398438,0.421858549118042],[0.273662060499191,-0.627365291118622,0.894514799118042],[-0.0280620362609625,0.450140506029129,0.644514799118042],[0.737422347068787,0.177954956889153,0.519514799118042],[-0.493335574865341,-0.327364921569824,0.769514799118042],[-0.786499619483948,0.0886754840612411,0.582014799118042],[0.574348151683807,-0.28551834821701,0.832014799118042],[0.42946320772171,0.581812918186188,0.707014799118042],[-0.150638341903687,-0.510746777057648,0.457014799118042],[0.0461189523339272,-0.73978978395462,0.738264799118042],[0.15954153239727,0.5409334897995,0.488264799118042],[0.659388303756714,-0.0743440613150597,0.613264799118042],[-0.374000877141953,-0.0902539938688278,0.863264799118042],[-0.418248325586319,-0.566619634628296,0.425764799118042],[0.413316279649734,0.27426615357399,0.675764799118042],[-0.30999282002449,0.710652887821198,0.800764799118042],[0.425718933343887,-0.447561085224152,0.550764799118042],[-0.672849953174591,-0.0419458821415901,0.660139799118042],[0.405189335346222,-0.119505509734154,0.410139799118042],[0.333856910467148,0.671585917472839,0.535139799118042],[-0.0647995322942734,-0.574733912944794,0.785139799118042],[0.433192223310471,-0.652816236019135,0.472639799118042],[-0.147733479738235,0.612188458442688,0.722639799118042],[0.654276728630066,0.285401046276093,0.847639799118042],[-0.373181581497192,-0.354969322681427,0.597639799118042],[-0.703053951263428,-0.306678116321564,0.816389799118042],[0.603979647159576,0.037652462720871,0.566389799118042],[0.0778080448508263,0.690111815929413,0.441389799118042],[0.111423686146736,-0.461725354194641,0.691389799118042],[-0.325973391532898,-0.655727446079254,0.628889799118042],[0.397592931985855,0.378189325332642,0.878889799118042],[0.643134534358978,-0.47472757101059,0.753889799118042],[-0.625998675823212,0.184630453586578,0.503889799118042],[0.302867650985718,-0.379841029644012,0.808577299118042],[-0.222702547907829,0.663001120090485,0.558577299118042],[0.537042379379272,0.292406767606735,0.433577299118042],[-0.510330677032471,-0.578189671039581,0.683577299118042],[-0.550255417823792,-0.0828964933753014,0.621077299118042],[0.722157776355743,-0.146042332053185,0.871077299118042],[0.130531296133995,0.332516819238663,0.746077299118042],[-0.016456350684166,-0.657947957515717,0.496077299118042],[-0.2322658598423,-0.591676473617554,0.652327299118042]],"ignoreExtent":false,"flags":8192},"9":{"id":9,"type":"text","material":{"lit":false},"vertices":[[-0.0028025209903717,1.06734311580658,0.984553158283234]],"colors":[[0,0,0,1]],"texts":[["HSL"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0028025209903717,1.06734311580658,0.984553158283234]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"10":{"id":10,"type":"text","material":{"lit":false},"vertices":[[-0.0028025209903717,-1.06702041625977,0.315706938505173]],"colors":[[0,0,0,1]],"texts":[["x"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0028025209903717,-1.06702041625977,0.315706938505173]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"11":{"id":11,"type":"text","material":{"lit":false},"vertices":[[-1.06398069858551,0.000161349773406982,0.315706938505173]],"colors":[[0,0,0,1]],"texts":[["y"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-1.06398069858551,0.000161349773406982,0.315706938505173]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"12":{"id":12,"type":"text","material":{"lit":false},"vertices":[[-1.06398069858551,-1.06702041625977,0.650130033493042]],"colors":[[0,0,0,1]],"texts":[["L"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-1.06398069858551,-1.06702041625977,0.650130033493042]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"type":"light","vertices":[[0,0,1]],"colors":[[1,1,1,1],[1,1,1,1],[1,1,1,1]],"viewpoint":true,"finite":false},"4":{"id":4,"type":"background","material":{"fog":true},"colors":[[0.298039227724075,0.298039227724075,0.298039227724075,1]],"centers":[[0,0,0]],"sphere":false,"fogtype":"none","flags":0},"6":{"id":6,"type":"background","material":{"lit":false,"back":"lines"},"colors":[[1,1,1,1]],"centers":[[0,0,0]],"sphere":false,"fogtype":"none","flags":0},"8":{"id":8,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[-0.5,"NA","NA"],[0,"NA","NA"],[0.5,"NA","NA"],["NA",-0.5,"NA"],["NA",0,"NA"],["NA",0.5,"NA"],["NA","NA",0.5],["NA","NA",0.600000023841858],["NA","NA",0.699999988079071],["NA","NA",0.800000011920929]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[20,21,22,23,24,25,26]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,5.6348614692688],"modelMatrix":[[0.838781297206879,0,0,0.00235067727044225],[0,0.285266220569611,2.50107431411743,-1.62606954574585],[0,-0.783762514591217,0.910316646099091,-6.22655916213989],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370348930359,-20.313024520874],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[0.838781297206879,0.83406263589859,2.66158771514893],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[-0.795318007469177,0.789712965488434,-0.796837747097015,0.797160446643829,0.400374174118042,0.899885892868042],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,8,7,9,10,11,12,5,20,21,22,23,24,25,26],"subscenes":[],"flags":13480},"20":{"id":20,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.5,-0.82074773311615,0.392881512641907],[0.5,-0.82074773311615,0.392881512641907],[-0.5,-0.82074773311615,0.392881512641907],[-0.5,-0.861793160438538,0.380019068717957],[0,-0.82074773311615,0.392881512641907],[0,-0.861793160438538,0.380019068717957],[0.5,-0.82074773311615,0.392881512641907],[0.5,-0.861793160438538,0.380019068717957]],"colors":[[0,0,0,1]],"centers":[[0,-0.82074773311615,0.392881512641907],[-0.5,-0.841270446777344,0.386450290679932],[0,-0.841270446777344,0.386450290679932],[0.5,-0.841270446777344,0.386450290679932]],"ignoreExtent":true,"origId":8,"flags":128},"21":{"id":21,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.5,-0.943884074687958,0.354294210672379],[0,-0.943884074687958,0.354294210672379],[0.5,-0.943884074687958,0.354294210672379]],"colors":[[0,0,0,1]],"texts":[["-0.5"],["0"],["0.5"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.5,-0.943884074687958,0.354294210672379],[0,-0.943884074687958,0.354294210672379],[0.5,-0.943884074687958,0.354294210672379]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"22":{"id":22,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.5,0.392881512641907],[-0.819093465805054,0.5,0.392881512641907],[-0.819093465805054,-0.5,0.392881512641907],[-0.859908044338226,-0.5,0.380019068717957],[-0.819093465805054,0,0.392881512641907],[-0.859908044338226,0,0.380019068717957],[-0.819093465805054,0.5,0.392881512641907],[-0.859908044338226,0.5,0.380019068717957]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,0,0.392881512641907],[-0.839500784873962,-0.5,0.386450290679932],[-0.839500784873962,0,0.386450290679932],[-0.839500784873962,0.5,0.386450290679932]],"ignoreExtent":true,"origId":8,"flags":128},"23":{"id":23,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.941537141799927,-0.5,0.354294210672379],[-0.941537141799927,0,0.354294210672379],[-0.941537141799927,0.5,0.354294210672379]],"colors":[[0,0,0,1]],"texts":[["-0.5"],["0"],["0.5"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.941537141799927,-0.5,0.354294210672379],[-0.941537141799927,0,0.354294210672379],[-0.941537141799927,0.5,0.354294210672379]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"24":{"id":24,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.82074773311615,0.5],[-0.819093465805054,-0.82074773311615,0.800000011920929],[-0.819093465805054,-0.82074773311615,0.5],[-0.859908044338226,-0.861793160438538,0.5],[-0.819093465805054,-0.82074773311615,0.600000023841858],[-0.859908044338226,-0.861793160438538,0.600000023841858],[-0.819093465805054,-0.82074773311615,0.699999988079071],[-0.859908044338226,-0.861793160438538,0.699999988079071],[-0.819093465805054,-0.82074773311615,0.800000011920929],[-0.859908044338226,-0.861793160438538,0.800000011920929]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,-0.82074773311615,0.649999976158142],[-0.839500784873962,-0.841270446777344,0.5],[-0.839500784873962,-0.841270446777344,0.600000023841858],[-0.839500784873962,-0.841270446777344,0.699999988079071],[-0.839500784873962,-0.841270446777344,0.800000011920929]],"ignoreExtent":true,"origId":8,"flags":128},"25":{"id":25,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.941537141799927,-0.943884074687958,0.5],[-0.941537141799927,-0.943884074687958,0.600000023841858],[-0.941537141799927,-0.943884074687958,0.699999988079071],[-0.941537141799927,-0.943884074687958,0.800000011920929]],"colors":[[0,0,0,1]],"texts":[["0.5"],["0.6"],["0.7"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.941537141799927,-0.943884074687958,0.5],[-0.941537141799927,-0.943884074687958,0.600000023841858],[-0.941537141799927,-0.943884074687958,0.699999988079071],[-0.941537141799927,-0.943884074687958,0.800000011920929]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"26":{"id":26,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.82074773311615,0.392881512641907],[-0.819093465805054,0.821070432662964,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.392881512641907],[-0.819093465805054,0.821070432662964,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.392881512641907],[0.81348842382431,-0.82074773311615,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[0.81348842382431,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.392881512641907],[0.81348842382431,0.821070432662964,0.392881512641907],[-0.819093465805054,0.821070432662964,0.907378554344177],[0.81348842382431,0.821070432662964,0.907378554344177],[0.81348842382431,-0.82074773311615,0.392881512641907],[0.81348842382431,0.821070432662964,0.392881512641907],[0.81348842382431,-0.82074773311615,0.907378554344177],[0.81348842382431,0.821070432662964,0.907378554344177],[0.81348842382431,-0.82074773311615,0.392881512641907],[0.81348842382431,-0.82074773311615,0.907378554344177],[0.81348842382431,0.821070432662964,0.392881512641907],[0.81348842382431,0.821070432662964,0.907378554344177]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,0.000161349773406982,0.392881512641907],[-0.819093465805054,0.000161349773406982,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.650130033493042],[-0.819093465805054,0.821070432662964,0.650130033493042],[-0.0028025209903717,-0.82074773311615,0.392881512641907],[-0.0028025209903717,-0.82074773311615,0.907378554344177],[-0.0028025209903717,0.821070432662964,0.392881512641907],[-0.0028025209903717,0.821070432662964,0.907378554344177],[0.81348842382431,0.000161349773406982,0.392881512641907],[0.81348842382431,0.000161349773406982,0.907378554344177],[0.81348842382431,-0.82074773311615,0.650130033493042],[0.81348842382431,0.821070432662964,0.650130033493042]],"ignoreExtent":true,"origId":8,"flags":128}},"width":672,"height":480,"sphereVerts":{"vb":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0746578340503426,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143208,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143208,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503426,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186547,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186548,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.0746578340503427,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0,-0.0746578340503427,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143209,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143209,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503427,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186548,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.195090322016128,-0.38268343236509,-0.555570233019602,-0.707106781186548,-0.831469612302545,-0.923879532511287,-0.98078528040323,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186548,-0.555570233019602,-0.38268343236509,-0.195090322016128,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186547,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.0746578340503426,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143208,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143208,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503426,-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1],[0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186548,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.0746578340503426,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0,-0.0746578340503426,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143208,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143208,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503426,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186547,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.195090322016128,-0.38268343236509,-0.555570233019602,-0.707106781186548,-0.831469612302545,-0.923879532511287,-0.98078528040323,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186548,-0.555570233019602,-0.38268343236509,-0.195090322016128,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.58793780120968,-0.653281482438188,-0.693519922661074,-0.707106781186548,-0.693519922661074,-0.653281482438188,-0.58793780120968,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.0746578340503427,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143209,-0.353553390593274,-0.375330277517866,-0.38268343236509,-0.375330277517866,-0.353553390593274,-0.318189645143209,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503427,-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0746578340503427,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503427,0,0,0.137949689641472,0.270598050073098,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186547,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073098,0.137949689641472,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0]],"it":[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270],[17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288],[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271]],"primitivetype":"triangle","material":null,"normals":null,"texcoords":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1]]},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>The program then proceeds by projecting these colors into the sRGB space.</p> -<div id="rgl7991" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> -<script type="application/json" data-for="rgl7991">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"27":{"id":27,"type":"points","material":{"lit":false},"vertices":[[0.765607714653015,0.913829803466797,0.409379452466965],[0.872843503952026,0.700365781784058,0.707179427146912],[0.226793274283409,0.664352893829346,0.846415996551514],[0.584732115268707,0.595743775367737,0.863477170467377],[0.81013548374176,0.559565544128418,0.138073772192001],[0.368929386138916,0.849025845527649,0.349183440208435],[0.966675996780396,0.731533288955688,0.89758425951004],[0.752005517482758,0.367906093597412,0.767803192138672],[0.785928666591644,0.943387091159821,0.692322194576263],[0.876611769199371,0.617083847522736,0.509097516536713],[0.105148680508137,0.356967717409134,0.780560612678528],[0.80297714471817,0.957732141017914,0.951618671417236],[0.924294531345367,0.336414724588394,0.555598497390747],[0.772584080696106,0.751470625400543,0.238125175237656],[0.681970775127411,0.577386260032654,0.93332302570343],[0.438921242952347,0.66233903169632,0.853038012981415],[0.974415481090546,0.837491989135742,0.817543804645538],[0.778879463672638,0.870966076850891,0.670993208885193],[0.712123394012451,0.195715993642807,0.846243262290955],[0.768489718437195,0.746323883533478,0.920635402202606],[0.882631361484528,0.759278535842896,0.284327894449234],[0.74973726272583,0.16722197830677,0.481491535902023],[0.478982508182526,0.937976777553558,0.843345463275909],[0.315853625535965,0.619384706020355,0.663605630397797],[0.910938799381256,0.568520486354828,0.639117240905762],[0.92081093788147,0.939938366413116,0.789520919322968],[0.592310845851898,0.330979019403458,0.898480236530304],[0.874472916126251,0.479986369609833,0.824309110641479],[0.233674883842468,0.756595969200134,0.0978632792830467],[0.769464731216431,0.535066187381744,0.334994554519653],[0.663968563079834,0.720979452133179,0.940490663051605],[0.130564138293266,0.0968061089515686,0.867028176784515],[0.906790792942047,0.805537402629852,0.557043492794037],[0.961653769016266,0.752180516719818,0.882648348808289],[0.391412913799286,0.822421371936798,0.697642505168915],[0.439934879541397,0.725795269012451,0.898899376392365],[0.618338525295258,0.237932801246643,0.220495760440826],[0.630238175392151,0.893744170665741,0.195090129971504],[0.846757531166077,0.67009049654007,0.91874372959137],[0.896342098712921,0.379992187023163,0.873710989952087],[0.863945424556732,0.945702135562897,0.830632150173187],[0.948658645153046,0.717596411705017,0.577675580978394],[0.206758722662926,0.38417187333107,0.819575548171997],[0.694966197013855,0.944911122322083,0.956368088722229],[0.820904552936554,0.330429702997208,0.472424328327179],[0.727720737457275,0.754340052604675,0.146994203329086],[0.669674694538116,0.574515044689178,0.826819241046906],[0.219046458601952,0.302820712327957,0.901037812232971],[0.927305221557617,0.820321202278137,0.692779064178467],[0.517794251441956,0.90676087141037,0.463323414325714],[0.650567591190338,0.219516664743423,0.559833288192749],[0.879952192306519,0.788008213043213,0.957076072692871],[0.706309378147125,0.767215609550476,0.477868646383286],[0.866195559501648,0.128888696432114,0.219457775354385],[0.605280220508575,0.829913020133972,0.889804005622864],[0.111906662583351,0.695677638053894,0.623968541622162],[0.837965190410614,0.469619125127792,0.637647926807404],[0.953819394111633,0.910819530487061,0.603764891624451],[0.3538938164711,0.226727038621902,0.830857217311859],[0.878579497337341,0.501149535179138,0.931434690952301],[0.442108809947968,0.742175042629242,0.19040921330452],[0.870904266834259,0.429394245147705,0.311679989099503],[0.769841253757477,0.835028886795044,0.912743031978607],[0.322919547557831,0.631325602531433,0.262196153402328],[0.900297462940216,0.493224292993546,0.831571757793427],[0.719380259513855,0.753064393997192,0.924141526222229],[0.891888439655304,0.57314532995224,0.25163334608078],[0.910063028335571,0.608458757400513,0.658073961734772],[0.125899508595467,0.763177275657654,0.892622292041779],[0.635067343711853,0.447781354188919,0.820740401744843],[0.938776969909668,0.966568946838379,0.801952838897705],[0.816907525062561,0.72597062587738,0.264114230871201],[0.684409916400909,0.630320310592651,0.950701475143433],[0.508774638175964,0.82224714756012,0.770679533481598],[0.702915370464325,0.128106415271759,0.414267987012863],[0.933013498783112,0.800021827220917,0.773008286952972],[0.313314765691757,0.601758062839508,0.892706990242004],[0.68634158372879,0.167528927326202,0.788492858409882],[0.72707325220108,0.944830417633057,0.511191368103027],[0.787791907787323,0.449479877948761,0.674289703369141],[0.779099941253662,0.958171844482422,0.898868441581726],[0.593473017215729,0.592820823192596,0.894450962543488],[0.866917729377747,0.619677484035492,0.120354041457176],[0.84684020280838,0.929853916168213,0.682417869567871],[0.674422979354858,0.2058195322752,0.906452238559723],[0.2036152780056,0.50599217414856,0.658656477928162],[0.910891830921173,0.452373564243317,0.451379954814911],[0.790842890739441,0.437383711338043,0.258928865194321],[0.608587563037872,0.718733966350555,0.941184222698212],[0.936987280845642,0.862784504890442,0.936826825141907],[0.571798622608185,0.88114732503891,0.418624430894852],[0.852807521820068,0.85341739654541,0.571354329586029],[0.355661571025848,0.138004437088966,0.786767303943634],[0.333950787782669,0.839724957942963,0.840820968151093],[0.963087320327759,0.711684465408325,0.794941782951355],[0.573925733566284,0.867274343967438,0.166872456669807],[0.830054640769958,0.642190992832184,0.891955733299255],[0.806464016437531,0.90597140789032,0.977682769298553],[0.872540831565857,0.4510138630867,0.411605954170227],[0.929230570793152,0.47991618514061,0.741044700145721],[0.184110447764397,0.725036323070526,0.590974509716034],[0.340242981910706,0.290878713130951,0.868268072605133],[0.907385170459747,0.868815779685974,0.751761615276337],[0.861544847488403,0.913258612155914,0.30838817358017],[0.846806526184082,0.774481892585754,0.94716489315033],[0.549216091632843,0.890522480010986,0.922430694103241],[0.728904128074646,0.242742627859116,0.363231778144836],[0.932621657848358,0.776521146297455,0.664025127887726],[0.370234906673431,0.458508968353271,0.726411879062653],[0.737919688224792,0.10872708261013,0.684126496315002],[0.579878628253937,0.858610391616821,0.488036394119263],[0.858241438865662,0.2071553170681,0.260004639625549],[0.678437829017639,0.834377765655518,0.886958956718445],[0.702700018882751,0.394517421722412,0.920879364013672],[0.530554533004761,0.655554413795471,0.159842371940613],[0.749987065792084,0.958862125873566,0.731534659862518],[0.818707346916199,0.371689438819885,0.705986261367798],[0.16218413412571,0.212187796831131,0.778212666511536],[0.813320517539978,0.736121475696564,0.627076268196106],[0.783625483512878,0.268100440502167,0.0942712873220444],[0.492257088422775,0.65531587600708,0.885639667510986],[0.92551577091217,0.680758714675903,0.947138011455536],[0.525252759456635,0.79025000333786,0.337646752595901],[0.91957688331604,0.892282545566559,0.583319842815399],[0.395375818014145,0.287452340126038,0.715444445610046],[0.34557980298996,0.907316982746124,0.861720204353333],[0.948284804821014,0.80461198091507,0.864165008068085],[0.610293447971344,0.919947028160095,0.914165496826172],[0.691275596618652,0.338964939117432,0.462979823350906],[0.905572772026062,0.895660221576691,0.3746677339077],[0.867397606372833,0.828819632530212,0.951420903205872],[0.788982212543488,0.103210605680943,0.8020299077034],[0.648692786693573,0.884813070297241,0.520427465438843],[0.948341310024261,0.782871961593628,0.706899225711823],[0.371597290039062,0.516639292240143,0.783643245697021],[0.752300798892975,0.756280303001404,0.965439736843109],[0.838301479816437,0.676779866218567,0.379439055919647],[0.166983380913734,0.813049376010895,0.154691144824028],[0.850997269153595,0.616743266582489,0.777286350727081],[0.642962038516998,0.220037057995796,0.872703433036804],[0.836040496826172,0.903391778469086,0.689348697662354],[0.930410444736481,0.412330090999603,0.422003179788589],[0.153074666857719,0.52082085609436,0.689665853977203],[0.93212765455246,0.629362821578979,0.887319803237915],[0.393228858709335,0.749259531497955,0.312231004238129],[0.715580701828003,0.394175380468369,0.0959098488092422],[0.449224561452866,0.52577668428421,0.862265944480896],[0.269395500421524,0.821238338947296,0.917095005512238],[0.944842576980591,0.741647899150848,0.779307544231415],[0.862767815589905,0.923530459403992,0.512960076332092],[0.45876356959343,0.21433062851429,0.722159922122955],[0.52250862121582,0.453352391719818,0.920638144016266],[0.687225341796875,0.594471216201782,0.186765164136887],[0.855410516262054,0.268580049276352,0.572951972484589],[0.735154867172241,0.888835668563843,0.86035281419754],[0.1448725014925,0.512737631797791,0.8541179895401],[0.876634120941162,0.659988403320312,0.622356414794922],[0.878151655197144,0.972411036491394,0.77657949924469],[0.772171378135681,0.389837145805359,0.859153389930725],[0.537103414535522,0.832117080688477,0.852512121200562],[0.762711405754089,0.126904100179672,0.297727108001709],[0.806105196475983,0.841203331947327,0.298412203788757],[0.790978968143463,0.678496241569519,0.961119294166565],[0.792915403842926,0.221700087189674,0.755979359149933],[0.673004746437073,0.939522325992584,0.5750932097435],[0.932374060153961,0.872093796730042,0.832241415977478],[0.384066373109818,0.517456889152527,0.880549192428589],[0.660349786281586,0.814713299274445,0.916765749454498],[0.892859756946564,0.230075746774673,0.184255793690681],[0.453807026147842,0.610849618911743,0.216265887022018],[0.771803915500641,0.429591953754425,0.897523581981659],[0.493375092744827,0.477380573749542,0.724734961986542],[0.948420584201813,0.89610344171524,0.753694951534271],[0.876780927181244,0.57533460855484,0.756806612014771],[0.127046272158623,0.8250692486763,0.63753068447113],[0.919519126415253,0.800304651260376,0.933060884475708],[0.581725835800171,0.886986613273621,0.346378922462463],[0.795958638191223,0.328182518482208,0.187406867742538],[0.541205048561096,0.715756058692932,0.942160487174988],[0.302138209342957,0.806227326393127,0.754808008670807],[0.949489951133728,0.658875584602356,0.785390973091125],[0.80396580696106,0.778508961200714,0.554399728775024],[0.275920510292053,0.143959909677505,0.714405596256256],[0.791799247264862,0.627048194408417,0.918817341327667],[0.726018905639648,0.900878489017487,0.144987046718597],[0.835960566997528,0.459904968738556,0.498264282941818],[0.824034690856934,0.937641322612762,0.97183084487915],[0.251663237810135,0.294254064559937,0.669202268123627],[0.908903896808624,0.7360999584198,0.51196163892746],[0.757711112499237,0.933074116706848,0.737791419029236],[0.900250315666199,0.270615190267563,0.75459748506546],[0.92854231595993,0.606711328029633,0.531385660171509],[0.214028641581535,0.467733293771744,0.745899379253387],[0.789770185947418,0.345644414424896,0.864283621311188],[0.852660655975342,0.905046999454498,0.804881036281586],[0.708801090717316,0.625087678432465,0.126126915216446],[0.567879140377045,0.507018029689789,0.827910006046295],[0.632682621479034,0.95224541425705,0.90633350610733],[0.821341872215271,0.263586133718491,0.529638051986694],[0.963329970836639,0.809098064899445,0.831256747245789],[0.478709191083908,0.733973383903503,0.793718814849854],[0.528140604496002,0.143174678087234,0.879253327846527],[0.84764301776886,0.900463938713074,0.62196409702301],[0.334857672452927,0.908876717090607,0.238551333546638],[0.935445666313171,0.711982369422913,0.893063068389893],[0.482677727937698,0.544754028320312,0.914750277996063],[0.682582676410675,0.45946991443634,0.214845344424248],[0.947509765625,0.954231023788452,0.661947011947632],[0.482328832149506,0.294430524110794,0.821747481822968],[0.13515342772007,0.717322170734406,0.731024622917175],[0.828759908676147,0.537418127059937,0.627832472324371],[0.896159291267395,0.541406095027924,0.345018714666367],[0.800939559936523,0.84416925907135,0.940238475799561],[0.947644054889679,0.54353392124176,0.938351333141327],[0.374277263879776,0.815398931503296,0.175779119133949],[0.718590676784515,0.884146273136139,0.419531762599945],[0.462707430124283,0.241373792290688,0.562304258346558],[0.174684777855873,0.628027737140656,0.878993213176727],[0.903819620609283,0.655698359012604,0.649858415126801],[0.825658798217773,0.103019215166569,0.568161368370056],[0.536688089370728,0.891989946365356,0.781726360321045],[0.730887889862061,0.725659608840942,0.953018426895142],[0.795807242393494,0.667657494544983,0.382870763540268],[0.877341628074646,0.63338166475296,0.441961377859116],[0.0859287604689598,0.232901722192764,0.733374238014221],[0.781220078468323,0.288082957267761,0.728785276412964],[0.69979465007782,0.940069496631622,0.629233539104462],[0.638290584087372,0.683164060115814,0.261138945817947],[0.699255466461182,0.532418847084045,0.911884188652039],[0.756974935531616,0.918151319026947,0.937328040599823],[0.902211666107178,0.292091369628906,0.430591344833374],[0.906643271446228,0.725159764289856,0.826851785182953],[0.26083767414093,0.870965361595154,0.732463717460632],[0.227143511176109,0.169408336281776,0.712394714355469],[0.93015468120575,0.821531653404236,0.451648324728012],[0.653587400913239,0.83710902929306,0.419694006443024],[0.92752081155777,0.788438022136688,0.968365013599396],[0.660384893417358,0.764626324176788,0.846418142318726],[0.832091808319092,0.244609788060188,0.17471119761467],[0.960567891597748,0.952537953853607,0.827485144138336],[0.517610311508179,0.36558210849762,0.922470927238464],[0.272679507732391,0.765373528003693,0.735645473003387],[0.933557569980621,0.604495465755463,0.734037697315216],[0.756178379058838,0.502233028411865,0.406874626874924],[0.71822452545166,0.807431936264038,0.944828510284424],[0.855213105678558,0.537434697151184,0.8756183385849],[0.383846163749695,0.798297584056854,0.114755414426327],[0.611818671226501,0.881020367145538,0.594532608985901],[0.84427672624588,0.131276324391365,0.649630725383759],[0.360723733901978,0.391140311956406,0.864829301834106],[0.972300589084625,0.886067688465118,0.753252446651459],[0.681780099868774,0.16877293586731,0.199726611375809],[0.426628530025482,0.788164854049683,0.923924505710602],[0.820300579071045,0.706115663051605,0.894437313079834],[0.691758692264557,0.861905217170715,0.238647818565369],[0.717859208583832,0.885792374610901,0.966678142547607],[0.852175354957581,0.332362025976181,0.336652755737305],[0.584961414337158,0.803685367107391,0.130852043628693],[0.764443933963776,0.568368554115295,0.866168856620789],[0.849970757961273,0.209566622972488,0.641788840293884],[0.684067189693451,0.877076625823975,0.682460784912109],[0.915643811225891,0.737420380115509,0.39389356970787],[0.166992753744125,0.170918136835098,0.642544627189636],[0.572247922420502,0.692671775817871,0.924789488315582],[0.742325723171234,0.413224756717682,0.25471168756485],[0.531377494335175,0.914345920085907,0.332691460847855],[0.949826538562775,0.795929968357086,0.951107442378998],[0.323419630527496,0.114161863923073,0.757875561714172],[0.861481964588165,0.858585298061371,0.510555446147919],[0.935718715190887,0.686318635940552,0.771510660648346],[0.39989361166954,0.722143769264221,0.71948379278183],[0.853079795837402,0.468721657991409,0.934565722942352],[0.45630869269371,0.73422110080719,0.169066324830055],[0.87746262550354,0.371131628751755,0.275824785232544],[0.738456666469574,0.828099548816681,0.914830684661865],[0.188352763652802,0.839934647083282,0.725959241390228],[0.861066043376923,0.667221307754517,0.765743792057037],[0.971953153610229,0.942982912063599,0.806334257125854],[0.497757524251938,0.432189285755157,0.846098124980927],[0.792930722236633,0.646202027797699,0.944585382938385],[0.714121520519257,0.792369544506073,0.298417866230011],[0.755309283733368,0.0854781419038773,0.202645689249039],[0.456535279750824,0.81649649143219,0.88425213098526],[0.308266907930374,0.413088977336884,0.907520473003387],[0.943259716033936,0.856484413146973,0.772527635097504],[0.612882375717163,0.917481660842896,0.548305749893188],[0.708467602729797,0.257319778203964,0.637000262737274],[0.694738507270813,0.911673903465271,0.855649352073669],[0.881015121936798,0.225397273898125,0.613252758979797],[0.567056238651276,0.495338976383209,0.289356172084808],[0.499249041080475,0.467629253864288,0.888783156871796],[0.70460045337677,0.431847155094147,0.799565255641937],[0.882827997207642,0.959178507328033,0.772233903408051],[0.898135364055634,0.606916308403015,0.58327704668045],[0.113678999245167,0.559768319129944,0.867733418941498],[0.585297405719757,0.649426519870758,0.833614945411682],[0.769949316978455,0.402581512928009,0.148963093757629],[0.467814981937408,0.825704038143158,0.343208372592926],[0.958836913108826,0.710075438022614,0.940160155296326],[0.466648936271667,0.220020145177841,0.82389223575592],[0.924037873744965,0.950909078121185,0.593003273010254],[0.950318574905396,0.843593776226044,0.871155977249146],[0.394428461790085,0.861564874649048,0.899483919143677],[0.901107788085938,0.611554622650146,0.831109583377838],[0.199900597333908,0.881479799747467,0.131182596087456],[0.799076735973358,0.656519532203674,0.463585674762726],[0.799919784069061,0.814832329750061,0.962742626667023],[0.206333324313164,0.566500902175903,0.681329071521759],[0.915677845478058,0.471984565258026,0.512621402740479],[0.879017412662506,0.935356259346008,0.702306091785431],[0.620154798030853,0.227033734321594,0.91062867641449],[0.819753468036652,0.791364431381226,0.908797979354858],[0.866123616695404,0.817391157150269,0.33403879404068],[0.744106590747833,0.206055790185928,0.434684902429581],[0.52092456817627,0.929237842559814,0.891841351985931],[0.251061528921127,0.49455800652504,0.824100852012634],[0.952546417713165,0.70237523317337,0.622615993022919],[0.637292444705963,0.830995559692383,0.494166821241379],[0.650430977344513,0.121392883360386,0.703769505023956],[0.963182747364044,0.87586522102356,0.77604216337204],[0.420936584472656,0.473885416984558,0.818288326263428],[0.883744299411774,0.105480626225471,0.72803008556366],[0.625747621059418,0.906665921211243,0.582558989524841],[0.757290482521057,0.890830397605896,0.223394528031349],[0.81464022397995,0.694462478160858,0.919762372970581],[0.466465890407562,0.811466336250305,0.897759020328522],[0.619987905025482,0.244236975908279,0.294307440519333],[0.934192717075348,0.492532163858414,0.698605537414551],[0.180568188428879,0.746156692504883,0.67078959941864],[0.415893852710724,0.300839096307755,0.875885784626007],[0.916566729545593,0.895724594593048,0.760158121585846],[0.38325959444046,0.664281070232391,0.13744381070137],[0.740599989891052,0.528519451618195,0.773205459117889],[0.610911190509796,0.764839649200439,0.940813720226288],[0.789024293422699,0.36800691485405,0.262700617313385],[0.902671635150909,0.760998427867889,0.430303275585175],[0.220616176724434,0.206589862704277,0.626385033130646],[0.184467449784279,0.898507475852966,0.684351861476898],[0.921318173408508,0.661656737327576,0.826088488101959],[0.83574116230011,0.146073684096336,0.122233763337135],[0.57453328371048,0.77015084028244,0.883441567420959],[0.893011868000031,0.756464898586273,0.951509952545166],[0.646389067173004,0.763087630271912,0.444887280464172],[0.766366899013519,0.963608205318451,0.681866705417633],[0.848757207393646,0.296717703342438,0.830312252044678],[0.122284673154354,0.317504942417145,0.773190200328827],[0.860725343227386,0.654299736022949,0.534749567508698],[0.886398494243622,0.384076416492462,0.534733355045319],[0.83231121301651,0.934626936912537,0.938163697719574],[0.711544096469879,0.57752925157547,0.942945659160614],[0.783294677734375,0.802848279476166,0.217626631259918],[0.894991636276245,0.781154870986938,0.766108274459839],[0.302640199661255,0.608297049999237,0.858459711074829],[0.600817441940308,0.199266955256462,0.711832940578461],[0.727316439151764,0.923559367656708,0.487540543079376],[0.863124132156372,0.767793416976929,0.422975778579712],[0.829553782939911,0.810211777687073,0.975888133049011],[0.653429627418518,0.882670283317566,0.833019554615021],[0.857033491134644,0.179066389799118,0.551894783973694],[0.866728186607361,0.481871724128723,0.565226912498474],[0.102769121527672,0.670756161212921,0.745830774307251],[0.529114842414856,0.347129642963409,0.751470267772675],[0.904448568820953,0.936478614807129,0.662121295928955],[0.340303778648376,0.745250582695007,0.228349313139915],[0.926904857158661,0.546695053577423,0.882517039775848],[0.773306608200073,0.811639785766602,0.950293242931366],[0.918764114379883,0.581152021884918,0.304835766553879],[0.778288722038269,0.853024065494537,0.589325845241547],[0.547476530075073,0.144389286637306,0.797960638999939],[0.352284938097,0.701822102069855,0.840064942836761],[0.964042782783508,0.728307127952576,0.740075290203094],[0.674975037574768,0.470853686332703,0.142374888062477],[0.38608130812645,0.41329762339592,0.931268572807312],[0.902060091495514,0.66528981924057,0.834956467151642],[0.226643621921539,0.874760985374451,0.192588895559311],[0.860909461975098,0.948157727718353,0.806692183017731],[0.878681361675262,0.348300099372864,0.90654981136322],[0.293733537197113,0.453697323799133,0.711116373538971],[0.919086575508118,0.680231213569641,0.585763335227966],[0.788262784481049,0.341587126255035,0.512777507305145],[0.682979583740234,0.94687032699585,0.933696627616882],[0.605486750602722,0.494996458292007,0.884853422641754],[0.784259259700775,0.749880194664001,0.0955906212329865],[0.494032353162766,0.356529265642166,0.808476865291595],[0.954445064067841,0.947351038455963,0.710561037063599],[0.896873593330383,0.518132567405701,0.655396282672882],[0.093473769724369,0.821532368659973,0.800354838371277],[0.832100331783295,0.87769490480423,0.957905828952789],[0.915898978710175,0.538944959640503,0.374107182025909],[0.458696246147156,0.742808997631073,0.297197163105011],[0.919428586959839,0.611347734928131,0.928658425807953],[0.692303836345673,0.160202279686928,0.530414283275604],[0.438522517681122,0.928667962551117,0.423838168382645],[0.901888787746429,0.82894378900528,0.700617372989655],[0.232927158474922,0.251445889472961,0.869579017162323],[0.632570326328278,0.780324518680573,0.844935834407806],[0.815841257572174,0.16166490316391,0.180693387985229],[0.700207710266113,0.834577441215515,0.392928719520569],[0.891716599464417,0.762125909328461,0.965380251407623],[0.242969065904617,0.333078324794769,0.703287065029144],[0.916858196258545,0.711857736110687,0.529397964477539],[0.791582703590393,0.941055238246918,0.755200922489166],[0.908153474330902,0.288102656602859,0.822847545146942],[0.649632334709167,0.471618235111237,0.849637925624847],[0.630005896091461,0.713284075260162,0.107972055673599],[0.702483713626862,0.368772447109222,0.43409788608551],[0.644465386867523,0.887948751449585,0.926790773868561],[0.393664062023163,0.865092098712921,0.772808015346527],[0.974397122859955,0.784358978271484,0.884905874729156],[0.883202910423279,0.832766890525818,0.62555319070816],[0.246150970458984,0.148125156760216,0.860630989074707],[0.865723609924316,0.736604928970337,0.897151231765747],[0.584003567695618,0.861254572868347,0.272501558065414],[0.700700521469116,0.254272669553757,0.183055594563484],[0.459375351667404,0.705404043197632,0.924380779266357],[0.564175248146057,0.366318255662918,0.876812875270844],[0.920049428939819,0.92594963312149,0.817181527614594],[0.936708092689514,0.55642306804657,0.662555932998657],[0.209146708250046,0.752802014350891,0.783984422683716],[0.659426093101501,0.742951154708862,0.958705067634583],[0.836912333965302,0.496593922376633,0.28121879696846],[0.297112971544266,0.744036078453064,0.124095067381859],[0.846964001655579,0.521167159080505,0.829290926456451],[0.623061537742615,0.108282573521137,0.822348594665527],[0.754076361656189,0.887706756591797,0.542924404144287],[0.951263308525085,0.741404712200165,0.729367852210999],[0.395438611507416,0.634132087230682,0.785192549228668],[0.398480623960495,0.907150506973267,0.76518702507019],[0.624051034450531,0.181580096483231,0.452558606863022],[0.905379831790924,0.694632768630981,0.15025132894516],[0.648468911647797,0.632728219032288,0.922902941703796],[0.131904199719429,0.387353867292404,0.704976975917816],[0.818245947360992,0.5848228931427,0.518635213375092],[0.776434659957886,0.950189590454102,0.636691570281982],[0.753125548362732,0.272934406995773,0.813946723937988],[0.612036526203156,0.51791787147522,0.943963289260864],[0.789588689804077,0.720191597938538,0.172292456030846],[0.891018033027649,0.320863127708435,0.575012147426605],[0.779153645038605,0.932727515697479,0.915462553501129],[0.259322553873062,0.750721216201782,0.890058577060699],[0.92364090681076,0.725740253925323,0.74798846244812],[0.810977339744568,0.899066507816315,0.500314652919769],[0.468530625104904,0.276035636663437,0.623345494270325],[0.966672360897064,0.80770879983902,0.931555390357971],[0.497513085603714,0.817382872104645,0.456998288631439],[0.890524864196777,0.553236544132233,0.133856296539307],[0.615205466747284,0.648253917694092,0.9091756939888],[0.547882437705994,0.84440666437149,0.265911966562271],[0.912679433822632,0.649744033813477,0.960574626922607],[0.505758821964264,0.675771772861481,0.85455983877182],[0.744305074214935,0.228632092475891,0.116013593971729],[0.929862856864929,0.80545574426651,0.866094410419464],[0.352960228919983,0.882358431816101,0.800784707069397],[0.302292943000793,0.195911422371864,0.789407253265381],[0.939575791358948,0.878890991210938,0.545742869377136],[0.612673401832581,0.697203516960144,0.225615113973618],[0.716576814651489,0.506006360054016,0.916812241077423],[0.733811736106873,0.902226567268372,0.939006924629211],[0.909712731838226,0.263105928897858,0.362740099430084],[0.903976738452911,0.777181565761566,0.643841922283173],[0.16775107383728,0.277510285377502,0.880067586898804],[0.7947016954422,0.503116965293884,0.742436408996582],[0.851921081542969,0.966828644275665,0.830990016460419],[0.810686588287354,0.205882027745247,0.39987576007843],[0.571312367916107,0.940552473068237,0.945256292819977],[0.865601003170013,0.825903594493866,0.940665006637573],[0.884294390678406,0.890772223472595,0.375796407461166],[0.654999792575836,0.809551417827606,0.582017242908478],[0.740540564060211,0.151028081774712,0.73312509059906],[0.330117434263229,0.484507352113724,0.811451196670532],[0.953275799751282,0.779953718185425,0.688292860984802],[0.812475860118866,0.39688703417778,0.391592770814896],[0.745332539081573,0.884917199611664,0.958736062049866],[0.78955340385437,0.552639305591583,0.901429355144501],[0.593134343624115,0.853767931461334,0.100300706923008],[0.913526058197021,0.83398425579071,0.665542602539062],[0.199855282902718,0.191089123487473,0.887979507446289],[0.229964643716812,0.599103987216949,0.480700939893723],[0.893397569656372,0.435671091079712,0.735064327716827],[0.43573921918869,0.896002650260925,0.292440980672836],[0.93271940946579,0.755724251270294,0.915743410587311],[0.532061994075775,0.620933353900909,0.906381666660309],[0.655426859855652,0.442872196435928,0.28301677107811],[0.936038732528687,0.627404868602753,0.700681090354919],[0.296850860118866,0.721538782119751,0.766592800617218],[0.361965745687485,0.0904439315199852,0.722999691963196],[0.829042613506317,0.869943857192993,0.443499773740768],[0.843798398971558,0.680772483348846,0.157145261764526],[0.658085763454437,0.63615745306015,0.864786207675934],[0.780708372592926,0.970235288143158,0.925237596035004],[0.848618865013123,0.402324795722961,0.657049059867859],[0.935632646083832,0.487818419933319,0.44031098484993],[0.15565299987793,0.477922409772873,0.720290660858154],[0.729535043239594,0.245803996920586,0.880139648914337],[0.827188789844513,0.91343891620636,0.712504744529724],[0.79489529132843,0.112298369407654,0.388127386569977],[0.531002938747406,0.876190721988678,0.851767182350159],[0.773489594459534,0.71254301071167,0.944650650024414],[0.76026839017868,0.734560251235962,0.396925270557404],[0.73395037651062,0.933679401874542,0.598514199256897],[0.73215651512146,0.264423072338104,0.76777058839798],[0.359093457460403,0.587001621723175,0.923100233078003],[0.960040867328644,0.858359277248383,0.822152733802795],[0.84417861700058,0.60428649187088,0.250515013933182],[0.728533625602722,0.738271296024323,0.866160035133362],[0.913111686706543,0.431581974029541,0.786672115325928],[0.221799314022064,0.65595144033432,0.188742220401764],[0.911049365997314,0.967677474021912,0.752016127109528],[0.65540486574173,0.372348308563232,0.847345352172852],[0.146782770752907,0.64537388086319,0.822910845279694],[0.862425088882446,0.607268512248993,0.625321984291077],[0.840428173542023,0.927044808864594,0.59050041437149],[0.551708996295929,0.272088438272476,0.745456755161285],[0.351910322904587,0.770548760890961,0.915634870529175],[0.954569816589355,0.812975406646729,0.823731303215027],[0.774326205253601,0.505784153938293,0.118219032883644],[0.528131365776062,0.553676247596741,0.864413857460022],[0.938536167144775,0.704009056091309,0.878175795078278],[0.446729272603989,0.718126833438873,0.424418389797211],[0.831494629383087,0.968438029289246,0.736607134342194],[0.816050231456757,0.350743323564529,0.854301869869232],[0.135256171226501,0.415432751178741,0.819789052009583],[0.869386613368988,0.658681869506836,0.585658609867096],[0.851613402366638,0.228431791067123,0.483497560024261],[0.699304223060608,0.880741000175476,0.866958558559418],[0.542671263217926,0.412886261940002,0.917158961296082],[0.656867265701294,0.620124876499176,0.17317795753479],[0.946752190589905,0.690140545368195,0.664543032646179],[0.316723585128784,0.591946244239807,0.7945716381073],[0.606646418571472,0.0887305215001106,0.772564709186554],[0.711939573287964,0.886616826057434,0.47467839717865],[0.908830761909485,0.767774224281311,0.327464461326599],[0.803795516490936,0.789534449577332,0.946760714054108],[0.566531598567963,0.919763624668121,0.834059178829193],[0.71944922208786,0.266846001148224,0.527528584003448],[0.936007440090179,0.487787783145905,0.59653902053833],[0.174821421504021,0.696895897388458,0.748973786830902],[0.542508602142334,0.294721215963364,0.879073977470398],[0.903944194316864,0.918802320957184,0.754992842674255],[0.361130326986313,0.841580808162689,0.207214400172234],[0.864207744598389,0.684587419033051,0.847915470600128],[0.824551045894623,0.860871016979218,0.974244177341461],[0.848734319210052,0.619113266468048,0.450060904026031],[0.836087942123413,0.7500319480896,0.572082281112671],[0.148720502853394,0.144151702523232,0.764018535614014],[0.330933779478073,0.827236413955688,0.665460288524628],[0.958466112613678,0.699704110622406,0.870304882526398],[0.825608015060425,0.212117567658424,0.207562193274498],[0.582189619541168,0.825332045555115,0.950980603694916],[0.911559998989105,0.834198236465454,0.948971927165985],[0.723962128162384,0.900150954723358,0.383019268512726],[0.758345663547516,0.911286175251007,0.684383988380432],[0.882239460945129,0.213430747389793,0.877309918403625],[0.264017879962921,0.367554873228073,0.581652343273163],[0.889269709587097,0.603880763053894,0.456400483846664],[0.802153170108795,0.418517053127289,0.543568134307861],[0.762227594852448,0.956996381282806,0.958442628383636],[0.683446049690247,0.572465240955353,0.898204982280731],[0.855340719223022,0.860876679420471,0.109793528914452],[0.90935879945755,0.845663130283356,0.780061364173889],[0.322276890277863,0.409071952104568,0.867143332958221],[0.740137100219727,0.199283093214035,0.646008372306824],[0.576779246330261,0.929468274116516,0.509951949119568],[0.723585188388824,0.825763761997223,0.238656416535378],[0.784720540046692,0.611908793449402,0.952511429786682],[0.481836020946503,0.771540939807892,0.832584202289581],[0.697160482406616,0.117259711027145,0.209635615348816],[0.901067018508911,0.600853204727173,0.7487473487854],[0.118965037167072,0.882955193519592,0.761254549026489],[0.511171400547028,0.449883639812469,0.802036583423615],[0.96187299489975,0.934501826763153,0.790047168731689],[0.4349325299263,0.677758574485779,0.199161648750305],[0.843552768230438,0.460853904485703,0.916066288948059],[0.692101895809174,0.811671137809753,0.93481832742691],[0.911774635314941,0.336384981870651,0.215145543217659],[0.938044369220734,0.50918835401535,0.845538437366486],[0.2496128231287,0.766530513763428,0.180702209472656],[0.881539106369019,0.62636387348175,0.315693616867065],[0.773336589336395,0.791046798229218,0.923896133899689],[0.138037651777267,0.566386759281158,0.684195041656494],[0.792457699775696,0.529775023460388,0.56067419052124],[0.876325964927673,0.944770753383636,0.627461969852448],[0.561816275119781,0.274071455001831,0.798161268234253],[0.830430805683136,0.792922556400299,0.966810166835785],[0.827349603176117,0.780889928340912,0.432383120059967],[0.897001922130585,0.112730763852596,0.466407805681229],[0.597462058067322,0.912270665168762,0.875239968299866],[0.238944351673126,0.535156488418579,0.895788371562958],[0.925650835037231,0.755796670913696,0.709081888198853],[0.671696484088898,0.903122782707214,0.481609910726547],[0.595486640930176,0.242141410708427,0.642591297626495],[0.69940847158432,0.966574251651764,0.890620052814484],[0.855443894863129,0.310538828372955,0.647088170051575],[0.793628752231598,0.602787971496582,0.122353978455067],[0.563213706016541,0.547470688819885,0.868512034416199],[0.751798868179321,0.399071455001831,0.891911268234253],[0.907203614711761,0.945276081562042,0.845706641674042],[0.946651458740234,0.61160808801651,0.594331204891205],[0.229932531714439,0.588847875595093,0.811050176620483],[0.445803910493851,0.577113091945648,0.907678782939911],[0.647014081478119,0.374920278787613,0.206468641757965],[0.400134563446045,0.903164625167847,0.200318098068237],[0.926743686199188,0.676739037036896,0.914484143257141],[0.402856141328812,0.122048959136009,0.856433749198914],[0.87547242641449,0.890286028385162,0.588196635246277],[0.955852389335632,0.772630333900452,0.824719607830048],[0.45051646232605,0.761909008026123,0.777966260910034],[0.784991562366486,0.474868297576904,0.86298942565918],[0.440619587898254,0.735156774520874,0.102700941264629],[0.744252860546112,0.396638870239258,0.34360483288765],[0.653803884983063,0.803540289402008,0.934053778648376],[0.228665485978127,0.734192252159119,0.63260018825531],[0.924555957317352,0.538301706314087,0.744675874710083],[0.947791635990143,0.911070644855499,0.765066087245941],[0.378402054309845,0.296297460794449,0.916560232639313],[0.820845901966095,0.76200932264328,0.888348400592804],[0.780968189239502,0.855065762996674,0.295291930437088],[0.701115190982819,0.199242517352104,0.300100207328796],[0.479110062122345,0.862721621990204,0.921247661113739],[0.415840595960617,0.505003035068512,0.859517097473145],[0.974358439445496,0.881733298301697,0.800999283790588],[0.693539679050446,0.878281772136688,0.647075951099396],[0.853811204433441,0.171546518802643,0.76349937915802],[0.798847317695618,0.901477456092834,0.945260405540466],[0.904069006443024,0.340038746595383,0.359382748603821],[0.578480899333954,0.699646294116974,0.294461399316788],[0.791891157627106,0.57769113779068,0.916416585445404],[0.782834351062775,0.336273342370987,0.6492959856987],[0.683671414852142,0.944706678390503,0.674401044845581],[0.881561934947968,0.736710011959076,0.487545788288116],[0.095635861158371,0.118882946670055,0.773471832275391],[0.583674311637878,0.680823683738708,0.847933411598206],[0.787268161773682,0.336599200963974,0.144339561462402],[0.525859415531158,0.836116671562195,0.345491021871567],[0.953991830348969,0.719280362129211,0.962327361106873],[0.298300206661224,0.142052307724953,0.664555430412292],[0.92925089597702,0.910323083400726,0.377356827259064],[0.898410856723785,0.658196866512299,0.746506571769714],[0.184762611985207,0.871845126152039,0.848280906677246],[0.679262042045593,0.154689401388168,0.358466327190399],[0.406229615211487,0.927721858024597,0.89897233247757],[0.744553804397583,0.685071408748627,0.898880064487457],[0.868649899959564,0.832631230354309,0.215301558375359],[0.704103708267212,0.843213558197021,0.615737915039062],[0.766798436641693,0.156547352671623,0.8024041056633],[0.376061677932739,0.553522348403931,0.832889795303345],[0.963538765907288,0.806096255779266,0.745412707328796],[0.806990921497345,0.62537282705307,0.339460551738739],[0.693876981735229,0.708138823509216,0.952574491500854],[0.894972085952759,0.501479387283325,0.785500824451447],[0.129629135131836,0.806303560733795,0.09014792740345],[0.916360974311829,0.954787492752075,0.816663980484009],[0.698012411594391,0.356506645679474,0.91494482755661],[0.279015868902206,0.613510370254517,0.742435574531555],[0.926749765872955,0.594701707363129,0.613007307052612],[0.484673142433167,0.863496959209442,0.376704543828964],[0.972849190235138,0.767352283000946,0.949928641319275],[0.609635651111603,0.66972690820694,0.880565822124481],[0.852846622467041,0.455656111240387,0.137354835867882],[0.89406281709671,0.721138656139374,0.759492516517639],[0.255079686641693,0.79263699054718,0.860121786594391],[0.404400050640106,0.176832616329193,0.688368856906891],[0.869534432888031,0.923207759857178,0.441993713378906],[0.69335812330246,0.591550469398499,0.234343335032463],[0.557415246963501,0.512498676776886,0.915202736854553],[0.739433586597443,0.938267886638641,0.894167244434357],[0.907412230968475,0.270289242267609,0.623974919319153],[0.847655534744263,0.498836517333984,0.455045908689499],[0.104081369936466,0.434127271175385,0.698620080947876],[0.626972436904907,0.345509082078934,0.707192361354828],[0.792697250843048,0.924606502056122,0.628094971179962],[0.831213116645813,0.112113326787949,0.331531792879105],[0.555255532264709,0.878684222698212,0.888070940971375],[0.817411661148071,0.741033434867859,0.95229297876358],[0.772469341754913,0.782979071140289,0.410347402095795],[0.562567472457886,0.907009124755859,0.411317318677902],[0.630003333091736,0.188323140144348,0.617546200752258],[0.163847327232361,0.389835834503174,0.904479146003723],[0.923673987388611,0.745529174804688,0.644652485847473],[0.876555263996124,0.3932965695858,0.379271179437637],[0.828718602657318,0.891536474227905,0.927107870578766],[0.82466459274292,0.568813264369965,0.937013208866119],[0.58142763376236,0.786435127258301,0.219391345977783],[0.959188461303711,0.871448397636414,0.671638011932373],[0.309925734996796,0.294652700424194,0.83617377281189],[0.128393366932869,0.752433121204376,0.562020242214203],[0.846620976924896,0.534205496311188,0.733671128749847],[0.563639342784882,0.889485239982605,0.272591203451157],[0.898906111717224,0.737178146839142,0.924898326396942],[0.512766778469086,0.695136189460754,0.899309694766998],[0.616919696331024,0.357858896255493,0.295156747102737],[0.967932939529419,0.81914347410202,0.889341771602631],[0.470836788415909,0.816239655017853,0.768414258956909],[0.292101114988327,0.147487252950668,0.889589190483093],[0.909892439842224,0.870747864246368,0.62718403339386],[0.600727140903473,0.713090360164642,0.136486083269119],[0.682780683040619,0.533097863197327,0.816478550434113],[0.648873805999756,0.891885101795197,0.950702667236328],[0.812913715839386,0.286662757396698,0.359528869390488],[0.944040179252625,0.748950660228729,0.530536293983459],[0.177906900644302,0.263582438230515,0.796669542789459],[0.890635967254639,0.333940505981445,0.782152354717255],[0.810225248336792,0.934290409088135,0.790286064147949],[0.226184546947479,0.420557796955109,0.678079426288605],[0.912448525428772,0.591310858726501,0.491815447807312],[0.812154948711395,0.93430882692337,0.719955086708069],[0.842044353485107,0.248622849583626,0.905641078948975],[0.69434529542923,0.631241738796234,0.89802223443985],[0.875203549861908,0.805399715900421,0.154060423374176],[0.781249225139618,0.498014748096466,0.619842231273651],[0.816173791885376,0.963090181350708,0.948869287967682],[0.253638565540314,0.699872434139252,0.83812540769577],[0.957741618156433,0.634022355079651,0.665357112884521],[0.763770818710327,0.847166538238525,0.494597405195236],[0.463515281677246,0.115794457495213,0.72596949338913],[0.922929883003235,0.793834090232849,0.892393946647644],[0.391628414392471,0.877170979976654,0.33959299325943],[0.770785331726074,0.523544073104858,0.195978626608849],[0.530702948570251,0.569940030574799,0.936060965061188],[0.551885187625885,0.381633698940277,0.803880274295807],[0.939553439617157,0.955277144908905,0.730236828327179],[0.896127641201019,0.539386332035065,0.633374333381653],[0.100576102733612,0.783627510070801,0.834937870502472],[0.652587592601776,0.719859838485718,0.907926380634308],[0.883323669433594,0.4619060754776,0.177190259099007],[0.323147088289261,0.578823447227478,0.231690496206284],[0.888340711593628,0.422173261642456,0.855769276618958],[0.642428159713745,0.195838794112206,0.802175164222717],[0.786353290081024,0.941919326782227,0.556094646453857],[0.934372305870056,0.822077214717865,0.813641667366028],[0.362189292907715,0.674692809581757,0.885824680328369],[0.583412885665894,0.78960108757019,0.735278189182281],[0.72230076789856,0.150713190436363,0.491834402084351],[0.803406000137329,0.6759432554245,0.319608002901077],[0.692491233348846,0.673158168792725,0.949855804443359],[0.165845513343811,0.288684368133545,0.847793459892273],[0.870593547821045,0.753756046295166,0.643045425415039],[0.82402628660202,0.972157835960388,0.791481137275696],[0.853142082691193,0.410496860742569,0.785327076911926],[0.687760412693024,0.450717508792877,0.937921464443207],[0.64438134431839,0.732762634754181,0.155876323580742],[0.883478939533234,0.255160003900528,0.368338704109192],[0.721069872379303,0.887464642524719,0.917569100856781],[0.302086591720581,0.899052381515503,0.791521310806274],[0.936335921287537,0.764803051948547,0.852878749370575],[0.909679234027863,0.843352079391479,0.541459739208221],[0.339659839868546,0.279619097709656,0.671519875526428],[0.884447634220123,0.637417733669281,0.938721239566803],[0.544403851032257,0.773325085639954,0.302813857793808],[0.735651135444641,0.189329385757446,0.0904878005385399],[0.45213782787323,0.668748915195465,0.874001145362854],[0.447545051574707,0.259046733379364,0.84834223985672],[0.876099765300751,0.874150216579437,0.731289207935333],[0.915962755680084,0.441426217556,0.605993628501892],[0.188923642039299,0.668465316295624,0.662009418010712],[0.762796759605408,0.834512591362,0.969592154026031],[0.851785600185394,0.531320691108704,0.380603343248367],[0.385654598474503,0.835636854171753,0.146752089262009],[0.864520967006683,0.614455461502075,0.867933452129364],[0.807626128196716,0.112262807786465,0.58519983291626],[0.544023275375366,0.880456805229187,0.539432168006897],[0.947391211986542,0.869399070739746,0.722497761249542],[0.401198476552963,0.4061459004879,0.768690466880798],[0.608546555042267,0.831490159034729,0.936342418193817],[0.774205565452576,0.270683437585831,0.277462184429169],[0.747655391693115,0.925608217716217,0.369280725717545],[0.917486846446991,0.832033812999725,0.962855160236359],[0.76597136259079,0.347276985645294,0.365997940301895],[0.672567427158356,0.863297820091248,0.940680921077728],[0.728492319583893,0.489469140768051,0.87377917766571],[0.571395516395569,0.76224148273468,0.101006880402565],[0.791510760784149,0.954359769821167,0.783888518810272],[0.923211097717285,0.315037220716476,0.747679591178894],[0.223956063389778,0.248115956783295,0.764292299747467],[0.931208074092865,0.789755403995514,0.557040274143219],[0.63123619556427,0.302775233983994,0.169512122869492],[0.388537406921387,0.586510121822357,0.912210941314697],[0.860951125621796,0.681392908096313,0.869355440139771],[0.4474818110466,0.844725608825684,0.206022724509239],[0.860100448131561,0.846934676170349,0.565647900104523],[0.323423147201538,0.133014604449272,0.792733728885651],[0.328944683074951,0.846803665161133,0.823648750782013],[0.96473091840744,0.711017429828644,0.806932806968689],[0.494706481695175,0.659737408161163,0.297260910272598],[0.8322833776474,0.548705697059631,0.908292591571808],[0.771148979663849,0.860863387584686,0.935849368572235],[0.896956562995911,0.38161838054657,0.310041815042496],[0.871795356273651,0.460202991962433,0.684402585029602],[0.0938939601182938,0.738104403018951,0.601931571960449],[0.369721204042435,0.314468592405319,0.767529726028442],[0.937938332557678,0.8758185505867,0.644059956073761],[0.797794342041016,0.850391149520874,0.41910719871521],[0.876941859722137,0.797443807125092,0.972054481506348],[0.652177929878235,0.84108293056488,0.867320418357849],[0.844679892063141,0.17481841146946,0.316413313150406],[0.916526138782501,0.813818395137787,0.727972209453583],[0.263415724039078,0.393977761268616,0.881082594394684],[0.733474671840668,0.161023661494255,0.663662016391754],[0.559103190898895,0.936570167541504,0.45792818069458],[0.895582437515259,0.389540880918503,0.707358300685883],[0.838480234146118,0.946643054485321,0.914766132831573],[0.60060840845108,0.586633265018463,0.948490083217621],[0.81777012348175,0.640819609165192,0.217353224754333],[0.862463653087616,0.956586420536041,0.703536868095398],[0.678246140480042,0.340922564268112,0.819200813770294],[0.151274710893631,0.532859086990356,0.758848607540131],[0.823198795318604,0.596049606800079,0.58692455291748],[0.872664034366608,0.387369900941849,0.0999592915177345],[0.566057085990906,0.666409432888031,0.906566262245178],[0.962082207202911,0.760541141033173,0.954298555850983],[0.525340497493744,0.82070404291153,0.401919305324554],[0.880968987941742,0.898309528827667,0.449313819408417],[0.373839914798737,0.228679716587067,0.618943631649017],[0.205108225345612,0.865967035293579,0.892515122890472],[0.918929934501648,0.678693413734436,0.749494194984436],[0.190364062786102,0.700995206832886,0.115378119051456],[0.836527347564697,0.479845970869064,0.763305187225342],[0.612665176391602,0.656334340572357,0.953708171844482],[0.82922774553299,0.556053280830383,0.237145602703094],[0.931075394153595,0.510297894477844,0.564176797866821],[0.195999279618263,0.632594406604767,0.745374083518982],[0.616861999034882,0.321541637182236,0.869831681251526],[0.88515031337738,0.912639379501343,0.778733968734741],[0.899888753890991,0.813982129096985,0.22898456454277],[0.747726738452911,0.701258718967438,0.927614569664001],[0.472607493400574,0.90626585483551,0.850737631320953],[0.651754796504974,0.227118521928787,0.423036932945251],[0.957763135433197,0.829295456409454,0.796110153198242],[0.497135818004608,0.616910696029663,0.756737530231476],[0.774507582187653,0.135532602667809,0.868340730667114],[0.741311013698578,0.889501094818115,0.614372253417969],[0.249796405434608,0.298079699277878,0.808764398097992],[0.946950972080231,0.80620402097702,0.611609876155853],[0.52437824010849,0.811311006546021,0.497249811887741],[0.681504607200623,0.127056211233139,0.544581413269043],[0.855362176895142,0.757197976112366,0.926362812519073],[0.741418719291687,0.887454509735107,0.296106308698654],[0.766840517520905,0.166720315814018,0.218558311462402],[0.492335915565491,0.830370008945465,0.941224932670593],[0.26553612947464,0.605524718761444,0.576156735420227],[0.894623339176178,0.476437479257584,0.651955425739288],[0.917734920978546,0.899214386940002,0.703325927257538],[0.395426988601685,0.234298437833786,0.886762380599976],[0.877102196216583,0.592003643512726,0.904057204723358],[0.435945123434067,0.884675085544586,0.111385770142078],[0.81095415353775,0.527923703193665,0.435106664896011],[0.783457040786743,0.858647227287292,0.962603807449341],[0.288837105035782,0.245831370353699,0.781479477882385],[0.936992943286896,0.849268198013306,0.590317904949188],[0.924125134944916,0.853185713291168,0.894783139228821],[0.402321577072144,0.87498927116394,0.755382597446442],[0.558382987976074,0.725820600986481,0.84392786026001],[0.765033304691315,0.187678337097168,0.137277528643608],[0.620583236217499,0.833322286605835,0.318988531827927],[0.892104804515839,0.69262969493866,0.959681153297424],[0.774796009063721,0.440014839172363,0.747917354106903],[0.809833824634552,0.953722178936005,0.761088609695435],[0.887643456459045,0.705586671829224,0.577167391777039],[0.120082370936871,0.303451180458069,0.844728469848633],[0.665441691875458,0.903580546379089,0.924369156360626],[0.901917338371277,0.187893509864807,0.368574410676956],[0.602243006229401,0.637122571468353,0.202688246965408],[0.629131674766541,0.433890014886856,0.905920803546906],[0.314922362565994,0.617047369480133,0.915513455867767],[0.949495732784271,0.808519303798676,0.780940115451813],[0.741342008113861,0.924730718135834,0.55570513010025],[0.654759526252747,0.241129323840141,0.739306509494781],[0.713764071464539,0.670495450496674,0.93494039773941],[0.736028611660004,0.67380827665329,0.36940723657608],[0.747105538845062,0.108330294489861,0.42966365814209],[0.49303013086319,0.862405717372894,0.799717962741852],[0.172675400972366,0.756121158599854,0.870260417461395],[0.895508706569672,0.647427141666412,0.689529716968536],[0.951940655708313,0.978923499584198,0.814012348651886],[0.645071268081665,0.417209506034851,0.875726342201233],[0.931282579898834,0.486653238534927,0.858532071113586],[0.276963382959366,0.734492540359497,0.183443322777748],[0.871343433856964,0.582217216491699,0.296592384576797],[0.756530940532684,0.782815039157867,0.911404848098755],[0.557737588882446,0.0937700271606445,0.792915821075439],[0.759655237197876,0.888709247112274,0.49797660112381],[0.949076652526855,0.687609195709229,0.688405632972717],[0.341243892908096,0.645426094532013,0.795441925525665],[0.589663445949554,0.59067577123642,0.92202240228653],[0.723756790161133,0.577153325080872,0.287929028272629],[0.353685945272446,0.909698724746704,0.35198712348938],[0.950789511203766,0.810896337032318,0.904584586620331],[0.859441518783569,0.212768495082855,0.861417353153229],[0.753063976764679,0.89108020067215,0.683105647563934],[0.923034727573395,0.573522627353668,0.401151120662689],[0.159459128975868,0.32942071557045,0.664726734161377],[0.738608539104462,0.960577309131622,0.959901213645935],[0.823164820671082,0.376021027565002,0.52643096446991],[0.78759378194809,0.78568696975708,0.161592021584511],[0.690454244613647,0.624015092849731,0.825170755386353],[0.967079281806946,0.95398211479187,0.767262816429138],[0.513718664646149,0.394417583942413,0.839924514293671],[0.159090772271156,0.825251340866089,0.78158712387085],[0.85308301448822,0.631259024143219,0.719740033149719],[0.873601496219635,0.406551659107208,0.23574061691761],[0.703190684318542,0.784147500991821,0.906151413917542],[0.898300170898438,0.428057372570038,0.931284725666046],[0.374690294265747,0.701528191566467,0.157813861966133],[0.644385099411011,0.921924650669098,0.624917447566986],[0.683715999126434,0.36312609910965,0.597866058349609],[0.390173882246017,0.424028038978577,0.906668186187744],[0.954556405544281,0.909773945808411,0.842285633087158],[0.815423369407654,0.106418736279011,0.152891173958778],[0.535063982009888,0.792593538761139,0.886778116226196],[0.859048366546631,0.721565842628479,0.95027619600296],[0.678320467472076,0.784875333309174,0.38696676492691],[0.921823263168335,0.665600121021271,0.468768835067749],[0.192526295781136,0.309918999671936,0.69806581735611],[0.856582999229431,0.28400906920433,0.798684000968933],[0.782224535942078,0.8913813829422,0.749210715293884],[0.785278499126434,0.855623602867126,0.159968480467796],[0.74189019203186,0.636462450027466,0.879129648208618],[0.791685044765472,0.955480635166168,0.973907053470612],[0.860739529132843,0.404852539300919,0.510715305805206],[0.933968544006348,0.644123554229736,0.808044254779816],[0.328229576349258,0.749862492084503,0.651953995227814],[0.162775099277496,0.0990749448537827,0.72901713848114],[0.864071488380432,0.771174609661102,0.464020580053329],[0.642992079257965,0.917705595493317,0.285386472940445],[0.902769207954407,0.755904495716095,0.947187602519989],[0.528168618679047,0.752551734447479,0.924923479557037],[0.732289731502533,0.272524267435074,0.220802336931229],[0.910905599594116,0.915688812732697,0.646778285503387],[0.423302114009857,0.168754115700722,0.893712997436523],[0.206776902079582,0.598594605922699,0.605690181255341],[0.89750337600708,0.414963722229004,0.567227184772491],[0.744986295700073,0.54869669675827,0.442480772733688],[0.740461707115173,0.805635750293732,0.947005391120911],[0.876311540603638,0.561155557632446,0.870705783367157],[0.340944796800613,0.815130949020386,0.122336141765118],[0.736640453338623,0.852573215961456,0.522393882274628],[0.553819954395294,0.122130036354065,0.752837061882019],[0.283116400241852,0.645667552947998,0.841850697994232],[0.96052622795105,0.669707417488098,0.664440870285034],[0.794327795505524,0.205639317631721,0.587627112865448],[0.560857057571411,0.939110040664673,0.81975382566452],[0.821402311325073,0.819425880908966,0.930541217327118],[0.880709528923035,0.719322860240936,0.369257569313049],[0.917934417724609,0.669476866722107,0.613282680511475],[0.129350930452347,0.501867592334747,0.901866137981415],[0.778098523616791,0.444821119308472,0.836395978927612],[0.887767612934113,0.970466196537018,0.810750901699066],[0.665755331516266,0.602437913417816,0.240461736917496],[0.573451220989227,0.497659385204315,0.908557713031769],[0.724641084671021,0.931576013565063,0.900767683982849],[0.900828182697296,0.25538894534111,0.56662791967392],[0.931149125099182,0.787567913532257,0.808944225311279],[0.331437349319458,0.784752428531647,0.887279748916626],[0.495158612728119,0.180768936872482,0.787948131561279],[0.865363359451294,0.941942870616913,0.526774227619171],[0.363934487104416,0.807344615459442,0.286372482776642],[0.948771119117737,0.644945979118347,0.892729341983795],[0.535945117473602,0.576414525508881,0.807771980762482],[0.705152153968811,0.431936591863632,0.138564944267273],[0.951233148574829,0.822314977645874,0.96671462059021],[0.625450432300568,0.804843723773956,0.484185874462128],[0.884006381034851,0.319861352443695,0.155023232102394],[0.633051216602325,0.753288209438324,0.905978322029114],[0.251186698675156,0.912842869758606,0.841904938220978],[0.939760863780975,0.724268734455109,0.819202959537506],[0.918886840343475,0.873456120491028,0.495142757892609],[0.323712527751923,0.213655322790146,0.700374245643616],[0.761333525180817,0.54425984621048,0.932269692420959],[0.639099419116974,0.763631641864777,0.212897941470146],[0.869889199733734,0.35664039850235,0.411667197942734],[0.810657739639282,0.892080783843994,0.915871858596802],[0.125913470983505,0.190209209918976,0.725616097450256],[0.836597323417664,0.694889068603516,0.51493227481842],[0.679416060447693,0.955236077308655,0.646293520927429],[0.828255295753479,0.273274302482605,0.70276266336441],[0.431020945310593,0.862014591693878,0.889258623123169],[0.583401381969452,0.236878201365471,0.33178374171257],[0.842325031757355,0.883781254291534,0.18649834394455],[0.758493185043335,0.660869956016541,0.909409642219543],[0.842938721179962,0.102340891957283,0.798907220363617],[0.643646419048309,0.897310674190521,0.547968924045563],[0.956396818161011,0.824319541454315,0.738882780075073],[0.390407592058182,0.50392085313797,0.80487197637558],[0.675555109977722,0.846588313579559,0.957224488258362],[0.828789949417114,0.3351911008358,0.30398964881897],[0.507119357585907,0.747928082942963,0.134851530194283],[0.757680892944336,0.544806241989136,0.837973296642303],[0.389446526765823,0.357132434844971,0.900647163391113],[0.945346891880035,0.908944427967072,0.812432706356049],[0.950622260570526,0.557157337665558,0.796074211597443],[0.180099382996559,0.827680230140686,0.650321185588837],[0.901571691036224,0.71558290719986,0.875014841556549],[0.36749991774559,0.867310404777527,0.249844193458557],[0.698704123497009,0.420915156602859,0.168450459837914],[0.439553886651993,0.532549262046814,0.927600681781769],[0.410220235586166,0.771718919277191,0.831934332847595],[0.96606457233429,0.776090025901794,0.81228893995285],[0.810880064964294,0.836783468723297,0.655371129512787],[0.480484306812286,0.169582173228264,0.822572410106659],[0.494444966316223,0.431335270404816,0.873319327831268]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[0.765607714653015,0.913829803466797,0.409379452466965],[0.872843503952026,0.700365781784058,0.707179427146912],[0.226793274283409,0.664352893829346,0.846415996551514],[0.584732115268707,0.595743775367737,0.863477170467377],[0.81013548374176,0.559565544128418,0.138073772192001],[0.368929386138916,0.849025845527649,0.349183440208435],[0.966675996780396,0.731533288955688,0.89758425951004],[0.752005517482758,0.367906093597412,0.767803192138672],[0.785928666591644,0.943387091159821,0.692322194576263],[0.876611769199371,0.617083847522736,0.509097516536713],[0.105148680508137,0.356967717409134,0.780560612678528],[0.80297714471817,0.957732141017914,0.951618671417236],[0.924294531345367,0.336414724588394,0.555598497390747],[0.772584080696106,0.751470625400543,0.238125175237656],[0.681970775127411,0.577386260032654,0.93332302570343],[0.438921242952347,0.66233903169632,0.853038012981415],[0.974415481090546,0.837491989135742,0.817543804645538],[0.778879463672638,0.870966076850891,0.670993208885193],[0.712123394012451,0.195715993642807,0.846243262290955],[0.768489718437195,0.746323883533478,0.920635402202606],[0.882631361484528,0.759278535842896,0.284327894449234],[0.74973726272583,0.16722197830677,0.481491535902023],[0.478982508182526,0.937976777553558,0.843345463275909],[0.315853625535965,0.619384706020355,0.663605630397797],[0.910938799381256,0.568520486354828,0.639117240905762],[0.92081093788147,0.939938366413116,0.789520919322968],[0.592310845851898,0.330979019403458,0.898480236530304],[0.874472916126251,0.479986369609833,0.824309110641479],[0.233674883842468,0.756595969200134,0.0978632792830467],[0.769464731216431,0.535066187381744,0.334994554519653],[0.663968563079834,0.720979452133179,0.940490663051605],[0.130564138293266,0.0968061089515686,0.867028176784515],[0.906790792942047,0.805537402629852,0.557043492794037],[0.961653769016266,0.752180516719818,0.882648348808289],[0.391412913799286,0.822421371936798,0.697642505168915],[0.439934879541397,0.725795269012451,0.898899376392365],[0.618338525295258,0.237932801246643,0.220495760440826],[0.630238175392151,0.893744170665741,0.195090129971504],[0.846757531166077,0.67009049654007,0.91874372959137],[0.896342098712921,0.379992187023163,0.873710989952087],[0.863945424556732,0.945702135562897,0.830632150173187],[0.948658645153046,0.717596411705017,0.577675580978394],[0.206758722662926,0.38417187333107,0.819575548171997],[0.694966197013855,0.944911122322083,0.956368088722229],[0.820904552936554,0.330429702997208,0.472424328327179],[0.727720737457275,0.754340052604675,0.146994203329086],[0.669674694538116,0.574515044689178,0.826819241046906],[0.219046458601952,0.302820712327957,0.901037812232971],[0.927305221557617,0.820321202278137,0.692779064178467],[0.517794251441956,0.90676087141037,0.463323414325714],[0.650567591190338,0.219516664743423,0.559833288192749],[0.879952192306519,0.788008213043213,0.957076072692871],[0.706309378147125,0.767215609550476,0.477868646383286],[0.866195559501648,0.128888696432114,0.219457775354385],[0.605280220508575,0.829913020133972,0.889804005622864],[0.111906662583351,0.695677638053894,0.623968541622162],[0.837965190410614,0.469619125127792,0.637647926807404],[0.953819394111633,0.910819530487061,0.603764891624451],[0.3538938164711,0.226727038621902,0.830857217311859],[0.878579497337341,0.501149535179138,0.931434690952301],[0.442108809947968,0.742175042629242,0.19040921330452],[0.870904266834259,0.429394245147705,0.311679989099503],[0.769841253757477,0.835028886795044,0.912743031978607],[0.322919547557831,0.631325602531433,0.262196153402328],[0.900297462940216,0.493224292993546,0.831571757793427],[0.719380259513855,0.753064393997192,0.924141526222229],[0.891888439655304,0.57314532995224,0.25163334608078],[0.910063028335571,0.608458757400513,0.658073961734772],[0.125899508595467,0.763177275657654,0.892622292041779],[0.635067343711853,0.447781354188919,0.820740401744843],[0.938776969909668,0.966568946838379,0.801952838897705],[0.816907525062561,0.72597062587738,0.264114230871201],[0.684409916400909,0.630320310592651,0.950701475143433],[0.508774638175964,0.82224714756012,0.770679533481598],[0.702915370464325,0.128106415271759,0.414267987012863],[0.933013498783112,0.800021827220917,0.773008286952972],[0.313314765691757,0.601758062839508,0.892706990242004],[0.68634158372879,0.167528927326202,0.788492858409882],[0.72707325220108,0.944830417633057,0.511191368103027],[0.787791907787323,0.449479877948761,0.674289703369141],[0.779099941253662,0.958171844482422,0.898868441581726],[0.593473017215729,0.592820823192596,0.894450962543488],[0.866917729377747,0.619677484035492,0.120354041457176],[0.84684020280838,0.929853916168213,0.682417869567871],[0.674422979354858,0.2058195322752,0.906452238559723],[0.2036152780056,0.50599217414856,0.658656477928162],[0.910891830921173,0.452373564243317,0.451379954814911],[0.790842890739441,0.437383711338043,0.258928865194321],[0.608587563037872,0.718733966350555,0.941184222698212],[0.936987280845642,0.862784504890442,0.936826825141907],[0.571798622608185,0.88114732503891,0.418624430894852],[0.852807521820068,0.85341739654541,0.571354329586029],[0.355661571025848,0.138004437088966,0.786767303943634],[0.333950787782669,0.839724957942963,0.840820968151093],[0.963087320327759,0.711684465408325,0.794941782951355],[0.573925733566284,0.867274343967438,0.166872456669807],[0.830054640769958,0.642190992832184,0.891955733299255],[0.806464016437531,0.90597140789032,0.977682769298553],[0.872540831565857,0.4510138630867,0.411605954170227],[0.929230570793152,0.47991618514061,0.741044700145721],[0.184110447764397,0.725036323070526,0.590974509716034],[0.340242981910706,0.290878713130951,0.868268072605133],[0.907385170459747,0.868815779685974,0.751761615276337],[0.861544847488403,0.913258612155914,0.30838817358017],[0.846806526184082,0.774481892585754,0.94716489315033],[0.549216091632843,0.890522480010986,0.922430694103241],[0.728904128074646,0.242742627859116,0.363231778144836],[0.932621657848358,0.776521146297455,0.664025127887726],[0.370234906673431,0.458508968353271,0.726411879062653],[0.737919688224792,0.10872708261013,0.684126496315002],[0.579878628253937,0.858610391616821,0.488036394119263],[0.858241438865662,0.2071553170681,0.260004639625549],[0.678437829017639,0.834377765655518,0.886958956718445],[0.702700018882751,0.394517421722412,0.920879364013672],[0.530554533004761,0.655554413795471,0.159842371940613],[0.749987065792084,0.958862125873566,0.731534659862518],[0.818707346916199,0.371689438819885,0.705986261367798],[0.16218413412571,0.212187796831131,0.778212666511536],[0.813320517539978,0.736121475696564,0.627076268196106],[0.783625483512878,0.268100440502167,0.0942712873220444],[0.492257088422775,0.65531587600708,0.885639667510986],[0.92551577091217,0.680758714675903,0.947138011455536],[0.525252759456635,0.79025000333786,0.337646752595901],[0.91957688331604,0.892282545566559,0.583319842815399],[0.395375818014145,0.287452340126038,0.715444445610046],[0.34557980298996,0.907316982746124,0.861720204353333],[0.948284804821014,0.80461198091507,0.864165008068085],[0.610293447971344,0.919947028160095,0.914165496826172],[0.691275596618652,0.338964939117432,0.462979823350906],[0.905572772026062,0.895660221576691,0.3746677339077],[0.867397606372833,0.828819632530212,0.951420903205872],[0.788982212543488,0.103210605680943,0.8020299077034],[0.648692786693573,0.884813070297241,0.520427465438843],[0.948341310024261,0.782871961593628,0.706899225711823],[0.371597290039062,0.516639292240143,0.783643245697021],[0.752300798892975,0.756280303001404,0.965439736843109],[0.838301479816437,0.676779866218567,0.379439055919647],[0.166983380913734,0.813049376010895,0.154691144824028],[0.850997269153595,0.616743266582489,0.777286350727081],[0.642962038516998,0.220037057995796,0.872703433036804],[0.836040496826172,0.903391778469086,0.689348697662354],[0.930410444736481,0.412330090999603,0.422003179788589],[0.153074666857719,0.52082085609436,0.689665853977203],[0.93212765455246,0.629362821578979,0.887319803237915],[0.393228858709335,0.749259531497955,0.312231004238129],[0.715580701828003,0.394175380468369,0.0959098488092422],[0.449224561452866,0.52577668428421,0.862265944480896],[0.269395500421524,0.821238338947296,0.917095005512238],[0.944842576980591,0.741647899150848,0.779307544231415],[0.862767815589905,0.923530459403992,0.512960076332092],[0.45876356959343,0.21433062851429,0.722159922122955],[0.52250862121582,0.453352391719818,0.920638144016266],[0.687225341796875,0.594471216201782,0.186765164136887],[0.855410516262054,0.268580049276352,0.572951972484589],[0.735154867172241,0.888835668563843,0.86035281419754],[0.1448725014925,0.512737631797791,0.8541179895401],[0.876634120941162,0.659988403320312,0.622356414794922],[0.878151655197144,0.972411036491394,0.77657949924469],[0.772171378135681,0.389837145805359,0.859153389930725],[0.537103414535522,0.832117080688477,0.852512121200562],[0.762711405754089,0.126904100179672,0.297727108001709],[0.806105196475983,0.841203331947327,0.298412203788757],[0.790978968143463,0.678496241569519,0.961119294166565],[0.792915403842926,0.221700087189674,0.755979359149933],[0.673004746437073,0.939522325992584,0.5750932097435],[0.932374060153961,0.872093796730042,0.832241415977478],[0.384066373109818,0.517456889152527,0.880549192428589],[0.660349786281586,0.814713299274445,0.916765749454498],[0.892859756946564,0.230075746774673,0.184255793690681],[0.453807026147842,0.610849618911743,0.216265887022018],[0.771803915500641,0.429591953754425,0.897523581981659],[0.493375092744827,0.477380573749542,0.724734961986542],[0.948420584201813,0.89610344171524,0.753694951534271],[0.876780927181244,0.57533460855484,0.756806612014771],[0.127046272158623,0.8250692486763,0.63753068447113],[0.919519126415253,0.800304651260376,0.933060884475708],[0.581725835800171,0.886986613273621,0.346378922462463],[0.795958638191223,0.328182518482208,0.187406867742538],[0.541205048561096,0.715756058692932,0.942160487174988],[0.302138209342957,0.806227326393127,0.754808008670807],[0.949489951133728,0.658875584602356,0.785390973091125],[0.80396580696106,0.778508961200714,0.554399728775024],[0.275920510292053,0.143959909677505,0.714405596256256],[0.791799247264862,0.627048194408417,0.918817341327667],[0.726018905639648,0.900878489017487,0.144987046718597],[0.835960566997528,0.459904968738556,0.498264282941818],[0.824034690856934,0.937641322612762,0.97183084487915],[0.251663237810135,0.294254064559937,0.669202268123627],[0.908903896808624,0.7360999584198,0.51196163892746],[0.757711112499237,0.933074116706848,0.737791419029236],[0.900250315666199,0.270615190267563,0.75459748506546],[0.92854231595993,0.606711328029633,0.531385660171509],[0.214028641581535,0.467733293771744,0.745899379253387],[0.789770185947418,0.345644414424896,0.864283621311188],[0.852660655975342,0.905046999454498,0.804881036281586],[0.708801090717316,0.625087678432465,0.126126915216446],[0.567879140377045,0.507018029689789,0.827910006046295],[0.632682621479034,0.95224541425705,0.90633350610733],[0.821341872215271,0.263586133718491,0.529638051986694],[0.963329970836639,0.809098064899445,0.831256747245789],[0.478709191083908,0.733973383903503,0.793718814849854],[0.528140604496002,0.143174678087234,0.879253327846527],[0.84764301776886,0.900463938713074,0.62196409702301],[0.334857672452927,0.908876717090607,0.238551333546638],[0.935445666313171,0.711982369422913,0.893063068389893],[0.482677727937698,0.544754028320312,0.914750277996063],[0.682582676410675,0.45946991443634,0.214845344424248],[0.947509765625,0.954231023788452,0.661947011947632],[0.482328832149506,0.294430524110794,0.821747481822968],[0.13515342772007,0.717322170734406,0.731024622917175],[0.828759908676147,0.537418127059937,0.627832472324371],[0.896159291267395,0.541406095027924,0.345018714666367],[0.800939559936523,0.84416925907135,0.940238475799561],[0.947644054889679,0.54353392124176,0.938351333141327],[0.374277263879776,0.815398931503296,0.175779119133949],[0.718590676784515,0.884146273136139,0.419531762599945],[0.462707430124283,0.241373792290688,0.562304258346558],[0.174684777855873,0.628027737140656,0.878993213176727],[0.903819620609283,0.655698359012604,0.649858415126801],[0.825658798217773,0.103019215166569,0.568161368370056],[0.536688089370728,0.891989946365356,0.781726360321045],[0.730887889862061,0.725659608840942,0.953018426895142],[0.795807242393494,0.667657494544983,0.382870763540268],[0.877341628074646,0.63338166475296,0.441961377859116],[0.0859287604689598,0.232901722192764,0.733374238014221],[0.781220078468323,0.288082957267761,0.728785276412964],[0.69979465007782,0.940069496631622,0.629233539104462],[0.638290584087372,0.683164060115814,0.261138945817947],[0.699255466461182,0.532418847084045,0.911884188652039],[0.756974935531616,0.918151319026947,0.937328040599823],[0.902211666107178,0.292091369628906,0.430591344833374],[0.906643271446228,0.725159764289856,0.826851785182953],[0.26083767414093,0.870965361595154,0.732463717460632],[0.227143511176109,0.169408336281776,0.712394714355469],[0.93015468120575,0.821531653404236,0.451648324728012],[0.653587400913239,0.83710902929306,0.419694006443024],[0.92752081155777,0.788438022136688,0.968365013599396],[0.660384893417358,0.764626324176788,0.846418142318726],[0.832091808319092,0.244609788060188,0.17471119761467],[0.960567891597748,0.952537953853607,0.827485144138336],[0.517610311508179,0.36558210849762,0.922470927238464],[0.272679507732391,0.765373528003693,0.735645473003387],[0.933557569980621,0.604495465755463,0.734037697315216],[0.756178379058838,0.502233028411865,0.406874626874924],[0.71822452545166,0.807431936264038,0.944828510284424],[0.855213105678558,0.537434697151184,0.8756183385849],[0.383846163749695,0.798297584056854,0.114755414426327],[0.611818671226501,0.881020367145538,0.594532608985901],[0.84427672624588,0.131276324391365,0.649630725383759],[0.360723733901978,0.391140311956406,0.864829301834106],[0.972300589084625,0.886067688465118,0.753252446651459],[0.681780099868774,0.16877293586731,0.199726611375809],[0.426628530025482,0.788164854049683,0.923924505710602],[0.820300579071045,0.706115663051605,0.894437313079834],[0.691758692264557,0.861905217170715,0.238647818565369],[0.717859208583832,0.885792374610901,0.966678142547607],[0.852175354957581,0.332362025976181,0.336652755737305],[0.584961414337158,0.803685367107391,0.130852043628693],[0.764443933963776,0.568368554115295,0.866168856620789],[0.849970757961273,0.209566622972488,0.641788840293884],[0.684067189693451,0.877076625823975,0.682460784912109],[0.915643811225891,0.737420380115509,0.39389356970787],[0.166992753744125,0.170918136835098,0.642544627189636],[0.572247922420502,0.692671775817871,0.924789488315582],[0.742325723171234,0.413224756717682,0.25471168756485],[0.531377494335175,0.914345920085907,0.332691460847855],[0.949826538562775,0.795929968357086,0.951107442378998],[0.323419630527496,0.114161863923073,0.757875561714172],[0.861481964588165,0.858585298061371,0.510555446147919],[0.935718715190887,0.686318635940552,0.771510660648346],[0.39989361166954,0.722143769264221,0.71948379278183],[0.853079795837402,0.468721657991409,0.934565722942352],[0.45630869269371,0.73422110080719,0.169066324830055],[0.87746262550354,0.371131628751755,0.275824785232544],[0.738456666469574,0.828099548816681,0.914830684661865],[0.188352763652802,0.839934647083282,0.725959241390228],[0.861066043376923,0.667221307754517,0.765743792057037],[0.971953153610229,0.942982912063599,0.806334257125854],[0.497757524251938,0.432189285755157,0.846098124980927],[0.792930722236633,0.646202027797699,0.944585382938385],[0.714121520519257,0.792369544506073,0.298417866230011],[0.755309283733368,0.0854781419038773,0.202645689249039],[0.456535279750824,0.81649649143219,0.88425213098526],[0.308266907930374,0.413088977336884,0.907520473003387],[0.943259716033936,0.856484413146973,0.772527635097504],[0.612882375717163,0.917481660842896,0.548305749893188],[0.708467602729797,0.257319778203964,0.637000262737274],[0.694738507270813,0.911673903465271,0.855649352073669],[0.881015121936798,0.225397273898125,0.613252758979797],[0.567056238651276,0.495338976383209,0.289356172084808],[0.499249041080475,0.467629253864288,0.888783156871796],[0.70460045337677,0.431847155094147,0.799565255641937],[0.882827997207642,0.959178507328033,0.772233903408051],[0.898135364055634,0.606916308403015,0.58327704668045],[0.113678999245167,0.559768319129944,0.867733418941498],[0.585297405719757,0.649426519870758,0.833614945411682],[0.769949316978455,0.402581512928009,0.148963093757629],[0.467814981937408,0.825704038143158,0.343208372592926],[0.958836913108826,0.710075438022614,0.940160155296326],[0.466648936271667,0.220020145177841,0.82389223575592],[0.924037873744965,0.950909078121185,0.593003273010254],[0.950318574905396,0.843593776226044,0.871155977249146],[0.394428461790085,0.861564874649048,0.899483919143677],[0.901107788085938,0.611554622650146,0.831109583377838],[0.199900597333908,0.881479799747467,0.131182596087456],[0.799076735973358,0.656519532203674,0.463585674762726],[0.799919784069061,0.814832329750061,0.962742626667023],[0.206333324313164,0.566500902175903,0.681329071521759],[0.915677845478058,0.471984565258026,0.512621402740479],[0.879017412662506,0.935356259346008,0.702306091785431],[0.620154798030853,0.227033734321594,0.91062867641449],[0.819753468036652,0.791364431381226,0.908797979354858],[0.866123616695404,0.817391157150269,0.33403879404068],[0.744106590747833,0.206055790185928,0.434684902429581],[0.52092456817627,0.929237842559814,0.891841351985931],[0.251061528921127,0.49455800652504,0.824100852012634],[0.952546417713165,0.70237523317337,0.622615993022919],[0.637292444705963,0.830995559692383,0.494166821241379],[0.650430977344513,0.121392883360386,0.703769505023956],[0.963182747364044,0.87586522102356,0.77604216337204],[0.420936584472656,0.473885416984558,0.818288326263428],[0.883744299411774,0.105480626225471,0.72803008556366],[0.625747621059418,0.906665921211243,0.582558989524841],[0.757290482521057,0.890830397605896,0.223394528031349],[0.81464022397995,0.694462478160858,0.919762372970581],[0.466465890407562,0.811466336250305,0.897759020328522],[0.619987905025482,0.244236975908279,0.294307440519333],[0.934192717075348,0.492532163858414,0.698605537414551],[0.180568188428879,0.746156692504883,0.67078959941864],[0.415893852710724,0.300839096307755,0.875885784626007],[0.916566729545593,0.895724594593048,0.760158121585846],[0.38325959444046,0.664281070232391,0.13744381070137],[0.740599989891052,0.528519451618195,0.773205459117889],[0.610911190509796,0.764839649200439,0.940813720226288],[0.789024293422699,0.36800691485405,0.262700617313385],[0.902671635150909,0.760998427867889,0.430303275585175],[0.220616176724434,0.206589862704277,0.626385033130646],[0.184467449784279,0.898507475852966,0.684351861476898],[0.921318173408508,0.661656737327576,0.826088488101959],[0.83574116230011,0.146073684096336,0.122233763337135],[0.57453328371048,0.77015084028244,0.883441567420959],[0.893011868000031,0.756464898586273,0.951509952545166],[0.646389067173004,0.763087630271912,0.444887280464172],[0.766366899013519,0.963608205318451,0.681866705417633],[0.848757207393646,0.296717703342438,0.830312252044678],[0.122284673154354,0.317504942417145,0.773190200328827],[0.860725343227386,0.654299736022949,0.534749567508698],[0.886398494243622,0.384076416492462,0.534733355045319],[0.83231121301651,0.934626936912537,0.938163697719574],[0.711544096469879,0.57752925157547,0.942945659160614],[0.783294677734375,0.802848279476166,0.217626631259918],[0.894991636276245,0.781154870986938,0.766108274459839],[0.302640199661255,0.608297049999237,0.858459711074829],[0.600817441940308,0.199266955256462,0.711832940578461],[0.727316439151764,0.923559367656708,0.487540543079376],[0.863124132156372,0.767793416976929,0.422975778579712],[0.829553782939911,0.810211777687073,0.975888133049011],[0.653429627418518,0.882670283317566,0.833019554615021],[0.857033491134644,0.179066389799118,0.551894783973694],[0.866728186607361,0.481871724128723,0.565226912498474],[0.102769121527672,0.670756161212921,0.745830774307251],[0.529114842414856,0.347129642963409,0.751470267772675],[0.904448568820953,0.936478614807129,0.662121295928955],[0.340303778648376,0.745250582695007,0.228349313139915],[0.926904857158661,0.546695053577423,0.882517039775848],[0.773306608200073,0.811639785766602,0.950293242931366],[0.918764114379883,0.581152021884918,0.304835766553879],[0.778288722038269,0.853024065494537,0.589325845241547],[0.547476530075073,0.144389286637306,0.797960638999939],[0.352284938097,0.701822102069855,0.840064942836761],[0.964042782783508,0.728307127952576,0.740075290203094],[0.674975037574768,0.470853686332703,0.142374888062477],[0.38608130812645,0.41329762339592,0.931268572807312],[0.902060091495514,0.66528981924057,0.834956467151642],[0.226643621921539,0.874760985374451,0.192588895559311],[0.860909461975098,0.948157727718353,0.806692183017731],[0.878681361675262,0.348300099372864,0.90654981136322],[0.293733537197113,0.453697323799133,0.711116373538971],[0.919086575508118,0.680231213569641,0.585763335227966],[0.788262784481049,0.341587126255035,0.512777507305145],[0.682979583740234,0.94687032699585,0.933696627616882],[0.605486750602722,0.494996458292007,0.884853422641754],[0.784259259700775,0.749880194664001,0.0955906212329865],[0.494032353162766,0.356529265642166,0.808476865291595],[0.954445064067841,0.947351038455963,0.710561037063599],[0.896873593330383,0.518132567405701,0.655396282672882],[0.093473769724369,0.821532368659973,0.800354838371277],[0.832100331783295,0.87769490480423,0.957905828952789],[0.915898978710175,0.538944959640503,0.374107182025909],[0.458696246147156,0.742808997631073,0.297197163105011],[0.919428586959839,0.611347734928131,0.928658425807953],[0.692303836345673,0.160202279686928,0.530414283275604],[0.438522517681122,0.928667962551117,0.423838168382645],[0.901888787746429,0.82894378900528,0.700617372989655],[0.232927158474922,0.251445889472961,0.869579017162323],[0.632570326328278,0.780324518680573,0.844935834407806],[0.815841257572174,0.16166490316391,0.180693387985229],[0.700207710266113,0.834577441215515,0.392928719520569],[0.891716599464417,0.762125909328461,0.965380251407623],[0.242969065904617,0.333078324794769,0.703287065029144],[0.916858196258545,0.711857736110687,0.529397964477539],[0.791582703590393,0.941055238246918,0.755200922489166],[0.908153474330902,0.288102656602859,0.822847545146942],[0.649632334709167,0.471618235111237,0.849637925624847],[0.630005896091461,0.713284075260162,0.107972055673599],[0.702483713626862,0.368772447109222,0.43409788608551],[0.644465386867523,0.887948751449585,0.926790773868561],[0.393664062023163,0.865092098712921,0.772808015346527],[0.974397122859955,0.784358978271484,0.884905874729156],[0.883202910423279,0.832766890525818,0.62555319070816],[0.246150970458984,0.148125156760216,0.860630989074707],[0.865723609924316,0.736604928970337,0.897151231765747],[0.584003567695618,0.861254572868347,0.272501558065414],[0.700700521469116,0.254272669553757,0.183055594563484],[0.459375351667404,0.705404043197632,0.924380779266357],[0.564175248146057,0.366318255662918,0.876812875270844],[0.920049428939819,0.92594963312149,0.817181527614594],[0.936708092689514,0.55642306804657,0.662555932998657],[0.209146708250046,0.752802014350891,0.783984422683716],[0.659426093101501,0.742951154708862,0.958705067634583],[0.836912333965302,0.496593922376633,0.28121879696846],[0.297112971544266,0.744036078453064,0.124095067381859],[0.846964001655579,0.521167159080505,0.829290926456451],[0.623061537742615,0.108282573521137,0.822348594665527],[0.754076361656189,0.887706756591797,0.542924404144287],[0.951263308525085,0.741404712200165,0.729367852210999],[0.395438611507416,0.634132087230682,0.785192549228668],[0.398480623960495,0.907150506973267,0.76518702507019],[0.624051034450531,0.181580096483231,0.452558606863022],[0.905379831790924,0.694632768630981,0.15025132894516],[0.648468911647797,0.632728219032288,0.922902941703796],[0.131904199719429,0.387353867292404,0.704976975917816],[0.818245947360992,0.5848228931427,0.518635213375092],[0.776434659957886,0.950189590454102,0.636691570281982],[0.753125548362732,0.272934406995773,0.813946723937988],[0.612036526203156,0.51791787147522,0.943963289260864],[0.789588689804077,0.720191597938538,0.172292456030846],[0.891018033027649,0.320863127708435,0.575012147426605],[0.779153645038605,0.932727515697479,0.915462553501129],[0.259322553873062,0.750721216201782,0.890058577060699],[0.92364090681076,0.725740253925323,0.74798846244812],[0.810977339744568,0.899066507816315,0.500314652919769],[0.468530625104904,0.276035636663437,0.623345494270325],[0.966672360897064,0.80770879983902,0.931555390357971],[0.497513085603714,0.817382872104645,0.456998288631439],[0.890524864196777,0.553236544132233,0.133856296539307],[0.615205466747284,0.648253917694092,0.9091756939888],[0.547882437705994,0.84440666437149,0.265911966562271],[0.912679433822632,0.649744033813477,0.960574626922607],[0.505758821964264,0.675771772861481,0.85455983877182],[0.744305074214935,0.228632092475891,0.116013593971729],[0.929862856864929,0.80545574426651,0.866094410419464],[0.352960228919983,0.882358431816101,0.800784707069397],[0.302292943000793,0.195911422371864,0.789407253265381],[0.939575791358948,0.878890991210938,0.545742869377136],[0.612673401832581,0.697203516960144,0.225615113973618],[0.716576814651489,0.506006360054016,0.916812241077423],[0.733811736106873,0.902226567268372,0.939006924629211],[0.909712731838226,0.263105928897858,0.362740099430084],[0.903976738452911,0.777181565761566,0.643841922283173],[0.16775107383728,0.277510285377502,0.880067586898804],[0.7947016954422,0.503116965293884,0.742436408996582],[0.851921081542969,0.966828644275665,0.830990016460419],[0.810686588287354,0.205882027745247,0.39987576007843],[0.571312367916107,0.940552473068237,0.945256292819977],[0.865601003170013,0.825903594493866,0.940665006637573],[0.884294390678406,0.890772223472595,0.375796407461166],[0.654999792575836,0.809551417827606,0.582017242908478],[0.740540564060211,0.151028081774712,0.73312509059906],[0.330117434263229,0.484507352113724,0.811451196670532],[0.953275799751282,0.779953718185425,0.688292860984802],[0.812475860118866,0.39688703417778,0.391592770814896],[0.745332539081573,0.884917199611664,0.958736062049866],[0.78955340385437,0.552639305591583,0.901429355144501],[0.593134343624115,0.853767931461334,0.100300706923008],[0.913526058197021,0.83398425579071,0.665542602539062],[0.199855282902718,0.191089123487473,0.887979507446289],[0.229964643716812,0.599103987216949,0.480700939893723],[0.893397569656372,0.435671091079712,0.735064327716827],[0.43573921918869,0.896002650260925,0.292440980672836],[0.93271940946579,0.755724251270294,0.915743410587311],[0.532061994075775,0.620933353900909,0.906381666660309],[0.655426859855652,0.442872196435928,0.28301677107811],[0.936038732528687,0.627404868602753,0.700681090354919],[0.296850860118866,0.721538782119751,0.766592800617218],[0.361965745687485,0.0904439315199852,0.722999691963196],[0.829042613506317,0.869943857192993,0.443499773740768],[0.843798398971558,0.680772483348846,0.157145261764526],[0.658085763454437,0.63615745306015,0.864786207675934],[0.780708372592926,0.970235288143158,0.925237596035004],[0.848618865013123,0.402324795722961,0.657049059867859],[0.935632646083832,0.487818419933319,0.44031098484993],[0.15565299987793,0.477922409772873,0.720290660858154],[0.729535043239594,0.245803996920586,0.880139648914337],[0.827188789844513,0.91343891620636,0.712504744529724],[0.79489529132843,0.112298369407654,0.388127386569977],[0.531002938747406,0.876190721988678,0.851767182350159],[0.773489594459534,0.71254301071167,0.944650650024414],[0.76026839017868,0.734560251235962,0.396925270557404],[0.73395037651062,0.933679401874542,0.598514199256897],[0.73215651512146,0.264423072338104,0.76777058839798],[0.359093457460403,0.587001621723175,0.923100233078003],[0.960040867328644,0.858359277248383,0.822152733802795],[0.84417861700058,0.60428649187088,0.250515013933182],[0.728533625602722,0.738271296024323,0.866160035133362],[0.913111686706543,0.431581974029541,0.786672115325928],[0.221799314022064,0.65595144033432,0.188742220401764],[0.911049365997314,0.967677474021912,0.752016127109528],[0.65540486574173,0.372348308563232,0.847345352172852],[0.146782770752907,0.64537388086319,0.822910845279694],[0.862425088882446,0.607268512248993,0.625321984291077],[0.840428173542023,0.927044808864594,0.59050041437149],[0.551708996295929,0.272088438272476,0.745456755161285],[0.351910322904587,0.770548760890961,0.915634870529175],[0.954569816589355,0.812975406646729,0.823731303215027],[0.774326205253601,0.505784153938293,0.118219032883644],[0.528131365776062,0.553676247596741,0.864413857460022],[0.938536167144775,0.704009056091309,0.878175795078278],[0.446729272603989,0.718126833438873,0.424418389797211],[0.831494629383087,0.968438029289246,0.736607134342194],[0.816050231456757,0.350743323564529,0.854301869869232],[0.135256171226501,0.415432751178741,0.819789052009583],[0.869386613368988,0.658681869506836,0.585658609867096],[0.851613402366638,0.228431791067123,0.483497560024261],[0.699304223060608,0.880741000175476,0.866958558559418],[0.542671263217926,0.412886261940002,0.917158961296082],[0.656867265701294,0.620124876499176,0.17317795753479],[0.946752190589905,0.690140545368195,0.664543032646179],[0.316723585128784,0.591946244239807,0.7945716381073],[0.606646418571472,0.0887305215001106,0.772564709186554],[0.711939573287964,0.886616826057434,0.47467839717865],[0.908830761909485,0.767774224281311,0.327464461326599],[0.803795516490936,0.789534449577332,0.946760714054108],[0.566531598567963,0.919763624668121,0.834059178829193],[0.71944922208786,0.266846001148224,0.527528584003448],[0.936007440090179,0.487787783145905,0.59653902053833],[0.174821421504021,0.696895897388458,0.748973786830902],[0.542508602142334,0.294721215963364,0.879073977470398],[0.903944194316864,0.918802320957184,0.754992842674255],[0.361130326986313,0.841580808162689,0.207214400172234],[0.864207744598389,0.684587419033051,0.847915470600128],[0.824551045894623,0.860871016979218,0.974244177341461],[0.848734319210052,0.619113266468048,0.450060904026031],[0.836087942123413,0.7500319480896,0.572082281112671],[0.148720502853394,0.144151702523232,0.764018535614014],[0.330933779478073,0.827236413955688,0.665460288524628],[0.958466112613678,0.699704110622406,0.870304882526398],[0.825608015060425,0.212117567658424,0.207562193274498],[0.582189619541168,0.825332045555115,0.950980603694916],[0.911559998989105,0.834198236465454,0.948971927165985],[0.723962128162384,0.900150954723358,0.383019268512726],[0.758345663547516,0.911286175251007,0.684383988380432],[0.882239460945129,0.213430747389793,0.877309918403625],[0.264017879962921,0.367554873228073,0.581652343273163],[0.889269709587097,0.603880763053894,0.456400483846664],[0.802153170108795,0.418517053127289,0.543568134307861],[0.762227594852448,0.956996381282806,0.958442628383636],[0.683446049690247,0.572465240955353,0.898204982280731],[0.855340719223022,0.860876679420471,0.109793528914452],[0.90935879945755,0.845663130283356,0.780061364173889],[0.322276890277863,0.409071952104568,0.867143332958221],[0.740137100219727,0.199283093214035,0.646008372306824],[0.576779246330261,0.929468274116516,0.509951949119568],[0.723585188388824,0.825763761997223,0.238656416535378],[0.784720540046692,0.611908793449402,0.952511429786682],[0.481836020946503,0.771540939807892,0.832584202289581],[0.697160482406616,0.117259711027145,0.209635615348816],[0.901067018508911,0.600853204727173,0.7487473487854],[0.118965037167072,0.882955193519592,0.761254549026489],[0.511171400547028,0.449883639812469,0.802036583423615],[0.96187299489975,0.934501826763153,0.790047168731689],[0.4349325299263,0.677758574485779,0.199161648750305],[0.843552768230438,0.460853904485703,0.916066288948059],[0.692101895809174,0.811671137809753,0.93481832742691],[0.911774635314941,0.336384981870651,0.215145543217659],[0.938044369220734,0.50918835401535,0.845538437366486],[0.2496128231287,0.766530513763428,0.180702209472656],[0.881539106369019,0.62636387348175,0.315693616867065],[0.773336589336395,0.791046798229218,0.923896133899689],[0.138037651777267,0.566386759281158,0.684195041656494],[0.792457699775696,0.529775023460388,0.56067419052124],[0.876325964927673,0.944770753383636,0.627461969852448],[0.561816275119781,0.274071455001831,0.798161268234253],[0.830430805683136,0.792922556400299,0.966810166835785],[0.827349603176117,0.780889928340912,0.432383120059967],[0.897001922130585,0.112730763852596,0.466407805681229],[0.597462058067322,0.912270665168762,0.875239968299866],[0.238944351673126,0.535156488418579,0.895788371562958],[0.925650835037231,0.755796670913696,0.709081888198853],[0.671696484088898,0.903122782707214,0.481609910726547],[0.595486640930176,0.242141410708427,0.642591297626495],[0.69940847158432,0.966574251651764,0.890620052814484],[0.855443894863129,0.310538828372955,0.647088170051575],[0.793628752231598,0.602787971496582,0.122353978455067],[0.563213706016541,0.547470688819885,0.868512034416199],[0.751798868179321,0.399071455001831,0.891911268234253],[0.907203614711761,0.945276081562042,0.845706641674042],[0.946651458740234,0.61160808801651,0.594331204891205],[0.229932531714439,0.588847875595093,0.811050176620483],[0.445803910493851,0.577113091945648,0.907678782939911],[0.647014081478119,0.374920278787613,0.206468641757965],[0.400134563446045,0.903164625167847,0.200318098068237],[0.926743686199188,0.676739037036896,0.914484143257141],[0.402856141328812,0.122048959136009,0.856433749198914],[0.87547242641449,0.890286028385162,0.588196635246277],[0.955852389335632,0.772630333900452,0.824719607830048],[0.45051646232605,0.761909008026123,0.777966260910034],[0.784991562366486,0.474868297576904,0.86298942565918],[0.440619587898254,0.735156774520874,0.102700941264629],[0.744252860546112,0.396638870239258,0.34360483288765],[0.653803884983063,0.803540289402008,0.934053778648376],[0.228665485978127,0.734192252159119,0.63260018825531],[0.924555957317352,0.538301706314087,0.744675874710083],[0.947791635990143,0.911070644855499,0.765066087245941],[0.378402054309845,0.296297460794449,0.916560232639313],[0.820845901966095,0.76200932264328,0.888348400592804],[0.780968189239502,0.855065762996674,0.295291930437088],[0.701115190982819,0.199242517352104,0.300100207328796],[0.479110062122345,0.862721621990204,0.921247661113739],[0.415840595960617,0.505003035068512,0.859517097473145],[0.974358439445496,0.881733298301697,0.800999283790588],[0.693539679050446,0.878281772136688,0.647075951099396],[0.853811204433441,0.171546518802643,0.76349937915802],[0.798847317695618,0.901477456092834,0.945260405540466],[0.904069006443024,0.340038746595383,0.359382748603821],[0.578480899333954,0.699646294116974,0.294461399316788],[0.791891157627106,0.57769113779068,0.916416585445404],[0.782834351062775,0.336273342370987,0.6492959856987],[0.683671414852142,0.944706678390503,0.674401044845581],[0.881561934947968,0.736710011959076,0.487545788288116],[0.095635861158371,0.118882946670055,0.773471832275391],[0.583674311637878,0.680823683738708,0.847933411598206],[0.787268161773682,0.336599200963974,0.144339561462402],[0.525859415531158,0.836116671562195,0.345491021871567],[0.953991830348969,0.719280362129211,0.962327361106873],[0.298300206661224,0.142052307724953,0.664555430412292],[0.92925089597702,0.910323083400726,0.377356827259064],[0.898410856723785,0.658196866512299,0.746506571769714],[0.184762611985207,0.871845126152039,0.848280906677246],[0.679262042045593,0.154689401388168,0.358466327190399],[0.406229615211487,0.927721858024597,0.89897233247757],[0.744553804397583,0.685071408748627,0.898880064487457],[0.868649899959564,0.832631230354309,0.215301558375359],[0.704103708267212,0.843213558197021,0.615737915039062],[0.766798436641693,0.156547352671623,0.8024041056633],[0.376061677932739,0.553522348403931,0.832889795303345],[0.963538765907288,0.806096255779266,0.745412707328796],[0.806990921497345,0.62537282705307,0.339460551738739],[0.693876981735229,0.708138823509216,0.952574491500854],[0.894972085952759,0.501479387283325,0.785500824451447],[0.129629135131836,0.806303560733795,0.09014792740345],[0.916360974311829,0.954787492752075,0.816663980484009],[0.698012411594391,0.356506645679474,0.91494482755661],[0.279015868902206,0.613510370254517,0.742435574531555],[0.926749765872955,0.594701707363129,0.613007307052612],[0.484673142433167,0.863496959209442,0.376704543828964],[0.972849190235138,0.767352283000946,0.949928641319275],[0.609635651111603,0.66972690820694,0.880565822124481],[0.852846622467041,0.455656111240387,0.137354835867882],[0.89406281709671,0.721138656139374,0.759492516517639],[0.255079686641693,0.79263699054718,0.860121786594391],[0.404400050640106,0.176832616329193,0.688368856906891],[0.869534432888031,0.923207759857178,0.441993713378906],[0.69335812330246,0.591550469398499,0.234343335032463],[0.557415246963501,0.512498676776886,0.915202736854553],[0.739433586597443,0.938267886638641,0.894167244434357],[0.907412230968475,0.270289242267609,0.623974919319153],[0.847655534744263,0.498836517333984,0.455045908689499],[0.104081369936466,0.434127271175385,0.698620080947876],[0.626972436904907,0.345509082078934,0.707192361354828],[0.792697250843048,0.924606502056122,0.628094971179962],[0.831213116645813,0.112113326787949,0.331531792879105],[0.555255532264709,0.878684222698212,0.888070940971375],[0.817411661148071,0.741033434867859,0.95229297876358],[0.772469341754913,0.782979071140289,0.410347402095795],[0.562567472457886,0.907009124755859,0.411317318677902],[0.630003333091736,0.188323140144348,0.617546200752258],[0.163847327232361,0.389835834503174,0.904479146003723],[0.923673987388611,0.745529174804688,0.644652485847473],[0.876555263996124,0.3932965695858,0.379271179437637],[0.828718602657318,0.891536474227905,0.927107870578766],[0.82466459274292,0.568813264369965,0.937013208866119],[0.58142763376236,0.786435127258301,0.219391345977783],[0.959188461303711,0.871448397636414,0.671638011932373],[0.309925734996796,0.294652700424194,0.83617377281189],[0.128393366932869,0.752433121204376,0.562020242214203],[0.846620976924896,0.534205496311188,0.733671128749847],[0.563639342784882,0.889485239982605,0.272591203451157],[0.898906111717224,0.737178146839142,0.924898326396942],[0.512766778469086,0.695136189460754,0.899309694766998],[0.616919696331024,0.357858896255493,0.295156747102737],[0.967932939529419,0.81914347410202,0.889341771602631],[0.470836788415909,0.816239655017853,0.768414258956909],[0.292101114988327,0.147487252950668,0.889589190483093],[0.909892439842224,0.870747864246368,0.62718403339386],[0.600727140903473,0.713090360164642,0.136486083269119],[0.682780683040619,0.533097863197327,0.816478550434113],[0.648873805999756,0.891885101795197,0.950702667236328],[0.812913715839386,0.286662757396698,0.359528869390488],[0.944040179252625,0.748950660228729,0.530536293983459],[0.177906900644302,0.263582438230515,0.796669542789459],[0.890635967254639,0.333940505981445,0.782152354717255],[0.810225248336792,0.934290409088135,0.790286064147949],[0.226184546947479,0.420557796955109,0.678079426288605],[0.912448525428772,0.591310858726501,0.491815447807312],[0.812154948711395,0.93430882692337,0.719955086708069],[0.842044353485107,0.248622849583626,0.905641078948975],[0.69434529542923,0.631241738796234,0.89802223443985],[0.875203549861908,0.805399715900421,0.154060423374176],[0.781249225139618,0.498014748096466,0.619842231273651],[0.816173791885376,0.963090181350708,0.948869287967682],[0.253638565540314,0.699872434139252,0.83812540769577],[0.957741618156433,0.634022355079651,0.665357112884521],[0.763770818710327,0.847166538238525,0.494597405195236],[0.463515281677246,0.115794457495213,0.72596949338913],[0.922929883003235,0.793834090232849,0.892393946647644],[0.391628414392471,0.877170979976654,0.33959299325943],[0.770785331726074,0.523544073104858,0.195978626608849],[0.530702948570251,0.569940030574799,0.936060965061188],[0.551885187625885,0.381633698940277,0.803880274295807],[0.939553439617157,0.955277144908905,0.730236828327179],[0.896127641201019,0.539386332035065,0.633374333381653],[0.100576102733612,0.783627510070801,0.834937870502472],[0.652587592601776,0.719859838485718,0.907926380634308],[0.883323669433594,0.4619060754776,0.177190259099007],[0.323147088289261,0.578823447227478,0.231690496206284],[0.888340711593628,0.422173261642456,0.855769276618958],[0.642428159713745,0.195838794112206,0.802175164222717],[0.786353290081024,0.941919326782227,0.556094646453857],[0.934372305870056,0.822077214717865,0.813641667366028],[0.362189292907715,0.674692809581757,0.885824680328369],[0.583412885665894,0.78960108757019,0.735278189182281],[0.72230076789856,0.150713190436363,0.491834402084351],[0.803406000137329,0.6759432554245,0.319608002901077],[0.692491233348846,0.673158168792725,0.949855804443359],[0.165845513343811,0.288684368133545,0.847793459892273],[0.870593547821045,0.753756046295166,0.643045425415039],[0.82402628660202,0.972157835960388,0.791481137275696],[0.853142082691193,0.410496860742569,0.785327076911926],[0.687760412693024,0.450717508792877,0.937921464443207],[0.64438134431839,0.732762634754181,0.155876323580742],[0.883478939533234,0.255160003900528,0.368338704109192],[0.721069872379303,0.887464642524719,0.917569100856781],[0.302086591720581,0.899052381515503,0.791521310806274],[0.936335921287537,0.764803051948547,0.852878749370575],[0.909679234027863,0.843352079391479,0.541459739208221],[0.339659839868546,0.279619097709656,0.671519875526428],[0.884447634220123,0.637417733669281,0.938721239566803],[0.544403851032257,0.773325085639954,0.302813857793808],[0.735651135444641,0.189329385757446,0.0904878005385399],[0.45213782787323,0.668748915195465,0.874001145362854],[0.447545051574707,0.259046733379364,0.84834223985672],[0.876099765300751,0.874150216579437,0.731289207935333],[0.915962755680084,0.441426217556,0.605993628501892],[0.188923642039299,0.668465316295624,0.662009418010712],[0.762796759605408,0.834512591362,0.969592154026031],[0.851785600185394,0.531320691108704,0.380603343248367],[0.385654598474503,0.835636854171753,0.146752089262009],[0.864520967006683,0.614455461502075,0.867933452129364],[0.807626128196716,0.112262807786465,0.58519983291626],[0.544023275375366,0.880456805229187,0.539432168006897],[0.947391211986542,0.869399070739746,0.722497761249542],[0.401198476552963,0.4061459004879,0.768690466880798],[0.608546555042267,0.831490159034729,0.936342418193817],[0.774205565452576,0.270683437585831,0.277462184429169],[0.747655391693115,0.925608217716217,0.369280725717545],[0.917486846446991,0.832033812999725,0.962855160236359],[0.76597136259079,0.347276985645294,0.365997940301895],[0.672567427158356,0.863297820091248,0.940680921077728],[0.728492319583893,0.489469140768051,0.87377917766571],[0.571395516395569,0.76224148273468,0.101006880402565],[0.791510760784149,0.954359769821167,0.783888518810272],[0.923211097717285,0.315037220716476,0.747679591178894],[0.223956063389778,0.248115956783295,0.764292299747467],[0.931208074092865,0.789755403995514,0.557040274143219],[0.63123619556427,0.302775233983994,0.169512122869492],[0.388537406921387,0.586510121822357,0.912210941314697],[0.860951125621796,0.681392908096313,0.869355440139771],[0.4474818110466,0.844725608825684,0.206022724509239],[0.860100448131561,0.846934676170349,0.565647900104523],[0.323423147201538,0.133014604449272,0.792733728885651],[0.328944683074951,0.846803665161133,0.823648750782013],[0.96473091840744,0.711017429828644,0.806932806968689],[0.494706481695175,0.659737408161163,0.297260910272598],[0.8322833776474,0.548705697059631,0.908292591571808],[0.771148979663849,0.860863387584686,0.935849368572235],[0.896956562995911,0.38161838054657,0.310041815042496],[0.871795356273651,0.460202991962433,0.684402585029602],[0.0938939601182938,0.738104403018951,0.601931571960449],[0.369721204042435,0.314468592405319,0.767529726028442],[0.937938332557678,0.8758185505867,0.644059956073761],[0.797794342041016,0.850391149520874,0.41910719871521],[0.876941859722137,0.797443807125092,0.972054481506348],[0.652177929878235,0.84108293056488,0.867320418357849],[0.844679892063141,0.17481841146946,0.316413313150406],[0.916526138782501,0.813818395137787,0.727972209453583],[0.263415724039078,0.393977761268616,0.881082594394684],[0.733474671840668,0.161023661494255,0.663662016391754],[0.559103190898895,0.936570167541504,0.45792818069458],[0.895582437515259,0.389540880918503,0.707358300685883],[0.838480234146118,0.946643054485321,0.914766132831573],[0.60060840845108,0.586633265018463,0.948490083217621],[0.81777012348175,0.640819609165192,0.217353224754333],[0.862463653087616,0.956586420536041,0.703536868095398],[0.678246140480042,0.340922564268112,0.819200813770294],[0.151274710893631,0.532859086990356,0.758848607540131],[0.823198795318604,0.596049606800079,0.58692455291748],[0.872664034366608,0.387369900941849,0.0999592915177345],[0.566057085990906,0.666409432888031,0.906566262245178],[0.962082207202911,0.760541141033173,0.954298555850983],[0.525340497493744,0.82070404291153,0.401919305324554],[0.880968987941742,0.898309528827667,0.449313819408417],[0.373839914798737,0.228679716587067,0.618943631649017],[0.205108225345612,0.865967035293579,0.892515122890472],[0.918929934501648,0.678693413734436,0.749494194984436],[0.190364062786102,0.700995206832886,0.115378119051456],[0.836527347564697,0.479845970869064,0.763305187225342],[0.612665176391602,0.656334340572357,0.953708171844482],[0.82922774553299,0.556053280830383,0.237145602703094],[0.931075394153595,0.510297894477844,0.564176797866821],[0.195999279618263,0.632594406604767,0.745374083518982],[0.616861999034882,0.321541637182236,0.869831681251526],[0.88515031337738,0.912639379501343,0.778733968734741],[0.899888753890991,0.813982129096985,0.22898456454277],[0.747726738452911,0.701258718967438,0.927614569664001],[0.472607493400574,0.90626585483551,0.850737631320953],[0.651754796504974,0.227118521928787,0.423036932945251],[0.957763135433197,0.829295456409454,0.796110153198242],[0.497135818004608,0.616910696029663,0.756737530231476],[0.774507582187653,0.135532602667809,0.868340730667114],[0.741311013698578,0.889501094818115,0.614372253417969],[0.249796405434608,0.298079699277878,0.808764398097992],[0.946950972080231,0.80620402097702,0.611609876155853],[0.52437824010849,0.811311006546021,0.497249811887741],[0.681504607200623,0.127056211233139,0.544581413269043],[0.855362176895142,0.757197976112366,0.926362812519073],[0.741418719291687,0.887454509735107,0.296106308698654],[0.766840517520905,0.166720315814018,0.218558311462402],[0.492335915565491,0.830370008945465,0.941224932670593],[0.26553612947464,0.605524718761444,0.576156735420227],[0.894623339176178,0.476437479257584,0.651955425739288],[0.917734920978546,0.899214386940002,0.703325927257538],[0.395426988601685,0.234298437833786,0.886762380599976],[0.877102196216583,0.592003643512726,0.904057204723358],[0.435945123434067,0.884675085544586,0.111385770142078],[0.81095415353775,0.527923703193665,0.435106664896011],[0.783457040786743,0.858647227287292,0.962603807449341],[0.288837105035782,0.245831370353699,0.781479477882385],[0.936992943286896,0.849268198013306,0.590317904949188],[0.924125134944916,0.853185713291168,0.894783139228821],[0.402321577072144,0.87498927116394,0.755382597446442],[0.558382987976074,0.725820600986481,0.84392786026001],[0.765033304691315,0.187678337097168,0.137277528643608],[0.620583236217499,0.833322286605835,0.318988531827927],[0.892104804515839,0.69262969493866,0.959681153297424],[0.774796009063721,0.440014839172363,0.747917354106903],[0.809833824634552,0.953722178936005,0.761088609695435],[0.887643456459045,0.705586671829224,0.577167391777039],[0.120082370936871,0.303451180458069,0.844728469848633],[0.665441691875458,0.903580546379089,0.924369156360626],[0.901917338371277,0.187893509864807,0.368574410676956],[0.602243006229401,0.637122571468353,0.202688246965408],[0.629131674766541,0.433890014886856,0.905920803546906],[0.314922362565994,0.617047369480133,0.915513455867767],[0.949495732784271,0.808519303798676,0.780940115451813],[0.741342008113861,0.924730718135834,0.55570513010025],[0.654759526252747,0.241129323840141,0.739306509494781],[0.713764071464539,0.670495450496674,0.93494039773941],[0.736028611660004,0.67380827665329,0.36940723657608],[0.747105538845062,0.108330294489861,0.42966365814209],[0.49303013086319,0.862405717372894,0.799717962741852],[0.172675400972366,0.756121158599854,0.870260417461395],[0.895508706569672,0.647427141666412,0.689529716968536],[0.951940655708313,0.978923499584198,0.814012348651886],[0.645071268081665,0.417209506034851,0.875726342201233],[0.931282579898834,0.486653238534927,0.858532071113586],[0.276963382959366,0.734492540359497,0.183443322777748],[0.871343433856964,0.582217216491699,0.296592384576797],[0.756530940532684,0.782815039157867,0.911404848098755],[0.557737588882446,0.0937700271606445,0.792915821075439],[0.759655237197876,0.888709247112274,0.49797660112381],[0.949076652526855,0.687609195709229,0.688405632972717],[0.341243892908096,0.645426094532013,0.795441925525665],[0.589663445949554,0.59067577123642,0.92202240228653],[0.723756790161133,0.577153325080872,0.287929028272629],[0.353685945272446,0.909698724746704,0.35198712348938],[0.950789511203766,0.810896337032318,0.904584586620331],[0.859441518783569,0.212768495082855,0.861417353153229],[0.753063976764679,0.89108020067215,0.683105647563934],[0.923034727573395,0.573522627353668,0.401151120662689],[0.159459128975868,0.32942071557045,0.664726734161377],[0.738608539104462,0.960577309131622,0.959901213645935],[0.823164820671082,0.376021027565002,0.52643096446991],[0.78759378194809,0.78568696975708,0.161592021584511],[0.690454244613647,0.624015092849731,0.825170755386353],[0.967079281806946,0.95398211479187,0.767262816429138],[0.513718664646149,0.394417583942413,0.839924514293671],[0.159090772271156,0.825251340866089,0.78158712387085],[0.85308301448822,0.631259024143219,0.719740033149719],[0.873601496219635,0.406551659107208,0.23574061691761],[0.703190684318542,0.784147500991821,0.906151413917542],[0.898300170898438,0.428057372570038,0.931284725666046],[0.374690294265747,0.701528191566467,0.157813861966133],[0.644385099411011,0.921924650669098,0.624917447566986],[0.683715999126434,0.36312609910965,0.597866058349609],[0.390173882246017,0.424028038978577,0.906668186187744],[0.954556405544281,0.909773945808411,0.842285633087158],[0.815423369407654,0.106418736279011,0.152891173958778],[0.535063982009888,0.792593538761139,0.886778116226196],[0.859048366546631,0.721565842628479,0.95027619600296],[0.678320467472076,0.784875333309174,0.38696676492691],[0.921823263168335,0.665600121021271,0.468768835067749],[0.192526295781136,0.309918999671936,0.69806581735611],[0.856582999229431,0.28400906920433,0.798684000968933],[0.782224535942078,0.8913813829422,0.749210715293884],[0.785278499126434,0.855623602867126,0.159968480467796],[0.74189019203186,0.636462450027466,0.879129648208618],[0.791685044765472,0.955480635166168,0.973907053470612],[0.860739529132843,0.404852539300919,0.510715305805206],[0.933968544006348,0.644123554229736,0.808044254779816],[0.328229576349258,0.749862492084503,0.651953995227814],[0.162775099277496,0.0990749448537827,0.72901713848114],[0.864071488380432,0.771174609661102,0.464020580053329],[0.642992079257965,0.917705595493317,0.285386472940445],[0.902769207954407,0.755904495716095,0.947187602519989],[0.528168618679047,0.752551734447479,0.924923479557037],[0.732289731502533,0.272524267435074,0.220802336931229],[0.910905599594116,0.915688812732697,0.646778285503387],[0.423302114009857,0.168754115700722,0.893712997436523],[0.206776902079582,0.598594605922699,0.605690181255341],[0.89750337600708,0.414963722229004,0.567227184772491],[0.744986295700073,0.54869669675827,0.442480772733688],[0.740461707115173,0.805635750293732,0.947005391120911],[0.876311540603638,0.561155557632446,0.870705783367157],[0.340944796800613,0.815130949020386,0.122336141765118],[0.736640453338623,0.852573215961456,0.522393882274628],[0.553819954395294,0.122130036354065,0.752837061882019],[0.283116400241852,0.645667552947998,0.841850697994232],[0.96052622795105,0.669707417488098,0.664440870285034],[0.794327795505524,0.205639317631721,0.587627112865448],[0.560857057571411,0.939110040664673,0.81975382566452],[0.821402311325073,0.819425880908966,0.930541217327118],[0.880709528923035,0.719322860240936,0.369257569313049],[0.917934417724609,0.669476866722107,0.613282680511475],[0.129350930452347,0.501867592334747,0.901866137981415],[0.778098523616791,0.444821119308472,0.836395978927612],[0.887767612934113,0.970466196537018,0.810750901699066],[0.665755331516266,0.602437913417816,0.240461736917496],[0.573451220989227,0.497659385204315,0.908557713031769],[0.724641084671021,0.931576013565063,0.900767683982849],[0.900828182697296,0.25538894534111,0.56662791967392],[0.931149125099182,0.787567913532257,0.808944225311279],[0.331437349319458,0.784752428531647,0.887279748916626],[0.495158612728119,0.180768936872482,0.787948131561279],[0.865363359451294,0.941942870616913,0.526774227619171],[0.363934487104416,0.807344615459442,0.286372482776642],[0.948771119117737,0.644945979118347,0.892729341983795],[0.535945117473602,0.576414525508881,0.807771980762482],[0.705152153968811,0.431936591863632,0.138564944267273],[0.951233148574829,0.822314977645874,0.96671462059021],[0.625450432300568,0.804843723773956,0.484185874462128],[0.884006381034851,0.319861352443695,0.155023232102394],[0.633051216602325,0.753288209438324,0.905978322029114],[0.251186698675156,0.912842869758606,0.841904938220978],[0.939760863780975,0.724268734455109,0.819202959537506],[0.918886840343475,0.873456120491028,0.495142757892609],[0.323712527751923,0.213655322790146,0.700374245643616],[0.761333525180817,0.54425984621048,0.932269692420959],[0.639099419116974,0.763631641864777,0.212897941470146],[0.869889199733734,0.35664039850235,0.411667197942734],[0.810657739639282,0.892080783843994,0.915871858596802],[0.125913470983505,0.190209209918976,0.725616097450256],[0.836597323417664,0.694889068603516,0.51493227481842],[0.679416060447693,0.955236077308655,0.646293520927429],[0.828255295753479,0.273274302482605,0.70276266336441],[0.431020945310593,0.862014591693878,0.889258623123169],[0.583401381969452,0.236878201365471,0.33178374171257],[0.842325031757355,0.883781254291534,0.18649834394455],[0.758493185043335,0.660869956016541,0.909409642219543],[0.842938721179962,0.102340891957283,0.798907220363617],[0.643646419048309,0.897310674190521,0.547968924045563],[0.956396818161011,0.824319541454315,0.738882780075073],[0.390407592058182,0.50392085313797,0.80487197637558],[0.675555109977722,0.846588313579559,0.957224488258362],[0.828789949417114,0.3351911008358,0.30398964881897],[0.507119357585907,0.747928082942963,0.134851530194283],[0.757680892944336,0.544806241989136,0.837973296642303],[0.389446526765823,0.357132434844971,0.900647163391113],[0.945346891880035,0.908944427967072,0.812432706356049],[0.950622260570526,0.557157337665558,0.796074211597443],[0.180099382996559,0.827680230140686,0.650321185588837],[0.901571691036224,0.71558290719986,0.875014841556549],[0.36749991774559,0.867310404777527,0.249844193458557],[0.698704123497009,0.420915156602859,0.168450459837914],[0.439553886651993,0.532549262046814,0.927600681781769],[0.410220235586166,0.771718919277191,0.831934332847595],[0.96606457233429,0.776090025901794,0.81228893995285],[0.810880064964294,0.836783468723297,0.655371129512787],[0.480484306812286,0.169582173228264,0.822572410106659],[0.494444966316223,0.431335270404816,0.873319327831268]],"ignoreExtent":false,"flags":8192},"29":{"id":29,"type":"text","material":{"lit":false},"vertices":[[0.530172109603882,1.13036251068115,1.12811994552612]],"colors":[[0,0,0,1]],"texts":[["RGB"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.530172109603882,1.13036251068115,1.12811994552612]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"30":{"id":30,"type":"text","material":{"lit":false},"vertices":[[0.530172109603882,-0.0659608468413353,-0.0602892264723778]],"colors":[[0,0,0,1]],"texts":[["R"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.530172109603882,-0.0659608468413353,-0.0602892264723778]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"31":{"id":31,"type":"text","material":{"lit":false},"vertices":[[-0.0646697357296944,0.532200813293457,-0.0602892264723778]],"colors":[[0,0,0,1]],"texts":[["G"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0646697357296944,0.532200813293457,-0.0602892264723778]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"32":{"id":32,"type":"text","material":{"lit":false},"vertices":[[-0.0646697357296944,-0.0659608468413353,0.533915340900421]],"colors":[[0,0,0,1]],"texts":[["B"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0646697357296944,-0.0659608468413353,0.533915340900421]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"reuse":"rgl75682"},"6":{"id":6,"reuse":"rgl75682"},"28":{"id":28,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[0.200000002980232,"NA","NA"],[0.400000005960464,"NA","NA"],[0.600000023841858,"NA","NA"],[0.800000011920929,"NA","NA"],["NA",0.200000002980232,"NA"],["NA",0.400000005960464,"NA"],["NA",0.600000023841858,"NA"],["NA",0.800000011920929,"NA"],["NA","NA",0.200000002980232],["NA","NA",0.400000005960464],["NA","NA",0.600000023841858],["NA","NA",0.800000011920929]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[40,41,42,43,44,45,46]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,3.77139353752136],"modelMatrix":[[1.00150740146637,0,0,-0.53097128868103],[0,0.340634673833847,0.942118525505066,-0.684297561645508],[0,-0.935886025428772,0.342903107404709,-3.45639538764954],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370325088501,-13.5954370498657],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.00150740146637,0.99594908952713,1.00258159637451],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[0.0859287604689598,0.974415481090546,0.0854781419038773,0.978923499584198,0.09014792740345,0.977682769298553],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,28,27,29,30,31,32,5,40,41,42,43,44,45,46],"subscenes":[],"flags":13480},"40":{"id":40,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.200000002980232,0.0720764622092247,0.0768349021673203],[0.800000011920929,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0490702427923679,0.0539808832108974],[0.400000005960464,0.0720764622092247,0.0768349021673203],[0.400000005960464,0.0490702427923679,0.0539808832108974],[0.600000023841858,0.0720764622092247,0.0768349021673203],[0.600000023841858,0.0490702427923679,0.0539808832108974],[0.800000011920929,0.0720764622092247,0.0768349021673203],[0.800000011920929,0.0490702427923679,0.0539808832108974]],"colors":[[0,0,0,1]],"centers":[[0.5,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0605733543634415,0.065407894551754],[0.400000005960464,0.0605733543634415,0.065407894551754],[0.600000023841858,0.0605733543634415,0.065407894551754],[0.800000011920929,0.0605733543634415,0.065407894551754]],"ignoreExtent":true,"origId":28,"flags":128},"41":{"id":41,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.200000002980232,0.0030578076839447,0.00827283784747124],[0.400000005960464,0.0030578076839447,0.00827283784747124],[0.600000023841858,0.0030578076839447,0.00827283784747124],[0.800000011920929,0.0030578076839447,0.00827283784747124]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.200000002980232,0.0030578076839447,0.00827283784747124],[0.400000005960464,0.0030578076839447,0.00827283784747124],[0.600000023841858,0.0030578076839447,0.00827283784747124],[0.800000011920929,0.0030578076839447,0.00827283784747124]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"42":{"id":42,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.200000002980232,0.0768349021673203],[0.0726014599204063,0.800000011920929,0.0768349021673203],[0.0726014599204063,0.200000002980232,0.0768349021673203],[0.0497229248285294,0.200000002980232,0.0539808832108974],[0.0726014599204063,0.400000005960464,0.0768349021673203],[0.0497229248285294,0.400000005960464,0.0539808832108974],[0.0726014599204063,0.600000023841858,0.0768349021673203],[0.0497229248285294,0.600000023841858,0.0539808832108974],[0.0726014599204063,0.800000011920929,0.0768349021673203],[0.0497229248285294,0.800000011920929,0.0539808832108974]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.5,0.0768349021673203],[0.0611621923744678,0.200000002980232,0.065407894551754],[0.0611621923744678,0.400000005960464,0.065407894551754],[0.0611621923744678,0.600000023841858,0.065407894551754],[0.0611621923744678,0.800000011920929,0.065407894551754]],"ignoreExtent":true,"origId":28,"flags":128},"43":{"id":43,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.00396586069837213,0.200000002980232,0.00827283784747124],[0.00396586069837213,0.400000005960464,0.00827283784747124],[0.00396586069837213,0.600000023841858,0.00827283784747124],[0.00396586069837213,0.800000011920929,0.00827283784747124]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.00396586069837213,0.200000002980232,0.00827283784747124],[0.00396586069837213,0.400000005960464,0.00827283784747124],[0.00396586069837213,0.600000023841858,0.00827283784747124],[0.00396586069837213,0.800000011920929,0.00827283784747124]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"44":{"id":44,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.0720764622092247,0.200000002980232],[0.0726014599204063,0.0720764622092247,0.800000011920929],[0.0726014599204063,0.0720764622092247,0.200000002980232],[0.0497229248285294,0.0490702427923679,0.200000002980232],[0.0726014599204063,0.0720764622092247,0.400000005960464],[0.0497229248285294,0.0490702427923679,0.400000005960464],[0.0726014599204063,0.0720764622092247,0.600000023841858],[0.0497229248285294,0.0490702427923679,0.600000023841858],[0.0726014599204063,0.0720764622092247,0.800000011920929],[0.0497229248285294,0.0490702427923679,0.800000011920929]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.0720764622092247,0.5],[0.0611621923744678,0.0605733543634415,0.200000002980232],[0.0611621923744678,0.0605733543634415,0.400000005960464],[0.0611621923744678,0.0605733543634415,0.600000023841858],[0.0611621923744678,0.0605733543634415,0.800000011920929]],"ignoreExtent":true,"origId":28,"flags":128},"45":{"id":45,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.00396586069837213,0.0030578076839447,0.200000002980232],[0.00396586069837213,0.0030578076839447,0.400000005960464],[0.00396586069837213,0.0030578076839447,0.600000023841858],[0.00396586069837213,0.0030578076839447,0.800000011920929]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.00396586069837213,0.0030578076839447,0.200000002980232],[0.00396586069837213,0.0030578076839447,0.400000005960464],[0.00396586069837213,0.0030578076839447,0.600000023841858],[0.00396586069837213,0.0030578076839447,0.800000011920929]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"46":{"id":46,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.987742781639099,0.992325186729431,0.990995764732361],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.987742781639099,0.992325186729431,0.990995764732361],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.987742781639099,0.992325186729431,0.990995764732361]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.532200813293457,0.0768349021673203],[0.0726014599204063,0.532200813293457,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.533915340900421],[0.0726014599204063,0.992325186729431,0.533915340900421],[0.530172109603882,0.0720764622092247,0.0768349021673203],[0.530172109603882,0.0720764622092247,0.990995764732361],[0.530172109603882,0.992325186729431,0.0768349021673203],[0.530172109603882,0.992325186729431,0.990995764732361],[0.987742781639099,0.532200813293457,0.0768349021673203],[0.987742781639099,0.532200813293457,0.990995764732361],[0.987742781639099,0.0720764622092247,0.533915340900421],[0.987742781639099,0.992325186729431,0.533915340900421]],"ignoreExtent":true,"origId":28,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl75682"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>It then continues projecting the colors, first into the XYZ space, then CIELab (not shown here), and then finally the DIN99d space.</p> -<div id="rgl30499" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> -<script type="application/json" data-for="rgl30499">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"47":{"id":47,"type":"points","material":{"lit":false},"vertices":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"ignoreExtent":false,"flags":8192},"49":{"id":49,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,54.5164604187012,54.8908805847168]],"colors":[[0,0,0,1]],"texts":[["DIN99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,54.5164604187012,54.8908805847168]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"50":{"id":50,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["L99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"51":{"id":51,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["a99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"52":{"id":52,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"colors":[[0,0,0,1]],"texts":[["b99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"reuse":"rgl75682"},"6":{"id":6,"reuse":"rgl75682"},"48":{"id":48,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[30,"NA","NA"],[40,"NA","NA"],[50,"NA","NA"],[60,"NA","NA"],[70,"NA","NA"],[80,"NA","NA"],[90,"NA","NA"],["NA",-20,"NA"],["NA",0,"NA"],["NA",20,"NA"],["NA",40,"NA"],["NA","NA",-40],["NA","NA",-20],["NA","NA",0],["NA","NA",20],["NA","NA",40]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[60,61,62,63,64,65,66]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,324.656982421875],"modelMatrix":[[1.12487173080444,0,0,-70.9679412841797],[0,0.338974744081497,0.860819220542908,3.4034252166748e-005],[0,-0.931325376033783,0.313312590122223,-321.733215332031],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370348930359,-1170.35095214844],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.12487173080444,0.991095781326294,0.91606467962265],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[29.0415420532227,97.1380767822266,-35.8719253540039,41.4161338806152,-42.9008445739746,40.7175598144531],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,48,47,49,50,51,52,5,60,61,62,63,64,65,66],"subscenes":[],"flags":13480},"60":{"id":60,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-37.0312461853027,-44.1551208496094],[90,-37.0312461853027,-44.1551208496094],[30,-37.0312461853027,-44.1551208496094],[30,-39.021411895752,-46.3082962036133],[40,-37.0312461853027,-44.1551208496094],[40,-39.021411895752,-46.3082962036133],[50,-37.0312461853027,-44.1551208496094],[50,-39.021411895752,-46.3082962036133],[60,-37.0312461853027,-44.1551208496094],[60,-39.021411895752,-46.3082962036133],[70,-37.0312461853027,-44.1551208496094],[70,-39.021411895752,-46.3082962036133],[80,-37.0312461853027,-44.1551208496094],[80,-39.021411895752,-46.3082962036133],[90,-37.0312461853027,-44.1551208496094],[90,-39.021411895752,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[60,-37.0312461853027,-44.1551208496094],[30,-38.0263290405273,-45.2317085266113],[40,-38.0263290405273,-45.2317085266113],[50,-38.0263290405273,-45.2317085266113],[60,-38.0263290405273,-45.2317085266113],[70,-38.0263290405273,-45.2317085266113],[80,-38.0263290405273,-45.2317085266113],[90,-38.0263290405273,-45.2317085266113]],"ignoreExtent":true,"origId":48,"flags":128},"61":{"id":61,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["30"],["40"],["50"],["60"],["70"],["80"],["90"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"62":{"id":62,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-20,-44.1551208496094],[28.0200939178467,40,-44.1551208496094],[28.0200939178467,-20,-44.1551208496094],[26.2666091918945,-20,-46.3082962036133],[28.0200939178467,0,-44.1551208496094],[26.2666091918945,0,-46.3082962036133],[28.0200939178467,20,-44.1551208496094],[26.2666091918945,20,-46.3082962036133],[28.0200939178467,40,-44.1551208496094],[26.2666091918945,40,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,10,-44.1551208496094],[27.1433525085449,-20,-45.2317085266113],[27.1433525085449,0,-45.2317085266113],[27.1433525085449,20,-45.2317085266113],[27.1433525085449,40,-45.2317085266113]],"ignoreExtent":true,"origId":48,"flags":128},"63":{"id":63,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"64":{"id":64,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-40],[28.0200939178467,-37.0312461853027,40],[28.0200939178467,-37.0312461853027,-40],[26.2666091918945,-39.021411895752,-40],[28.0200939178467,-37.0312461853027,-20],[26.2666091918945,-39.021411895752,-20],[28.0200939178467,-37.0312461853027,0],[26.2666091918945,-39.021411895752,0],[28.0200939178467,-37.0312461853027,20],[26.2666091918945,-39.021411895752,20],[28.0200939178467,-37.0312461853027,40],[26.2666091918945,-39.021411895752,40]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,-37.0312461853027,0],[27.1433525085449,-38.0263290405273,-40],[27.1433525085449,-38.0263290405273,-20],[27.1433525085449,-38.0263290405273,0],[27.1433525085449,-38.0263290405273,20],[27.1433525085449,-38.0263290405273,40]],"ignoreExtent":true,"origId":48,"flags":128},"65":{"id":65,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"colors":[[0,0,0,1]],"texts":[["-40"],["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"66":{"id":66,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[98.1595230102539,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,41.9718360900879]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,2.77210426330566,-44.1551208496094],[28.0200939178467,2.77210426330566,41.9718360900879],[28.0200939178467,-37.0312461853027,-1.09164237976074],[28.0200939178467,42.5754547119141,-1.09164237976074],[63.0898094177246,-37.0312461853027,-44.1551208496094],[63.0898094177246,-37.0312461853027,41.9718360900879],[63.0898094177246,42.5754547119141,-44.1551208496094],[63.0898094177246,42.5754547119141,41.9718360900879],[98.1595230102539,2.77210426330566,-44.1551208496094],[98.1595230102539,2.77210426330566,41.9718360900879],[98.1595230102539,-37.0312461853027,-1.09164237976074],[98.1595230102539,42.5754547119141,-1.09164237976074]],"ignoreExtent":true,"origId":48,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl75682"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>The DIN99d color space <span class="citation">(G. Cui et al. 2002)</span> is a euclidean, perceptually uniform color space. This means that the difference between two colors is equal to the euclidean distance between them. We take advantage of this by computing a distance matrix on all the colors in the subset, finding their pairwise color differences. We then apply a power transformation <span class="citation">(Huang et al. 2015)</span> to fine tune these differences.</p> +<div id="rgl4089" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> +<script type="application/json" data-for="rgl4089">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"7":{"id":7,"type":"points","material":{"lit":false},"vertices":[[0.159676522016525,0.728052020072937,0.661604642868042],[0.403781294822693,-0.0167135149240494,0.786604642868042],[-0.637167870998383,-0.202485591173172,0.536604642868042],[-0.270459234714508,-0.426664859056473,0.724104642868042],[0.561326146125793,0.432743638753891,0.474104642868042],[-0.289108961820602,0.552316009998322,0.599104642868042],[0.575646042823792,-0.52508944272995,0.849104642868042],[0.214574381709099,-0.40992459654808,0.567854642868042],[-0.0915040895342827,0.683086633682251,0.817854642868042],[0.570175349712372,0.18119603395462,0.692854642868042],[-0.603931665420532,-0.465589553117752,0.442854642868042],[-0.646170556545258,0.0267466101795435,0.880354642868042],[0.735350966453552,-0.30264338850975,0.630354642868042],[0.289240717887878,0.456293731927872,0.505354642868042],[-0.155841425061226,-0.710565745830536,0.755354642868042],[-0.518179416656494,-0.271240204572678,0.645979642868042],[0.747367143630981,0.100114904344082,0.895979642868042],[0.0180558022111654,0.436209559440613,0.770979642868042],[0.205650612711906,-0.647127330303192,0.520979642868042],[-0.199198812246323,-0.48400542140007,0.833479642868042],[0.484019666910172,0.530622005462646,0.583479642868042],[0.536551475524902,-0.340115427970886,0.458479642868042],[-0.768965244293213,0.168649613857269,0.708479642868042],[-0.35190162062645,-0.04713961109519,0.489729642868042],[0.642540693283081,-0.140922158956528,0.739729642868042],[0.211603790521622,0.514146566390991,0.864729642868042],[-0.0304593797773123,-0.735867202281952,0.614729642868042],[0.373107761144638,-0.483970463275909,0.677229642868042],[-0.233488962054253,0.734727144241333,0.427229642868042],[0.4298235476017,0.224990457296371,0.552229642868042],[-0.471136063337326,-0.516497910022736,0.802229642868042],[-0.367387920618057,-0.709664404392242,0.481917142868042],[0.479935675859451,0.441783428192139,0.731917142868042],[0.581741869449615,-0.444297015666962,0.856917142868042],[-0.523238897323608,0.163674935698509,0.606917142868042],[-0.640730619430542,-0.267100691795349,0.669417142868042],[0.473781019449234,0.0217606872320175,0.419417142868042],[0.0983618572354317,0.76043426990509,0.544417142868042],[0.132228836417198,-0.590118944644928,0.794417142868042],[0.384735614061356,-0.600906908512115,0.638167142868042],[-0.112489394843578,0.502024590969086,0.888167142868042],[0.72291761636734,0.301361888647079,0.763167142868042],[-0.463072001934052,-0.426260322332382,0.513167142868042],[-0.748931169509888,-0.0343982875347137,0.825667142868042],[0.55157995223999,-0.172540321946144,0.575667142868042],[0.309785783290863,0.598397314548492,0.450667142868042],[-0.0540632307529449,-0.417962163686752,0.700667142868042],[-0.47043576836586,-0.615966737270355,0.560042142868042],[0.519882321357727,0.332858949899673,0.810042142868042],[-0.270867019891739,0.649765431880951,0.685042142868042],[0.335522294044495,-0.364497870206833,0.435042142868042],[0.0304299779236317,-0.662531793117523,0.872542142868042],[0.114427648484707,0.365804314613342,0.622542142868042],[0.734827399253845,-0.095049612224102,0.497542142868042],[-0.549872517585754,-0.123210765421391,0.747542142868042],[-0.71688836812973,0.0927292108535767,0.403792142868042],[0.472420275211334,-0.244568422436714,0.653792142868042],[0.480250328779221,0.628817498683929,0.778792142868042],[-0.191380873322487,-0.611809730529785,0.528792142868042],[0.291783809661865,-0.699941396713257,0.716292142868042],[-0.0271458886563778,0.591029465198517,0.466292142868042],[0.667583167552948,0.149586364626884,0.591292142868042],[-0.379149347543716,-0.242753490805626,0.841292142868042],[-0.142173171043396,0.38788253068924,0.446760892868042],[0.432607501745224,-0.513197064399719,0.696760892868042],[-0.368220150470734,-0.440851122140884,0.821760892868042],[0.64654403924942,0.375236928462982,0.571760892868042],[0.617141306400299,-0.107378356158733,0.759260892868042],[-0.769014596939087,-0.137394204735756,0.509260892868042],[0.0011545253219083,-0.509869039058685,0.634260892868042],[0.241714328527451,0.668812870979309,0.884260892868042],[0.385611861944199,0.461673349142075,0.540510892868042],[-0.2599056661129,-0.719147503376007,0.790510892868042],[-0.461648225784302,0.0803236290812492,0.665510892868042],[0.599802136421204,-0.344487398862839,0.415510892868042],[0.535791456699371,0.0957259312272072,0.853010892868042],[-0.631139636039734,-0.366296619176865,0.603010892868042],[0.223533511161804,-0.609853088855743,0.478010892868042],[-0.00180505553726107,0.797160446643829,0.728010892868042],[0.34042763710022,-0.284341603517532,0.618635892868042],[-0.641007781028748,0.23166535794735,0.868635892868042],[-0.29298797249794,-0.510134220123291,0.743635892868042],[0.578171968460083,0.487379103899002,0.493635892868042],[0.109393462538719,0.628722786903381,0.806135892868042],[0.138810113072395,-0.776939630508423,0.556135892868042],[-0.495488077402115,-0.181614547967911,0.431135892868042],[0.720543146133423,0.00163156655617058,0.681135892868042],[0.52558159828186,0.192644938826561,0.524885892868042],[-0.564822494983673,-0.476125985383987,0.774885892868042],[0.18602167069912,-0.3205206990242,0.899885892868042],[-0.116172775626183,0.650235295295715,0.649885892868042],[0.244212731719017,0.425209492444992,0.712385892868042],[-0.120256155729294,-0.691154479980469,0.462385892868042],[-0.61421662569046,-0.00139080546796322,0.587385892868042],[0.726983249187469,-0.262737572193146,0.837385892868042],[0.0615662559866905,0.722545683383942,0.517073392868042],[0.13993676006794,-0.517560482025146,0.767073392868042],[-0.718139052391052,-0.336855530738831,0.892073392868042],[0.641316831111908,0.0575715303421021,0.642073392868042],[0.623910307884216,-0.434764623641968,0.704573392868042],[-0.575055599212646,0.152690902352333,0.454573392868042],[-0.288789689540863,-0.622990608215332,0.579573392868042],[0.322112232446671,0.323574304580688,0.829573392868042],[0.326827615499496,0.705047786235809,0.610823392868042],[-0.052669595927,-0.618133842945099,0.860823392868042],[-0.703544199466705,-0.0631577298045158,0.735823392868042],[0.483591049909592,-0.128404900431633,0.485823392868042],[0.602879643440247,0.28279110789299,0.798323392868042],[-0.2781682908535,-0.279430896043777,0.548323392868042],[0.427635461091995,-0.607792913913727,0.423323392868042],[-0.148039177060127,0.547527551651001,0.673323392868042],[0.694129228591919,-0.0591449625790119,0.532698392868042],[-0.463165551424026,-0.125229582190514,0.782698392868042],[0.068744458258152,-0.765777468681335,0.657698392868042],[0.156016275286674,0.587579369544983,0.407698392868042],[-0.311815321445465,0.664756059646606,0.845198392868042],[0.391308128833771,-0.389540016651154,0.595198392868042],[-0.374518394470215,-0.537453770637512,0.470198392868042],[0.272193044424057,0.191511616110802,0.720198392868042],[0.75801545381546,0.204950392246246,0.438948392868042],[-0.517162382602692,-0.363868981599808,0.688948392868042],[0.304010093212128,-0.648116171360016,0.813948392868042],[-0.0464025661349297,0.516900420188904,0.563948392868042],[0.386730372905731,0.554978609085083,0.751448392868042],[-0.110155217349529,-0.414860159158707,0.501448392868042],[-0.749172270298004,0.0638350397348404,0.626448392868042],[0.527507960796356,-0.244528323411942,0.876448392868042],[-0.659048736095428,0.0128875365480781,0.765120267868042],[0.338892906904221,-0.130905598402023,0.515120267868042],[0.381225854158401,0.631460309028625,0.640120267868042],[-0.107599392533302,-0.547413945198059,0.890120267868042],[0.372840911149979,-0.675965011119843,0.452620267868042],[-0.0945708602666855,0.605317354202271,0.702620267868042],[0.662643134593964,0.226611688733101,0.827620267868042],[-0.379709750413895,-0.306165486574173,0.577620267868042],[-0.390271753072739,-0.646443903446198,0.858870267868042],[0.456636726856232,0.368192851543427,0.608870267868042],[-0.328568518161774,0.595698654651642,0.483870267868042],[0.331550300121307,-0.289436310529709,0.733870267868042],[0.111044563353062,-0.710760116577148,0.546370267868042],[0.101366013288498,0.515701472759247,0.796370267868042],[0.788092613220215,-0.0154109578579664,0.671370267868042],[-0.602465987205505,-0.206032201647758,0.421370267868042],[0.433381259441376,-0.537484109401703,0.780745267868042],[-0.150680333375931,0.440609633922577,0.530745267868042],[0.668653190135956,0.368807911872864,0.405745267868042],[-0.394523620605469,-0.451928198337555,0.655745267868042],[-0.786636829376221,-0.122899048030376,0.593245267868042],[0.635960340499878,-0.125004038214684,0.843245267868042],[0.262532383203506,0.679652869701385,0.718245267868042],[-0.0106018995866179,-0.54216480255127,0.468245267868042],[-0.268966436386108,-0.696309566497803,0.686995267868042],[0.376575589179993,0.43136864900589,0.436995267868042],[0.573482811450958,-0.346223622560501,0.561995267868042],[-0.40104141831398,0.0788284912705421,0.811995267868042],[-0.621668040752411,-0.342892408370972,0.499495267868042],[0.501447737216949,0.0783429443836212,0.749495267868042],[0.015253234654665,0.780026912689209,0.874495267868042],[0.202211380004883,-0.591293394565582,0.624495267868042],[-0.515553534030914,-0.0349637493491173,0.694807767868042],[0.686597764492035,-0.198439329862595,0.444807767868042],[0.277744948863983,0.566440880298615,0.569807767868042],[-0.0836108550429344,-0.779756605625153,0.819807767868042],[0.323147863149643,-0.481262296438217,0.507307767868042],[-0.180106699466705,0.728882670402527,0.757307767868042],[0.38898491859436,0.172209829092026,0.882307767868042],[-0.486633837223053,-0.467966854572296,0.632307767868042],[-0.55444461107254,-0.245461493730545,0.788557767868042],[0.766054689884186,0.0519522093236446,0.538557767868042],[0.0508620925247669,0.474340945482254,0.413557767868042],[0.166818603873253,-0.675106465816498,0.663557767868042],[-0.136485189199448,-0.278351753950119,0.601057767868042],[0.471181035041809,0.453106820583344,0.851057767868042],[0.444441705942154,-0.324333280324936,0.726057767868042],[-0.704302608966827,0.203556343913078,0.476057767868042],[0.20155730843544,-0.455274522304535,0.866682767868042],[-0.047713540494442,0.703553974628448,0.616682767868042],[0.600776493549347,0.148451700806618,0.491682767868042],[-0.644318222999573,-0.432633191347122,0.741682767868042],[-0.562131643295288,0.0602756179869175,0.554182767868042],[0.66627049446106,-0.326694756746292,0.804182767868042],[0.229281201958656,0.314189553260803,0.679182767868042],[-0.184521347284317,-0.638441741466522,0.429182767868042],[0.0434713065624237,-0.641000628471375,0.772932767868042],[0.219965413212776,0.761077761650085,0.522932767868042],[0.531023800373077,-0.0569400191307068,0.647932767868042],[-0.702873647212982,-0.173679873347282,0.897932767868042],[-0.267283082008362,-0.366264432668686,0.460432767868042],[0.569030523300171,0.382080614566803,0.710432767868042],[-0.240187540650368,0.542531907558441,0.835432767868042],[0.526367783546448,-0.547364354133606,0.585432767868042],[0.720920503139496,0.145097777247429,0.729964017868042],[-0.473031997680664,-0.288510411977768,0.479964017868042],[0.239305555820465,-0.611272037029266,0.604964017868042],[-0.00831469800323248,0.345214128494263,0.854964017868042],[0.435581922531128,0.545248508453369,0.417464017868042],[-0.154057070612907,-0.457236349582672,0.667464017868042],[-0.76120001077652,0.115396037697792,0.792464017868042],[0.53504604101181,-0.291962087154388,0.542464017868042],[0.6700718998909,-0.101581245660782,0.886214017868042],[-0.424448519945145,-0.0854276418685913,0.636214017868042],[0.0181304030120373,-0.752747893333435,0.511214017868042],[0.186199083924294,0.552632808685303,0.761214017868042],[-0.286621481180191,0.732133805751801,0.573714017868042],[0.418977200984955,-0.475575268268585,0.823714017868042],[-0.447549283504486,-0.560228824615479,0.698714017868042],[0.444964647293091,0.271391630172729,0.448714017868042],[0.364764750003815,0.668463289737701,0.808089017868042],[-0.0894262716174126,-0.589892685413361,0.558089017868042],[-0.687732100486755,-0.0165644567459822,0.433089017868042],[0.43559804558754,-0.1467664539814,0.683089017868042],[0.676329553127289,0.264774769544601,0.620589017868042],[-0.403838217258453,-0.355777531862259,0.870589017868042],[0.413549900054932,-0.678042590618134,0.745589017868042],[-0.127327084541321,0.632626533508301,0.495589017868042],[0.100009404122829,0.659703373908997,0.651839017868042],[0.0787914991378784,-0.391476780176163,0.401839017868042],[-0.693042457103729,-0.271317690610886,0.526839017868042],[0.568844079971313,0.0137009648606181,0.776839017868042],[0.607959032058716,-0.485679417848587,0.464339017868042],[-0.589341521263123,0.198567375540733,0.714339017868042],[-0.338929176330566,-0.621117353439331,0.839339017868042],[0.377251297235489,0.332354724407196,0.589339017868042],[0.573006331920624,0.284190267324448,0.659651517868042],[-0.545166850090027,-0.572076380252838,0.409651517868042],[0.314276814460754,-0.426590472459793,0.534651517868042],[-0.203522235155106,0.692413151264191,0.784651517868042],[0.179067641496658,0.409474849700928,0.472151517868042],[-0.0431183762848377,-0.681501030921936,0.722151517868042],[-0.586319983005524,-0.0655563697218895,0.847151517868042],[0.735961973667145,-0.178323462605476,0.597151517868042],[0.41044870018959,-0.272910743951797,0.815901517868042],[-0.682989597320557,0.16548827290535,0.565901517868042],[-0.246721789240837,-0.56417989730835,0.440901517868042],[0.533988177776337,0.560345888137817,0.690901517868042],[0.0354643911123276,0.560527145862579,0.628401517868042],[0.208636626601219,-0.709813117980957,0.878401517868042],[-0.337920546531677,-0.16759629547596,0.753401517868042],[0.657784581184387,0.073546826839447,0.503401517868042],[0.347662627696991,0.522873044013977,0.894026517868042],[-0.184198305010796,-0.760208129882812,0.644026517868042],[-0.511162102222443,0.032341081649065,0.519026517868042],[0.652658522129059,-0.285414427518845,0.769026517868042],[0.400415867567062,0.117694944143295,0.581526517868042],[-0.541449308395386,-0.398895382881165,0.831526517868042],[0.256004750728607,-0.516176462173462,0.706526517868042],[-0.0831862911581993,0.743997573852539,0.456526517868042],[-0.242716193199158,0.489383071660995,0.737776517868042],[0.529095649719238,-0.504207909107208,0.487776517868042],[-0.360407143831253,-0.542040407657623,0.612776517868042],[0.642588376998901,0.473406314849854,0.862776517868042],[0.601941764354706,-0.0380846858024597,0.425276517868042],[-0.73464435338974,-0.215935319662094,0.675276517868042],[0.0523869954049587,-0.46853631734848,0.800276517868042],[0.163176134228706,0.67344719171524,0.550276517868042],[-0.743480145931244,-0.263349324464798,0.842268705368042],[0.637422144412994,-0.0055099856108427,0.592268705368042],[0.131144478917122,0.707919001579285,0.467268705368042],[0.0869651138782501,-0.519419193267822,0.717268705368042],[0.517831921577454,-0.442196160554886,0.529768705368042],[-0.21760630607605,0.384543657302856,0.779768705368042],[0.583040773868561,0.480702728033066,0.654768705368042],[-0.298104733228683,-0.506177127361298,0.404768705368042],[-0.540817856788635,-0.445890963077545,0.748518705368042],[0.460997492074966,0.163290679454803,0.498518705368042],[-0.127560272812843,0.761883139610291,0.623518705368042],[0.302116572856903,-0.533886253833771,0.873518705368042],[-0.134461164474487,-0.725822448730469,0.436018705368042],[0.283589631319046,0.481530696153641,0.686018705368042],[0.618085861206055,-0.231034576892853,0.811018705368042],[-0.367029458284378,0.00317266513593495,0.561018705368042],[0.260658591985703,-0.735883772373199,0.701643705368042],[0.00540814734995365,0.625640988349915,0.451643705368042],[0.700802743434906,0.117333732545376,0.576643705368042],[-0.44273254275322,-0.250534355640411,0.826643705368042],[-0.659331679344177,0.122143507003784,0.514143705368042],[0.354093581438065,-0.208537623286247,0.764143705368042],[0.485089480876923,0.568061888217926,0.889143705368042],[-0.200802728533745,-0.537206709384918,0.639143705368042],[-0.00630278792232275,-0.729137420654297,0.795393705368042],[0.190216526389122,0.508885443210602,0.545393705368042],[0.783342897891998,-0.14511701464653,0.420393705368042],[-0.639922738075256,-0.107140734791756,0.670393705368042],[-0.496225625276566,-0.581102848052979,0.607893705368042],[0.52281528711319,0.295851737260818,0.857893705368042],[-0.230736300349236,0.651408016681671,0.732893705368042],[0.297160744667053,-0.360424071550369,0.482893705368042],[-0.531140506267548,0.147251009941101,0.803206205368042],[0.597345054149628,-0.426007568836212,0.553206205368042],[0.231259629130363,0.22729580104351,0.428206205368042],[-0.281671047210693,-0.590661346912384,0.678206205368042],[0.119828499853611,-0.463184416294098,0.615706205368042],[0.0666540786623955,0.692829608917236,0.865706205368042],[0.605270206928253,0.0476861596107483,0.740706205368042],[-0.699129581451416,-0.318681538105011,0.490706205368042],[-0.304770261049271,-0.299546420574188,0.709456205368042],[0.614914000034332,0.280293852090836,0.459456205368042],[-0.145406931638718,0.562055110931396,0.584456205368042],[0.425618469715118,-0.619168996810913,0.834456205368042],[-0.0604849085211754,-0.628704726696014,0.521956205368042],[0.337776571512222,0.708314001560211,0.771956205368042],[0.499038338661194,-0.138351142406464,0.896956205368042],[-0.713077664375305,-0.0561797581613064,0.646956205368042],[0.416482448577881,-0.423745512962341,0.756331205368042],[-0.315190702676773,0.691471338272095,0.506331205368042],[0.374958872795105,0.257747739553452,0.631331205368042],[-0.39833864569664,-0.558547854423523,0.881331205368042],[-0.518052995204926,-0.134023323655128,0.443831205368042],[0.721259117126465,-0.0693891644477844,0.693831205368042],[0.171832501888275,0.619807004928589,0.818831205368042],[0.0622616857290268,-0.790274262428284,0.568831205368042],[-0.104634612798691,-0.377421438694,0.850081205368042],[0.386262655258179,0.541615009307861,0.600081205368042],[0.511129379272461,-0.24374432861805,0.475081205368042],[-0.73919415473938,0.071114607155323,0.725081205368042],[-0.510608434677124,-0.350993633270264,0.537581205368042],[0.75185090303421,0.194508194923401,0.787581205368042],[-0.039202094078064,0.49758380651474,0.662581205368042],[0.292732059955597,-0.642201125621796,0.412581205368042],[0.608555197715759,0.380337446928024,0.869612455368042],[-0.321525096893311,-0.411603480577469,0.619612455368042],[0.526480734348297,-0.584618866443634,0.494612455368042],[-0.237751320004463,0.58831512928009,0.744612455368042],[0.232786551117897,0.716644942760468,0.557112455368042],[0.0204302240163088,-0.583661317825317,0.807112455368042],[-0.663537919521332,-0.141096696257591,0.682112455368042],[0.430557459592819,-0.0604746006429195,0.432112455368042],[0.68026727437973,-0.361632376909256,0.713362455368042],[-0.604376494884491,0.0848886147141457,0.463362455368042],[-0.215789332985878,-0.664318203926086,0.588362455368042],[0.297840923070908,0.38128399848938,0.838362455368042],[-0.0229878034442663,0.65672755241394,0.400862455368042],[0.131294593214989,-0.324888169765472,0.650862455368042],[-0.624078273773193,-0.390039175748825,0.775862455368042],[0.542894303798676,0.115442670881748,0.525862455368042],[0.526234984397888,0.473902881145477,0.666487455368042],[-0.236563250422478,-0.444999516010284,0.416487455368042],[-0.740558385848999,0.240554302930832,0.541487455368042],[0.490687996149063,-0.383302122354507,0.791487455368042],[0.744352161884308,0.0260549765080214,0.478987455368042],[-0.528398394584656,-0.213537648320198,0.728987455368042],[0.138919293880463,-0.653298258781433,0.853987455368042],[0.0558806471526623,0.397850155830383,0.603987455368042],[-0.165291920304298,0.77732127904892,0.822737455368042],[0.342383235692978,-0.547826886177063,0.572737455368042],[-0.540139198303223,-0.486424386501312,0.447737455368042],[0.499945104122162,0.202039018273354,0.697737455368042],[0.654877424240112,-0.212722703814507,0.635237455368042],[-0.460898250341415,-0.0161330811679363,0.885237455368042],[-0.105992801487446,-0.754630744457245,0.760237455368042],[0.280444264411926,0.52754420042038,0.510237455368042],[0.377460360527039,0.0463779866695404,0.830549955368042],[-0.590318143367767,-0.300843596458435,0.580549955368042],[0.164526775479317,-0.53798371553421,0.455549955368042],[0.0386881493031979,0.739383697509766,0.705549955368042],[0.420442342758179,0.450943976640701,0.643049955368042],[-0.302581936120987,-0.713002264499664,0.893049955368042],[-0.481503427028656,0.111121885478497,0.768049955368042],[0.589917600154877,-0.383027613162994,0.518049955368042],[0.575682699680328,-0.13285668194294,0.674299955368042],[-0.752135217189789,-0.0924137309193611,0.424299955368042],[-0.0234392751008272,-0.447956740856171,0.549299955368042],[0.267013043165207,0.629187941551208,0.799299955368042],[-0.155267253518105,0.507706105709076,0.486799955368042],[0.434728443622589,-0.576804876327515,0.736799955368042],[-0.436663687229156,-0.46834209561348,0.861799955368042],[0.704522252082825,0.359045386314392,0.611799955368042],[0.106335401535034,0.460763037204742,0.721174955368042],[0.0845799967646599,-0.688378214836121,0.471174955368042],[-0.577545344829559,-0.176625564694405,0.596174955368042],[0.765199303627014,-0.0400389470160007,0.846174955368042],[0.520373046398163,0.39219668507576,0.408674955368042],[-0.434911608695984,-0.66982638835907,0.658674955368042],[0.400268375873566,-0.373194426298141,0.783674955368042],[-0.332118034362793,0.651685118675232,0.533674955368042],[-0.0703728795051575,0.572749555110931,0.877424955368042],[0.340174645185471,-0.667493879795074,0.627424955368042],[-0.334940403699875,-0.252439141273499,0.502424955368042],[0.643745243549347,0.196870878338814,0.752424955368042],[0.472540885210037,-0.200535595417023,0.564924955368042],[-0.71195513010025,0.037252951413393,0.814924955368042],[-0.141364693641663,-0.612548828125,0.689924955368042],[0.42624095082283,0.656472384929657,0.439924955368042],[-0.110179036855698,-0.529925942420959,0.582503080368042],[0.383045881986618,0.619109690189362,0.832503080368042],[0.601356506347656,-0.239859268069267,0.707503080368042],[-0.795318007469177,0.0242333356291056,0.457503080368042],[-0.470446020364761,-0.370932817459106,0.895003080368042],[0.724689602851868,0.239033237099648,0.645003080368042],[-0.0666446760296822,0.459372848272324,0.520003080368042],[0.326553255319595,-0.607624650001526,0.770003080368042],[0.465694695711136,-0.415579229593277,0.426253080368042],[-0.369088649749756,0.686771214008331,0.676253080368042],[0.39762008190155,0.313511699438095,0.801253080368042],[-0.373228520154953,-0.603242039680481,0.551253080368042],[-0.385990768671036,-0.127316057682037,0.738753080368042],[0.668919444084167,-0.020381972193718,0.488753080368042],[0.116379387676716,0.559747636318207,0.613753080368042],[0.107092820107937,-0.738176465034485,0.863753080368042],[-0.323896378278732,-0.362955629825592,0.473128080368042],[0.616340816020966,0.331237554550171,0.723128080368042],[-0.191666260361671,0.581084668636322,0.848128080368042],[0.477652162313461,-0.605795860290527,0.598128080368042],[-0.0169620905071497,-0.556681752204895,0.660628080368042],[0.273065090179443,0.68460750579834,0.410628080368042],[0.35179141163826,-0.0731423646211624,0.535628080368042],[-0.651672065258026,-0.0945429727435112,0.785628080368042],[-0.622679591178894,0.129463821649551,0.629378080368042],[0.669893264770508,-0.414465934038162,0.879378080368042],[0.349212169647217,0.391324281692505,0.754378080368042],[-0.266301393508911,-0.667650103569031,0.504378080368042],[0.137312605977058,-0.416297852993011,0.816878080368042],[0.0206996910274029,0.679346680641174,0.566878080368042],[0.579664289951324,0.0840962678194046,0.441878080368042],[-0.664673209190369,-0.357212632894516,0.691878080368042],[-0.0792215019464493,-0.669813632965088,0.621565580368042],[0.190557584166527,0.378137111663818,0.871565580368042],[0.718448460102081,-0.216163650155067,0.746565580368042],[-0.577879846096039,-0.0328623354434967,0.496565580368042],[-0.570795953273773,-0.537040174007416,0.809065580368042],[0.578938961029053,0.248788505792618,0.559065580368042],[-0.16373173892498,0.695086181163788,0.434065580368042],[0.282740235328674,-0.431172758340836,0.684065580368042],[0.17592541873455,-0.746851742267609,0.465315580368042],[0.0711252689361572,0.601360380649567,0.715315580368042],[0.693672895431519,0.0394471473991871,0.840315580368042],[-0.437031179666519,-0.187806218862534,0.590315580368042],[-0.701500177383423,0.211064323782921,0.652815580368042],[0.440093994140625,-0.328577071428299,0.402815580368042],[0.582368731498718,0.54792857170105,0.527815580368042],[-0.293867945671082,-0.583143293857574,0.777815580368042],[-0.572634279727936,-0.375503182411194,0.418440580368042],[0.439784169197083,0.103593811392784,0.668440580368042],[-0.0430843532085419,0.757632672786713,0.793440580368042],[0.233926177024841,-0.544353783130646,0.543440580368042],[-0.228111252188683,-0.758157908916473,0.730940580368042],[0.383937895298004,0.514243900775909,0.480940580368042],[0.646041572093964,-0.325564742088318,0.605940580368042],[-0.529332995414734,0.0626063048839569,0.855940580368042],[-0.721749126911163,-0.170012354850769,0.574690580368042],[0.560525476932526,-0.0662955641746521,0.824690580368042],[0.19128143787384,0.635749101638794,0.699690580368042],[0.0219246726483107,-0.38554248213768,0.449690580368042],[0.482799768447876,-0.513146221637726,0.887190580368042],[-0.196090534329414,0.456309050321579,0.637190580368042],[0.648570001125336,0.425297826528549,0.512190580368042],[-0.369771122932434,-0.495269000530243,0.762190580368042],[-0.00856496952474117,0.6501704454422,0.555159330368042],[0.282663106918335,-0.745890378952026,0.805159330368042],[-0.468588054180145,-0.27883306145668,0.680159330368042],[0.717473149299622,0.136278003454208,0.430159330368042],[0.410114824771881,-0.229630783200264,0.867659330368042],[-0.683318793773651,0.111227534711361,0.617659330368042],[-0.19853849709034,-0.568678021430969,0.492659330368042],[0.484095633029938,0.592603445053101,0.742659330368042],[0.168442055583,0.482472151517868,0.461409330368042],[0.00937530305236578,-0.71168315410614,0.711409330368042],[-0.616144180297852,-0.117031417787075,0.836409330368042],[0.771544396877289,-0.125588491559029,0.586409330368042],[0.494382441043854,0.294182002544403,0.773909330368042],[-0.473272055387497,-0.579353868961334,0.523909330368042],[0.271088153123856,-0.314560681581497,0.648909330368042],[-0.238087832927704,0.628265261650085,0.898909330368042],[0.580626010894775,-0.202709823846817,0.508284330368042],[-0.773453056812286,-0.0101890238001943,0.758284330368042],[-0.0789854452013969,-0.485241740942001,0.883284330368042],[0.343032747507095,0.612647891044617,0.633284330368042],[-0.0697845071554184,0.36739981174469,0.695784330368042],[0.33811816573143,-0.568218588829041,0.445784330368042],[-0.42474639415741,-0.366046100854874,0.570784330368042],[0.691309809684753,0.261979222297668,0.820784330368042],[0.528747379779816,0.00696541229262948,0.602034330368042],[-0.674328327178955,-0.255543917417526,0.852034330368042],[0.119220219552517,-0.627667784690857,0.727034330368042],[0.126880556344986,0.779482066631317,0.477034330368042],[0.446272701025009,0.384597480297089,0.789534330368042],[-0.369696587324142,-0.660268783569336,0.539534330368042],[-0.42036384344101,0.146758615970612,0.414534330368042],[0.528346121311188,-0.431604027748108,0.664534330368042],[-0.201931864023209,0.715769827365875,0.594221830368042],[0.331950336694717,-0.461027711629868,0.844221830368042],[-0.465090543031693,-0.477507799863815,0.719221830368042],[0.357417047023773,0.172433942556381,0.469221830368042],[0.685235142707825,-0.173967242240906,0.781721830368042],[-0.499035120010376,-0.0502918809652328,0.531721830368042],[-0.0575646385550499,-0.775493502616882,0.406721830368042],[0.255064964294434,0.566348254680634,0.656721830368042],[0.47955185174942,0.492355197668076,0.500471830368042],[-0.188124850392342,-0.417713910341263,0.750471830368042],[-0.737580835819244,0.187256753444672,0.875471830368042],[0.492516815662384,-0.335283160209656,0.625471830368042],[0.789712965488434,0.0795858800411224,0.687971830368042],[-0.580571413040161,-0.28009358048439,0.437971830368042],[0.197052329778671,-0.698473751544952,0.562971830368042],[0.0397650264203548,0.535702466964722,0.812971830368042],[0.686059832572937,-0.30897918343544,0.453596830368042],[-0.580696702003479,0.0431049354374409,0.703596830368042],[-0.166611462831497,-0.656261622905731,0.828596830368042],[0.242601931095123,0.356371998786926,0.578596830368042],[-0.0718398243188858,0.712850630283356,0.766096830368042],[0.22598984837532,-0.468426465988159,0.516096830368042],[-0.637645483016968,-0.459119111299515,0.641096830368042],[0.609293758869171,0.171893015503883,0.891096830368042],[0.532166004180908,0.383171498775482,0.547346830368042],[-0.191083580255508,-0.280693709850311,0.797346830368042],[0.526392638683319,-0.512704193592072,0.672346830368042],[-0.240337580442429,0.498166084289551,0.422346830368042],[0.189323112368584,0.745719969272614,0.859846830368042],[0.0610377043485641,-0.605663597583771,0.609846830368042],[-0.671065390110016,-0.189319923520088,0.484846830368042],[0.479829251766205,-0.0356175750494003,0.734846830368042],[0.175337493419647,0.675171077251434,0.758772611618042],[0.045697059482336,-0.479650110006332,0.508772611618042],[-0.741852939128876,-0.20492884516716,0.633772611618042],[0.60720032453537,-0.048403687775135,0.883772611618042],[0.598883748054504,0.426269352436066,0.446272611618042],[-0.314018130302429,-0.455913871526718,0.696272611618042],[0.467501789331436,-0.460340112447739,0.821272611618042],[-0.147153422236443,0.309315711259842,0.571272611618042],[-0.0745448246598244,0.782444894313812,0.852522611618042],[0.272127717733383,-0.57201099395752,0.602522611618042],[-0.583940207958221,-0.41563293337822,0.477522611618042],[0.501849412918091,0.138630479574203,0.727522611618042],[0.616128444671631,-0.281536400318146,0.540022611618042],[-0.43067255616188,0.0343315675854683,0.790022611618042],[-0.189194738864899,-0.728531122207642,0.665022611618042],[0.330543875694275,0.479907125234604,0.415022611618042],[0.722751677036285,0.0688577517867088,0.805647611618042],[-0.485544592142105,-0.230992317199707,0.555647611618042],[0.211405232548714,-0.765297830104828,0.430647611618042],[0.0512510798871517,0.642919480800629,0.680647611618042],[0.534110605716705,0.542419970035553,0.618147611618042],[-0.247795552015305,-0.542288243770599,0.868147611618042],[-0.665540635585785,0.172836527228355,0.743147611618042],[0.377922862768173,-0.260300546884537,0.493147611618042],[0.752908408641815,-0.195525377988815,0.711897611618042],[-0.618713140487671,-0.0589458309113979,0.461897611618042],[-0.0562028475105762,-0.70503693819046,0.586897611618042],[0.208706080913544,0.456742882728577,0.836897611618042],[-0.177575528621674,0.642832517623901,0.524397611618042],[0.230845466256142,-0.324324518442154,0.774397611618042],[-0.521999955177307,-0.53012090921402,0.899397611618042],[0.513415813446045,0.244251728057861,0.649397611618042],[0.339496701955795,0.289366155862808,0.704085111618042],[-0.336699843406677,-0.593717575073242,0.454085111618042],[-0.555537700653076,0.197356730699539,0.579085111618042],[0.583626925945282,-0.482093900442123,0.829085111618042],[0.639230847358704,0.00493400543928146,0.516585111618042],[-0.740240454673767,-0.275914311408997,0.766585111618042],[0.0959372818470001,-0.520559549331665,0.891585111618042],[0.11978504806757,0.71140068769455,0.641585111618042],[-0.10171078145504,0.551886737346649,0.797835111618042],[0.374713897705078,-0.637606978416443,0.547835111618042],[-0.285854905843735,-0.243645191192627,0.422835111618042],[0.619884967803955,0.231053471565247,0.672835111618042],[0.463862687349319,-0.164788857102394,0.610335111618042],[-0.702428460121155,-0.00542180612683296,0.860335111618042],[-0.102179072797298,-0.606839179992676,0.735335111618042],[0.381705224514008,0.673077523708344,0.485335111618042],[0.358917564153671,0.2109315097332,0.844710111618042],[-0.428090333938599,-0.518249690532684,0.594710111618042],[0.373466312885284,-0.438166588544846,0.469710111618042],[-0.261374890804291,0.701233208179474,0.719710111618042],[0.210071131587029,0.591327369213104,0.532210111618042],[0.00603544386103749,-0.781928956508636,0.782210111618042],[-0.503134906291962,-0.0927259922027588,0.657210111618042],[0.702157199382782,-0.118228636682034,0.407210111618042],[0.524300813674927,-0.297333300113678,0.750960111618042],[-0.754834413528442,0.127098381519318,0.500960111618042],[-0.157584339380264,-0.443582743406296,0.625960111618042],[0.441101104021072,0.53400069475174,0.875960111618042],[-0.00421248888596892,0.545753955841064,0.438460111618042],[0.255166053771973,-0.684575736522675,0.688460111618042],[-0.560887157917023,-0.329626590013504,0.813460111618042],[0.784683883190155,0.144614472985268,0.563460111618042],[0.528545677661896,-0.567942678928375,0.723616361618042],[-0.241078644990921,0.569541454315186,0.473616361618042],[0.591539323329926,0.383302807807922,0.598616361618042],[-0.299669593572617,-0.39684197306633,0.848616361618042],[-0.647363007068634,-0.14876826107502,0.411116361618042],[0.384633928537369,-0.0476207658648491,0.661116361618042],[0.217590197920799,0.709147691726685,0.786116361618042],[0.0289955195039511,-0.564148962497711,0.536116361618042],[-0.212294593453407,-0.691888809204102,0.879866361618042],[0.321525245904922,0.425784647464752,0.629866361618042],[0.705295860767365,-0.360262304544449,0.504866361618042],[-0.637250900268555,0.078896775841713,0.754866361618042],[-0.637070298194885,-0.412805795669556,0.567366361618042],[0.577843487262726,0.132792234420776,0.817366361618042],[-0.0351650565862656,0.684185981750488,0.692366361618042],[0.176433563232422,-0.416819244623184,0.442366361618042],[-0.764670014381409,0.234626308083534,0.832991361618042],[0.521391749382019,-0.393721580505371,0.582991361618042],[0.536473631858826,0.499259531497955,0.457991361618042],[-0.250057697296143,-0.489545196294785,0.707991361618042],[0.155681192874908,-0.677444517612457,0.645491361618042],[0.0585314445197582,0.472759693861008,0.895491361618042],[0.766541540622711,0.0393978767096996,0.770491361618042],[-0.558019399642944,-0.236201539635658,0.520491361618042],[-0.522973299026489,-0.486695736646652,0.676741361618042],[0.475343585014343,0.201206058263779,0.426741361618042],[-0.17558565735817,0.764058470726013,0.551741361618042],[0.342862367630005,-0.529128789901733,0.801741361618042],[-0.0922180712223053,-0.744847297668457,0.489241361618042],[0.26349464058876,0.515851020812988,0.739241361618042],[0.645122945308685,-0.197945266962051,0.864241361618042],[-0.423863649368286,-0.0217852871865034,0.614241361618042],[0.18057119846344,-0.557653307914734,0.668928861618042],[0.0271043572574854,0.754361927509308,0.418928861618042],[0.435025274753571,0.0606916509568691,0.543928861618042],[-0.600711226463318,-0.318627417087555,0.793928861618042],[-0.513444066047668,0.109677031636238,0.481428861618042],[0.609439373016357,-0.381674826145172,0.731428861618042],[0.426283806562424,0.472477376461029,0.856428861618042],[-0.295923858880997,-0.730316638946533,0.606428861618042],[-0.0129745695739985,-0.361105114221573,0.825178861618042],[0.247419536113739,0.610611796379089,0.575178861618042],[0.545116782188416,-0.116442658007145,0.450178861618042],[-0.730262935161591,-0.101881116628647,0.700178861618042],[-0.41014689207077,-0.454591810703278,0.637678861618042],[0.681746304035187,0.361609816551208,0.887678861618042],[-0.150059968233109,0.463426291942596,0.762678861618042],[0.430416226387024,-0.552053928375244,0.512678861618042],[-0.544341087341309,-0.176260635256767,0.872053861618042],[0.745696902275085,-0.0267930198460817,0.622053861618042],[0.0851438865065575,0.398594170808792,0.497053861618042],[0.092516303062439,-0.663137853145599,0.747053861618042],[0.376388937234879,-0.339589834213257,0.559553861618042],[-0.332535356283188,0.626931965351105,0.809553861618042],[0.492529988288879,0.384007602930069,0.684553861618042],[-0.413962125778198,-0.660994112491608,0.434553861618042],[-0.366653352975845,-0.28586620092392,0.715803861618042],[0.656565427780151,0.212599486112595,0.465803861618042],[-0.0828356444835663,0.593748867511749,0.590803861618042],[0.357694804668427,-0.674365341663361,0.840803861618042],[-0.135319426655769,-0.633486866950989,0.403303861618042],[0.422460675239563,0.674564182758331,0.653303861618042],[0.502110064029694,-0.203454688191414,0.778303861618042],[-0.727840840816498,0.0261514466255903,0.528303861618042],[0.577687978744507,-0.248884528875351,0.416975736618042],[-0.78165990114212,0.0451764762401581,0.666975736618042],[-0.118291035294533,-0.500103652477264,0.791975736618042],[0.391657322645187,0.596065282821655,0.541975736618042],[-0.0489958748221397,0.417570203542709,0.729475736618042],[0.302536219358444,-0.601729393005371,0.479475736618042],[-0.46306973695755,-0.345063954591751,0.604475736618042],[0.717868447303772,0.215264856815338,0.854475736618042],[0.439216136932373,0.327289044857025,0.573225736618042],[-0.401812165975571,-0.611519992351532,0.823225736618042],[0.474421977996826,-0.447194010019302,0.698225736618042],[-0.358854502439499,0.713743627071381,0.448225736618042],[0.13911047577858,0.588122844696045,0.885725736618042],[0.0893258973956108,-0.761285185813904,0.635725736618042],[-0.453622728586197,-0.136026352643967,0.510725736618042],[0.692708909511566,-0.0400355011224747,0.760725736618042],[-0.184024766087532,0.61368852853775,0.620100736618042],[0.472627073526382,-0.634257197380066,0.870100736618042],[-0.364527523517609,-0.386722236871719,0.745100736618042],[0.645569086074829,0.324577838182449,0.495100736618042],[0.437321811914444,-0.103441052138805,0.807600736618042],[-0.679159820079803,-0.079689659178257,0.557600736618042],[-0.0341137535870075,-0.590248703956604,0.432600736618042],[0.299940705299377,0.6961949467659,0.682600736618042],[0.339382916688919,0.360046654939651,0.463850736618042],[-0.278417408466339,-0.646237015724182,0.713850736618042],[-0.600360035896301,0.142004981637001,0.838850736618042],[0.647532105445862,-0.425474673509598,0.588850736618042],[0.559207499027252,0.0656149759888649,0.651350736618042],[-0.661740481853485,-0.332708477973938,0.401350736618042],[0.109666131436825,-0.365716248750687,0.526350736618042],[0.0382485054433346,0.66178959608078,0.776350736618042],[0.723716676235199,-0.239455178380013,0.471663236618042],[-0.597603797912598,-0.017655435949564,0.721663236618042],[-0.0995356366038322,-0.681645512580872,0.846663236618042],[0.219053566455841,0.406694620847702,0.596663236618042],[-0.147364154458046,0.712080359458923,0.659163236618042],[0.283553689718246,-0.45925173163414,0.409163236618042],[-0.593609988689423,-0.528742969036102,0.534163236618042],[0.600597321987152,0.23891244828701,0.784163236618042],[0.667945325374603,0.0197335854172707,0.627913236618042],[-0.374412328004837,-0.14893801510334,0.877913236618042],[0.150994390249252,-0.72962212562561,0.752913236618042],[0.0824124738574028,0.564381659030914,0.502913236618042],[0.5816290974617,0.518071293830872,0.815413236618042],[-0.295445442199707,-0.548523664474487,0.565413236618042],[-0.672609984874725,0.222545579075813,0.440413236618042],[0.395931124687195,-0.312774658203125,0.690413236618042],[-0.0217411164194345,0.735896527767181,0.581038236618042],[0.205328419804573,-0.516171038150787,0.831038236618042],[-0.559430778026581,-0.345406800508499,0.706038236618042],[0.345460593700409,0.0714926421642303,0.456038236618042],[0.615226447582245,-0.331372827291489,0.893538236618042],[-0.47940382361412,0.0700037851929665,0.643538236618042],[-0.242085546255112,-0.731666564941406,0.518538236618042],[0.378565281629562,0.479213297367096,0.768538236618042],[0.213192775845528,0.644342601299286,0.424788236618042],[0.0128661803901196,-0.435496389865875,0.674788236618042],[-0.738133370876312,-0.152755782008171,0.799788236618042],[0.578315198421478,-0.0844470784068108,0.549788236618042],[0.669637203216553,0.413451045751572,0.737288236618042],[-0.393567800521851,-0.498204469680786,0.487288236618042],[0.47751247882843,-0.536094486713409,0.612288236618042],[-0.193255186080933,0.485820382833481,0.862288236618042],[-0.413361459970474,-0.280838310718536,0.452131986618042],[0.68452250957489,0.173112154006958,0.702131986618042],[-0.0453233607113361,0.618333578109741,0.827131986618042],[0.318356692790985,-0.708632469177246,0.577131986618042],[-0.154383406043053,-0.545297384262085,0.764631986618042],[0.434636622667313,0.602466464042664,0.514631986618042],[0.35378360748291,-0.171084806323051,0.639631986618042],[-0.662158727645874,0.0673502683639526,0.889631986618042],[-0.623898863792419,-0.15778075158596,0.545881986618042],[0.788900434970856,-0.0802415683865547,0.795881986618042],[0.145910531282425,0.51537036895752,0.670881986618042],[0.0529907196760178,-0.722937166690826,0.420881986618042],[0.31771582365036,-0.326802939176559,0.858381986618042],[-0.281267911195755,0.626076281070709,0.608381986618042],[0.491800725460052,0.334130048751831,0.483381986618042],[-0.444759547710419,-0.616498231887817,0.733381986618042],[-0.0524595677852631,-0.515759825706482,0.592756986618042],[0.311530441045761,0.644208908081055,0.842756986618042],[0.60807478427887,-0.172156795859337,0.717756986618042],[-0.782881855964661,-0.057384617626667,0.467756986618042],[-0.416575700044632,-0.404992371797562,0.780256986618042],[0.685606479644775,0.308012127876282,0.530256986618042],[-0.105005830526352,0.415215522050858,0.405256986618042],[0.379953652620316,-0.55924779176712,0.655256986618042],[0.14895498752594,-0.58899986743927,0.499006986618042],[0.0777751058340073,0.764651298522949,0.749006986618042],[0.477834463119507,0.0350248850882053,0.874006986618042],[-0.635181248188019,-0.285358339548111,0.624006986618042],[-0.316419154405594,0.0895838961005211,0.686506986618042],[0.530975103378296,-0.383060693740845,0.436506986618042],[0.39554288983345,0.384544402360916,0.561506986618042],[-0.319537460803986,-0.66076648235321,0.811506986618042],[-0.45183128118515,-0.523308217525482,0.506819486618042],[0.408434808254242,0.228193879127502,0.756819486618042],[-0.251291066408157,0.721924543380737,0.881819486618042],[0.379865676164627,-0.465890169143677,0.631819486618042],[-0.0112346494570374,-0.796837747097015,0.694319486618042],[0.230610430240631,0.606838583946228,0.444319486618042],[0.716509938240051,-0.136782184243202,0.569319486618042],[-0.536792159080505,-0.0868667289614677,0.819319486618042],[-0.734015882015228,0.140124082565308,0.600569486618042],[0.492964655160904,-0.293956428766251,0.850569486618042],[0.438435137271881,0.507792890071869,0.725569486618042],[-0.146368026733398,-0.385159343481064,0.475569486618042],[0.23368538916111,-0.671345889568329,0.788069486618042],[0.00717975851148367,0.509237289428711,0.538069486618042],[0.770909190177917,0.124752871692181,0.413069486618042],[-0.54652464389801,-0.305345147848129,0.663069486618042],[-0.123795665800571,-0.648482322692871,0.553694486618042],[0.188904747366905,0.31679305434227,0.803694486618042],[0.690287053585052,-0.262322455644608,0.678694486618042],[-0.559249103069305,0.00788487773388624,0.428694486618042],[-0.598901510238647,-0.48831707239151,0.866194486618042],[0.579713404178619,0.201789498329163,0.616194486618042],[-0.112020388245583,0.692228972911835,0.491194486618042],[0.238850608468056,-0.42750883102417,0.741194486618042],[0.572161495685577,-0.494011849164963,0.459944486618042],[-0.286724120378494,0.513195633888245,0.709944486618042],[0.528001844882965,0.430508673191071,0.834944486618042],[-0.226734027266502,-0.380232751369476,0.584944486618042],[-0.680223524570465,-0.236775562167168,0.772444486618042],[0.527134597301483,-0.00743209337815642,0.522444486618042],[0.147947490215302,0.774997472763062,0.647444486618042],[0.101888127624989,-0.629616737365723,0.897444486618042],[0.471648901700974,-0.0221001859754324,0.556624174118042],[-0.661820650100708,-0.206352636218071,0.806624174118042],[0.0768696740269661,-0.598632633686066,0.681624174118042],[0.168173894286156,0.747294664382935,0.431624174118042],[-0.298879235982895,0.578640699386597,0.869124174118042],[0.586910367012024,-0.541258454322815,0.619124174118042],[-0.295244216918945,-0.46019458770752,0.494124174118042],[0.581477999687195,0.44324404001236,0.744124174118042],[0.550478518009186,0.171636655926704,0.400374174118042],[-0.595597982406616,-0.45400732755661,0.650374174118042],[0.192006379365921,-0.371731102466583,0.775374174118042],[-0.0856960639357567,0.667369306087494,0.525374174118042],[0.276883095502853,0.431575298309326,0.712874174118042],[-0.15646056830883,-0.695245563983917,0.462874174118042],[-0.627589166164398,0.0294071212410927,0.587874174118042],[0.721938669681549,-0.301738291978836,0.837874174118042],[0.0177283994853497,0.378348886966705,0.478499174118042],[0.197117984294891,-0.632202982902527,0.728499174118042],[-0.499426633119583,-0.257963627576828,0.853499174118042],[0.734090507030487,0.0942636504769325,0.603499174118042],[0.518600940704346,-0.332715570926666,0.665999174118042],[-0.755400657653809,0.169998094439507,0.415999174118042],[-0.190319135785103,-0.455357283353806,0.540999174118042],[0.476628452539444,0.516829192638397,0.790999174118042],[0.227672800421715,0.544729650020599,0.634749174118042],[-0.0354566387832165,-0.756694376468658,0.884749174118042],[-0.444099277257919,-0.0570262372493744,0.759749174118042],[0.666513204574585,-0.149994537234306,0.509749174118042],[0.471238970756531,0.243404150009155,0.822249174118042],[-0.489467412233353,-0.530751049518585,0.572249174118042],[0.387966811656952,-0.508961498737335,0.447249174118042],[-0.235298410058022,0.754656493663788,0.697249174118042],[0.560215651988983,-0.43271467089653,0.642561674118042],[-0.479588776826859,0.152897343039513,0.892561674118042],[-0.361622512340546,-0.689293146133423,0.767561674118042],[0.460126608610153,0.418936103582382,0.517561674118042],[0.0995352193713188,0.73785012960434,0.830061674118042],[0.121480196714401,-0.556354284286499,0.580061674118042],[-0.617568910121918,-0.253500550985336,0.455061674118042],[0.400221049785614,0.0161951426416636,0.705061674118042],[0.734946072101593,0.301681697368622,0.486311674118042],[-0.477423936128616,-0.434684991836548,0.736311674118042],[0.38844358921051,-0.614047884941101,0.861311674118042],[-0.114921092987061,0.526314914226532,0.611311674118042],[0.319742381572723,0.609464943408966,0.673811674118042],[-0.0615528300404549,-0.456288397312164,0.423811674118042],[-0.76115083694458,-0.0308003462851048,0.548811674118042],[0.568835198879242,-0.181349918246269,0.798811674118042],[-0.272398680448532,0.663607835769653,0.408186674118042],[0.351259529590607,-0.385795950889587,0.658186674118042],[-0.48077267408371,-0.622434079647064,0.783186674118042],[0.535941421985626,0.339033842086792,0.533186674118042],[0.746474146842957,-0.100698590278625,0.720686674118042],[-0.570155262947083,-0.124493658542633,0.470686674118042],[0.0274152308702469,-0.677496492862701,0.595686674118042],[0.131787985563278,0.413375675678253,0.845686674118042],[0.470788419246674,0.609507918357849,0.564436674118042],[-0.185259610414505,-0.581098616123199,0.814436674118042],[-0.69191300868988,0.0933383479714394,0.689436674118042],[0.427854180335999,-0.224464282393456,0.439436674118042],[0.641669452190399,0.140108808875084,0.876936674118042],[-0.294038087129593,-0.186006993055344,0.626936674118042],[0.279354572296143,-0.680553495883942,0.501936674118042],[-0.0224219355732203,0.554100096225739,0.751936674118042],[-0.342103660106659,-0.485272765159607,0.529280424118042],[0.623658895492554,0.433732569217682,0.779280424118042],[-0.190644964575768,0.412267714738846,0.654280424118042],[0.483329951763153,-0.486423283815384,0.404280424118042],[0.0448935031890869,-0.532700419425964,0.841780424118042],[0.189693763852119,0.699020147323608,0.591780424118042],[0.640201151371002,-0.0580686666071415,0.466780424118042],[-0.766122698783875,-0.202664956450462,0.716780424118042],[-0.388719767332077,0.0352583564817905,0.435530424118042],[0.601710736751556,-0.282922476530075,0.685530424118042],[0.326014161109924,0.462449848651886,0.810530424118042],[-0.194415673613548,-0.716420352458954,0.560530424118042],[0.259905844926834,-0.562043607234955,0.748030424118042],[-0.0651958286762238,0.773605108261108,0.498030424118042],[0.481934428215027,0.127487704157829,0.623030424118042],[-0.57917594909668,-0.402796268463135,0.873030424118042],[-0.234321564435959,-0.498347789049149,0.513655424118042],[0.520250916481018,0.51694244146347,0.763655424118042],[0.260363191366196,-0.183548748493195,0.888655424118042],[-0.631211042404175,0.171292334794998,0.638655424118042],[-0.433628678321838,-0.200522914528847,0.701155424118042],[0.693262577056885,0.0584249347448349,0.451155424118042],[0.0548093505203724,0.604267477989197,0.576155424118042],[0.196424961090088,-0.742533981800079,0.826155424118042],[0.243440508842468,-0.350040227174759,0.607405424118042],[-0.172739580273628,0.652997553348541,0.857405424118042],[0.52655017375946,0.243492603302002,0.732405424118042],[-0.532782196998596,-0.529394030570984,0.482405424118042],[-0.629009425640106,-0.0530099794268608,0.794905424118042],[0.757096529006958,-0.205453991889954,0.544905424118042],[0.220114901661873,0.468133509159088,0.419905424118042],[-0.0645874515175819,-0.712070107460022,0.669905424118042],[-0.677113592624664,-0.388057202100754,0.615217924118042],[0.616132974624634,0.10661555826664,0.865217924118042],[0.00226558395661414,0.710256218910217,0.740217924118042],[0.172262698411942,-0.478026747703552,0.490217924118042],[-0.231236651539803,-0.62906676530838,0.802717924118042],[0.264435261487961,0.313107907772064,0.552717924118042],[0.645488500595093,-0.375423341989517,0.427717924118042],[-0.564036130905151,0.101310938596725,0.677717924118042],[-0.718206882476807,-0.124278403818607,0.521467924118042],[0.534222483634949,-0.0959558859467506,0.771467924118042],[0.274779349565506,0.747522354125977,0.896467924118042],[-0.00206851796247065,-0.648476481437683,0.646467924118042],[0.489145964384079,-0.586732149124146,0.708967924118042],[-0.203518837690353,0.564762115478516,0.458967924118042],[0.599308550357819,0.343466728925705,0.583967924118042],[-0.300932705402374,-0.356323152780533,0.833967924118042],[0.134442791342735,-0.77694708108902,0.443342924118042],[0.11262921243906,0.627049207687378,0.693342924118042],[0.719669580459595,-0.00229561072774231,0.818342924118042],[-0.494952976703644,-0.178362265229225,0.568342924118042],[-0.342191129922867,-0.588350296020508,0.755842924118042],[0.338713496923447,0.282378137111664,0.505842924118042],[-0.375603944063187,0.655384182929993,0.630842924118042],[0.448471069335938,-0.3787562251091,0.880842924118042],[0.34837543964386,-0.607873678207397,0.537092924118042],[-0.0832778662443161,0.48126408457756,0.787092924118042],[0.726497113704681,0.261801987886429,0.662092924118042],[-0.470878541469574,-0.392561286687851,0.412092924118042],[-0.737889647483826,0.00235372921451926,0.849592924118042],[0.524076342582703,-0.192643538117409,0.599592924118042],[0.33157742023468,0.570101499557495,0.474592924118042],[-0.0645626708865166,-0.359444707632065,0.724592924118042],[0.419868797063828,0.624059557914734,0.867171049118042],[-0.140102416276932,-0.564742624759674,0.617171049118042],[-0.675163567066193,0.0464159063994884,0.492171049118042],[0.393190979957581,-0.174507305026054,0.742171049118042],[0.688192903995514,0.198210448026657,0.554671049118042],[-0.419954627752304,-0.30586850643158,0.804671049118042],[0.345162332057953,-0.705584943294525,0.679671049118042],[-0.0668745934963226,0.629165947437286,0.429671049118042],[-0.288006842136383,0.588746964931488,0.773421049118042],[0.242220357060432,-0.233360767364502,0.523421049118042],[-0.410032033920288,-0.609439015388489,0.648421049118042],[0.446704030036926,0.32535108923912,0.898421049118042],[0.767306089401245,-0.0527504906058311,0.460921049118042],[-0.584572732448578,-0.168366193771362,0.710921049118042],[0.0736646875739098,-0.693048119544983,0.835921049118042],[0.115690067410469,0.466338217258453,0.585921049118042],[0.66781085729599,0.326683819293976,0.695296049118042],[-0.39383938908577,-0.408791571855545,0.445296049118042],[0.392239689826965,-0.538541436195374,0.570296049118042],[-0.109479777514935,0.380117237567902,0.820296049118042],[0.28667226433754,0.645915389060974,0.507796049118042],[-0.0343584753572941,-0.499776721000671,0.757796049118042],[-0.77301698923111,-0.0821646451950073,0.882796049118042],[0.60249125957489,-0.149467170238495,0.632796049118042],[0.569987952709198,-0.383489280939102,0.789046049118042],[-0.443892538547516,0.110121704638004,0.539046049118042],[-0.308594971895218,-0.695310473442078,0.414046049118042],[0.413093537092209,0.42877671122551,0.664046049118042],[0.0544204562902451,0.791597306728363,0.601546049118042],[0.17830616235733,-0.619084596633911,0.851546049118042],[-0.651657283306122,-0.318781703710556,0.726546049118042],[0.533654987812042,0.0567226521670818,0.476546049118042],[0.29733607172966,0.53789621591568,0.781233549118042],[-0.120068520307541,-0.763883590698242,0.531233549118042],[-0.490904897451401,-0.0091450521722436,0.406233549118042],[0.663872599601746,-0.227718576788902,0.656233549118042],[0.347414642572403,0.133827969431877,0.593733549118042],[-0.49825581908226,-0.434154778718948,0.843733549118042],[0.289110600948334,-0.479884326457977,0.718733549118042],[-0.141860410571098,0.725263476371765,0.468733549118042],[0.0820255801081657,0.52185195684433,0.687483549118042],[0.138372108340263,-0.707429468631744,0.437483549118042],[-0.595849692821503,-0.229527905583382,0.562483549118042],[0.789354801177979,0.014704866334796,0.812483549118042],[0.457946360111237,-0.36994868516922,0.499983549118042],[-0.715531826019287,0.245438501238823,0.749983549118042],[-0.214994534850121,-0.388936132192612,0.874983549118042],[0.514115631580353,0.447974234819412,0.624983549118042],[0.637792110443115,0.124751143157482,0.765608549118042],[-0.683029651641846,-0.411497294902802,0.515608549118042],[0.195826545357704,-0.508361637592316,0.640608549118042],[-0.0135971065610647,0.729890465736389,0.890608549118042],[0.294915974140167,0.365066021680832,0.453108549118042],[-0.224525466561317,-0.654563665390015,0.703108549118042],[-0.594634234905243,0.093465618789196,0.828108549118042],[0.669462084770203,-0.370062559843063,0.578108549118042],[0.504260063171387,-0.07926045358181,0.859358549118042],[-0.698217213153839,-0.136570200324059,0.609358549118042],[0.0116743687540293,-0.626678228378296,0.484358549118042],[0.253546506166458,0.739169239997864,0.734358549118042],[-0.206635624170303,0.536421835422516,0.546858549118042],[0.491273820400238,-0.56380820274353,0.796858549118042],[-0.260281264781952,-0.322192937135696,0.671858549118042],[0.575213253498077,0.346542358398438,0.421858549118042],[0.273662060499191,-0.627365291118622,0.894514799118042],[-0.0280620362609625,0.450140506029129,0.644514799118042],[0.737422347068787,0.177954956889153,0.519514799118042],[-0.493335574865341,-0.327364921569824,0.769514799118042],[-0.786499619483948,0.0886754840612411,0.582014799118042],[0.574348151683807,-0.28551834821701,0.832014799118042],[0.42946320772171,0.581812918186188,0.707014799118042],[-0.150638341903687,-0.510746777057648,0.457014799118042],[0.0461189523339272,-0.73978978395462,0.738264799118042],[0.15954153239727,0.5409334897995,0.488264799118042],[0.659388303756714,-0.0743440613150597,0.613264799118042],[-0.374000877141953,-0.0902539938688278,0.863264799118042],[-0.418248325586319,-0.566619634628296,0.425764799118042],[0.413316279649734,0.27426615357399,0.675764799118042],[-0.30999282002449,0.710652887821198,0.800764799118042],[0.425718933343887,-0.447561085224152,0.550764799118042],[-0.672849953174591,-0.0419458821415901,0.660139799118042],[0.405189335346222,-0.119505509734154,0.410139799118042],[0.333856910467148,0.671585917472839,0.535139799118042],[-0.0647995322942734,-0.574733912944794,0.785139799118042],[0.433192223310471,-0.652816236019135,0.472639799118042],[-0.147733479738235,0.612188458442688,0.722639799118042],[0.654276728630066,0.285401046276093,0.847639799118042],[-0.373181581497192,-0.354969322681427,0.597639799118042],[-0.703053951263428,-0.306678116321564,0.816389799118042],[0.603979647159576,0.037652462720871,0.566389799118042],[0.0778080448508263,0.690111815929413,0.441389799118042],[0.111423686146736,-0.461725354194641,0.691389799118042],[-0.325973391532898,-0.655727446079254,0.628889799118042],[0.397592931985855,0.378189325332642,0.878889799118042],[0.643134534358978,-0.47472757101059,0.753889799118042],[-0.625998675823212,0.184630453586578,0.503889799118042],[0.302867650985718,-0.379841029644012,0.808577299118042],[-0.222702547907829,0.663001120090485,0.558577299118042],[0.537042379379272,0.292406767606735,0.433577299118042],[-0.510330677032471,-0.578189671039581,0.683577299118042],[-0.550255417823792,-0.0828964933753014,0.621077299118042],[0.722157776355743,-0.146042332053185,0.871077299118042],[0.130531296133995,0.332516819238663,0.746077299118042],[-0.016456350684166,-0.657947957515717,0.496077299118042],[-0.2322658598423,-0.591676473617554,0.652327299118042]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[0.159676522016525,0.728052020072937,0.661604642868042],[0.403781294822693,-0.0167135149240494,0.786604642868042],[-0.637167870998383,-0.202485591173172,0.536604642868042],[-0.270459234714508,-0.426664859056473,0.724104642868042],[0.561326146125793,0.432743638753891,0.474104642868042],[-0.289108961820602,0.552316009998322,0.599104642868042],[0.575646042823792,-0.52508944272995,0.849104642868042],[0.214574381709099,-0.40992459654808,0.567854642868042],[-0.0915040895342827,0.683086633682251,0.817854642868042],[0.570175349712372,0.18119603395462,0.692854642868042],[-0.603931665420532,-0.465589553117752,0.442854642868042],[-0.646170556545258,0.0267466101795435,0.880354642868042],[0.735350966453552,-0.30264338850975,0.630354642868042],[0.289240717887878,0.456293731927872,0.505354642868042],[-0.155841425061226,-0.710565745830536,0.755354642868042],[-0.518179416656494,-0.271240204572678,0.645979642868042],[0.747367143630981,0.100114904344082,0.895979642868042],[0.0180558022111654,0.436209559440613,0.770979642868042],[0.205650612711906,-0.647127330303192,0.520979642868042],[-0.199198812246323,-0.48400542140007,0.833479642868042],[0.484019666910172,0.530622005462646,0.583479642868042],[0.536551475524902,-0.340115427970886,0.458479642868042],[-0.768965244293213,0.168649613857269,0.708479642868042],[-0.35190162062645,-0.04713961109519,0.489729642868042],[0.642540693283081,-0.140922158956528,0.739729642868042],[0.211603790521622,0.514146566390991,0.864729642868042],[-0.0304593797773123,-0.735867202281952,0.614729642868042],[0.373107761144638,-0.483970463275909,0.677229642868042],[-0.233488962054253,0.734727144241333,0.427229642868042],[0.4298235476017,0.224990457296371,0.552229642868042],[-0.471136063337326,-0.516497910022736,0.802229642868042],[-0.367387920618057,-0.709664404392242,0.481917142868042],[0.479935675859451,0.441783428192139,0.731917142868042],[0.581741869449615,-0.444297015666962,0.856917142868042],[-0.523238897323608,0.163674935698509,0.606917142868042],[-0.640730619430542,-0.267100691795349,0.669417142868042],[0.473781019449234,0.0217606872320175,0.419417142868042],[0.0983618572354317,0.76043426990509,0.544417142868042],[0.132228836417198,-0.590118944644928,0.794417142868042],[0.384735614061356,-0.600906908512115,0.638167142868042],[-0.112489394843578,0.502024590969086,0.888167142868042],[0.72291761636734,0.301361888647079,0.763167142868042],[-0.463072001934052,-0.426260322332382,0.513167142868042],[-0.748931169509888,-0.0343982875347137,0.825667142868042],[0.55157995223999,-0.172540321946144,0.575667142868042],[0.309785783290863,0.598397314548492,0.450667142868042],[-0.0540632307529449,-0.417962163686752,0.700667142868042],[-0.47043576836586,-0.615966737270355,0.560042142868042],[0.519882321357727,0.332858949899673,0.810042142868042],[-0.270867019891739,0.649765431880951,0.685042142868042],[0.335522294044495,-0.364497870206833,0.435042142868042],[0.0304299779236317,-0.662531793117523,0.872542142868042],[0.114427648484707,0.365804314613342,0.622542142868042],[0.734827399253845,-0.095049612224102,0.497542142868042],[-0.549872517585754,-0.123210765421391,0.747542142868042],[-0.71688836812973,0.0927292108535767,0.403792142868042],[0.472420275211334,-0.244568422436714,0.653792142868042],[0.480250328779221,0.628817498683929,0.778792142868042],[-0.191380873322487,-0.611809730529785,0.528792142868042],[0.291783809661865,-0.699941396713257,0.716292142868042],[-0.0271458886563778,0.591029465198517,0.466292142868042],[0.667583167552948,0.149586364626884,0.591292142868042],[-0.379149347543716,-0.242753490805626,0.841292142868042],[-0.142173171043396,0.38788253068924,0.446760892868042],[0.432607501745224,-0.513197064399719,0.696760892868042],[-0.368220150470734,-0.440851122140884,0.821760892868042],[0.64654403924942,0.375236928462982,0.571760892868042],[0.617141306400299,-0.107378356158733,0.759260892868042],[-0.769014596939087,-0.137394204735756,0.509260892868042],[0.0011545253219083,-0.509869039058685,0.634260892868042],[0.241714328527451,0.668812870979309,0.884260892868042],[0.385611861944199,0.461673349142075,0.540510892868042],[-0.2599056661129,-0.719147503376007,0.790510892868042],[-0.461648225784302,0.0803236290812492,0.665510892868042],[0.599802136421204,-0.344487398862839,0.415510892868042],[0.535791456699371,0.0957259312272072,0.853010892868042],[-0.631139636039734,-0.366296619176865,0.603010892868042],[0.223533511161804,-0.609853088855743,0.478010892868042],[-0.00180505553726107,0.797160446643829,0.728010892868042],[0.34042763710022,-0.284341603517532,0.618635892868042],[-0.641007781028748,0.23166535794735,0.868635892868042],[-0.29298797249794,-0.510134220123291,0.743635892868042],[0.578171968460083,0.487379103899002,0.493635892868042],[0.109393462538719,0.628722786903381,0.806135892868042],[0.138810113072395,-0.776939630508423,0.556135892868042],[-0.495488077402115,-0.181614547967911,0.431135892868042],[0.720543146133423,0.00163156655617058,0.681135892868042],[0.52558159828186,0.192644938826561,0.524885892868042],[-0.564822494983673,-0.476125985383987,0.774885892868042],[0.18602167069912,-0.3205206990242,0.899885892868042],[-0.116172775626183,0.650235295295715,0.649885892868042],[0.244212731719017,0.425209492444992,0.712385892868042],[-0.120256155729294,-0.691154479980469,0.462385892868042],[-0.61421662569046,-0.00139080546796322,0.587385892868042],[0.726983249187469,-0.262737572193146,0.837385892868042],[0.0615662559866905,0.722545683383942,0.517073392868042],[0.13993676006794,-0.517560482025146,0.767073392868042],[-0.718139052391052,-0.336855530738831,0.892073392868042],[0.641316831111908,0.0575715303421021,0.642073392868042],[0.623910307884216,-0.434764623641968,0.704573392868042],[-0.575055599212646,0.152690902352333,0.454573392868042],[-0.288789689540863,-0.622990608215332,0.579573392868042],[0.322112232446671,0.323574304580688,0.829573392868042],[0.326827615499496,0.705047786235809,0.610823392868042],[-0.052669595927,-0.618133842945099,0.860823392868042],[-0.703544199466705,-0.0631577298045158,0.735823392868042],[0.483591049909592,-0.128404900431633,0.485823392868042],[0.602879643440247,0.28279110789299,0.798323392868042],[-0.2781682908535,-0.279430896043777,0.548323392868042],[0.427635461091995,-0.607792913913727,0.423323392868042],[-0.148039177060127,0.547527551651001,0.673323392868042],[0.694129228591919,-0.0591449625790119,0.532698392868042],[-0.463165551424026,-0.125229582190514,0.782698392868042],[0.068744458258152,-0.765777468681335,0.657698392868042],[0.156016275286674,0.587579369544983,0.407698392868042],[-0.311815321445465,0.664756059646606,0.845198392868042],[0.391308128833771,-0.389540016651154,0.595198392868042],[-0.374518394470215,-0.537453770637512,0.470198392868042],[0.272193044424057,0.191511616110802,0.720198392868042],[0.75801545381546,0.204950392246246,0.438948392868042],[-0.517162382602692,-0.363868981599808,0.688948392868042],[0.304010093212128,-0.648116171360016,0.813948392868042],[-0.0464025661349297,0.516900420188904,0.563948392868042],[0.386730372905731,0.554978609085083,0.751448392868042],[-0.110155217349529,-0.414860159158707,0.501448392868042],[-0.749172270298004,0.0638350397348404,0.626448392868042],[0.527507960796356,-0.244528323411942,0.876448392868042],[-0.659048736095428,0.0128875365480781,0.765120267868042],[0.338892906904221,-0.130905598402023,0.515120267868042],[0.381225854158401,0.631460309028625,0.640120267868042],[-0.107599392533302,-0.547413945198059,0.890120267868042],[0.372840911149979,-0.675965011119843,0.452620267868042],[-0.0945708602666855,0.605317354202271,0.702620267868042],[0.662643134593964,0.226611688733101,0.827620267868042],[-0.379709750413895,-0.306165486574173,0.577620267868042],[-0.390271753072739,-0.646443903446198,0.858870267868042],[0.456636726856232,0.368192851543427,0.608870267868042],[-0.328568518161774,0.595698654651642,0.483870267868042],[0.331550300121307,-0.289436310529709,0.733870267868042],[0.111044563353062,-0.710760116577148,0.546370267868042],[0.101366013288498,0.515701472759247,0.796370267868042],[0.788092613220215,-0.0154109578579664,0.671370267868042],[-0.602465987205505,-0.206032201647758,0.421370267868042],[0.433381259441376,-0.537484109401703,0.780745267868042],[-0.150680333375931,0.440609633922577,0.530745267868042],[0.668653190135956,0.368807911872864,0.405745267868042],[-0.394523620605469,-0.451928198337555,0.655745267868042],[-0.786636829376221,-0.122899048030376,0.593245267868042],[0.635960340499878,-0.125004038214684,0.843245267868042],[0.262532383203506,0.679652869701385,0.718245267868042],[-0.0106018995866179,-0.54216480255127,0.468245267868042],[-0.268966436386108,-0.696309566497803,0.686995267868042],[0.376575589179993,0.43136864900589,0.436995267868042],[0.573482811450958,-0.346223622560501,0.561995267868042],[-0.40104141831398,0.0788284912705421,0.811995267868042],[-0.621668040752411,-0.342892408370972,0.499495267868042],[0.501447737216949,0.0783429443836212,0.749495267868042],[0.015253234654665,0.780026912689209,0.874495267868042],[0.202211380004883,-0.591293394565582,0.624495267868042],[-0.515553534030914,-0.0349637493491173,0.694807767868042],[0.686597764492035,-0.198439329862595,0.444807767868042],[0.277744948863983,0.566440880298615,0.569807767868042],[-0.0836108550429344,-0.779756605625153,0.819807767868042],[0.323147863149643,-0.481262296438217,0.507307767868042],[-0.180106699466705,0.728882670402527,0.757307767868042],[0.38898491859436,0.172209829092026,0.882307767868042],[-0.486633837223053,-0.467966854572296,0.632307767868042],[-0.55444461107254,-0.245461493730545,0.788557767868042],[0.766054689884186,0.0519522093236446,0.538557767868042],[0.0508620925247669,0.474340945482254,0.413557767868042],[0.166818603873253,-0.675106465816498,0.663557767868042],[-0.136485189199448,-0.278351753950119,0.601057767868042],[0.471181035041809,0.453106820583344,0.851057767868042],[0.444441705942154,-0.324333280324936,0.726057767868042],[-0.704302608966827,0.203556343913078,0.476057767868042],[0.20155730843544,-0.455274522304535,0.866682767868042],[-0.047713540494442,0.703553974628448,0.616682767868042],[0.600776493549347,0.148451700806618,0.491682767868042],[-0.644318222999573,-0.432633191347122,0.741682767868042],[-0.562131643295288,0.0602756179869175,0.554182767868042],[0.66627049446106,-0.326694756746292,0.804182767868042],[0.229281201958656,0.314189553260803,0.679182767868042],[-0.184521347284317,-0.638441741466522,0.429182767868042],[0.0434713065624237,-0.641000628471375,0.772932767868042],[0.219965413212776,0.761077761650085,0.522932767868042],[0.531023800373077,-0.0569400191307068,0.647932767868042],[-0.702873647212982,-0.173679873347282,0.897932767868042],[-0.267283082008362,-0.366264432668686,0.460432767868042],[0.569030523300171,0.382080614566803,0.710432767868042],[-0.240187540650368,0.542531907558441,0.835432767868042],[0.526367783546448,-0.547364354133606,0.585432767868042],[0.720920503139496,0.145097777247429,0.729964017868042],[-0.473031997680664,-0.288510411977768,0.479964017868042],[0.239305555820465,-0.611272037029266,0.604964017868042],[-0.00831469800323248,0.345214128494263,0.854964017868042],[0.435581922531128,0.545248508453369,0.417464017868042],[-0.154057070612907,-0.457236349582672,0.667464017868042],[-0.76120001077652,0.115396037697792,0.792464017868042],[0.53504604101181,-0.291962087154388,0.542464017868042],[0.6700718998909,-0.101581245660782,0.886214017868042],[-0.424448519945145,-0.0854276418685913,0.636214017868042],[0.0181304030120373,-0.752747893333435,0.511214017868042],[0.186199083924294,0.552632808685303,0.761214017868042],[-0.286621481180191,0.732133805751801,0.573714017868042],[0.418977200984955,-0.475575268268585,0.823714017868042],[-0.447549283504486,-0.560228824615479,0.698714017868042],[0.444964647293091,0.271391630172729,0.448714017868042],[0.364764750003815,0.668463289737701,0.808089017868042],[-0.0894262716174126,-0.589892685413361,0.558089017868042],[-0.687732100486755,-0.0165644567459822,0.433089017868042],[0.43559804558754,-0.1467664539814,0.683089017868042],[0.676329553127289,0.264774769544601,0.620589017868042],[-0.403838217258453,-0.355777531862259,0.870589017868042],[0.413549900054932,-0.678042590618134,0.745589017868042],[-0.127327084541321,0.632626533508301,0.495589017868042],[0.100009404122829,0.659703373908997,0.651839017868042],[0.0787914991378784,-0.391476780176163,0.401839017868042],[-0.693042457103729,-0.271317690610886,0.526839017868042],[0.568844079971313,0.0137009648606181,0.776839017868042],[0.607959032058716,-0.485679417848587,0.464339017868042],[-0.589341521263123,0.198567375540733,0.714339017868042],[-0.338929176330566,-0.621117353439331,0.839339017868042],[0.377251297235489,0.332354724407196,0.589339017868042],[0.573006331920624,0.284190267324448,0.659651517868042],[-0.545166850090027,-0.572076380252838,0.409651517868042],[0.314276814460754,-0.426590472459793,0.534651517868042],[-0.203522235155106,0.692413151264191,0.784651517868042],[0.179067641496658,0.409474849700928,0.472151517868042],[-0.0431183762848377,-0.681501030921936,0.722151517868042],[-0.586319983005524,-0.0655563697218895,0.847151517868042],[0.735961973667145,-0.178323462605476,0.597151517868042],[0.41044870018959,-0.272910743951797,0.815901517868042],[-0.682989597320557,0.16548827290535,0.565901517868042],[-0.246721789240837,-0.56417989730835,0.440901517868042],[0.533988177776337,0.560345888137817,0.690901517868042],[0.0354643911123276,0.560527145862579,0.628401517868042],[0.208636626601219,-0.709813117980957,0.878401517868042],[-0.337920546531677,-0.16759629547596,0.753401517868042],[0.657784581184387,0.073546826839447,0.503401517868042],[0.347662627696991,0.522873044013977,0.894026517868042],[-0.184198305010796,-0.760208129882812,0.644026517868042],[-0.511162102222443,0.032341081649065,0.519026517868042],[0.652658522129059,-0.285414427518845,0.769026517868042],[0.400415867567062,0.117694944143295,0.581526517868042],[-0.541449308395386,-0.398895382881165,0.831526517868042],[0.256004750728607,-0.516176462173462,0.706526517868042],[-0.0831862911581993,0.743997573852539,0.456526517868042],[-0.242716193199158,0.489383071660995,0.737776517868042],[0.529095649719238,-0.504207909107208,0.487776517868042],[-0.360407143831253,-0.542040407657623,0.612776517868042],[0.642588376998901,0.473406314849854,0.862776517868042],[0.601941764354706,-0.0380846858024597,0.425276517868042],[-0.73464435338974,-0.215935319662094,0.675276517868042],[0.0523869954049587,-0.46853631734848,0.800276517868042],[0.163176134228706,0.67344719171524,0.550276517868042],[-0.743480145931244,-0.263349324464798,0.842268705368042],[0.637422144412994,-0.0055099856108427,0.592268705368042],[0.131144478917122,0.707919001579285,0.467268705368042],[0.0869651138782501,-0.519419193267822,0.717268705368042],[0.517831921577454,-0.442196160554886,0.529768705368042],[-0.21760630607605,0.384543657302856,0.779768705368042],[0.583040773868561,0.480702728033066,0.654768705368042],[-0.298104733228683,-0.506177127361298,0.404768705368042],[-0.540817856788635,-0.445890963077545,0.748518705368042],[0.460997492074966,0.163290679454803,0.498518705368042],[-0.127560272812843,0.761883139610291,0.623518705368042],[0.302116572856903,-0.533886253833771,0.873518705368042],[-0.134461164474487,-0.725822448730469,0.436018705368042],[0.283589631319046,0.481530696153641,0.686018705368042],[0.618085861206055,-0.231034576892853,0.811018705368042],[-0.367029458284378,0.00317266513593495,0.561018705368042],[0.260658591985703,-0.735883772373199,0.701643705368042],[0.00540814734995365,0.625640988349915,0.451643705368042],[0.700802743434906,0.117333732545376,0.576643705368042],[-0.44273254275322,-0.250534355640411,0.826643705368042],[-0.659331679344177,0.122143507003784,0.514143705368042],[0.354093581438065,-0.208537623286247,0.764143705368042],[0.485089480876923,0.568061888217926,0.889143705368042],[-0.200802728533745,-0.537206709384918,0.639143705368042],[-0.00630278792232275,-0.729137420654297,0.795393705368042],[0.190216526389122,0.508885443210602,0.545393705368042],[0.783342897891998,-0.14511701464653,0.420393705368042],[-0.639922738075256,-0.107140734791756,0.670393705368042],[-0.496225625276566,-0.581102848052979,0.607893705368042],[0.52281528711319,0.295851737260818,0.857893705368042],[-0.230736300349236,0.651408016681671,0.732893705368042],[0.297160744667053,-0.360424071550369,0.482893705368042],[-0.531140506267548,0.147251009941101,0.803206205368042],[0.597345054149628,-0.426007568836212,0.553206205368042],[0.231259629130363,0.22729580104351,0.428206205368042],[-0.281671047210693,-0.590661346912384,0.678206205368042],[0.119828499853611,-0.463184416294098,0.615706205368042],[0.0666540786623955,0.692829608917236,0.865706205368042],[0.605270206928253,0.0476861596107483,0.740706205368042],[-0.699129581451416,-0.318681538105011,0.490706205368042],[-0.304770261049271,-0.299546420574188,0.709456205368042],[0.614914000034332,0.280293852090836,0.459456205368042],[-0.145406931638718,0.562055110931396,0.584456205368042],[0.425618469715118,-0.619168996810913,0.834456205368042],[-0.0604849085211754,-0.628704726696014,0.521956205368042],[0.337776571512222,0.708314001560211,0.771956205368042],[0.499038338661194,-0.138351142406464,0.896956205368042],[-0.713077664375305,-0.0561797581613064,0.646956205368042],[0.416482448577881,-0.423745512962341,0.756331205368042],[-0.315190702676773,0.691471338272095,0.506331205368042],[0.374958872795105,0.257747739553452,0.631331205368042],[-0.39833864569664,-0.558547854423523,0.881331205368042],[-0.518052995204926,-0.134023323655128,0.443831205368042],[0.721259117126465,-0.0693891644477844,0.693831205368042],[0.171832501888275,0.619807004928589,0.818831205368042],[0.0622616857290268,-0.790274262428284,0.568831205368042],[-0.104634612798691,-0.377421438694,0.850081205368042],[0.386262655258179,0.541615009307861,0.600081205368042],[0.511129379272461,-0.24374432861805,0.475081205368042],[-0.73919415473938,0.071114607155323,0.725081205368042],[-0.510608434677124,-0.350993633270264,0.537581205368042],[0.75185090303421,0.194508194923401,0.787581205368042],[-0.039202094078064,0.49758380651474,0.662581205368042],[0.292732059955597,-0.642201125621796,0.412581205368042],[0.608555197715759,0.380337446928024,0.869612455368042],[-0.321525096893311,-0.411603480577469,0.619612455368042],[0.526480734348297,-0.584618866443634,0.494612455368042],[-0.237751320004463,0.58831512928009,0.744612455368042],[0.232786551117897,0.716644942760468,0.557112455368042],[0.0204302240163088,-0.583661317825317,0.807112455368042],[-0.663537919521332,-0.141096696257591,0.682112455368042],[0.430557459592819,-0.0604746006429195,0.432112455368042],[0.68026727437973,-0.361632376909256,0.713362455368042],[-0.604376494884491,0.0848886147141457,0.463362455368042],[-0.215789332985878,-0.664318203926086,0.588362455368042],[0.297840923070908,0.38128399848938,0.838362455368042],[-0.0229878034442663,0.65672755241394,0.400862455368042],[0.131294593214989,-0.324888169765472,0.650862455368042],[-0.624078273773193,-0.390039175748825,0.775862455368042],[0.542894303798676,0.115442670881748,0.525862455368042],[0.526234984397888,0.473902881145477,0.666487455368042],[-0.236563250422478,-0.444999516010284,0.416487455368042],[-0.740558385848999,0.240554302930832,0.541487455368042],[0.490687996149063,-0.383302122354507,0.791487455368042],[0.744352161884308,0.0260549765080214,0.478987455368042],[-0.528398394584656,-0.213537648320198,0.728987455368042],[0.138919293880463,-0.653298258781433,0.853987455368042],[0.0558806471526623,0.397850155830383,0.603987455368042],[-0.165291920304298,0.77732127904892,0.822737455368042],[0.342383235692978,-0.547826886177063,0.572737455368042],[-0.540139198303223,-0.486424386501312,0.447737455368042],[0.499945104122162,0.202039018273354,0.697737455368042],[0.654877424240112,-0.212722703814507,0.635237455368042],[-0.460898250341415,-0.0161330811679363,0.885237455368042],[-0.105992801487446,-0.754630744457245,0.760237455368042],[0.280444264411926,0.52754420042038,0.510237455368042],[0.377460360527039,0.0463779866695404,0.830549955368042],[-0.590318143367767,-0.300843596458435,0.580549955368042],[0.164526775479317,-0.53798371553421,0.455549955368042],[0.0386881493031979,0.739383697509766,0.705549955368042],[0.420442342758179,0.450943976640701,0.643049955368042],[-0.302581936120987,-0.713002264499664,0.893049955368042],[-0.481503427028656,0.111121885478497,0.768049955368042],[0.589917600154877,-0.383027613162994,0.518049955368042],[0.575682699680328,-0.13285668194294,0.674299955368042],[-0.752135217189789,-0.0924137309193611,0.424299955368042],[-0.0234392751008272,-0.447956740856171,0.549299955368042],[0.267013043165207,0.629187941551208,0.799299955368042],[-0.155267253518105,0.507706105709076,0.486799955368042],[0.434728443622589,-0.576804876327515,0.736799955368042],[-0.436663687229156,-0.46834209561348,0.861799955368042],[0.704522252082825,0.359045386314392,0.611799955368042],[0.106335401535034,0.460763037204742,0.721174955368042],[0.0845799967646599,-0.688378214836121,0.471174955368042],[-0.577545344829559,-0.176625564694405,0.596174955368042],[0.765199303627014,-0.0400389470160007,0.846174955368042],[0.520373046398163,0.39219668507576,0.408674955368042],[-0.434911608695984,-0.66982638835907,0.658674955368042],[0.400268375873566,-0.373194426298141,0.783674955368042],[-0.332118034362793,0.651685118675232,0.533674955368042],[-0.0703728795051575,0.572749555110931,0.877424955368042],[0.340174645185471,-0.667493879795074,0.627424955368042],[-0.334940403699875,-0.252439141273499,0.502424955368042],[0.643745243549347,0.196870878338814,0.752424955368042],[0.472540885210037,-0.200535595417023,0.564924955368042],[-0.71195513010025,0.037252951413393,0.814924955368042],[-0.141364693641663,-0.612548828125,0.689924955368042],[0.42624095082283,0.656472384929657,0.439924955368042],[-0.110179036855698,-0.529925942420959,0.582503080368042],[0.383045881986618,0.619109690189362,0.832503080368042],[0.601356506347656,-0.239859268069267,0.707503080368042],[-0.795318007469177,0.0242333356291056,0.457503080368042],[-0.470446020364761,-0.370932817459106,0.895003080368042],[0.724689602851868,0.239033237099648,0.645003080368042],[-0.0666446760296822,0.459372848272324,0.520003080368042],[0.326553255319595,-0.607624650001526,0.770003080368042],[0.465694695711136,-0.415579229593277,0.426253080368042],[-0.369088649749756,0.686771214008331,0.676253080368042],[0.39762008190155,0.313511699438095,0.801253080368042],[-0.373228520154953,-0.603242039680481,0.551253080368042],[-0.385990768671036,-0.127316057682037,0.738753080368042],[0.668919444084167,-0.020381972193718,0.488753080368042],[0.116379387676716,0.559747636318207,0.613753080368042],[0.107092820107937,-0.738176465034485,0.863753080368042],[-0.323896378278732,-0.362955629825592,0.473128080368042],[0.616340816020966,0.331237554550171,0.723128080368042],[-0.191666260361671,0.581084668636322,0.848128080368042],[0.477652162313461,-0.605795860290527,0.598128080368042],[-0.0169620905071497,-0.556681752204895,0.660628080368042],[0.273065090179443,0.68460750579834,0.410628080368042],[0.35179141163826,-0.0731423646211624,0.535628080368042],[-0.651672065258026,-0.0945429727435112,0.785628080368042],[-0.622679591178894,0.129463821649551,0.629378080368042],[0.669893264770508,-0.414465934038162,0.879378080368042],[0.349212169647217,0.391324281692505,0.754378080368042],[-0.266301393508911,-0.667650103569031,0.504378080368042],[0.137312605977058,-0.416297852993011,0.816878080368042],[0.0206996910274029,0.679346680641174,0.566878080368042],[0.579664289951324,0.0840962678194046,0.441878080368042],[-0.664673209190369,-0.357212632894516,0.691878080368042],[-0.0792215019464493,-0.669813632965088,0.621565580368042],[0.190557584166527,0.378137111663818,0.871565580368042],[0.718448460102081,-0.216163650155067,0.746565580368042],[-0.577879846096039,-0.0328623354434967,0.496565580368042],[-0.570795953273773,-0.537040174007416,0.809065580368042],[0.578938961029053,0.248788505792618,0.559065580368042],[-0.16373173892498,0.695086181163788,0.434065580368042],[0.282740235328674,-0.431172758340836,0.684065580368042],[0.17592541873455,-0.746851742267609,0.465315580368042],[0.0711252689361572,0.601360380649567,0.715315580368042],[0.693672895431519,0.0394471473991871,0.840315580368042],[-0.437031179666519,-0.187806218862534,0.590315580368042],[-0.701500177383423,0.211064323782921,0.652815580368042],[0.440093994140625,-0.328577071428299,0.402815580368042],[0.582368731498718,0.54792857170105,0.527815580368042],[-0.293867945671082,-0.583143293857574,0.777815580368042],[-0.572634279727936,-0.375503182411194,0.418440580368042],[0.439784169197083,0.103593811392784,0.668440580368042],[-0.0430843532085419,0.757632672786713,0.793440580368042],[0.233926177024841,-0.544353783130646,0.543440580368042],[-0.228111252188683,-0.758157908916473,0.730940580368042],[0.383937895298004,0.514243900775909,0.480940580368042],[0.646041572093964,-0.325564742088318,0.605940580368042],[-0.529332995414734,0.0626063048839569,0.855940580368042],[-0.721749126911163,-0.170012354850769,0.574690580368042],[0.560525476932526,-0.0662955641746521,0.824690580368042],[0.19128143787384,0.635749101638794,0.699690580368042],[0.0219246726483107,-0.38554248213768,0.449690580368042],[0.482799768447876,-0.513146221637726,0.887190580368042],[-0.196090534329414,0.456309050321579,0.637190580368042],[0.648570001125336,0.425297826528549,0.512190580368042],[-0.369771122932434,-0.495269000530243,0.762190580368042],[-0.00856496952474117,0.6501704454422,0.555159330368042],[0.282663106918335,-0.745890378952026,0.805159330368042],[-0.468588054180145,-0.27883306145668,0.680159330368042],[0.717473149299622,0.136278003454208,0.430159330368042],[0.410114824771881,-0.229630783200264,0.867659330368042],[-0.683318793773651,0.111227534711361,0.617659330368042],[-0.19853849709034,-0.568678021430969,0.492659330368042],[0.484095633029938,0.592603445053101,0.742659330368042],[0.168442055583,0.482472151517868,0.461409330368042],[0.00937530305236578,-0.71168315410614,0.711409330368042],[-0.616144180297852,-0.117031417787075,0.836409330368042],[0.771544396877289,-0.125588491559029,0.586409330368042],[0.494382441043854,0.294182002544403,0.773909330368042],[-0.473272055387497,-0.579353868961334,0.523909330368042],[0.271088153123856,-0.314560681581497,0.648909330368042],[-0.238087832927704,0.628265261650085,0.898909330368042],[0.580626010894775,-0.202709823846817,0.508284330368042],[-0.773453056812286,-0.0101890238001943,0.758284330368042],[-0.0789854452013969,-0.485241740942001,0.883284330368042],[0.343032747507095,0.612647891044617,0.633284330368042],[-0.0697845071554184,0.36739981174469,0.695784330368042],[0.33811816573143,-0.568218588829041,0.445784330368042],[-0.42474639415741,-0.366046100854874,0.570784330368042],[0.691309809684753,0.261979222297668,0.820784330368042],[0.528747379779816,0.00696541229262948,0.602034330368042],[-0.674328327178955,-0.255543917417526,0.852034330368042],[0.119220219552517,-0.627667784690857,0.727034330368042],[0.126880556344986,0.779482066631317,0.477034330368042],[0.446272701025009,0.384597480297089,0.789534330368042],[-0.369696587324142,-0.660268783569336,0.539534330368042],[-0.42036384344101,0.146758615970612,0.414534330368042],[0.528346121311188,-0.431604027748108,0.664534330368042],[-0.201931864023209,0.715769827365875,0.594221830368042],[0.331950336694717,-0.461027711629868,0.844221830368042],[-0.465090543031693,-0.477507799863815,0.719221830368042],[0.357417047023773,0.172433942556381,0.469221830368042],[0.685235142707825,-0.173967242240906,0.781721830368042],[-0.499035120010376,-0.0502918809652328,0.531721830368042],[-0.0575646385550499,-0.775493502616882,0.406721830368042],[0.255064964294434,0.566348254680634,0.656721830368042],[0.47955185174942,0.492355197668076,0.500471830368042],[-0.188124850392342,-0.417713910341263,0.750471830368042],[-0.737580835819244,0.187256753444672,0.875471830368042],[0.492516815662384,-0.335283160209656,0.625471830368042],[0.789712965488434,0.0795858800411224,0.687971830368042],[-0.580571413040161,-0.28009358048439,0.437971830368042],[0.197052329778671,-0.698473751544952,0.562971830368042],[0.0397650264203548,0.535702466964722,0.812971830368042],[0.686059832572937,-0.30897918343544,0.453596830368042],[-0.580696702003479,0.0431049354374409,0.703596830368042],[-0.166611462831497,-0.656261622905731,0.828596830368042],[0.242601931095123,0.356371998786926,0.578596830368042],[-0.0718398243188858,0.712850630283356,0.766096830368042],[0.22598984837532,-0.468426465988159,0.516096830368042],[-0.637645483016968,-0.459119111299515,0.641096830368042],[0.609293758869171,0.171893015503883,0.891096830368042],[0.532166004180908,0.383171498775482,0.547346830368042],[-0.191083580255508,-0.280693709850311,0.797346830368042],[0.526392638683319,-0.512704193592072,0.672346830368042],[-0.240337580442429,0.498166084289551,0.422346830368042],[0.189323112368584,0.745719969272614,0.859846830368042],[0.0610377043485641,-0.605663597583771,0.609846830368042],[-0.671065390110016,-0.189319923520088,0.484846830368042],[0.479829251766205,-0.0356175750494003,0.734846830368042],[0.175337493419647,0.675171077251434,0.758772611618042],[0.045697059482336,-0.479650110006332,0.508772611618042],[-0.741852939128876,-0.20492884516716,0.633772611618042],[0.60720032453537,-0.048403687775135,0.883772611618042],[0.598883748054504,0.426269352436066,0.446272611618042],[-0.314018130302429,-0.455913871526718,0.696272611618042],[0.467501789331436,-0.460340112447739,0.821272611618042],[-0.147153422236443,0.309315711259842,0.571272611618042],[-0.0745448246598244,0.782444894313812,0.852522611618042],[0.272127717733383,-0.57201099395752,0.602522611618042],[-0.583940207958221,-0.41563293337822,0.477522611618042],[0.501849412918091,0.138630479574203,0.727522611618042],[0.616128444671631,-0.281536400318146,0.540022611618042],[-0.43067255616188,0.0343315675854683,0.790022611618042],[-0.189194738864899,-0.728531122207642,0.665022611618042],[0.330543875694275,0.479907125234604,0.415022611618042],[0.722751677036285,0.0688577517867088,0.805647611618042],[-0.485544592142105,-0.230992317199707,0.555647611618042],[0.211405232548714,-0.765297830104828,0.430647611618042],[0.0512510798871517,0.642919480800629,0.680647611618042],[0.534110605716705,0.542419970035553,0.618147611618042],[-0.247795552015305,-0.542288243770599,0.868147611618042],[-0.665540635585785,0.172836527228355,0.743147611618042],[0.377922862768173,-0.260300546884537,0.493147611618042],[0.752908408641815,-0.195525377988815,0.711897611618042],[-0.618713140487671,-0.0589458309113979,0.461897611618042],[-0.0562028475105762,-0.70503693819046,0.586897611618042],[0.208706080913544,0.456742882728577,0.836897611618042],[-0.177575528621674,0.642832517623901,0.524397611618042],[0.230845466256142,-0.324324518442154,0.774397611618042],[-0.521999955177307,-0.53012090921402,0.899397611618042],[0.513415813446045,0.244251728057861,0.649397611618042],[0.339496701955795,0.289366155862808,0.704085111618042],[-0.336699843406677,-0.593717575073242,0.454085111618042],[-0.555537700653076,0.197356730699539,0.579085111618042],[0.583626925945282,-0.482093900442123,0.829085111618042],[0.639230847358704,0.00493400543928146,0.516585111618042],[-0.740240454673767,-0.275914311408997,0.766585111618042],[0.0959372818470001,-0.520559549331665,0.891585111618042],[0.11978504806757,0.71140068769455,0.641585111618042],[-0.10171078145504,0.551886737346649,0.797835111618042],[0.374713897705078,-0.637606978416443,0.547835111618042],[-0.285854905843735,-0.243645191192627,0.422835111618042],[0.619884967803955,0.231053471565247,0.672835111618042],[0.463862687349319,-0.164788857102394,0.610335111618042],[-0.702428460121155,-0.00542180612683296,0.860335111618042],[-0.102179072797298,-0.606839179992676,0.735335111618042],[0.381705224514008,0.673077523708344,0.485335111618042],[0.358917564153671,0.2109315097332,0.844710111618042],[-0.428090333938599,-0.518249690532684,0.594710111618042],[0.373466312885284,-0.438166588544846,0.469710111618042],[-0.261374890804291,0.701233208179474,0.719710111618042],[0.210071131587029,0.591327369213104,0.532210111618042],[0.00603544386103749,-0.781928956508636,0.782210111618042],[-0.503134906291962,-0.0927259922027588,0.657210111618042],[0.702157199382782,-0.118228636682034,0.407210111618042],[0.524300813674927,-0.297333300113678,0.750960111618042],[-0.754834413528442,0.127098381519318,0.500960111618042],[-0.157584339380264,-0.443582743406296,0.625960111618042],[0.441101104021072,0.53400069475174,0.875960111618042],[-0.00421248888596892,0.545753955841064,0.438460111618042],[0.255166053771973,-0.684575736522675,0.688460111618042],[-0.560887157917023,-0.329626590013504,0.813460111618042],[0.784683883190155,0.144614472985268,0.563460111618042],[0.528545677661896,-0.567942678928375,0.723616361618042],[-0.241078644990921,0.569541454315186,0.473616361618042],[0.591539323329926,0.383302807807922,0.598616361618042],[-0.299669593572617,-0.39684197306633,0.848616361618042],[-0.647363007068634,-0.14876826107502,0.411116361618042],[0.384633928537369,-0.0476207658648491,0.661116361618042],[0.217590197920799,0.709147691726685,0.786116361618042],[0.0289955195039511,-0.564148962497711,0.536116361618042],[-0.212294593453407,-0.691888809204102,0.879866361618042],[0.321525245904922,0.425784647464752,0.629866361618042],[0.705295860767365,-0.360262304544449,0.504866361618042],[-0.637250900268555,0.078896775841713,0.754866361618042],[-0.637070298194885,-0.412805795669556,0.567366361618042],[0.577843487262726,0.132792234420776,0.817366361618042],[-0.0351650565862656,0.684185981750488,0.692366361618042],[0.176433563232422,-0.416819244623184,0.442366361618042],[-0.764670014381409,0.234626308083534,0.832991361618042],[0.521391749382019,-0.393721580505371,0.582991361618042],[0.536473631858826,0.499259531497955,0.457991361618042],[-0.250057697296143,-0.489545196294785,0.707991361618042],[0.155681192874908,-0.677444517612457,0.645491361618042],[0.0585314445197582,0.472759693861008,0.895491361618042],[0.766541540622711,0.0393978767096996,0.770491361618042],[-0.558019399642944,-0.236201539635658,0.520491361618042],[-0.522973299026489,-0.486695736646652,0.676741361618042],[0.475343585014343,0.201206058263779,0.426741361618042],[-0.17558565735817,0.764058470726013,0.551741361618042],[0.342862367630005,-0.529128789901733,0.801741361618042],[-0.0922180712223053,-0.744847297668457,0.489241361618042],[0.26349464058876,0.515851020812988,0.739241361618042],[0.645122945308685,-0.197945266962051,0.864241361618042],[-0.423863649368286,-0.0217852871865034,0.614241361618042],[0.18057119846344,-0.557653307914734,0.668928861618042],[0.0271043572574854,0.754361927509308,0.418928861618042],[0.435025274753571,0.0606916509568691,0.543928861618042],[-0.600711226463318,-0.318627417087555,0.793928861618042],[-0.513444066047668,0.109677031636238,0.481428861618042],[0.609439373016357,-0.381674826145172,0.731428861618042],[0.426283806562424,0.472477376461029,0.856428861618042],[-0.295923858880997,-0.730316638946533,0.606428861618042],[-0.0129745695739985,-0.361105114221573,0.825178861618042],[0.247419536113739,0.610611796379089,0.575178861618042],[0.545116782188416,-0.116442658007145,0.450178861618042],[-0.730262935161591,-0.101881116628647,0.700178861618042],[-0.41014689207077,-0.454591810703278,0.637678861618042],[0.681746304035187,0.361609816551208,0.887678861618042],[-0.150059968233109,0.463426291942596,0.762678861618042],[0.430416226387024,-0.552053928375244,0.512678861618042],[-0.544341087341309,-0.176260635256767,0.872053861618042],[0.745696902275085,-0.0267930198460817,0.622053861618042],[0.0851438865065575,0.398594170808792,0.497053861618042],[0.092516303062439,-0.663137853145599,0.747053861618042],[0.376388937234879,-0.339589834213257,0.559553861618042],[-0.332535356283188,0.626931965351105,0.809553861618042],[0.492529988288879,0.384007602930069,0.684553861618042],[-0.413962125778198,-0.660994112491608,0.434553861618042],[-0.366653352975845,-0.28586620092392,0.715803861618042],[0.656565427780151,0.212599486112595,0.465803861618042],[-0.0828356444835663,0.593748867511749,0.590803861618042],[0.357694804668427,-0.674365341663361,0.840803861618042],[-0.135319426655769,-0.633486866950989,0.403303861618042],[0.422460675239563,0.674564182758331,0.653303861618042],[0.502110064029694,-0.203454688191414,0.778303861618042],[-0.727840840816498,0.0261514466255903,0.528303861618042],[0.577687978744507,-0.248884528875351,0.416975736618042],[-0.78165990114212,0.0451764762401581,0.666975736618042],[-0.118291035294533,-0.500103652477264,0.791975736618042],[0.391657322645187,0.596065282821655,0.541975736618042],[-0.0489958748221397,0.417570203542709,0.729475736618042],[0.302536219358444,-0.601729393005371,0.479475736618042],[-0.46306973695755,-0.345063954591751,0.604475736618042],[0.717868447303772,0.215264856815338,0.854475736618042],[0.439216136932373,0.327289044857025,0.573225736618042],[-0.401812165975571,-0.611519992351532,0.823225736618042],[0.474421977996826,-0.447194010019302,0.698225736618042],[-0.358854502439499,0.713743627071381,0.448225736618042],[0.13911047577858,0.588122844696045,0.885725736618042],[0.0893258973956108,-0.761285185813904,0.635725736618042],[-0.453622728586197,-0.136026352643967,0.510725736618042],[0.692708909511566,-0.0400355011224747,0.760725736618042],[-0.184024766087532,0.61368852853775,0.620100736618042],[0.472627073526382,-0.634257197380066,0.870100736618042],[-0.364527523517609,-0.386722236871719,0.745100736618042],[0.645569086074829,0.324577838182449,0.495100736618042],[0.437321811914444,-0.103441052138805,0.807600736618042],[-0.679159820079803,-0.079689659178257,0.557600736618042],[-0.0341137535870075,-0.590248703956604,0.432600736618042],[0.299940705299377,0.6961949467659,0.682600736618042],[0.339382916688919,0.360046654939651,0.463850736618042],[-0.278417408466339,-0.646237015724182,0.713850736618042],[-0.600360035896301,0.142004981637001,0.838850736618042],[0.647532105445862,-0.425474673509598,0.588850736618042],[0.559207499027252,0.0656149759888649,0.651350736618042],[-0.661740481853485,-0.332708477973938,0.401350736618042],[0.109666131436825,-0.365716248750687,0.526350736618042],[0.0382485054433346,0.66178959608078,0.776350736618042],[0.723716676235199,-0.239455178380013,0.471663236618042],[-0.597603797912598,-0.017655435949564,0.721663236618042],[-0.0995356366038322,-0.681645512580872,0.846663236618042],[0.219053566455841,0.406694620847702,0.596663236618042],[-0.147364154458046,0.712080359458923,0.659163236618042],[0.283553689718246,-0.45925173163414,0.409163236618042],[-0.593609988689423,-0.528742969036102,0.534163236618042],[0.600597321987152,0.23891244828701,0.784163236618042],[0.667945325374603,0.0197335854172707,0.627913236618042],[-0.374412328004837,-0.14893801510334,0.877913236618042],[0.150994390249252,-0.72962212562561,0.752913236618042],[0.0824124738574028,0.564381659030914,0.502913236618042],[0.5816290974617,0.518071293830872,0.815413236618042],[-0.295445442199707,-0.548523664474487,0.565413236618042],[-0.672609984874725,0.222545579075813,0.440413236618042],[0.395931124687195,-0.312774658203125,0.690413236618042],[-0.0217411164194345,0.735896527767181,0.581038236618042],[0.205328419804573,-0.516171038150787,0.831038236618042],[-0.559430778026581,-0.345406800508499,0.706038236618042],[0.345460593700409,0.0714926421642303,0.456038236618042],[0.615226447582245,-0.331372827291489,0.893538236618042],[-0.47940382361412,0.0700037851929665,0.643538236618042],[-0.242085546255112,-0.731666564941406,0.518538236618042],[0.378565281629562,0.479213297367096,0.768538236618042],[0.213192775845528,0.644342601299286,0.424788236618042],[0.0128661803901196,-0.435496389865875,0.674788236618042],[-0.738133370876312,-0.152755782008171,0.799788236618042],[0.578315198421478,-0.0844470784068108,0.549788236618042],[0.669637203216553,0.413451045751572,0.737288236618042],[-0.393567800521851,-0.498204469680786,0.487288236618042],[0.47751247882843,-0.536094486713409,0.612288236618042],[-0.193255186080933,0.485820382833481,0.862288236618042],[-0.413361459970474,-0.280838310718536,0.452131986618042],[0.68452250957489,0.173112154006958,0.702131986618042],[-0.0453233607113361,0.618333578109741,0.827131986618042],[0.318356692790985,-0.708632469177246,0.577131986618042],[-0.154383406043053,-0.545297384262085,0.764631986618042],[0.434636622667313,0.602466464042664,0.514631986618042],[0.35378360748291,-0.171084806323051,0.639631986618042],[-0.662158727645874,0.0673502683639526,0.889631986618042],[-0.623898863792419,-0.15778075158596,0.545881986618042],[0.788900434970856,-0.0802415683865547,0.795881986618042],[0.145910531282425,0.51537036895752,0.670881986618042],[0.0529907196760178,-0.722937166690826,0.420881986618042],[0.31771582365036,-0.326802939176559,0.858381986618042],[-0.281267911195755,0.626076281070709,0.608381986618042],[0.491800725460052,0.334130048751831,0.483381986618042],[-0.444759547710419,-0.616498231887817,0.733381986618042],[-0.0524595677852631,-0.515759825706482,0.592756986618042],[0.311530441045761,0.644208908081055,0.842756986618042],[0.60807478427887,-0.172156795859337,0.717756986618042],[-0.782881855964661,-0.057384617626667,0.467756986618042],[-0.416575700044632,-0.404992371797562,0.780256986618042],[0.685606479644775,0.308012127876282,0.530256986618042],[-0.105005830526352,0.415215522050858,0.405256986618042],[0.379953652620316,-0.55924779176712,0.655256986618042],[0.14895498752594,-0.58899986743927,0.499006986618042],[0.0777751058340073,0.764651298522949,0.749006986618042],[0.477834463119507,0.0350248850882053,0.874006986618042],[-0.635181248188019,-0.285358339548111,0.624006986618042],[-0.316419154405594,0.0895838961005211,0.686506986618042],[0.530975103378296,-0.383060693740845,0.436506986618042],[0.39554288983345,0.384544402360916,0.561506986618042],[-0.319537460803986,-0.66076648235321,0.811506986618042],[-0.45183128118515,-0.523308217525482,0.506819486618042],[0.408434808254242,0.228193879127502,0.756819486618042],[-0.251291066408157,0.721924543380737,0.881819486618042],[0.379865676164627,-0.465890169143677,0.631819486618042],[-0.0112346494570374,-0.796837747097015,0.694319486618042],[0.230610430240631,0.606838583946228,0.444319486618042],[0.716509938240051,-0.136782184243202,0.569319486618042],[-0.536792159080505,-0.0868667289614677,0.819319486618042],[-0.734015882015228,0.140124082565308,0.600569486618042],[0.492964655160904,-0.293956428766251,0.850569486618042],[0.438435137271881,0.507792890071869,0.725569486618042],[-0.146368026733398,-0.385159343481064,0.475569486618042],[0.23368538916111,-0.671345889568329,0.788069486618042],[0.00717975851148367,0.509237289428711,0.538069486618042],[0.770909190177917,0.124752871692181,0.413069486618042],[-0.54652464389801,-0.305345147848129,0.663069486618042],[-0.123795665800571,-0.648482322692871,0.553694486618042],[0.188904747366905,0.31679305434227,0.803694486618042],[0.690287053585052,-0.262322455644608,0.678694486618042],[-0.559249103069305,0.00788487773388624,0.428694486618042],[-0.598901510238647,-0.48831707239151,0.866194486618042],[0.579713404178619,0.201789498329163,0.616194486618042],[-0.112020388245583,0.692228972911835,0.491194486618042],[0.238850608468056,-0.42750883102417,0.741194486618042],[0.572161495685577,-0.494011849164963,0.459944486618042],[-0.286724120378494,0.513195633888245,0.709944486618042],[0.528001844882965,0.430508673191071,0.834944486618042],[-0.226734027266502,-0.380232751369476,0.584944486618042],[-0.680223524570465,-0.236775562167168,0.772444486618042],[0.527134597301483,-0.00743209337815642,0.522444486618042],[0.147947490215302,0.774997472763062,0.647444486618042],[0.101888127624989,-0.629616737365723,0.897444486618042],[0.471648901700974,-0.0221001859754324,0.556624174118042],[-0.661820650100708,-0.206352636218071,0.806624174118042],[0.0768696740269661,-0.598632633686066,0.681624174118042],[0.168173894286156,0.747294664382935,0.431624174118042],[-0.298879235982895,0.578640699386597,0.869124174118042],[0.586910367012024,-0.541258454322815,0.619124174118042],[-0.295244216918945,-0.46019458770752,0.494124174118042],[0.581477999687195,0.44324404001236,0.744124174118042],[0.550478518009186,0.171636655926704,0.400374174118042],[-0.595597982406616,-0.45400732755661,0.650374174118042],[0.192006379365921,-0.371731102466583,0.775374174118042],[-0.0856960639357567,0.667369306087494,0.525374174118042],[0.276883095502853,0.431575298309326,0.712874174118042],[-0.15646056830883,-0.695245563983917,0.462874174118042],[-0.627589166164398,0.0294071212410927,0.587874174118042],[0.721938669681549,-0.301738291978836,0.837874174118042],[0.0177283994853497,0.378348886966705,0.478499174118042],[0.197117984294891,-0.632202982902527,0.728499174118042],[-0.499426633119583,-0.257963627576828,0.853499174118042],[0.734090507030487,0.0942636504769325,0.603499174118042],[0.518600940704346,-0.332715570926666,0.665999174118042],[-0.755400657653809,0.169998094439507,0.415999174118042],[-0.190319135785103,-0.455357283353806,0.540999174118042],[0.476628452539444,0.516829192638397,0.790999174118042],[0.227672800421715,0.544729650020599,0.634749174118042],[-0.0354566387832165,-0.756694376468658,0.884749174118042],[-0.444099277257919,-0.0570262372493744,0.759749174118042],[0.666513204574585,-0.149994537234306,0.509749174118042],[0.471238970756531,0.243404150009155,0.822249174118042],[-0.489467412233353,-0.530751049518585,0.572249174118042],[0.387966811656952,-0.508961498737335,0.447249174118042],[-0.235298410058022,0.754656493663788,0.697249174118042],[0.560215651988983,-0.43271467089653,0.642561674118042],[-0.479588776826859,0.152897343039513,0.892561674118042],[-0.361622512340546,-0.689293146133423,0.767561674118042],[0.460126608610153,0.418936103582382,0.517561674118042],[0.0995352193713188,0.73785012960434,0.830061674118042],[0.121480196714401,-0.556354284286499,0.580061674118042],[-0.617568910121918,-0.253500550985336,0.455061674118042],[0.400221049785614,0.0161951426416636,0.705061674118042],[0.734946072101593,0.301681697368622,0.486311674118042],[-0.477423936128616,-0.434684991836548,0.736311674118042],[0.38844358921051,-0.614047884941101,0.861311674118042],[-0.114921092987061,0.526314914226532,0.611311674118042],[0.319742381572723,0.609464943408966,0.673811674118042],[-0.0615528300404549,-0.456288397312164,0.423811674118042],[-0.76115083694458,-0.0308003462851048,0.548811674118042],[0.568835198879242,-0.181349918246269,0.798811674118042],[-0.272398680448532,0.663607835769653,0.408186674118042],[0.351259529590607,-0.385795950889587,0.658186674118042],[-0.48077267408371,-0.622434079647064,0.783186674118042],[0.535941421985626,0.339033842086792,0.533186674118042],[0.746474146842957,-0.100698590278625,0.720686674118042],[-0.570155262947083,-0.124493658542633,0.470686674118042],[0.0274152308702469,-0.677496492862701,0.595686674118042],[0.131787985563278,0.413375675678253,0.845686674118042],[0.470788419246674,0.609507918357849,0.564436674118042],[-0.185259610414505,-0.581098616123199,0.814436674118042],[-0.69191300868988,0.0933383479714394,0.689436674118042],[0.427854180335999,-0.224464282393456,0.439436674118042],[0.641669452190399,0.140108808875084,0.876936674118042],[-0.294038087129593,-0.186006993055344,0.626936674118042],[0.279354572296143,-0.680553495883942,0.501936674118042],[-0.0224219355732203,0.554100096225739,0.751936674118042],[-0.342103660106659,-0.485272765159607,0.529280424118042],[0.623658895492554,0.433732569217682,0.779280424118042],[-0.190644964575768,0.412267714738846,0.654280424118042],[0.483329951763153,-0.486423283815384,0.404280424118042],[0.0448935031890869,-0.532700419425964,0.841780424118042],[0.189693763852119,0.699020147323608,0.591780424118042],[0.640201151371002,-0.0580686666071415,0.466780424118042],[-0.766122698783875,-0.202664956450462,0.716780424118042],[-0.388719767332077,0.0352583564817905,0.435530424118042],[0.601710736751556,-0.282922476530075,0.685530424118042],[0.326014161109924,0.462449848651886,0.810530424118042],[-0.194415673613548,-0.716420352458954,0.560530424118042],[0.259905844926834,-0.562043607234955,0.748030424118042],[-0.0651958286762238,0.773605108261108,0.498030424118042],[0.481934428215027,0.127487704157829,0.623030424118042],[-0.57917594909668,-0.402796268463135,0.873030424118042],[-0.234321564435959,-0.498347789049149,0.513655424118042],[0.520250916481018,0.51694244146347,0.763655424118042],[0.260363191366196,-0.183548748493195,0.888655424118042],[-0.631211042404175,0.171292334794998,0.638655424118042],[-0.433628678321838,-0.200522914528847,0.701155424118042],[0.693262577056885,0.0584249347448349,0.451155424118042],[0.0548093505203724,0.604267477989197,0.576155424118042],[0.196424961090088,-0.742533981800079,0.826155424118042],[0.243440508842468,-0.350040227174759,0.607405424118042],[-0.172739580273628,0.652997553348541,0.857405424118042],[0.52655017375946,0.243492603302002,0.732405424118042],[-0.532782196998596,-0.529394030570984,0.482405424118042],[-0.629009425640106,-0.0530099794268608,0.794905424118042],[0.757096529006958,-0.205453991889954,0.544905424118042],[0.220114901661873,0.468133509159088,0.419905424118042],[-0.0645874515175819,-0.712070107460022,0.669905424118042],[-0.677113592624664,-0.388057202100754,0.615217924118042],[0.616132974624634,0.10661555826664,0.865217924118042],[0.00226558395661414,0.710256218910217,0.740217924118042],[0.172262698411942,-0.478026747703552,0.490217924118042],[-0.231236651539803,-0.62906676530838,0.802717924118042],[0.264435261487961,0.313107907772064,0.552717924118042],[0.645488500595093,-0.375423341989517,0.427717924118042],[-0.564036130905151,0.101310938596725,0.677717924118042],[-0.718206882476807,-0.124278403818607,0.521467924118042],[0.534222483634949,-0.0959558859467506,0.771467924118042],[0.274779349565506,0.747522354125977,0.896467924118042],[-0.00206851796247065,-0.648476481437683,0.646467924118042],[0.489145964384079,-0.586732149124146,0.708967924118042],[-0.203518837690353,0.564762115478516,0.458967924118042],[0.599308550357819,0.343466728925705,0.583967924118042],[-0.300932705402374,-0.356323152780533,0.833967924118042],[0.134442791342735,-0.77694708108902,0.443342924118042],[0.11262921243906,0.627049207687378,0.693342924118042],[0.719669580459595,-0.00229561072774231,0.818342924118042],[-0.494952976703644,-0.178362265229225,0.568342924118042],[-0.342191129922867,-0.588350296020508,0.755842924118042],[0.338713496923447,0.282378137111664,0.505842924118042],[-0.375603944063187,0.655384182929993,0.630842924118042],[0.448471069335938,-0.3787562251091,0.880842924118042],[0.34837543964386,-0.607873678207397,0.537092924118042],[-0.0832778662443161,0.48126408457756,0.787092924118042],[0.726497113704681,0.261801987886429,0.662092924118042],[-0.470878541469574,-0.392561286687851,0.412092924118042],[-0.737889647483826,0.00235372921451926,0.849592924118042],[0.524076342582703,-0.192643538117409,0.599592924118042],[0.33157742023468,0.570101499557495,0.474592924118042],[-0.0645626708865166,-0.359444707632065,0.724592924118042],[0.419868797063828,0.624059557914734,0.867171049118042],[-0.140102416276932,-0.564742624759674,0.617171049118042],[-0.675163567066193,0.0464159063994884,0.492171049118042],[0.393190979957581,-0.174507305026054,0.742171049118042],[0.688192903995514,0.198210448026657,0.554671049118042],[-0.419954627752304,-0.30586850643158,0.804671049118042],[0.345162332057953,-0.705584943294525,0.679671049118042],[-0.0668745934963226,0.629165947437286,0.429671049118042],[-0.288006842136383,0.588746964931488,0.773421049118042],[0.242220357060432,-0.233360767364502,0.523421049118042],[-0.410032033920288,-0.609439015388489,0.648421049118042],[0.446704030036926,0.32535108923912,0.898421049118042],[0.767306089401245,-0.0527504906058311,0.460921049118042],[-0.584572732448578,-0.168366193771362,0.710921049118042],[0.0736646875739098,-0.693048119544983,0.835921049118042],[0.115690067410469,0.466338217258453,0.585921049118042],[0.66781085729599,0.326683819293976,0.695296049118042],[-0.39383938908577,-0.408791571855545,0.445296049118042],[0.392239689826965,-0.538541436195374,0.570296049118042],[-0.109479777514935,0.380117237567902,0.820296049118042],[0.28667226433754,0.645915389060974,0.507796049118042],[-0.0343584753572941,-0.499776721000671,0.757796049118042],[-0.77301698923111,-0.0821646451950073,0.882796049118042],[0.60249125957489,-0.149467170238495,0.632796049118042],[0.569987952709198,-0.383489280939102,0.789046049118042],[-0.443892538547516,0.110121704638004,0.539046049118042],[-0.308594971895218,-0.695310473442078,0.414046049118042],[0.413093537092209,0.42877671122551,0.664046049118042],[0.0544204562902451,0.791597306728363,0.601546049118042],[0.17830616235733,-0.619084596633911,0.851546049118042],[-0.651657283306122,-0.318781703710556,0.726546049118042],[0.533654987812042,0.0567226521670818,0.476546049118042],[0.29733607172966,0.53789621591568,0.781233549118042],[-0.120068520307541,-0.763883590698242,0.531233549118042],[-0.490904897451401,-0.0091450521722436,0.406233549118042],[0.663872599601746,-0.227718576788902,0.656233549118042],[0.347414642572403,0.133827969431877,0.593733549118042],[-0.49825581908226,-0.434154778718948,0.843733549118042],[0.289110600948334,-0.479884326457977,0.718733549118042],[-0.141860410571098,0.725263476371765,0.468733549118042],[0.0820255801081657,0.52185195684433,0.687483549118042],[0.138372108340263,-0.707429468631744,0.437483549118042],[-0.595849692821503,-0.229527905583382,0.562483549118042],[0.789354801177979,0.014704866334796,0.812483549118042],[0.457946360111237,-0.36994868516922,0.499983549118042],[-0.715531826019287,0.245438501238823,0.749983549118042],[-0.214994534850121,-0.388936132192612,0.874983549118042],[0.514115631580353,0.447974234819412,0.624983549118042],[0.637792110443115,0.124751143157482,0.765608549118042],[-0.683029651641846,-0.411497294902802,0.515608549118042],[0.195826545357704,-0.508361637592316,0.640608549118042],[-0.0135971065610647,0.729890465736389,0.890608549118042],[0.294915974140167,0.365066021680832,0.453108549118042],[-0.224525466561317,-0.654563665390015,0.703108549118042],[-0.594634234905243,0.093465618789196,0.828108549118042],[0.669462084770203,-0.370062559843063,0.578108549118042],[0.504260063171387,-0.07926045358181,0.859358549118042],[-0.698217213153839,-0.136570200324059,0.609358549118042],[0.0116743687540293,-0.626678228378296,0.484358549118042],[0.253546506166458,0.739169239997864,0.734358549118042],[-0.206635624170303,0.536421835422516,0.546858549118042],[0.491273820400238,-0.56380820274353,0.796858549118042],[-0.260281264781952,-0.322192937135696,0.671858549118042],[0.575213253498077,0.346542358398438,0.421858549118042],[0.273662060499191,-0.627365291118622,0.894514799118042],[-0.0280620362609625,0.450140506029129,0.644514799118042],[0.737422347068787,0.177954956889153,0.519514799118042],[-0.493335574865341,-0.327364921569824,0.769514799118042],[-0.786499619483948,0.0886754840612411,0.582014799118042],[0.574348151683807,-0.28551834821701,0.832014799118042],[0.42946320772171,0.581812918186188,0.707014799118042],[-0.150638341903687,-0.510746777057648,0.457014799118042],[0.0461189523339272,-0.73978978395462,0.738264799118042],[0.15954153239727,0.5409334897995,0.488264799118042],[0.659388303756714,-0.0743440613150597,0.613264799118042],[-0.374000877141953,-0.0902539938688278,0.863264799118042],[-0.418248325586319,-0.566619634628296,0.425764799118042],[0.413316279649734,0.27426615357399,0.675764799118042],[-0.30999282002449,0.710652887821198,0.800764799118042],[0.425718933343887,-0.447561085224152,0.550764799118042],[-0.672849953174591,-0.0419458821415901,0.660139799118042],[0.405189335346222,-0.119505509734154,0.410139799118042],[0.333856910467148,0.671585917472839,0.535139799118042],[-0.0647995322942734,-0.574733912944794,0.785139799118042],[0.433192223310471,-0.652816236019135,0.472639799118042],[-0.147733479738235,0.612188458442688,0.722639799118042],[0.654276728630066,0.285401046276093,0.847639799118042],[-0.373181581497192,-0.354969322681427,0.597639799118042],[-0.703053951263428,-0.306678116321564,0.816389799118042],[0.603979647159576,0.037652462720871,0.566389799118042],[0.0778080448508263,0.690111815929413,0.441389799118042],[0.111423686146736,-0.461725354194641,0.691389799118042],[-0.325973391532898,-0.655727446079254,0.628889799118042],[0.397592931985855,0.378189325332642,0.878889799118042],[0.643134534358978,-0.47472757101059,0.753889799118042],[-0.625998675823212,0.184630453586578,0.503889799118042],[0.302867650985718,-0.379841029644012,0.808577299118042],[-0.222702547907829,0.663001120090485,0.558577299118042],[0.537042379379272,0.292406767606735,0.433577299118042],[-0.510330677032471,-0.578189671039581,0.683577299118042],[-0.550255417823792,-0.0828964933753014,0.621077299118042],[0.722157776355743,-0.146042332053185,0.871077299118042],[0.130531296133995,0.332516819238663,0.746077299118042],[-0.016456350684166,-0.657947957515717,0.496077299118042],[-0.2322658598423,-0.591676473617554,0.652327299118042]],"ignoreExtent":false,"flags":8192},"9":{"id":9,"type":"text","material":{"lit":false},"vertices":[[-0.0028025209903717,1.06734311580658,0.984553158283234]],"colors":[[0,0,0,1]],"texts":[["HSL"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0028025209903717,1.06734311580658,0.984553158283234]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"10":{"id":10,"type":"text","material":{"lit":false},"vertices":[[-0.0028025209903717,-1.06702041625977,0.315706938505173]],"colors":[[0,0,0,1]],"texts":[["x"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0028025209903717,-1.06702041625977,0.315706938505173]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"11":{"id":11,"type":"text","material":{"lit":false},"vertices":[[-1.06398069858551,0.000161349773406982,0.315706938505173]],"colors":[[0,0,0,1]],"texts":[["y"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-1.06398069858551,0.000161349773406982,0.315706938505173]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"12":{"id":12,"type":"text","material":{"lit":false},"vertices":[[-1.06398069858551,-1.06702041625977,0.650130033493042]],"colors":[[0,0,0,1]],"texts":[["L"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-1.06398069858551,-1.06702041625977,0.650130033493042]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"type":"light","vertices":[[0,0,1]],"colors":[[1,1,1,1],[1,1,1,1],[1,1,1,1]],"viewpoint":true,"finite":false},"4":{"id":4,"type":"background","material":{"fog":true},"colors":[[0.298039227724075,0.298039227724075,0.298039227724075,1]],"centers":[[0,0,0]],"sphere":false,"fogtype":"none","flags":0},"6":{"id":6,"type":"background","material":{"lit":false,"back":"lines"},"colors":[[1,1,1,1]],"centers":[[0,0,0]],"sphere":false,"fogtype":"none","flags":0},"8":{"id":8,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[-0.5,"NA","NA"],[0,"NA","NA"],[0.5,"NA","NA"],["NA",-0.5,"NA"],["NA",0,"NA"],["NA",0.5,"NA"],["NA","NA",0.5],["NA","NA",0.600000023841858],["NA","NA",0.699999988079071],["NA","NA",0.800000011920929]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[20,21,22,23,24,25,26]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,5.6348614692688],"modelMatrix":[[0.838781297206879,0,0,0.00235067727044225],[0,0.285266220569611,2.50107431411743,-1.62606954574585],[0,-0.783762514591217,0.910316646099091,-6.22655916213989],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370348930359,-20.313024520874],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[0.838781297206879,0.83406263589859,2.66158771514893],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[-0.795318007469177,0.789712965488434,-0.796837747097015,0.797160446643829,0.400374174118042,0.899885892868042],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,8,7,9,10,11,12,5,20,21,22,23,24,25,26],"subscenes":[],"flags":13480},"20":{"id":20,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.5,-0.82074773311615,0.392881512641907],[0.5,-0.82074773311615,0.392881512641907],[-0.5,-0.82074773311615,0.392881512641907],[-0.5,-0.861793160438538,0.380019068717957],[0,-0.82074773311615,0.392881512641907],[0,-0.861793160438538,0.380019068717957],[0.5,-0.82074773311615,0.392881512641907],[0.5,-0.861793160438538,0.380019068717957]],"colors":[[0,0,0,1]],"centers":[[0,-0.82074773311615,0.392881512641907],[-0.5,-0.841270446777344,0.386450290679932],[0,-0.841270446777344,0.386450290679932],[0.5,-0.841270446777344,0.386450290679932]],"ignoreExtent":true,"origId":8,"flags":128},"21":{"id":21,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.5,-0.943884074687958,0.354294210672379],[0,-0.943884074687958,0.354294210672379],[0.5,-0.943884074687958,0.354294210672379]],"colors":[[0,0,0,1]],"texts":[["-0.5"],["0"],["0.5"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.5,-0.943884074687958,0.354294210672379],[0,-0.943884074687958,0.354294210672379],[0.5,-0.943884074687958,0.354294210672379]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"22":{"id":22,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.5,0.392881512641907],[-0.819093465805054,0.5,0.392881512641907],[-0.819093465805054,-0.5,0.392881512641907],[-0.859908044338226,-0.5,0.380019068717957],[-0.819093465805054,0,0.392881512641907],[-0.859908044338226,0,0.380019068717957],[-0.819093465805054,0.5,0.392881512641907],[-0.859908044338226,0.5,0.380019068717957]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,0,0.392881512641907],[-0.839500784873962,-0.5,0.386450290679932],[-0.839500784873962,0,0.386450290679932],[-0.839500784873962,0.5,0.386450290679932]],"ignoreExtent":true,"origId":8,"flags":128},"23":{"id":23,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.941537141799927,-0.5,0.354294210672379],[-0.941537141799927,0,0.354294210672379],[-0.941537141799927,0.5,0.354294210672379]],"colors":[[0,0,0,1]],"texts":[["-0.5"],["0"],["0.5"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.941537141799927,-0.5,0.354294210672379],[-0.941537141799927,0,0.354294210672379],[-0.941537141799927,0.5,0.354294210672379]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"24":{"id":24,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.82074773311615,0.5],[-0.819093465805054,-0.82074773311615,0.800000011920929],[-0.819093465805054,-0.82074773311615,0.5],[-0.859908044338226,-0.861793160438538,0.5],[-0.819093465805054,-0.82074773311615,0.600000023841858],[-0.859908044338226,-0.861793160438538,0.600000023841858],[-0.819093465805054,-0.82074773311615,0.699999988079071],[-0.859908044338226,-0.861793160438538,0.699999988079071],[-0.819093465805054,-0.82074773311615,0.800000011920929],[-0.859908044338226,-0.861793160438538,0.800000011920929]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,-0.82074773311615,0.649999976158142],[-0.839500784873962,-0.841270446777344,0.5],[-0.839500784873962,-0.841270446777344,0.600000023841858],[-0.839500784873962,-0.841270446777344,0.699999988079071],[-0.839500784873962,-0.841270446777344,0.800000011920929]],"ignoreExtent":true,"origId":8,"flags":128},"25":{"id":25,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.941537141799927,-0.943884074687958,0.5],[-0.941537141799927,-0.943884074687958,0.600000023841858],[-0.941537141799927,-0.943884074687958,0.699999988079071],[-0.941537141799927,-0.943884074687958,0.800000011920929]],"colors":[[0,0,0,1]],"texts":[["0.5"],["0.6"],["0.7"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.941537141799927,-0.943884074687958,0.5],[-0.941537141799927,-0.943884074687958,0.600000023841858],[-0.941537141799927,-0.943884074687958,0.699999988079071],[-0.941537141799927,-0.943884074687958,0.800000011920929]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":8,"flags":4136},"26":{"id":26,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[-0.819093465805054,-0.82074773311615,0.392881512641907],[-0.819093465805054,0.821070432662964,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.392881512641907],[-0.819093465805054,0.821070432662964,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.392881512641907],[0.81348842382431,-0.82074773311615,0.392881512641907],[-0.819093465805054,-0.82074773311615,0.907378554344177],[0.81348842382431,-0.82074773311615,0.907378554344177],[-0.819093465805054,0.821070432662964,0.392881512641907],[0.81348842382431,0.821070432662964,0.392881512641907],[-0.819093465805054,0.821070432662964,0.907378554344177],[0.81348842382431,0.821070432662964,0.907378554344177],[0.81348842382431,-0.82074773311615,0.392881512641907],[0.81348842382431,0.821070432662964,0.392881512641907],[0.81348842382431,-0.82074773311615,0.907378554344177],[0.81348842382431,0.821070432662964,0.907378554344177],[0.81348842382431,-0.82074773311615,0.392881512641907],[0.81348842382431,-0.82074773311615,0.907378554344177],[0.81348842382431,0.821070432662964,0.392881512641907],[0.81348842382431,0.821070432662964,0.907378554344177]],"colors":[[0,0,0,1]],"centers":[[-0.819093465805054,0.000161349773406982,0.392881512641907],[-0.819093465805054,0.000161349773406982,0.907378554344177],[-0.819093465805054,-0.82074773311615,0.650130033493042],[-0.819093465805054,0.821070432662964,0.650130033493042],[-0.0028025209903717,-0.82074773311615,0.392881512641907],[-0.0028025209903717,-0.82074773311615,0.907378554344177],[-0.0028025209903717,0.821070432662964,0.392881512641907],[-0.0028025209903717,0.821070432662964,0.907378554344177],[0.81348842382431,0.000161349773406982,0.392881512641907],[0.81348842382431,0.000161349773406982,0.907378554344177],[0.81348842382431,-0.82074773311615,0.650130033493042],[0.81348842382431,0.821070432662964,0.650130033493042]],"ignoreExtent":true,"origId":8,"flags":128}},"width":672,"height":480,"sphereVerts":{"vb":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0746578340503426,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143208,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143208,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503426,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186547,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186548,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.0746578340503427,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0,-0.0746578340503427,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143209,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143209,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503427,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186548,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.195090322016128,-0.38268343236509,-0.555570233019602,-0.707106781186548,-0.831469612302545,-0.923879532511287,-0.98078528040323,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186548,-0.555570233019602,-0.38268343236509,-0.195090322016128,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186547,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.0746578340503426,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143208,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143208,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503426,-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186547,-0.555570233019602,-0.38268343236509,-0.195090322016128,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186547,0.831469612302545,0.923879532511287,0.98078528040323,1],[0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.137949689641472,0.270598050073099,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186548,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073099,0.137949689641472,0,0,0.0746578340503426,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0,-0.0746578340503426,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143208,-0.353553390593274,-0.375330277517865,-0.38268343236509,-0.375330277517865,-0.353553390593274,-0.318189645143208,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503426,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.587937801209679,-0.653281482438188,-0.693519922661074,-0.707106781186547,-0.693519922661074,-0.653281482438188,-0.587937801209679,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.195090322016128,-0.38268343236509,-0.555570233019602,-0.707106781186548,-0.831469612302545,-0.923879532511287,-0.98078528040323,-1,-0.98078528040323,-0.923879532511287,-0.831469612302545,-0.707106781186548,-0.555570233019602,-0.38268343236509,-0.195090322016128,-0,-0,-0.180239955501737,-0.353553390593274,-0.513279967159337,-0.653281482438188,-0.768177756711416,-0.853553390593274,-0.906127446352888,-0.923879532511287,-0.906127446352888,-0.853553390593274,-0.768177756711416,-0.653281482438188,-0.513279967159337,-0.353553390593274,-0.180239955501737,-0,-0,-0.137949689641472,-0.270598050073099,-0.392847479193551,-0.5,-0.58793780120968,-0.653281482438188,-0.693519922661074,-0.707106781186548,-0.693519922661074,-0.653281482438188,-0.58793780120968,-0.5,-0.392847479193551,-0.270598050073099,-0.137949689641472,-0,-0,-0.0746578340503427,-0.146446609406726,-0.212607523691814,-0.270598050073099,-0.318189645143209,-0.353553390593274,-0.375330277517866,-0.38268343236509,-0.375330277517866,-0.353553390593274,-0.318189645143209,-0.270598050073099,-0.212607523691814,-0.146446609406726,-0.0746578340503427,-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0746578340503427,0.146446609406726,0.212607523691814,0.270598050073099,0.318189645143209,0.353553390593274,0.375330277517865,0.38268343236509,0.375330277517865,0.353553390593274,0.318189645143209,0.270598050073099,0.212607523691814,0.146446609406726,0.0746578340503427,0,0,0.137949689641472,0.270598050073098,0.392847479193551,0.5,0.587937801209679,0.653281482438188,0.693519922661074,0.707106781186547,0.693519922661074,0.653281482438188,0.587937801209679,0.5,0.392847479193551,0.270598050073098,0.137949689641472,0,0,0.180239955501737,0.353553390593274,0.513279967159337,0.653281482438188,0.768177756711416,0.853553390593274,0.906127446352888,0.923879532511287,0.906127446352888,0.853553390593274,0.768177756711416,0.653281482438188,0.513279967159337,0.353553390593274,0.180239955501737,0,0,0.195090322016128,0.38268343236509,0.555570233019602,0.707106781186548,0.831469612302545,0.923879532511287,0.98078528040323,1,0.98078528040323,0.923879532511287,0.831469612302545,0.707106781186548,0.555570233019602,0.38268343236509,0.195090322016128,0]],"it":[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270],[17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288],[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271]],"primitivetype":"triangle","material":null,"normals":null,"texcoords":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.0625,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.125,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.1875,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.25,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.3125,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.4375,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.5625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.625,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.6875,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.75,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.8125,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.875,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,0.9375,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1,0,0.0625,0.125,0.1875,0.25,0.3125,0.375,0.4375,0.5,0.5625,0.625,0.6875,0.75,0.8125,0.875,0.9375,1]]},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>The program then proceeds by projecting these colors into the sRGB space.</p> +<div id="rgl12502" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> +<script type="application/json" data-for="rgl12502">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"27":{"id":27,"type":"points","material":{"lit":false},"vertices":[[0.765607714653015,0.913829803466797,0.409379452466965],[0.872843503952026,0.700365781784058,0.707179427146912],[0.226793274283409,0.664352893829346,0.846415996551514],[0.584732115268707,0.595743775367737,0.863477170467377],[0.81013548374176,0.559565544128418,0.138073772192001],[0.368929386138916,0.849025845527649,0.349183440208435],[0.966675996780396,0.731533288955688,0.89758425951004],[0.752005517482758,0.367906093597412,0.767803192138672],[0.785928666591644,0.943387091159821,0.692322194576263],[0.876611769199371,0.617083847522736,0.509097516536713],[0.105148680508137,0.356967717409134,0.780560612678528],[0.80297714471817,0.957732141017914,0.951618671417236],[0.924294531345367,0.336414724588394,0.555598497390747],[0.772584080696106,0.751470625400543,0.238125175237656],[0.681970775127411,0.577386260032654,0.93332302570343],[0.438921242952347,0.66233903169632,0.853038012981415],[0.974415481090546,0.837491989135742,0.817543804645538],[0.778879463672638,0.870966076850891,0.670993208885193],[0.712123394012451,0.195715993642807,0.846243262290955],[0.768489718437195,0.746323883533478,0.920635402202606],[0.882631361484528,0.759278535842896,0.284327894449234],[0.74973726272583,0.16722197830677,0.481491535902023],[0.478982508182526,0.937976777553558,0.843345463275909],[0.315853625535965,0.619384706020355,0.663605630397797],[0.910938799381256,0.568520486354828,0.639117240905762],[0.92081093788147,0.939938366413116,0.789520919322968],[0.592310845851898,0.330979019403458,0.898480236530304],[0.874472916126251,0.479986369609833,0.824309110641479],[0.233674883842468,0.756595969200134,0.0978632792830467],[0.769464731216431,0.535066187381744,0.334994554519653],[0.663968563079834,0.720979452133179,0.940490663051605],[0.130564138293266,0.0968061089515686,0.867028176784515],[0.906790792942047,0.805537402629852,0.557043492794037],[0.961653769016266,0.752180516719818,0.882648348808289],[0.391412913799286,0.822421371936798,0.697642505168915],[0.439934879541397,0.725795269012451,0.898899376392365],[0.618338525295258,0.237932801246643,0.220495760440826],[0.630238175392151,0.893744170665741,0.195090129971504],[0.846757531166077,0.67009049654007,0.91874372959137],[0.896342098712921,0.379992187023163,0.873710989952087],[0.863945424556732,0.945702135562897,0.830632150173187],[0.948658645153046,0.717596411705017,0.577675580978394],[0.206758722662926,0.38417187333107,0.819575548171997],[0.694966197013855,0.944911122322083,0.956368088722229],[0.820904552936554,0.330429702997208,0.472424328327179],[0.727720737457275,0.754340052604675,0.146994203329086],[0.669674694538116,0.574515044689178,0.826819241046906],[0.219046458601952,0.302820712327957,0.901037812232971],[0.927305221557617,0.820321202278137,0.692779064178467],[0.517794251441956,0.90676087141037,0.463323414325714],[0.650567591190338,0.219516664743423,0.559833288192749],[0.879952192306519,0.788008213043213,0.957076072692871],[0.706309378147125,0.767215609550476,0.477868646383286],[0.866195559501648,0.128888696432114,0.219457775354385],[0.605280220508575,0.829913020133972,0.889804005622864],[0.111906662583351,0.695677638053894,0.623968541622162],[0.837965190410614,0.469619125127792,0.637647926807404],[0.953819394111633,0.910819530487061,0.603764891624451],[0.3538938164711,0.226727038621902,0.830857217311859],[0.878579497337341,0.501149535179138,0.931434690952301],[0.442108809947968,0.742175042629242,0.19040921330452],[0.870904266834259,0.429394245147705,0.311679989099503],[0.769841253757477,0.835028886795044,0.912743031978607],[0.322919547557831,0.631325602531433,0.262196153402328],[0.900297462940216,0.493224292993546,0.831571757793427],[0.719380259513855,0.753064393997192,0.924141526222229],[0.891888439655304,0.57314532995224,0.25163334608078],[0.910063028335571,0.608458757400513,0.658073961734772],[0.125899508595467,0.763177275657654,0.892622292041779],[0.635067343711853,0.447781354188919,0.820740401744843],[0.938776969909668,0.966568946838379,0.801952838897705],[0.816907525062561,0.72597062587738,0.264114230871201],[0.684409916400909,0.630320310592651,0.950701475143433],[0.508774638175964,0.82224714756012,0.770679533481598],[0.702915370464325,0.128106415271759,0.414267987012863],[0.933013498783112,0.800021827220917,0.773008286952972],[0.313314765691757,0.601758062839508,0.892706990242004],[0.68634158372879,0.167528927326202,0.788492858409882],[0.72707325220108,0.944830417633057,0.511191368103027],[0.787791907787323,0.449479877948761,0.674289703369141],[0.779099941253662,0.958171844482422,0.898868441581726],[0.593473017215729,0.592820823192596,0.894450962543488],[0.866917729377747,0.619677484035492,0.120354041457176],[0.84684020280838,0.929853916168213,0.682417869567871],[0.674422979354858,0.2058195322752,0.906452238559723],[0.2036152780056,0.50599217414856,0.658656477928162],[0.910891830921173,0.452373564243317,0.451379954814911],[0.790842890739441,0.437383711338043,0.258928865194321],[0.608587563037872,0.718733966350555,0.941184222698212],[0.936987280845642,0.862784504890442,0.936826825141907],[0.571798622608185,0.88114732503891,0.418624430894852],[0.852807521820068,0.85341739654541,0.571354329586029],[0.355661571025848,0.138004437088966,0.786767303943634],[0.333950787782669,0.839724957942963,0.840820968151093],[0.963087320327759,0.711684465408325,0.794941782951355],[0.573925733566284,0.867274343967438,0.166872456669807],[0.830054640769958,0.642190992832184,0.891955733299255],[0.806464016437531,0.90597140789032,0.977682769298553],[0.872540831565857,0.4510138630867,0.411605954170227],[0.929230570793152,0.47991618514061,0.741044700145721],[0.184110447764397,0.725036323070526,0.590974509716034],[0.340242981910706,0.290878713130951,0.868268072605133],[0.907385170459747,0.868815779685974,0.751761615276337],[0.861544847488403,0.913258612155914,0.30838817358017],[0.846806526184082,0.774481892585754,0.94716489315033],[0.549216091632843,0.890522480010986,0.922430694103241],[0.728904128074646,0.242742627859116,0.363231778144836],[0.932621657848358,0.776521146297455,0.664025127887726],[0.370234906673431,0.458508968353271,0.726411879062653],[0.737919688224792,0.10872708261013,0.684126496315002],[0.579878628253937,0.858610391616821,0.488036394119263],[0.858241438865662,0.2071553170681,0.260004639625549],[0.678437829017639,0.834377765655518,0.886958956718445],[0.702700018882751,0.394517421722412,0.920879364013672],[0.530554533004761,0.655554413795471,0.159842371940613],[0.749987065792084,0.958862125873566,0.731534659862518],[0.818707346916199,0.371689438819885,0.705986261367798],[0.16218413412571,0.212187796831131,0.778212666511536],[0.813320517539978,0.736121475696564,0.627076268196106],[0.783625483512878,0.268100440502167,0.0942712873220444],[0.492257088422775,0.65531587600708,0.885639667510986],[0.92551577091217,0.680758714675903,0.947138011455536],[0.525252759456635,0.79025000333786,0.337646752595901],[0.91957688331604,0.892282545566559,0.583319842815399],[0.395375818014145,0.287452340126038,0.715444445610046],[0.34557980298996,0.907316982746124,0.861720204353333],[0.948284804821014,0.80461198091507,0.864165008068085],[0.610293447971344,0.919947028160095,0.914165496826172],[0.691275596618652,0.338964939117432,0.462979823350906],[0.905572772026062,0.895660221576691,0.3746677339077],[0.867397606372833,0.828819632530212,0.951420903205872],[0.788982212543488,0.103210605680943,0.8020299077034],[0.648692786693573,0.884813070297241,0.520427465438843],[0.948341310024261,0.782871961593628,0.706899225711823],[0.371597290039062,0.516639292240143,0.783643245697021],[0.752300798892975,0.756280303001404,0.965439736843109],[0.838301479816437,0.676779866218567,0.379439055919647],[0.166983380913734,0.813049376010895,0.154691144824028],[0.850997269153595,0.616743266582489,0.777286350727081],[0.642962038516998,0.220037057995796,0.872703433036804],[0.836040496826172,0.903391778469086,0.689348697662354],[0.930410444736481,0.412330090999603,0.422003179788589],[0.153074666857719,0.52082085609436,0.689665853977203],[0.93212765455246,0.629362821578979,0.887319803237915],[0.393228858709335,0.749259531497955,0.312231004238129],[0.715580701828003,0.394175380468369,0.0959098488092422],[0.449224561452866,0.52577668428421,0.862265944480896],[0.269395500421524,0.821238338947296,0.917095005512238],[0.944842576980591,0.741647899150848,0.779307544231415],[0.862767815589905,0.923530459403992,0.512960076332092],[0.45876356959343,0.21433062851429,0.722159922122955],[0.52250862121582,0.453352391719818,0.920638144016266],[0.687225341796875,0.594471216201782,0.186765164136887],[0.855410516262054,0.268580049276352,0.572951972484589],[0.735154867172241,0.888835668563843,0.86035281419754],[0.1448725014925,0.512737631797791,0.8541179895401],[0.876634120941162,0.659988403320312,0.622356414794922],[0.878151655197144,0.972411036491394,0.77657949924469],[0.772171378135681,0.389837145805359,0.859153389930725],[0.537103414535522,0.832117080688477,0.852512121200562],[0.762711405754089,0.126904100179672,0.297727108001709],[0.806105196475983,0.841203331947327,0.298412203788757],[0.790978968143463,0.678496241569519,0.961119294166565],[0.792915403842926,0.221700087189674,0.755979359149933],[0.673004746437073,0.939522325992584,0.5750932097435],[0.932374060153961,0.872093796730042,0.832241415977478],[0.384066373109818,0.517456889152527,0.880549192428589],[0.660349786281586,0.814713299274445,0.916765749454498],[0.892859756946564,0.230075746774673,0.184255793690681],[0.453807026147842,0.610849618911743,0.216265887022018],[0.771803915500641,0.429591953754425,0.897523581981659],[0.493375092744827,0.477380573749542,0.724734961986542],[0.948420584201813,0.89610344171524,0.753694951534271],[0.876780927181244,0.57533460855484,0.756806612014771],[0.127046272158623,0.8250692486763,0.63753068447113],[0.919519126415253,0.800304651260376,0.933060884475708],[0.581725835800171,0.886986613273621,0.346378922462463],[0.795958638191223,0.328182518482208,0.187406867742538],[0.541205048561096,0.715756058692932,0.942160487174988],[0.302138209342957,0.806227326393127,0.754808008670807],[0.949489951133728,0.658875584602356,0.785390973091125],[0.80396580696106,0.778508961200714,0.554399728775024],[0.275920510292053,0.143959909677505,0.714405596256256],[0.791799247264862,0.627048194408417,0.918817341327667],[0.726018905639648,0.900878489017487,0.144987046718597],[0.835960566997528,0.459904968738556,0.498264282941818],[0.824034690856934,0.937641322612762,0.97183084487915],[0.251663237810135,0.294254064559937,0.669202268123627],[0.908903896808624,0.7360999584198,0.51196163892746],[0.757711112499237,0.933074116706848,0.737791419029236],[0.900250315666199,0.270615190267563,0.75459748506546],[0.92854231595993,0.606711328029633,0.531385660171509],[0.214028641581535,0.467733293771744,0.745899379253387],[0.789770185947418,0.345644414424896,0.864283621311188],[0.852660655975342,0.905046999454498,0.804881036281586],[0.708801090717316,0.625087678432465,0.126126915216446],[0.567879140377045,0.507018029689789,0.827910006046295],[0.632682621479034,0.95224541425705,0.90633350610733],[0.821341872215271,0.263586133718491,0.529638051986694],[0.963329970836639,0.809098064899445,0.831256747245789],[0.478709191083908,0.733973383903503,0.793718814849854],[0.528140604496002,0.143174678087234,0.879253327846527],[0.84764301776886,0.900463938713074,0.62196409702301],[0.334857672452927,0.908876717090607,0.238551333546638],[0.935445666313171,0.711982369422913,0.893063068389893],[0.482677727937698,0.544754028320312,0.914750277996063],[0.682582676410675,0.45946991443634,0.214845344424248],[0.947509765625,0.954231023788452,0.661947011947632],[0.482328832149506,0.294430524110794,0.821747481822968],[0.13515342772007,0.717322170734406,0.731024622917175],[0.828759908676147,0.537418127059937,0.627832472324371],[0.896159291267395,0.541406095027924,0.345018714666367],[0.800939559936523,0.84416925907135,0.940238475799561],[0.947644054889679,0.54353392124176,0.938351333141327],[0.374277263879776,0.815398931503296,0.175779119133949],[0.718590676784515,0.884146273136139,0.419531762599945],[0.462707430124283,0.241373792290688,0.562304258346558],[0.174684777855873,0.628027737140656,0.878993213176727],[0.903819620609283,0.655698359012604,0.649858415126801],[0.825658798217773,0.103019215166569,0.568161368370056],[0.536688089370728,0.891989946365356,0.781726360321045],[0.730887889862061,0.725659608840942,0.953018426895142],[0.795807242393494,0.667657494544983,0.382870763540268],[0.877341628074646,0.63338166475296,0.441961377859116],[0.0859287604689598,0.232901722192764,0.733374238014221],[0.781220078468323,0.288082957267761,0.728785276412964],[0.69979465007782,0.940069496631622,0.629233539104462],[0.638290584087372,0.683164060115814,0.261138945817947],[0.699255466461182,0.532418847084045,0.911884188652039],[0.756974935531616,0.918151319026947,0.937328040599823],[0.902211666107178,0.292091369628906,0.430591344833374],[0.906643271446228,0.725159764289856,0.826851785182953],[0.26083767414093,0.870965361595154,0.732463717460632],[0.227143511176109,0.169408336281776,0.712394714355469],[0.93015468120575,0.821531653404236,0.451648324728012],[0.653587400913239,0.83710902929306,0.419694006443024],[0.92752081155777,0.788438022136688,0.968365013599396],[0.660384893417358,0.764626324176788,0.846418142318726],[0.832091808319092,0.244609788060188,0.17471119761467],[0.960567891597748,0.952537953853607,0.827485144138336],[0.517610311508179,0.36558210849762,0.922470927238464],[0.272679507732391,0.765373528003693,0.735645473003387],[0.933557569980621,0.604495465755463,0.734037697315216],[0.756178379058838,0.502233028411865,0.406874626874924],[0.71822452545166,0.807431936264038,0.944828510284424],[0.855213105678558,0.537434697151184,0.8756183385849],[0.383846163749695,0.798297584056854,0.114755414426327],[0.611818671226501,0.881020367145538,0.594532608985901],[0.84427672624588,0.131276324391365,0.649630725383759],[0.360723733901978,0.391140311956406,0.864829301834106],[0.972300589084625,0.886067688465118,0.753252446651459],[0.681780099868774,0.16877293586731,0.199726611375809],[0.426628530025482,0.788164854049683,0.923924505710602],[0.820300579071045,0.706115663051605,0.894437313079834],[0.691758692264557,0.861905217170715,0.238647818565369],[0.717859208583832,0.885792374610901,0.966678142547607],[0.852175354957581,0.332362025976181,0.336652755737305],[0.584961414337158,0.803685367107391,0.130852043628693],[0.764443933963776,0.568368554115295,0.866168856620789],[0.849970757961273,0.209566622972488,0.641788840293884],[0.684067189693451,0.877076625823975,0.682460784912109],[0.915643811225891,0.737420380115509,0.39389356970787],[0.166992753744125,0.170918136835098,0.642544627189636],[0.572247922420502,0.692671775817871,0.924789488315582],[0.742325723171234,0.413224756717682,0.25471168756485],[0.531377494335175,0.914345920085907,0.332691460847855],[0.949826538562775,0.795929968357086,0.951107442378998],[0.323419630527496,0.114161863923073,0.757875561714172],[0.861481964588165,0.858585298061371,0.510555446147919],[0.935718715190887,0.686318635940552,0.771510660648346],[0.39989361166954,0.722143769264221,0.71948379278183],[0.853079795837402,0.468721657991409,0.934565722942352],[0.45630869269371,0.73422110080719,0.169066324830055],[0.87746262550354,0.371131628751755,0.275824785232544],[0.738456666469574,0.828099548816681,0.914830684661865],[0.188352763652802,0.839934647083282,0.725959241390228],[0.861066043376923,0.667221307754517,0.765743792057037],[0.971953153610229,0.942982912063599,0.806334257125854],[0.497757524251938,0.432189285755157,0.846098124980927],[0.792930722236633,0.646202027797699,0.944585382938385],[0.714121520519257,0.792369544506073,0.298417866230011],[0.755309283733368,0.0854781419038773,0.202645689249039],[0.456535279750824,0.81649649143219,0.88425213098526],[0.308266907930374,0.413088977336884,0.907520473003387],[0.943259716033936,0.856484413146973,0.772527635097504],[0.612882375717163,0.917481660842896,0.548305749893188],[0.708467602729797,0.257319778203964,0.637000262737274],[0.694738507270813,0.911673903465271,0.855649352073669],[0.881015121936798,0.225397273898125,0.613252758979797],[0.567056238651276,0.495338976383209,0.289356172084808],[0.499249041080475,0.467629253864288,0.888783156871796],[0.70460045337677,0.431847155094147,0.799565255641937],[0.882827997207642,0.959178507328033,0.772233903408051],[0.898135364055634,0.606916308403015,0.58327704668045],[0.113678999245167,0.559768319129944,0.867733418941498],[0.585297405719757,0.649426519870758,0.833614945411682],[0.769949316978455,0.402581512928009,0.148963093757629],[0.467814981937408,0.825704038143158,0.343208372592926],[0.958836913108826,0.710075438022614,0.940160155296326],[0.466648936271667,0.220020145177841,0.82389223575592],[0.924037873744965,0.950909078121185,0.593003273010254],[0.950318574905396,0.843593776226044,0.871155977249146],[0.394428461790085,0.861564874649048,0.899483919143677],[0.901107788085938,0.611554622650146,0.831109583377838],[0.199900597333908,0.881479799747467,0.131182596087456],[0.799076735973358,0.656519532203674,0.463585674762726],[0.799919784069061,0.814832329750061,0.962742626667023],[0.206333324313164,0.566500902175903,0.681329071521759],[0.915677845478058,0.471984565258026,0.512621402740479],[0.879017412662506,0.935356259346008,0.702306091785431],[0.620154798030853,0.227033734321594,0.91062867641449],[0.819753468036652,0.791364431381226,0.908797979354858],[0.866123616695404,0.817391157150269,0.33403879404068],[0.744106590747833,0.206055790185928,0.434684902429581],[0.52092456817627,0.929237842559814,0.891841351985931],[0.251061528921127,0.49455800652504,0.824100852012634],[0.952546417713165,0.70237523317337,0.622615993022919],[0.637292444705963,0.830995559692383,0.494166821241379],[0.650430977344513,0.121392883360386,0.703769505023956],[0.963182747364044,0.87586522102356,0.77604216337204],[0.420936584472656,0.473885416984558,0.818288326263428],[0.883744299411774,0.105480626225471,0.72803008556366],[0.625747621059418,0.906665921211243,0.582558989524841],[0.757290482521057,0.890830397605896,0.223394528031349],[0.81464022397995,0.694462478160858,0.919762372970581],[0.466465890407562,0.811466336250305,0.897759020328522],[0.619987905025482,0.244236975908279,0.294307440519333],[0.934192717075348,0.492532163858414,0.698605537414551],[0.180568188428879,0.746156692504883,0.67078959941864],[0.415893852710724,0.300839096307755,0.875885784626007],[0.916566729545593,0.895724594593048,0.760158121585846],[0.38325959444046,0.664281070232391,0.13744381070137],[0.740599989891052,0.528519451618195,0.773205459117889],[0.610911190509796,0.764839649200439,0.940813720226288],[0.789024293422699,0.36800691485405,0.262700617313385],[0.902671635150909,0.760998427867889,0.430303275585175],[0.220616176724434,0.206589862704277,0.626385033130646],[0.184467449784279,0.898507475852966,0.684351861476898],[0.921318173408508,0.661656737327576,0.826088488101959],[0.83574116230011,0.146073684096336,0.122233763337135],[0.57453328371048,0.77015084028244,0.883441567420959],[0.893011868000031,0.756464898586273,0.951509952545166],[0.646389067173004,0.763087630271912,0.444887280464172],[0.766366899013519,0.963608205318451,0.681866705417633],[0.848757207393646,0.296717703342438,0.830312252044678],[0.122284673154354,0.317504942417145,0.773190200328827],[0.860725343227386,0.654299736022949,0.534749567508698],[0.886398494243622,0.384076416492462,0.534733355045319],[0.83231121301651,0.934626936912537,0.938163697719574],[0.711544096469879,0.57752925157547,0.942945659160614],[0.783294677734375,0.802848279476166,0.217626631259918],[0.894991636276245,0.781154870986938,0.766108274459839],[0.302640199661255,0.608297049999237,0.858459711074829],[0.600817441940308,0.199266955256462,0.711832940578461],[0.727316439151764,0.923559367656708,0.487540543079376],[0.863124132156372,0.767793416976929,0.422975778579712],[0.829553782939911,0.810211777687073,0.975888133049011],[0.653429627418518,0.882670283317566,0.833019554615021],[0.857033491134644,0.179066389799118,0.551894783973694],[0.866728186607361,0.481871724128723,0.565226912498474],[0.102769121527672,0.670756161212921,0.745830774307251],[0.529114842414856,0.347129642963409,0.751470267772675],[0.904448568820953,0.936478614807129,0.662121295928955],[0.340303778648376,0.745250582695007,0.228349313139915],[0.926904857158661,0.546695053577423,0.882517039775848],[0.773306608200073,0.811639785766602,0.950293242931366],[0.918764114379883,0.581152021884918,0.304835766553879],[0.778288722038269,0.853024065494537,0.589325845241547],[0.547476530075073,0.144389286637306,0.797960638999939],[0.352284938097,0.701822102069855,0.840064942836761],[0.964042782783508,0.728307127952576,0.740075290203094],[0.674975037574768,0.470853686332703,0.142374888062477],[0.38608130812645,0.41329762339592,0.931268572807312],[0.902060091495514,0.66528981924057,0.834956467151642],[0.226643621921539,0.874760985374451,0.192588895559311],[0.860909461975098,0.948157727718353,0.806692183017731],[0.878681361675262,0.348300099372864,0.90654981136322],[0.293733537197113,0.453697323799133,0.711116373538971],[0.919086575508118,0.680231213569641,0.585763335227966],[0.788262784481049,0.341587126255035,0.512777507305145],[0.682979583740234,0.94687032699585,0.933696627616882],[0.605486750602722,0.494996458292007,0.884853422641754],[0.784259259700775,0.749880194664001,0.0955906212329865],[0.494032353162766,0.356529265642166,0.808476865291595],[0.954445064067841,0.947351038455963,0.710561037063599],[0.896873593330383,0.518132567405701,0.655396282672882],[0.093473769724369,0.821532368659973,0.800354838371277],[0.832100331783295,0.87769490480423,0.957905828952789],[0.915898978710175,0.538944959640503,0.374107182025909],[0.458696246147156,0.742808997631073,0.297197163105011],[0.919428586959839,0.611347734928131,0.928658425807953],[0.692303836345673,0.160202279686928,0.530414283275604],[0.438522517681122,0.928667962551117,0.423838168382645],[0.901888787746429,0.82894378900528,0.700617372989655],[0.232927158474922,0.251445889472961,0.869579017162323],[0.632570326328278,0.780324518680573,0.844935834407806],[0.815841257572174,0.16166490316391,0.180693387985229],[0.700207710266113,0.834577441215515,0.392928719520569],[0.891716599464417,0.762125909328461,0.965380251407623],[0.242969065904617,0.333078324794769,0.703287065029144],[0.916858196258545,0.711857736110687,0.529397964477539],[0.791582703590393,0.941055238246918,0.755200922489166],[0.908153474330902,0.288102656602859,0.822847545146942],[0.649632334709167,0.471618235111237,0.849637925624847],[0.630005896091461,0.713284075260162,0.107972055673599],[0.702483713626862,0.368772447109222,0.43409788608551],[0.644465386867523,0.887948751449585,0.926790773868561],[0.393664062023163,0.865092098712921,0.772808015346527],[0.974397122859955,0.784358978271484,0.884905874729156],[0.883202910423279,0.832766890525818,0.62555319070816],[0.246150970458984,0.148125156760216,0.860630989074707],[0.865723609924316,0.736604928970337,0.897151231765747],[0.584003567695618,0.861254572868347,0.272501558065414],[0.700700521469116,0.254272669553757,0.183055594563484],[0.459375351667404,0.705404043197632,0.924380779266357],[0.564175248146057,0.366318255662918,0.876812875270844],[0.920049428939819,0.92594963312149,0.817181527614594],[0.936708092689514,0.55642306804657,0.662555932998657],[0.209146708250046,0.752802014350891,0.783984422683716],[0.659426093101501,0.742951154708862,0.958705067634583],[0.836912333965302,0.496593922376633,0.28121879696846],[0.297112971544266,0.744036078453064,0.124095067381859],[0.846964001655579,0.521167159080505,0.829290926456451],[0.623061537742615,0.108282573521137,0.822348594665527],[0.754076361656189,0.887706756591797,0.542924404144287],[0.951263308525085,0.741404712200165,0.729367852210999],[0.395438611507416,0.634132087230682,0.785192549228668],[0.398480623960495,0.907150506973267,0.76518702507019],[0.624051034450531,0.181580096483231,0.452558606863022],[0.905379831790924,0.694632768630981,0.15025132894516],[0.648468911647797,0.632728219032288,0.922902941703796],[0.131904199719429,0.387353867292404,0.704976975917816],[0.818245947360992,0.5848228931427,0.518635213375092],[0.776434659957886,0.950189590454102,0.636691570281982],[0.753125548362732,0.272934406995773,0.813946723937988],[0.612036526203156,0.51791787147522,0.943963289260864],[0.789588689804077,0.720191597938538,0.172292456030846],[0.891018033027649,0.320863127708435,0.575012147426605],[0.779153645038605,0.932727515697479,0.915462553501129],[0.259322553873062,0.750721216201782,0.890058577060699],[0.92364090681076,0.725740253925323,0.74798846244812],[0.810977339744568,0.899066507816315,0.500314652919769],[0.468530625104904,0.276035636663437,0.623345494270325],[0.966672360897064,0.80770879983902,0.931555390357971],[0.497513085603714,0.817382872104645,0.456998288631439],[0.890524864196777,0.553236544132233,0.133856296539307],[0.615205466747284,0.648253917694092,0.9091756939888],[0.547882437705994,0.84440666437149,0.265911966562271],[0.912679433822632,0.649744033813477,0.960574626922607],[0.505758821964264,0.675771772861481,0.85455983877182],[0.744305074214935,0.228632092475891,0.116013593971729],[0.929862856864929,0.80545574426651,0.866094410419464],[0.352960228919983,0.882358431816101,0.800784707069397],[0.302292943000793,0.195911422371864,0.789407253265381],[0.939575791358948,0.878890991210938,0.545742869377136],[0.612673401832581,0.697203516960144,0.225615113973618],[0.716576814651489,0.506006360054016,0.916812241077423],[0.733811736106873,0.902226567268372,0.939006924629211],[0.909712731838226,0.263105928897858,0.362740099430084],[0.903976738452911,0.777181565761566,0.643841922283173],[0.16775107383728,0.277510285377502,0.880067586898804],[0.7947016954422,0.503116965293884,0.742436408996582],[0.851921081542969,0.966828644275665,0.830990016460419],[0.810686588287354,0.205882027745247,0.39987576007843],[0.571312367916107,0.940552473068237,0.945256292819977],[0.865601003170013,0.825903594493866,0.940665006637573],[0.884294390678406,0.890772223472595,0.375796407461166],[0.654999792575836,0.809551417827606,0.582017242908478],[0.740540564060211,0.151028081774712,0.73312509059906],[0.330117434263229,0.484507352113724,0.811451196670532],[0.953275799751282,0.779953718185425,0.688292860984802],[0.812475860118866,0.39688703417778,0.391592770814896],[0.745332539081573,0.884917199611664,0.958736062049866],[0.78955340385437,0.552639305591583,0.901429355144501],[0.593134343624115,0.853767931461334,0.100300706923008],[0.913526058197021,0.83398425579071,0.665542602539062],[0.199855282902718,0.191089123487473,0.887979507446289],[0.229964643716812,0.599103987216949,0.480700939893723],[0.893397569656372,0.435671091079712,0.735064327716827],[0.43573921918869,0.896002650260925,0.292440980672836],[0.93271940946579,0.755724251270294,0.915743410587311],[0.532061994075775,0.620933353900909,0.906381666660309],[0.655426859855652,0.442872196435928,0.28301677107811],[0.936038732528687,0.627404868602753,0.700681090354919],[0.296850860118866,0.721538782119751,0.766592800617218],[0.361965745687485,0.0904439315199852,0.722999691963196],[0.829042613506317,0.869943857192993,0.443499773740768],[0.843798398971558,0.680772483348846,0.157145261764526],[0.658085763454437,0.63615745306015,0.864786207675934],[0.780708372592926,0.970235288143158,0.925237596035004],[0.848618865013123,0.402324795722961,0.657049059867859],[0.935632646083832,0.487818419933319,0.44031098484993],[0.15565299987793,0.477922409772873,0.720290660858154],[0.729535043239594,0.245803996920586,0.880139648914337],[0.827188789844513,0.91343891620636,0.712504744529724],[0.79489529132843,0.112298369407654,0.388127386569977],[0.531002938747406,0.876190721988678,0.851767182350159],[0.773489594459534,0.71254301071167,0.944650650024414],[0.76026839017868,0.734560251235962,0.396925270557404],[0.73395037651062,0.933679401874542,0.598514199256897],[0.73215651512146,0.264423072338104,0.76777058839798],[0.359093457460403,0.587001621723175,0.923100233078003],[0.960040867328644,0.858359277248383,0.822152733802795],[0.84417861700058,0.60428649187088,0.250515013933182],[0.728533625602722,0.738271296024323,0.866160035133362],[0.913111686706543,0.431581974029541,0.786672115325928],[0.221799314022064,0.65595144033432,0.188742220401764],[0.911049365997314,0.967677474021912,0.752016127109528],[0.65540486574173,0.372348308563232,0.847345352172852],[0.146782770752907,0.64537388086319,0.822910845279694],[0.862425088882446,0.607268512248993,0.625321984291077],[0.840428173542023,0.927044808864594,0.59050041437149],[0.551708996295929,0.272088438272476,0.745456755161285],[0.351910322904587,0.770548760890961,0.915634870529175],[0.954569816589355,0.812975406646729,0.823731303215027],[0.774326205253601,0.505784153938293,0.118219032883644],[0.528131365776062,0.553676247596741,0.864413857460022],[0.938536167144775,0.704009056091309,0.878175795078278],[0.446729272603989,0.718126833438873,0.424418389797211],[0.831494629383087,0.968438029289246,0.736607134342194],[0.816050231456757,0.350743323564529,0.854301869869232],[0.135256171226501,0.415432751178741,0.819789052009583],[0.869386613368988,0.658681869506836,0.585658609867096],[0.851613402366638,0.228431791067123,0.483497560024261],[0.699304223060608,0.880741000175476,0.866958558559418],[0.542671263217926,0.412886261940002,0.917158961296082],[0.656867265701294,0.620124876499176,0.17317795753479],[0.946752190589905,0.690140545368195,0.664543032646179],[0.316723585128784,0.591946244239807,0.7945716381073],[0.606646418571472,0.0887305215001106,0.772564709186554],[0.711939573287964,0.886616826057434,0.47467839717865],[0.908830761909485,0.767774224281311,0.327464461326599],[0.803795516490936,0.789534449577332,0.946760714054108],[0.566531598567963,0.919763624668121,0.834059178829193],[0.71944922208786,0.266846001148224,0.527528584003448],[0.936007440090179,0.487787783145905,0.59653902053833],[0.174821421504021,0.696895897388458,0.748973786830902],[0.542508602142334,0.294721215963364,0.879073977470398],[0.903944194316864,0.918802320957184,0.754992842674255],[0.361130326986313,0.841580808162689,0.207214400172234],[0.864207744598389,0.684587419033051,0.847915470600128],[0.824551045894623,0.860871016979218,0.974244177341461],[0.848734319210052,0.619113266468048,0.450060904026031],[0.836087942123413,0.7500319480896,0.572082281112671],[0.148720502853394,0.144151702523232,0.764018535614014],[0.330933779478073,0.827236413955688,0.665460288524628],[0.958466112613678,0.699704110622406,0.870304882526398],[0.825608015060425,0.212117567658424,0.207562193274498],[0.582189619541168,0.825332045555115,0.950980603694916],[0.911559998989105,0.834198236465454,0.948971927165985],[0.723962128162384,0.900150954723358,0.383019268512726],[0.758345663547516,0.911286175251007,0.684383988380432],[0.882239460945129,0.213430747389793,0.877309918403625],[0.264017879962921,0.367554873228073,0.581652343273163],[0.889269709587097,0.603880763053894,0.456400483846664],[0.802153170108795,0.418517053127289,0.543568134307861],[0.762227594852448,0.956996381282806,0.958442628383636],[0.683446049690247,0.572465240955353,0.898204982280731],[0.855340719223022,0.860876679420471,0.109793528914452],[0.90935879945755,0.845663130283356,0.780061364173889],[0.322276890277863,0.409071952104568,0.867143332958221],[0.740137100219727,0.199283093214035,0.646008372306824],[0.576779246330261,0.929468274116516,0.509951949119568],[0.723585188388824,0.825763761997223,0.238656416535378],[0.784720540046692,0.611908793449402,0.952511429786682],[0.481836020946503,0.771540939807892,0.832584202289581],[0.697160482406616,0.117259711027145,0.209635615348816],[0.901067018508911,0.600853204727173,0.7487473487854],[0.118965037167072,0.882955193519592,0.761254549026489],[0.511171400547028,0.449883639812469,0.802036583423615],[0.96187299489975,0.934501826763153,0.790047168731689],[0.4349325299263,0.677758574485779,0.199161648750305],[0.843552768230438,0.460853904485703,0.916066288948059],[0.692101895809174,0.811671137809753,0.93481832742691],[0.911774635314941,0.336384981870651,0.215145543217659],[0.938044369220734,0.50918835401535,0.845538437366486],[0.2496128231287,0.766530513763428,0.180702209472656],[0.881539106369019,0.62636387348175,0.315693616867065],[0.773336589336395,0.791046798229218,0.923896133899689],[0.138037651777267,0.566386759281158,0.684195041656494],[0.792457699775696,0.529775023460388,0.56067419052124],[0.876325964927673,0.944770753383636,0.627461969852448],[0.561816275119781,0.274071455001831,0.798161268234253],[0.830430805683136,0.792922556400299,0.966810166835785],[0.827349603176117,0.780889928340912,0.432383120059967],[0.897001922130585,0.112730763852596,0.466407805681229],[0.597462058067322,0.912270665168762,0.875239968299866],[0.238944351673126,0.535156488418579,0.895788371562958],[0.925650835037231,0.755796670913696,0.709081888198853],[0.671696484088898,0.903122782707214,0.481609910726547],[0.595486640930176,0.242141410708427,0.642591297626495],[0.69940847158432,0.966574251651764,0.890620052814484],[0.855443894863129,0.310538828372955,0.647088170051575],[0.793628752231598,0.602787971496582,0.122353978455067],[0.563213706016541,0.547470688819885,0.868512034416199],[0.751798868179321,0.399071455001831,0.891911268234253],[0.907203614711761,0.945276081562042,0.845706641674042],[0.946651458740234,0.61160808801651,0.594331204891205],[0.229932531714439,0.588847875595093,0.811050176620483],[0.445803910493851,0.577113091945648,0.907678782939911],[0.647014081478119,0.374920278787613,0.206468641757965],[0.400134563446045,0.903164625167847,0.200318098068237],[0.926743686199188,0.676739037036896,0.914484143257141],[0.402856141328812,0.122048959136009,0.856433749198914],[0.87547242641449,0.890286028385162,0.588196635246277],[0.955852389335632,0.772630333900452,0.824719607830048],[0.45051646232605,0.761909008026123,0.777966260910034],[0.784991562366486,0.474868297576904,0.86298942565918],[0.440619587898254,0.735156774520874,0.102700941264629],[0.744252860546112,0.396638870239258,0.34360483288765],[0.653803884983063,0.803540289402008,0.934053778648376],[0.228665485978127,0.734192252159119,0.63260018825531],[0.924555957317352,0.538301706314087,0.744675874710083],[0.947791635990143,0.911070644855499,0.765066087245941],[0.378402054309845,0.296297460794449,0.916560232639313],[0.820845901966095,0.76200932264328,0.888348400592804],[0.780968189239502,0.855065762996674,0.295291930437088],[0.701115190982819,0.199242517352104,0.300100207328796],[0.479110062122345,0.862721621990204,0.921247661113739],[0.415840595960617,0.505003035068512,0.859517097473145],[0.974358439445496,0.881733298301697,0.800999283790588],[0.693539679050446,0.878281772136688,0.647075951099396],[0.853811204433441,0.171546518802643,0.76349937915802],[0.798847317695618,0.901477456092834,0.945260405540466],[0.904069006443024,0.340038746595383,0.359382748603821],[0.578480899333954,0.699646294116974,0.294461399316788],[0.791891157627106,0.57769113779068,0.916416585445404],[0.782834351062775,0.336273342370987,0.6492959856987],[0.683671414852142,0.944706678390503,0.674401044845581],[0.881561934947968,0.736710011959076,0.487545788288116],[0.095635861158371,0.118882946670055,0.773471832275391],[0.583674311637878,0.680823683738708,0.847933411598206],[0.787268161773682,0.336599200963974,0.144339561462402],[0.525859415531158,0.836116671562195,0.345491021871567],[0.953991830348969,0.719280362129211,0.962327361106873],[0.298300206661224,0.142052307724953,0.664555430412292],[0.92925089597702,0.910323083400726,0.377356827259064],[0.898410856723785,0.658196866512299,0.746506571769714],[0.184762611985207,0.871845126152039,0.848280906677246],[0.679262042045593,0.154689401388168,0.358466327190399],[0.406229615211487,0.927721858024597,0.89897233247757],[0.744553804397583,0.685071408748627,0.898880064487457],[0.868649899959564,0.832631230354309,0.215301558375359],[0.704103708267212,0.843213558197021,0.615737915039062],[0.766798436641693,0.156547352671623,0.8024041056633],[0.376061677932739,0.553522348403931,0.832889795303345],[0.963538765907288,0.806096255779266,0.745412707328796],[0.806990921497345,0.62537282705307,0.339460551738739],[0.693876981735229,0.708138823509216,0.952574491500854],[0.894972085952759,0.501479387283325,0.785500824451447],[0.129629135131836,0.806303560733795,0.09014792740345],[0.916360974311829,0.954787492752075,0.816663980484009],[0.698012411594391,0.356506645679474,0.91494482755661],[0.279015868902206,0.613510370254517,0.742435574531555],[0.926749765872955,0.594701707363129,0.613007307052612],[0.484673142433167,0.863496959209442,0.376704543828964],[0.972849190235138,0.767352283000946,0.949928641319275],[0.609635651111603,0.66972690820694,0.880565822124481],[0.852846622467041,0.455656111240387,0.137354835867882],[0.89406281709671,0.721138656139374,0.759492516517639],[0.255079686641693,0.79263699054718,0.860121786594391],[0.404400050640106,0.176832616329193,0.688368856906891],[0.869534432888031,0.923207759857178,0.441993713378906],[0.69335812330246,0.591550469398499,0.234343335032463],[0.557415246963501,0.512498676776886,0.915202736854553],[0.739433586597443,0.938267886638641,0.894167244434357],[0.907412230968475,0.270289242267609,0.623974919319153],[0.847655534744263,0.498836517333984,0.455045908689499],[0.104081369936466,0.434127271175385,0.698620080947876],[0.626972436904907,0.345509082078934,0.707192361354828],[0.792697250843048,0.924606502056122,0.628094971179962],[0.831213116645813,0.112113326787949,0.331531792879105],[0.555255532264709,0.878684222698212,0.888070940971375],[0.817411661148071,0.741033434867859,0.95229297876358],[0.772469341754913,0.782979071140289,0.410347402095795],[0.562567472457886,0.907009124755859,0.411317318677902],[0.630003333091736,0.188323140144348,0.617546200752258],[0.163847327232361,0.389835834503174,0.904479146003723],[0.923673987388611,0.745529174804688,0.644652485847473],[0.876555263996124,0.3932965695858,0.379271179437637],[0.828718602657318,0.891536474227905,0.927107870578766],[0.82466459274292,0.568813264369965,0.937013208866119],[0.58142763376236,0.786435127258301,0.219391345977783],[0.959188461303711,0.871448397636414,0.671638011932373],[0.309925734996796,0.294652700424194,0.83617377281189],[0.128393366932869,0.752433121204376,0.562020242214203],[0.846620976924896,0.534205496311188,0.733671128749847],[0.563639342784882,0.889485239982605,0.272591203451157],[0.898906111717224,0.737178146839142,0.924898326396942],[0.512766778469086,0.695136189460754,0.899309694766998],[0.616919696331024,0.357858896255493,0.295156747102737],[0.967932939529419,0.81914347410202,0.889341771602631],[0.470836788415909,0.816239655017853,0.768414258956909],[0.292101114988327,0.147487252950668,0.889589190483093],[0.909892439842224,0.870747864246368,0.62718403339386],[0.600727140903473,0.713090360164642,0.136486083269119],[0.682780683040619,0.533097863197327,0.816478550434113],[0.648873805999756,0.891885101795197,0.950702667236328],[0.812913715839386,0.286662757396698,0.359528869390488],[0.944040179252625,0.748950660228729,0.530536293983459],[0.177906900644302,0.263582438230515,0.796669542789459],[0.890635967254639,0.333940505981445,0.782152354717255],[0.810225248336792,0.934290409088135,0.790286064147949],[0.226184546947479,0.420557796955109,0.678079426288605],[0.912448525428772,0.591310858726501,0.491815447807312],[0.812154948711395,0.93430882692337,0.719955086708069],[0.842044353485107,0.248622849583626,0.905641078948975],[0.69434529542923,0.631241738796234,0.89802223443985],[0.875203549861908,0.805399715900421,0.154060423374176],[0.781249225139618,0.498014748096466,0.619842231273651],[0.816173791885376,0.963090181350708,0.948869287967682],[0.253638565540314,0.699872434139252,0.83812540769577],[0.957741618156433,0.634022355079651,0.665357112884521],[0.763770818710327,0.847166538238525,0.494597405195236],[0.463515281677246,0.115794457495213,0.72596949338913],[0.922929883003235,0.793834090232849,0.892393946647644],[0.391628414392471,0.877170979976654,0.33959299325943],[0.770785331726074,0.523544073104858,0.195978626608849],[0.530702948570251,0.569940030574799,0.936060965061188],[0.551885187625885,0.381633698940277,0.803880274295807],[0.939553439617157,0.955277144908905,0.730236828327179],[0.896127641201019,0.539386332035065,0.633374333381653],[0.100576102733612,0.783627510070801,0.834937870502472],[0.652587592601776,0.719859838485718,0.907926380634308],[0.883323669433594,0.4619060754776,0.177190259099007],[0.323147088289261,0.578823447227478,0.231690496206284],[0.888340711593628,0.422173261642456,0.855769276618958],[0.642428159713745,0.195838794112206,0.802175164222717],[0.786353290081024,0.941919326782227,0.556094646453857],[0.934372305870056,0.822077214717865,0.813641667366028],[0.362189292907715,0.674692809581757,0.885824680328369],[0.583412885665894,0.78960108757019,0.735278189182281],[0.72230076789856,0.150713190436363,0.491834402084351],[0.803406000137329,0.6759432554245,0.319608002901077],[0.692491233348846,0.673158168792725,0.949855804443359],[0.165845513343811,0.288684368133545,0.847793459892273],[0.870593547821045,0.753756046295166,0.643045425415039],[0.82402628660202,0.972157835960388,0.791481137275696],[0.853142082691193,0.410496860742569,0.785327076911926],[0.687760412693024,0.450717508792877,0.937921464443207],[0.64438134431839,0.732762634754181,0.155876323580742],[0.883478939533234,0.255160003900528,0.368338704109192],[0.721069872379303,0.887464642524719,0.917569100856781],[0.302086591720581,0.899052381515503,0.791521310806274],[0.936335921287537,0.764803051948547,0.852878749370575],[0.909679234027863,0.843352079391479,0.541459739208221],[0.339659839868546,0.279619097709656,0.671519875526428],[0.884447634220123,0.637417733669281,0.938721239566803],[0.544403851032257,0.773325085639954,0.302813857793808],[0.735651135444641,0.189329385757446,0.0904878005385399],[0.45213782787323,0.668748915195465,0.874001145362854],[0.447545051574707,0.259046733379364,0.84834223985672],[0.876099765300751,0.874150216579437,0.731289207935333],[0.915962755680084,0.441426217556,0.605993628501892],[0.188923642039299,0.668465316295624,0.662009418010712],[0.762796759605408,0.834512591362,0.969592154026031],[0.851785600185394,0.531320691108704,0.380603343248367],[0.385654598474503,0.835636854171753,0.146752089262009],[0.864520967006683,0.614455461502075,0.867933452129364],[0.807626128196716,0.112262807786465,0.58519983291626],[0.544023275375366,0.880456805229187,0.539432168006897],[0.947391211986542,0.869399070739746,0.722497761249542],[0.401198476552963,0.4061459004879,0.768690466880798],[0.608546555042267,0.831490159034729,0.936342418193817],[0.774205565452576,0.270683437585831,0.277462184429169],[0.747655391693115,0.925608217716217,0.369280725717545],[0.917486846446991,0.832033812999725,0.962855160236359],[0.76597136259079,0.347276985645294,0.365997940301895],[0.672567427158356,0.863297820091248,0.940680921077728],[0.728492319583893,0.489469140768051,0.87377917766571],[0.571395516395569,0.76224148273468,0.101006880402565],[0.791510760784149,0.954359769821167,0.783888518810272],[0.923211097717285,0.315037220716476,0.747679591178894],[0.223956063389778,0.248115956783295,0.764292299747467],[0.931208074092865,0.789755403995514,0.557040274143219],[0.63123619556427,0.302775233983994,0.169512122869492],[0.388537406921387,0.586510121822357,0.912210941314697],[0.860951125621796,0.681392908096313,0.869355440139771],[0.4474818110466,0.844725608825684,0.206022724509239],[0.860100448131561,0.846934676170349,0.565647900104523],[0.323423147201538,0.133014604449272,0.792733728885651],[0.328944683074951,0.846803665161133,0.823648750782013],[0.96473091840744,0.711017429828644,0.806932806968689],[0.494706481695175,0.659737408161163,0.297260910272598],[0.8322833776474,0.548705697059631,0.908292591571808],[0.771148979663849,0.860863387584686,0.935849368572235],[0.896956562995911,0.38161838054657,0.310041815042496],[0.871795356273651,0.460202991962433,0.684402585029602],[0.0938939601182938,0.738104403018951,0.601931571960449],[0.369721204042435,0.314468592405319,0.767529726028442],[0.937938332557678,0.8758185505867,0.644059956073761],[0.797794342041016,0.850391149520874,0.41910719871521],[0.876941859722137,0.797443807125092,0.972054481506348],[0.652177929878235,0.84108293056488,0.867320418357849],[0.844679892063141,0.17481841146946,0.316413313150406],[0.916526138782501,0.813818395137787,0.727972209453583],[0.263415724039078,0.393977761268616,0.881082594394684],[0.733474671840668,0.161023661494255,0.663662016391754],[0.559103190898895,0.936570167541504,0.45792818069458],[0.895582437515259,0.389540880918503,0.707358300685883],[0.838480234146118,0.946643054485321,0.914766132831573],[0.60060840845108,0.586633265018463,0.948490083217621],[0.81777012348175,0.640819609165192,0.217353224754333],[0.862463653087616,0.956586420536041,0.703536868095398],[0.678246140480042,0.340922564268112,0.819200813770294],[0.151274710893631,0.532859086990356,0.758848607540131],[0.823198795318604,0.596049606800079,0.58692455291748],[0.872664034366608,0.387369900941849,0.0999592915177345],[0.566057085990906,0.666409432888031,0.906566262245178],[0.962082207202911,0.760541141033173,0.954298555850983],[0.525340497493744,0.82070404291153,0.401919305324554],[0.880968987941742,0.898309528827667,0.449313819408417],[0.373839914798737,0.228679716587067,0.618943631649017],[0.205108225345612,0.865967035293579,0.892515122890472],[0.918929934501648,0.678693413734436,0.749494194984436],[0.190364062786102,0.700995206832886,0.115378119051456],[0.836527347564697,0.479845970869064,0.763305187225342],[0.612665176391602,0.656334340572357,0.953708171844482],[0.82922774553299,0.556053280830383,0.237145602703094],[0.931075394153595,0.510297894477844,0.564176797866821],[0.195999279618263,0.632594406604767,0.745374083518982],[0.616861999034882,0.321541637182236,0.869831681251526],[0.88515031337738,0.912639379501343,0.778733968734741],[0.899888753890991,0.813982129096985,0.22898456454277],[0.747726738452911,0.701258718967438,0.927614569664001],[0.472607493400574,0.90626585483551,0.850737631320953],[0.651754796504974,0.227118521928787,0.423036932945251],[0.957763135433197,0.829295456409454,0.796110153198242],[0.497135818004608,0.616910696029663,0.756737530231476],[0.774507582187653,0.135532602667809,0.868340730667114],[0.741311013698578,0.889501094818115,0.614372253417969],[0.249796405434608,0.298079699277878,0.808764398097992],[0.946950972080231,0.80620402097702,0.611609876155853],[0.52437824010849,0.811311006546021,0.497249811887741],[0.681504607200623,0.127056211233139,0.544581413269043],[0.855362176895142,0.757197976112366,0.926362812519073],[0.741418719291687,0.887454509735107,0.296106308698654],[0.766840517520905,0.166720315814018,0.218558311462402],[0.492335915565491,0.830370008945465,0.941224932670593],[0.26553612947464,0.605524718761444,0.576156735420227],[0.894623339176178,0.476437479257584,0.651955425739288],[0.917734920978546,0.899214386940002,0.703325927257538],[0.395426988601685,0.234298437833786,0.886762380599976],[0.877102196216583,0.592003643512726,0.904057204723358],[0.435945123434067,0.884675085544586,0.111385770142078],[0.81095415353775,0.527923703193665,0.435106664896011],[0.783457040786743,0.858647227287292,0.962603807449341],[0.288837105035782,0.245831370353699,0.781479477882385],[0.936992943286896,0.849268198013306,0.590317904949188],[0.924125134944916,0.853185713291168,0.894783139228821],[0.402321577072144,0.87498927116394,0.755382597446442],[0.558382987976074,0.725820600986481,0.84392786026001],[0.765033304691315,0.187678337097168,0.137277528643608],[0.620583236217499,0.833322286605835,0.318988531827927],[0.892104804515839,0.69262969493866,0.959681153297424],[0.774796009063721,0.440014839172363,0.747917354106903],[0.809833824634552,0.953722178936005,0.761088609695435],[0.887643456459045,0.705586671829224,0.577167391777039],[0.120082370936871,0.303451180458069,0.844728469848633],[0.665441691875458,0.903580546379089,0.924369156360626],[0.901917338371277,0.187893509864807,0.368574410676956],[0.602243006229401,0.637122571468353,0.202688246965408],[0.629131674766541,0.433890014886856,0.905920803546906],[0.314922362565994,0.617047369480133,0.915513455867767],[0.949495732784271,0.808519303798676,0.780940115451813],[0.741342008113861,0.924730718135834,0.55570513010025],[0.654759526252747,0.241129323840141,0.739306509494781],[0.713764071464539,0.670495450496674,0.93494039773941],[0.736028611660004,0.67380827665329,0.36940723657608],[0.747105538845062,0.108330294489861,0.42966365814209],[0.49303013086319,0.862405717372894,0.799717962741852],[0.172675400972366,0.756121158599854,0.870260417461395],[0.895508706569672,0.647427141666412,0.689529716968536],[0.951940655708313,0.978923499584198,0.814012348651886],[0.645071268081665,0.417209506034851,0.875726342201233],[0.931282579898834,0.486653238534927,0.858532071113586],[0.276963382959366,0.734492540359497,0.183443322777748],[0.871343433856964,0.582217216491699,0.296592384576797],[0.756530940532684,0.782815039157867,0.911404848098755],[0.557737588882446,0.0937700271606445,0.792915821075439],[0.759655237197876,0.888709247112274,0.49797660112381],[0.949076652526855,0.687609195709229,0.688405632972717],[0.341243892908096,0.645426094532013,0.795441925525665],[0.589663445949554,0.59067577123642,0.92202240228653],[0.723756790161133,0.577153325080872,0.287929028272629],[0.353685945272446,0.909698724746704,0.35198712348938],[0.950789511203766,0.810896337032318,0.904584586620331],[0.859441518783569,0.212768495082855,0.861417353153229],[0.753063976764679,0.89108020067215,0.683105647563934],[0.923034727573395,0.573522627353668,0.401151120662689],[0.159459128975868,0.32942071557045,0.664726734161377],[0.738608539104462,0.960577309131622,0.959901213645935],[0.823164820671082,0.376021027565002,0.52643096446991],[0.78759378194809,0.78568696975708,0.161592021584511],[0.690454244613647,0.624015092849731,0.825170755386353],[0.967079281806946,0.95398211479187,0.767262816429138],[0.513718664646149,0.394417583942413,0.839924514293671],[0.159090772271156,0.825251340866089,0.78158712387085],[0.85308301448822,0.631259024143219,0.719740033149719],[0.873601496219635,0.406551659107208,0.23574061691761],[0.703190684318542,0.784147500991821,0.906151413917542],[0.898300170898438,0.428057372570038,0.931284725666046],[0.374690294265747,0.701528191566467,0.157813861966133],[0.644385099411011,0.921924650669098,0.624917447566986],[0.683715999126434,0.36312609910965,0.597866058349609],[0.390173882246017,0.424028038978577,0.906668186187744],[0.954556405544281,0.909773945808411,0.842285633087158],[0.815423369407654,0.106418736279011,0.152891173958778],[0.535063982009888,0.792593538761139,0.886778116226196],[0.859048366546631,0.721565842628479,0.95027619600296],[0.678320467472076,0.784875333309174,0.38696676492691],[0.921823263168335,0.665600121021271,0.468768835067749],[0.192526295781136,0.309918999671936,0.69806581735611],[0.856582999229431,0.28400906920433,0.798684000968933],[0.782224535942078,0.8913813829422,0.749210715293884],[0.785278499126434,0.855623602867126,0.159968480467796],[0.74189019203186,0.636462450027466,0.879129648208618],[0.791685044765472,0.955480635166168,0.973907053470612],[0.860739529132843,0.404852539300919,0.510715305805206],[0.933968544006348,0.644123554229736,0.808044254779816],[0.328229576349258,0.749862492084503,0.651953995227814],[0.162775099277496,0.0990749448537827,0.72901713848114],[0.864071488380432,0.771174609661102,0.464020580053329],[0.642992079257965,0.917705595493317,0.285386472940445],[0.902769207954407,0.755904495716095,0.947187602519989],[0.528168618679047,0.752551734447479,0.924923479557037],[0.732289731502533,0.272524267435074,0.220802336931229],[0.910905599594116,0.915688812732697,0.646778285503387],[0.423302114009857,0.168754115700722,0.893712997436523],[0.206776902079582,0.598594605922699,0.605690181255341],[0.89750337600708,0.414963722229004,0.567227184772491],[0.744986295700073,0.54869669675827,0.442480772733688],[0.740461707115173,0.805635750293732,0.947005391120911],[0.876311540603638,0.561155557632446,0.870705783367157],[0.340944796800613,0.815130949020386,0.122336141765118],[0.736640453338623,0.852573215961456,0.522393882274628],[0.553819954395294,0.122130036354065,0.752837061882019],[0.283116400241852,0.645667552947998,0.841850697994232],[0.96052622795105,0.669707417488098,0.664440870285034],[0.794327795505524,0.205639317631721,0.587627112865448],[0.560857057571411,0.939110040664673,0.81975382566452],[0.821402311325073,0.819425880908966,0.930541217327118],[0.880709528923035,0.719322860240936,0.369257569313049],[0.917934417724609,0.669476866722107,0.613282680511475],[0.129350930452347,0.501867592334747,0.901866137981415],[0.778098523616791,0.444821119308472,0.836395978927612],[0.887767612934113,0.970466196537018,0.810750901699066],[0.665755331516266,0.602437913417816,0.240461736917496],[0.573451220989227,0.497659385204315,0.908557713031769],[0.724641084671021,0.931576013565063,0.900767683982849],[0.900828182697296,0.25538894534111,0.56662791967392],[0.931149125099182,0.787567913532257,0.808944225311279],[0.331437349319458,0.784752428531647,0.887279748916626],[0.495158612728119,0.180768936872482,0.787948131561279],[0.865363359451294,0.941942870616913,0.526774227619171],[0.363934487104416,0.807344615459442,0.286372482776642],[0.948771119117737,0.644945979118347,0.892729341983795],[0.535945117473602,0.576414525508881,0.807771980762482],[0.705152153968811,0.431936591863632,0.138564944267273],[0.951233148574829,0.822314977645874,0.96671462059021],[0.625450432300568,0.804843723773956,0.484185874462128],[0.884006381034851,0.319861352443695,0.155023232102394],[0.633051216602325,0.753288209438324,0.905978322029114],[0.251186698675156,0.912842869758606,0.841904938220978],[0.939760863780975,0.724268734455109,0.819202959537506],[0.918886840343475,0.873456120491028,0.495142757892609],[0.323712527751923,0.213655322790146,0.700374245643616],[0.761333525180817,0.54425984621048,0.932269692420959],[0.639099419116974,0.763631641864777,0.212897941470146],[0.869889199733734,0.35664039850235,0.411667197942734],[0.810657739639282,0.892080783843994,0.915871858596802],[0.125913470983505,0.190209209918976,0.725616097450256],[0.836597323417664,0.694889068603516,0.51493227481842],[0.679416060447693,0.955236077308655,0.646293520927429],[0.828255295753479,0.273274302482605,0.70276266336441],[0.431020945310593,0.862014591693878,0.889258623123169],[0.583401381969452,0.236878201365471,0.33178374171257],[0.842325031757355,0.883781254291534,0.18649834394455],[0.758493185043335,0.660869956016541,0.909409642219543],[0.842938721179962,0.102340891957283,0.798907220363617],[0.643646419048309,0.897310674190521,0.547968924045563],[0.956396818161011,0.824319541454315,0.738882780075073],[0.390407592058182,0.50392085313797,0.80487197637558],[0.675555109977722,0.846588313579559,0.957224488258362],[0.828789949417114,0.3351911008358,0.30398964881897],[0.507119357585907,0.747928082942963,0.134851530194283],[0.757680892944336,0.544806241989136,0.837973296642303],[0.389446526765823,0.357132434844971,0.900647163391113],[0.945346891880035,0.908944427967072,0.812432706356049],[0.950622260570526,0.557157337665558,0.796074211597443],[0.180099382996559,0.827680230140686,0.650321185588837],[0.901571691036224,0.71558290719986,0.875014841556549],[0.36749991774559,0.867310404777527,0.249844193458557],[0.698704123497009,0.420915156602859,0.168450459837914],[0.439553886651993,0.532549262046814,0.927600681781769],[0.410220235586166,0.771718919277191,0.831934332847595],[0.96606457233429,0.776090025901794,0.81228893995285],[0.810880064964294,0.836783468723297,0.655371129512787],[0.480484306812286,0.169582173228264,0.822572410106659],[0.494444966316223,0.431335270404816,0.873319327831268]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[0.765607714653015,0.913829803466797,0.409379452466965],[0.872843503952026,0.700365781784058,0.707179427146912],[0.226793274283409,0.664352893829346,0.846415996551514],[0.584732115268707,0.595743775367737,0.863477170467377],[0.81013548374176,0.559565544128418,0.138073772192001],[0.368929386138916,0.849025845527649,0.349183440208435],[0.966675996780396,0.731533288955688,0.89758425951004],[0.752005517482758,0.367906093597412,0.767803192138672],[0.785928666591644,0.943387091159821,0.692322194576263],[0.876611769199371,0.617083847522736,0.509097516536713],[0.105148680508137,0.356967717409134,0.780560612678528],[0.80297714471817,0.957732141017914,0.951618671417236],[0.924294531345367,0.336414724588394,0.555598497390747],[0.772584080696106,0.751470625400543,0.238125175237656],[0.681970775127411,0.577386260032654,0.93332302570343],[0.438921242952347,0.66233903169632,0.853038012981415],[0.974415481090546,0.837491989135742,0.817543804645538],[0.778879463672638,0.870966076850891,0.670993208885193],[0.712123394012451,0.195715993642807,0.846243262290955],[0.768489718437195,0.746323883533478,0.920635402202606],[0.882631361484528,0.759278535842896,0.284327894449234],[0.74973726272583,0.16722197830677,0.481491535902023],[0.478982508182526,0.937976777553558,0.843345463275909],[0.315853625535965,0.619384706020355,0.663605630397797],[0.910938799381256,0.568520486354828,0.639117240905762],[0.92081093788147,0.939938366413116,0.789520919322968],[0.592310845851898,0.330979019403458,0.898480236530304],[0.874472916126251,0.479986369609833,0.824309110641479],[0.233674883842468,0.756595969200134,0.0978632792830467],[0.769464731216431,0.535066187381744,0.334994554519653],[0.663968563079834,0.720979452133179,0.940490663051605],[0.130564138293266,0.0968061089515686,0.867028176784515],[0.906790792942047,0.805537402629852,0.557043492794037],[0.961653769016266,0.752180516719818,0.882648348808289],[0.391412913799286,0.822421371936798,0.697642505168915],[0.439934879541397,0.725795269012451,0.898899376392365],[0.618338525295258,0.237932801246643,0.220495760440826],[0.630238175392151,0.893744170665741,0.195090129971504],[0.846757531166077,0.67009049654007,0.91874372959137],[0.896342098712921,0.379992187023163,0.873710989952087],[0.863945424556732,0.945702135562897,0.830632150173187],[0.948658645153046,0.717596411705017,0.577675580978394],[0.206758722662926,0.38417187333107,0.819575548171997],[0.694966197013855,0.944911122322083,0.956368088722229],[0.820904552936554,0.330429702997208,0.472424328327179],[0.727720737457275,0.754340052604675,0.146994203329086],[0.669674694538116,0.574515044689178,0.826819241046906],[0.219046458601952,0.302820712327957,0.901037812232971],[0.927305221557617,0.820321202278137,0.692779064178467],[0.517794251441956,0.90676087141037,0.463323414325714],[0.650567591190338,0.219516664743423,0.559833288192749],[0.879952192306519,0.788008213043213,0.957076072692871],[0.706309378147125,0.767215609550476,0.477868646383286],[0.866195559501648,0.128888696432114,0.219457775354385],[0.605280220508575,0.829913020133972,0.889804005622864],[0.111906662583351,0.695677638053894,0.623968541622162],[0.837965190410614,0.469619125127792,0.637647926807404],[0.953819394111633,0.910819530487061,0.603764891624451],[0.3538938164711,0.226727038621902,0.830857217311859],[0.878579497337341,0.501149535179138,0.931434690952301],[0.442108809947968,0.742175042629242,0.19040921330452],[0.870904266834259,0.429394245147705,0.311679989099503],[0.769841253757477,0.835028886795044,0.912743031978607],[0.322919547557831,0.631325602531433,0.262196153402328],[0.900297462940216,0.493224292993546,0.831571757793427],[0.719380259513855,0.753064393997192,0.924141526222229],[0.891888439655304,0.57314532995224,0.25163334608078],[0.910063028335571,0.608458757400513,0.658073961734772],[0.125899508595467,0.763177275657654,0.892622292041779],[0.635067343711853,0.447781354188919,0.820740401744843],[0.938776969909668,0.966568946838379,0.801952838897705],[0.816907525062561,0.72597062587738,0.264114230871201],[0.684409916400909,0.630320310592651,0.950701475143433],[0.508774638175964,0.82224714756012,0.770679533481598],[0.702915370464325,0.128106415271759,0.414267987012863],[0.933013498783112,0.800021827220917,0.773008286952972],[0.313314765691757,0.601758062839508,0.892706990242004],[0.68634158372879,0.167528927326202,0.788492858409882],[0.72707325220108,0.944830417633057,0.511191368103027],[0.787791907787323,0.449479877948761,0.674289703369141],[0.779099941253662,0.958171844482422,0.898868441581726],[0.593473017215729,0.592820823192596,0.894450962543488],[0.866917729377747,0.619677484035492,0.120354041457176],[0.84684020280838,0.929853916168213,0.682417869567871],[0.674422979354858,0.2058195322752,0.906452238559723],[0.2036152780056,0.50599217414856,0.658656477928162],[0.910891830921173,0.452373564243317,0.451379954814911],[0.790842890739441,0.437383711338043,0.258928865194321],[0.608587563037872,0.718733966350555,0.941184222698212],[0.936987280845642,0.862784504890442,0.936826825141907],[0.571798622608185,0.88114732503891,0.418624430894852],[0.852807521820068,0.85341739654541,0.571354329586029],[0.355661571025848,0.138004437088966,0.786767303943634],[0.333950787782669,0.839724957942963,0.840820968151093],[0.963087320327759,0.711684465408325,0.794941782951355],[0.573925733566284,0.867274343967438,0.166872456669807],[0.830054640769958,0.642190992832184,0.891955733299255],[0.806464016437531,0.90597140789032,0.977682769298553],[0.872540831565857,0.4510138630867,0.411605954170227],[0.929230570793152,0.47991618514061,0.741044700145721],[0.184110447764397,0.725036323070526,0.590974509716034],[0.340242981910706,0.290878713130951,0.868268072605133],[0.907385170459747,0.868815779685974,0.751761615276337],[0.861544847488403,0.913258612155914,0.30838817358017],[0.846806526184082,0.774481892585754,0.94716489315033],[0.549216091632843,0.890522480010986,0.922430694103241],[0.728904128074646,0.242742627859116,0.363231778144836],[0.932621657848358,0.776521146297455,0.664025127887726],[0.370234906673431,0.458508968353271,0.726411879062653],[0.737919688224792,0.10872708261013,0.684126496315002],[0.579878628253937,0.858610391616821,0.488036394119263],[0.858241438865662,0.2071553170681,0.260004639625549],[0.678437829017639,0.834377765655518,0.886958956718445],[0.702700018882751,0.394517421722412,0.920879364013672],[0.530554533004761,0.655554413795471,0.159842371940613],[0.749987065792084,0.958862125873566,0.731534659862518],[0.818707346916199,0.371689438819885,0.705986261367798],[0.16218413412571,0.212187796831131,0.778212666511536],[0.813320517539978,0.736121475696564,0.627076268196106],[0.783625483512878,0.268100440502167,0.0942712873220444],[0.492257088422775,0.65531587600708,0.885639667510986],[0.92551577091217,0.680758714675903,0.947138011455536],[0.525252759456635,0.79025000333786,0.337646752595901],[0.91957688331604,0.892282545566559,0.583319842815399],[0.395375818014145,0.287452340126038,0.715444445610046],[0.34557980298996,0.907316982746124,0.861720204353333],[0.948284804821014,0.80461198091507,0.864165008068085],[0.610293447971344,0.919947028160095,0.914165496826172],[0.691275596618652,0.338964939117432,0.462979823350906],[0.905572772026062,0.895660221576691,0.3746677339077],[0.867397606372833,0.828819632530212,0.951420903205872],[0.788982212543488,0.103210605680943,0.8020299077034],[0.648692786693573,0.884813070297241,0.520427465438843],[0.948341310024261,0.782871961593628,0.706899225711823],[0.371597290039062,0.516639292240143,0.783643245697021],[0.752300798892975,0.756280303001404,0.965439736843109],[0.838301479816437,0.676779866218567,0.379439055919647],[0.166983380913734,0.813049376010895,0.154691144824028],[0.850997269153595,0.616743266582489,0.777286350727081],[0.642962038516998,0.220037057995796,0.872703433036804],[0.836040496826172,0.903391778469086,0.689348697662354],[0.930410444736481,0.412330090999603,0.422003179788589],[0.153074666857719,0.52082085609436,0.689665853977203],[0.93212765455246,0.629362821578979,0.887319803237915],[0.393228858709335,0.749259531497955,0.312231004238129],[0.715580701828003,0.394175380468369,0.0959098488092422],[0.449224561452866,0.52577668428421,0.862265944480896],[0.269395500421524,0.821238338947296,0.917095005512238],[0.944842576980591,0.741647899150848,0.779307544231415],[0.862767815589905,0.923530459403992,0.512960076332092],[0.45876356959343,0.21433062851429,0.722159922122955],[0.52250862121582,0.453352391719818,0.920638144016266],[0.687225341796875,0.594471216201782,0.186765164136887],[0.855410516262054,0.268580049276352,0.572951972484589],[0.735154867172241,0.888835668563843,0.86035281419754],[0.1448725014925,0.512737631797791,0.8541179895401],[0.876634120941162,0.659988403320312,0.622356414794922],[0.878151655197144,0.972411036491394,0.77657949924469],[0.772171378135681,0.389837145805359,0.859153389930725],[0.537103414535522,0.832117080688477,0.852512121200562],[0.762711405754089,0.126904100179672,0.297727108001709],[0.806105196475983,0.841203331947327,0.298412203788757],[0.790978968143463,0.678496241569519,0.961119294166565],[0.792915403842926,0.221700087189674,0.755979359149933],[0.673004746437073,0.939522325992584,0.5750932097435],[0.932374060153961,0.872093796730042,0.832241415977478],[0.384066373109818,0.517456889152527,0.880549192428589],[0.660349786281586,0.814713299274445,0.916765749454498],[0.892859756946564,0.230075746774673,0.184255793690681],[0.453807026147842,0.610849618911743,0.216265887022018],[0.771803915500641,0.429591953754425,0.897523581981659],[0.493375092744827,0.477380573749542,0.724734961986542],[0.948420584201813,0.89610344171524,0.753694951534271],[0.876780927181244,0.57533460855484,0.756806612014771],[0.127046272158623,0.8250692486763,0.63753068447113],[0.919519126415253,0.800304651260376,0.933060884475708],[0.581725835800171,0.886986613273621,0.346378922462463],[0.795958638191223,0.328182518482208,0.187406867742538],[0.541205048561096,0.715756058692932,0.942160487174988],[0.302138209342957,0.806227326393127,0.754808008670807],[0.949489951133728,0.658875584602356,0.785390973091125],[0.80396580696106,0.778508961200714,0.554399728775024],[0.275920510292053,0.143959909677505,0.714405596256256],[0.791799247264862,0.627048194408417,0.918817341327667],[0.726018905639648,0.900878489017487,0.144987046718597],[0.835960566997528,0.459904968738556,0.498264282941818],[0.824034690856934,0.937641322612762,0.97183084487915],[0.251663237810135,0.294254064559937,0.669202268123627],[0.908903896808624,0.7360999584198,0.51196163892746],[0.757711112499237,0.933074116706848,0.737791419029236],[0.900250315666199,0.270615190267563,0.75459748506546],[0.92854231595993,0.606711328029633,0.531385660171509],[0.214028641581535,0.467733293771744,0.745899379253387],[0.789770185947418,0.345644414424896,0.864283621311188],[0.852660655975342,0.905046999454498,0.804881036281586],[0.708801090717316,0.625087678432465,0.126126915216446],[0.567879140377045,0.507018029689789,0.827910006046295],[0.632682621479034,0.95224541425705,0.90633350610733],[0.821341872215271,0.263586133718491,0.529638051986694],[0.963329970836639,0.809098064899445,0.831256747245789],[0.478709191083908,0.733973383903503,0.793718814849854],[0.528140604496002,0.143174678087234,0.879253327846527],[0.84764301776886,0.900463938713074,0.62196409702301],[0.334857672452927,0.908876717090607,0.238551333546638],[0.935445666313171,0.711982369422913,0.893063068389893],[0.482677727937698,0.544754028320312,0.914750277996063],[0.682582676410675,0.45946991443634,0.214845344424248],[0.947509765625,0.954231023788452,0.661947011947632],[0.482328832149506,0.294430524110794,0.821747481822968],[0.13515342772007,0.717322170734406,0.731024622917175],[0.828759908676147,0.537418127059937,0.627832472324371],[0.896159291267395,0.541406095027924,0.345018714666367],[0.800939559936523,0.84416925907135,0.940238475799561],[0.947644054889679,0.54353392124176,0.938351333141327],[0.374277263879776,0.815398931503296,0.175779119133949],[0.718590676784515,0.884146273136139,0.419531762599945],[0.462707430124283,0.241373792290688,0.562304258346558],[0.174684777855873,0.628027737140656,0.878993213176727],[0.903819620609283,0.655698359012604,0.649858415126801],[0.825658798217773,0.103019215166569,0.568161368370056],[0.536688089370728,0.891989946365356,0.781726360321045],[0.730887889862061,0.725659608840942,0.953018426895142],[0.795807242393494,0.667657494544983,0.382870763540268],[0.877341628074646,0.63338166475296,0.441961377859116],[0.0859287604689598,0.232901722192764,0.733374238014221],[0.781220078468323,0.288082957267761,0.728785276412964],[0.69979465007782,0.940069496631622,0.629233539104462],[0.638290584087372,0.683164060115814,0.261138945817947],[0.699255466461182,0.532418847084045,0.911884188652039],[0.756974935531616,0.918151319026947,0.937328040599823],[0.902211666107178,0.292091369628906,0.430591344833374],[0.906643271446228,0.725159764289856,0.826851785182953],[0.26083767414093,0.870965361595154,0.732463717460632],[0.227143511176109,0.169408336281776,0.712394714355469],[0.93015468120575,0.821531653404236,0.451648324728012],[0.653587400913239,0.83710902929306,0.419694006443024],[0.92752081155777,0.788438022136688,0.968365013599396],[0.660384893417358,0.764626324176788,0.846418142318726],[0.832091808319092,0.244609788060188,0.17471119761467],[0.960567891597748,0.952537953853607,0.827485144138336],[0.517610311508179,0.36558210849762,0.922470927238464],[0.272679507732391,0.765373528003693,0.735645473003387],[0.933557569980621,0.604495465755463,0.734037697315216],[0.756178379058838,0.502233028411865,0.406874626874924],[0.71822452545166,0.807431936264038,0.944828510284424],[0.855213105678558,0.537434697151184,0.8756183385849],[0.383846163749695,0.798297584056854,0.114755414426327],[0.611818671226501,0.881020367145538,0.594532608985901],[0.84427672624588,0.131276324391365,0.649630725383759],[0.360723733901978,0.391140311956406,0.864829301834106],[0.972300589084625,0.886067688465118,0.753252446651459],[0.681780099868774,0.16877293586731,0.199726611375809],[0.426628530025482,0.788164854049683,0.923924505710602],[0.820300579071045,0.706115663051605,0.894437313079834],[0.691758692264557,0.861905217170715,0.238647818565369],[0.717859208583832,0.885792374610901,0.966678142547607],[0.852175354957581,0.332362025976181,0.336652755737305],[0.584961414337158,0.803685367107391,0.130852043628693],[0.764443933963776,0.568368554115295,0.866168856620789],[0.849970757961273,0.209566622972488,0.641788840293884],[0.684067189693451,0.877076625823975,0.682460784912109],[0.915643811225891,0.737420380115509,0.39389356970787],[0.166992753744125,0.170918136835098,0.642544627189636],[0.572247922420502,0.692671775817871,0.924789488315582],[0.742325723171234,0.413224756717682,0.25471168756485],[0.531377494335175,0.914345920085907,0.332691460847855],[0.949826538562775,0.795929968357086,0.951107442378998],[0.323419630527496,0.114161863923073,0.757875561714172],[0.861481964588165,0.858585298061371,0.510555446147919],[0.935718715190887,0.686318635940552,0.771510660648346],[0.39989361166954,0.722143769264221,0.71948379278183],[0.853079795837402,0.468721657991409,0.934565722942352],[0.45630869269371,0.73422110080719,0.169066324830055],[0.87746262550354,0.371131628751755,0.275824785232544],[0.738456666469574,0.828099548816681,0.914830684661865],[0.188352763652802,0.839934647083282,0.725959241390228],[0.861066043376923,0.667221307754517,0.765743792057037],[0.971953153610229,0.942982912063599,0.806334257125854],[0.497757524251938,0.432189285755157,0.846098124980927],[0.792930722236633,0.646202027797699,0.944585382938385],[0.714121520519257,0.792369544506073,0.298417866230011],[0.755309283733368,0.0854781419038773,0.202645689249039],[0.456535279750824,0.81649649143219,0.88425213098526],[0.308266907930374,0.413088977336884,0.907520473003387],[0.943259716033936,0.856484413146973,0.772527635097504],[0.612882375717163,0.917481660842896,0.548305749893188],[0.708467602729797,0.257319778203964,0.637000262737274],[0.694738507270813,0.911673903465271,0.855649352073669],[0.881015121936798,0.225397273898125,0.613252758979797],[0.567056238651276,0.495338976383209,0.289356172084808],[0.499249041080475,0.467629253864288,0.888783156871796],[0.70460045337677,0.431847155094147,0.799565255641937],[0.882827997207642,0.959178507328033,0.772233903408051],[0.898135364055634,0.606916308403015,0.58327704668045],[0.113678999245167,0.559768319129944,0.867733418941498],[0.585297405719757,0.649426519870758,0.833614945411682],[0.769949316978455,0.402581512928009,0.148963093757629],[0.467814981937408,0.825704038143158,0.343208372592926],[0.958836913108826,0.710075438022614,0.940160155296326],[0.466648936271667,0.220020145177841,0.82389223575592],[0.924037873744965,0.950909078121185,0.593003273010254],[0.950318574905396,0.843593776226044,0.871155977249146],[0.394428461790085,0.861564874649048,0.899483919143677],[0.901107788085938,0.611554622650146,0.831109583377838],[0.199900597333908,0.881479799747467,0.131182596087456],[0.799076735973358,0.656519532203674,0.463585674762726],[0.799919784069061,0.814832329750061,0.962742626667023],[0.206333324313164,0.566500902175903,0.681329071521759],[0.915677845478058,0.471984565258026,0.512621402740479],[0.879017412662506,0.935356259346008,0.702306091785431],[0.620154798030853,0.227033734321594,0.91062867641449],[0.819753468036652,0.791364431381226,0.908797979354858],[0.866123616695404,0.817391157150269,0.33403879404068],[0.744106590747833,0.206055790185928,0.434684902429581],[0.52092456817627,0.929237842559814,0.891841351985931],[0.251061528921127,0.49455800652504,0.824100852012634],[0.952546417713165,0.70237523317337,0.622615993022919],[0.637292444705963,0.830995559692383,0.494166821241379],[0.650430977344513,0.121392883360386,0.703769505023956],[0.963182747364044,0.87586522102356,0.77604216337204],[0.420936584472656,0.473885416984558,0.818288326263428],[0.883744299411774,0.105480626225471,0.72803008556366],[0.625747621059418,0.906665921211243,0.582558989524841],[0.757290482521057,0.890830397605896,0.223394528031349],[0.81464022397995,0.694462478160858,0.919762372970581],[0.466465890407562,0.811466336250305,0.897759020328522],[0.619987905025482,0.244236975908279,0.294307440519333],[0.934192717075348,0.492532163858414,0.698605537414551],[0.180568188428879,0.746156692504883,0.67078959941864],[0.415893852710724,0.300839096307755,0.875885784626007],[0.916566729545593,0.895724594593048,0.760158121585846],[0.38325959444046,0.664281070232391,0.13744381070137],[0.740599989891052,0.528519451618195,0.773205459117889],[0.610911190509796,0.764839649200439,0.940813720226288],[0.789024293422699,0.36800691485405,0.262700617313385],[0.902671635150909,0.760998427867889,0.430303275585175],[0.220616176724434,0.206589862704277,0.626385033130646],[0.184467449784279,0.898507475852966,0.684351861476898],[0.921318173408508,0.661656737327576,0.826088488101959],[0.83574116230011,0.146073684096336,0.122233763337135],[0.57453328371048,0.77015084028244,0.883441567420959],[0.893011868000031,0.756464898586273,0.951509952545166],[0.646389067173004,0.763087630271912,0.444887280464172],[0.766366899013519,0.963608205318451,0.681866705417633],[0.848757207393646,0.296717703342438,0.830312252044678],[0.122284673154354,0.317504942417145,0.773190200328827],[0.860725343227386,0.654299736022949,0.534749567508698],[0.886398494243622,0.384076416492462,0.534733355045319],[0.83231121301651,0.934626936912537,0.938163697719574],[0.711544096469879,0.57752925157547,0.942945659160614],[0.783294677734375,0.802848279476166,0.217626631259918],[0.894991636276245,0.781154870986938,0.766108274459839],[0.302640199661255,0.608297049999237,0.858459711074829],[0.600817441940308,0.199266955256462,0.711832940578461],[0.727316439151764,0.923559367656708,0.487540543079376],[0.863124132156372,0.767793416976929,0.422975778579712],[0.829553782939911,0.810211777687073,0.975888133049011],[0.653429627418518,0.882670283317566,0.833019554615021],[0.857033491134644,0.179066389799118,0.551894783973694],[0.866728186607361,0.481871724128723,0.565226912498474],[0.102769121527672,0.670756161212921,0.745830774307251],[0.529114842414856,0.347129642963409,0.751470267772675],[0.904448568820953,0.936478614807129,0.662121295928955],[0.340303778648376,0.745250582695007,0.228349313139915],[0.926904857158661,0.546695053577423,0.882517039775848],[0.773306608200073,0.811639785766602,0.950293242931366],[0.918764114379883,0.581152021884918,0.304835766553879],[0.778288722038269,0.853024065494537,0.589325845241547],[0.547476530075073,0.144389286637306,0.797960638999939],[0.352284938097,0.701822102069855,0.840064942836761],[0.964042782783508,0.728307127952576,0.740075290203094],[0.674975037574768,0.470853686332703,0.142374888062477],[0.38608130812645,0.41329762339592,0.931268572807312],[0.902060091495514,0.66528981924057,0.834956467151642],[0.226643621921539,0.874760985374451,0.192588895559311],[0.860909461975098,0.948157727718353,0.806692183017731],[0.878681361675262,0.348300099372864,0.90654981136322],[0.293733537197113,0.453697323799133,0.711116373538971],[0.919086575508118,0.680231213569641,0.585763335227966],[0.788262784481049,0.341587126255035,0.512777507305145],[0.682979583740234,0.94687032699585,0.933696627616882],[0.605486750602722,0.494996458292007,0.884853422641754],[0.784259259700775,0.749880194664001,0.0955906212329865],[0.494032353162766,0.356529265642166,0.808476865291595],[0.954445064067841,0.947351038455963,0.710561037063599],[0.896873593330383,0.518132567405701,0.655396282672882],[0.093473769724369,0.821532368659973,0.800354838371277],[0.832100331783295,0.87769490480423,0.957905828952789],[0.915898978710175,0.538944959640503,0.374107182025909],[0.458696246147156,0.742808997631073,0.297197163105011],[0.919428586959839,0.611347734928131,0.928658425807953],[0.692303836345673,0.160202279686928,0.530414283275604],[0.438522517681122,0.928667962551117,0.423838168382645],[0.901888787746429,0.82894378900528,0.700617372989655],[0.232927158474922,0.251445889472961,0.869579017162323],[0.632570326328278,0.780324518680573,0.844935834407806],[0.815841257572174,0.16166490316391,0.180693387985229],[0.700207710266113,0.834577441215515,0.392928719520569],[0.891716599464417,0.762125909328461,0.965380251407623],[0.242969065904617,0.333078324794769,0.703287065029144],[0.916858196258545,0.711857736110687,0.529397964477539],[0.791582703590393,0.941055238246918,0.755200922489166],[0.908153474330902,0.288102656602859,0.822847545146942],[0.649632334709167,0.471618235111237,0.849637925624847],[0.630005896091461,0.713284075260162,0.107972055673599],[0.702483713626862,0.368772447109222,0.43409788608551],[0.644465386867523,0.887948751449585,0.926790773868561],[0.393664062023163,0.865092098712921,0.772808015346527],[0.974397122859955,0.784358978271484,0.884905874729156],[0.883202910423279,0.832766890525818,0.62555319070816],[0.246150970458984,0.148125156760216,0.860630989074707],[0.865723609924316,0.736604928970337,0.897151231765747],[0.584003567695618,0.861254572868347,0.272501558065414],[0.700700521469116,0.254272669553757,0.183055594563484],[0.459375351667404,0.705404043197632,0.924380779266357],[0.564175248146057,0.366318255662918,0.876812875270844],[0.920049428939819,0.92594963312149,0.817181527614594],[0.936708092689514,0.55642306804657,0.662555932998657],[0.209146708250046,0.752802014350891,0.783984422683716],[0.659426093101501,0.742951154708862,0.958705067634583],[0.836912333965302,0.496593922376633,0.28121879696846],[0.297112971544266,0.744036078453064,0.124095067381859],[0.846964001655579,0.521167159080505,0.829290926456451],[0.623061537742615,0.108282573521137,0.822348594665527],[0.754076361656189,0.887706756591797,0.542924404144287],[0.951263308525085,0.741404712200165,0.729367852210999],[0.395438611507416,0.634132087230682,0.785192549228668],[0.398480623960495,0.907150506973267,0.76518702507019],[0.624051034450531,0.181580096483231,0.452558606863022],[0.905379831790924,0.694632768630981,0.15025132894516],[0.648468911647797,0.632728219032288,0.922902941703796],[0.131904199719429,0.387353867292404,0.704976975917816],[0.818245947360992,0.5848228931427,0.518635213375092],[0.776434659957886,0.950189590454102,0.636691570281982],[0.753125548362732,0.272934406995773,0.813946723937988],[0.612036526203156,0.51791787147522,0.943963289260864],[0.789588689804077,0.720191597938538,0.172292456030846],[0.891018033027649,0.320863127708435,0.575012147426605],[0.779153645038605,0.932727515697479,0.915462553501129],[0.259322553873062,0.750721216201782,0.890058577060699],[0.92364090681076,0.725740253925323,0.74798846244812],[0.810977339744568,0.899066507816315,0.500314652919769],[0.468530625104904,0.276035636663437,0.623345494270325],[0.966672360897064,0.80770879983902,0.931555390357971],[0.497513085603714,0.817382872104645,0.456998288631439],[0.890524864196777,0.553236544132233,0.133856296539307],[0.615205466747284,0.648253917694092,0.9091756939888],[0.547882437705994,0.84440666437149,0.265911966562271],[0.912679433822632,0.649744033813477,0.960574626922607],[0.505758821964264,0.675771772861481,0.85455983877182],[0.744305074214935,0.228632092475891,0.116013593971729],[0.929862856864929,0.80545574426651,0.866094410419464],[0.352960228919983,0.882358431816101,0.800784707069397],[0.302292943000793,0.195911422371864,0.789407253265381],[0.939575791358948,0.878890991210938,0.545742869377136],[0.612673401832581,0.697203516960144,0.225615113973618],[0.716576814651489,0.506006360054016,0.916812241077423],[0.733811736106873,0.902226567268372,0.939006924629211],[0.909712731838226,0.263105928897858,0.362740099430084],[0.903976738452911,0.777181565761566,0.643841922283173],[0.16775107383728,0.277510285377502,0.880067586898804],[0.7947016954422,0.503116965293884,0.742436408996582],[0.851921081542969,0.966828644275665,0.830990016460419],[0.810686588287354,0.205882027745247,0.39987576007843],[0.571312367916107,0.940552473068237,0.945256292819977],[0.865601003170013,0.825903594493866,0.940665006637573],[0.884294390678406,0.890772223472595,0.375796407461166],[0.654999792575836,0.809551417827606,0.582017242908478],[0.740540564060211,0.151028081774712,0.73312509059906],[0.330117434263229,0.484507352113724,0.811451196670532],[0.953275799751282,0.779953718185425,0.688292860984802],[0.812475860118866,0.39688703417778,0.391592770814896],[0.745332539081573,0.884917199611664,0.958736062049866],[0.78955340385437,0.552639305591583,0.901429355144501],[0.593134343624115,0.853767931461334,0.100300706923008],[0.913526058197021,0.83398425579071,0.665542602539062],[0.199855282902718,0.191089123487473,0.887979507446289],[0.229964643716812,0.599103987216949,0.480700939893723],[0.893397569656372,0.435671091079712,0.735064327716827],[0.43573921918869,0.896002650260925,0.292440980672836],[0.93271940946579,0.755724251270294,0.915743410587311],[0.532061994075775,0.620933353900909,0.906381666660309],[0.655426859855652,0.442872196435928,0.28301677107811],[0.936038732528687,0.627404868602753,0.700681090354919],[0.296850860118866,0.721538782119751,0.766592800617218],[0.361965745687485,0.0904439315199852,0.722999691963196],[0.829042613506317,0.869943857192993,0.443499773740768],[0.843798398971558,0.680772483348846,0.157145261764526],[0.658085763454437,0.63615745306015,0.864786207675934],[0.780708372592926,0.970235288143158,0.925237596035004],[0.848618865013123,0.402324795722961,0.657049059867859],[0.935632646083832,0.487818419933319,0.44031098484993],[0.15565299987793,0.477922409772873,0.720290660858154],[0.729535043239594,0.245803996920586,0.880139648914337],[0.827188789844513,0.91343891620636,0.712504744529724],[0.79489529132843,0.112298369407654,0.388127386569977],[0.531002938747406,0.876190721988678,0.851767182350159],[0.773489594459534,0.71254301071167,0.944650650024414],[0.76026839017868,0.734560251235962,0.396925270557404],[0.73395037651062,0.933679401874542,0.598514199256897],[0.73215651512146,0.264423072338104,0.76777058839798],[0.359093457460403,0.587001621723175,0.923100233078003],[0.960040867328644,0.858359277248383,0.822152733802795],[0.84417861700058,0.60428649187088,0.250515013933182],[0.728533625602722,0.738271296024323,0.866160035133362],[0.913111686706543,0.431581974029541,0.786672115325928],[0.221799314022064,0.65595144033432,0.188742220401764],[0.911049365997314,0.967677474021912,0.752016127109528],[0.65540486574173,0.372348308563232,0.847345352172852],[0.146782770752907,0.64537388086319,0.822910845279694],[0.862425088882446,0.607268512248993,0.625321984291077],[0.840428173542023,0.927044808864594,0.59050041437149],[0.551708996295929,0.272088438272476,0.745456755161285],[0.351910322904587,0.770548760890961,0.915634870529175],[0.954569816589355,0.812975406646729,0.823731303215027],[0.774326205253601,0.505784153938293,0.118219032883644],[0.528131365776062,0.553676247596741,0.864413857460022],[0.938536167144775,0.704009056091309,0.878175795078278],[0.446729272603989,0.718126833438873,0.424418389797211],[0.831494629383087,0.968438029289246,0.736607134342194],[0.816050231456757,0.350743323564529,0.854301869869232],[0.135256171226501,0.415432751178741,0.819789052009583],[0.869386613368988,0.658681869506836,0.585658609867096],[0.851613402366638,0.228431791067123,0.483497560024261],[0.699304223060608,0.880741000175476,0.866958558559418],[0.542671263217926,0.412886261940002,0.917158961296082],[0.656867265701294,0.620124876499176,0.17317795753479],[0.946752190589905,0.690140545368195,0.664543032646179],[0.316723585128784,0.591946244239807,0.7945716381073],[0.606646418571472,0.0887305215001106,0.772564709186554],[0.711939573287964,0.886616826057434,0.47467839717865],[0.908830761909485,0.767774224281311,0.327464461326599],[0.803795516490936,0.789534449577332,0.946760714054108],[0.566531598567963,0.919763624668121,0.834059178829193],[0.71944922208786,0.266846001148224,0.527528584003448],[0.936007440090179,0.487787783145905,0.59653902053833],[0.174821421504021,0.696895897388458,0.748973786830902],[0.542508602142334,0.294721215963364,0.879073977470398],[0.903944194316864,0.918802320957184,0.754992842674255],[0.361130326986313,0.841580808162689,0.207214400172234],[0.864207744598389,0.684587419033051,0.847915470600128],[0.824551045894623,0.860871016979218,0.974244177341461],[0.848734319210052,0.619113266468048,0.450060904026031],[0.836087942123413,0.7500319480896,0.572082281112671],[0.148720502853394,0.144151702523232,0.764018535614014],[0.330933779478073,0.827236413955688,0.665460288524628],[0.958466112613678,0.699704110622406,0.870304882526398],[0.825608015060425,0.212117567658424,0.207562193274498],[0.582189619541168,0.825332045555115,0.950980603694916],[0.911559998989105,0.834198236465454,0.948971927165985],[0.723962128162384,0.900150954723358,0.383019268512726],[0.758345663547516,0.911286175251007,0.684383988380432],[0.882239460945129,0.213430747389793,0.877309918403625],[0.264017879962921,0.367554873228073,0.581652343273163],[0.889269709587097,0.603880763053894,0.456400483846664],[0.802153170108795,0.418517053127289,0.543568134307861],[0.762227594852448,0.956996381282806,0.958442628383636],[0.683446049690247,0.572465240955353,0.898204982280731],[0.855340719223022,0.860876679420471,0.109793528914452],[0.90935879945755,0.845663130283356,0.780061364173889],[0.322276890277863,0.409071952104568,0.867143332958221],[0.740137100219727,0.199283093214035,0.646008372306824],[0.576779246330261,0.929468274116516,0.509951949119568],[0.723585188388824,0.825763761997223,0.238656416535378],[0.784720540046692,0.611908793449402,0.952511429786682],[0.481836020946503,0.771540939807892,0.832584202289581],[0.697160482406616,0.117259711027145,0.209635615348816],[0.901067018508911,0.600853204727173,0.7487473487854],[0.118965037167072,0.882955193519592,0.761254549026489],[0.511171400547028,0.449883639812469,0.802036583423615],[0.96187299489975,0.934501826763153,0.790047168731689],[0.4349325299263,0.677758574485779,0.199161648750305],[0.843552768230438,0.460853904485703,0.916066288948059],[0.692101895809174,0.811671137809753,0.93481832742691],[0.911774635314941,0.336384981870651,0.215145543217659],[0.938044369220734,0.50918835401535,0.845538437366486],[0.2496128231287,0.766530513763428,0.180702209472656],[0.881539106369019,0.62636387348175,0.315693616867065],[0.773336589336395,0.791046798229218,0.923896133899689],[0.138037651777267,0.566386759281158,0.684195041656494],[0.792457699775696,0.529775023460388,0.56067419052124],[0.876325964927673,0.944770753383636,0.627461969852448],[0.561816275119781,0.274071455001831,0.798161268234253],[0.830430805683136,0.792922556400299,0.966810166835785],[0.827349603176117,0.780889928340912,0.432383120059967],[0.897001922130585,0.112730763852596,0.466407805681229],[0.597462058067322,0.912270665168762,0.875239968299866],[0.238944351673126,0.535156488418579,0.895788371562958],[0.925650835037231,0.755796670913696,0.709081888198853],[0.671696484088898,0.903122782707214,0.481609910726547],[0.595486640930176,0.242141410708427,0.642591297626495],[0.69940847158432,0.966574251651764,0.890620052814484],[0.855443894863129,0.310538828372955,0.647088170051575],[0.793628752231598,0.602787971496582,0.122353978455067],[0.563213706016541,0.547470688819885,0.868512034416199],[0.751798868179321,0.399071455001831,0.891911268234253],[0.907203614711761,0.945276081562042,0.845706641674042],[0.946651458740234,0.61160808801651,0.594331204891205],[0.229932531714439,0.588847875595093,0.811050176620483],[0.445803910493851,0.577113091945648,0.907678782939911],[0.647014081478119,0.374920278787613,0.206468641757965],[0.400134563446045,0.903164625167847,0.200318098068237],[0.926743686199188,0.676739037036896,0.914484143257141],[0.402856141328812,0.122048959136009,0.856433749198914],[0.87547242641449,0.890286028385162,0.588196635246277],[0.955852389335632,0.772630333900452,0.824719607830048],[0.45051646232605,0.761909008026123,0.777966260910034],[0.784991562366486,0.474868297576904,0.86298942565918],[0.440619587898254,0.735156774520874,0.102700941264629],[0.744252860546112,0.396638870239258,0.34360483288765],[0.653803884983063,0.803540289402008,0.934053778648376],[0.228665485978127,0.734192252159119,0.63260018825531],[0.924555957317352,0.538301706314087,0.744675874710083],[0.947791635990143,0.911070644855499,0.765066087245941],[0.378402054309845,0.296297460794449,0.916560232639313],[0.820845901966095,0.76200932264328,0.888348400592804],[0.780968189239502,0.855065762996674,0.295291930437088],[0.701115190982819,0.199242517352104,0.300100207328796],[0.479110062122345,0.862721621990204,0.921247661113739],[0.415840595960617,0.505003035068512,0.859517097473145],[0.974358439445496,0.881733298301697,0.800999283790588],[0.693539679050446,0.878281772136688,0.647075951099396],[0.853811204433441,0.171546518802643,0.76349937915802],[0.798847317695618,0.901477456092834,0.945260405540466],[0.904069006443024,0.340038746595383,0.359382748603821],[0.578480899333954,0.699646294116974,0.294461399316788],[0.791891157627106,0.57769113779068,0.916416585445404],[0.782834351062775,0.336273342370987,0.6492959856987],[0.683671414852142,0.944706678390503,0.674401044845581],[0.881561934947968,0.736710011959076,0.487545788288116],[0.095635861158371,0.118882946670055,0.773471832275391],[0.583674311637878,0.680823683738708,0.847933411598206],[0.787268161773682,0.336599200963974,0.144339561462402],[0.525859415531158,0.836116671562195,0.345491021871567],[0.953991830348969,0.719280362129211,0.962327361106873],[0.298300206661224,0.142052307724953,0.664555430412292],[0.92925089597702,0.910323083400726,0.377356827259064],[0.898410856723785,0.658196866512299,0.746506571769714],[0.184762611985207,0.871845126152039,0.848280906677246],[0.679262042045593,0.154689401388168,0.358466327190399],[0.406229615211487,0.927721858024597,0.89897233247757],[0.744553804397583,0.685071408748627,0.898880064487457],[0.868649899959564,0.832631230354309,0.215301558375359],[0.704103708267212,0.843213558197021,0.615737915039062],[0.766798436641693,0.156547352671623,0.8024041056633],[0.376061677932739,0.553522348403931,0.832889795303345],[0.963538765907288,0.806096255779266,0.745412707328796],[0.806990921497345,0.62537282705307,0.339460551738739],[0.693876981735229,0.708138823509216,0.952574491500854],[0.894972085952759,0.501479387283325,0.785500824451447],[0.129629135131836,0.806303560733795,0.09014792740345],[0.916360974311829,0.954787492752075,0.816663980484009],[0.698012411594391,0.356506645679474,0.91494482755661],[0.279015868902206,0.613510370254517,0.742435574531555],[0.926749765872955,0.594701707363129,0.613007307052612],[0.484673142433167,0.863496959209442,0.376704543828964],[0.972849190235138,0.767352283000946,0.949928641319275],[0.609635651111603,0.66972690820694,0.880565822124481],[0.852846622467041,0.455656111240387,0.137354835867882],[0.89406281709671,0.721138656139374,0.759492516517639],[0.255079686641693,0.79263699054718,0.860121786594391],[0.404400050640106,0.176832616329193,0.688368856906891],[0.869534432888031,0.923207759857178,0.441993713378906],[0.69335812330246,0.591550469398499,0.234343335032463],[0.557415246963501,0.512498676776886,0.915202736854553],[0.739433586597443,0.938267886638641,0.894167244434357],[0.907412230968475,0.270289242267609,0.623974919319153],[0.847655534744263,0.498836517333984,0.455045908689499],[0.104081369936466,0.434127271175385,0.698620080947876],[0.626972436904907,0.345509082078934,0.707192361354828],[0.792697250843048,0.924606502056122,0.628094971179962],[0.831213116645813,0.112113326787949,0.331531792879105],[0.555255532264709,0.878684222698212,0.888070940971375],[0.817411661148071,0.741033434867859,0.95229297876358],[0.772469341754913,0.782979071140289,0.410347402095795],[0.562567472457886,0.907009124755859,0.411317318677902],[0.630003333091736,0.188323140144348,0.617546200752258],[0.163847327232361,0.389835834503174,0.904479146003723],[0.923673987388611,0.745529174804688,0.644652485847473],[0.876555263996124,0.3932965695858,0.379271179437637],[0.828718602657318,0.891536474227905,0.927107870578766],[0.82466459274292,0.568813264369965,0.937013208866119],[0.58142763376236,0.786435127258301,0.219391345977783],[0.959188461303711,0.871448397636414,0.671638011932373],[0.309925734996796,0.294652700424194,0.83617377281189],[0.128393366932869,0.752433121204376,0.562020242214203],[0.846620976924896,0.534205496311188,0.733671128749847],[0.563639342784882,0.889485239982605,0.272591203451157],[0.898906111717224,0.737178146839142,0.924898326396942],[0.512766778469086,0.695136189460754,0.899309694766998],[0.616919696331024,0.357858896255493,0.295156747102737],[0.967932939529419,0.81914347410202,0.889341771602631],[0.470836788415909,0.816239655017853,0.768414258956909],[0.292101114988327,0.147487252950668,0.889589190483093],[0.909892439842224,0.870747864246368,0.62718403339386],[0.600727140903473,0.713090360164642,0.136486083269119],[0.682780683040619,0.533097863197327,0.816478550434113],[0.648873805999756,0.891885101795197,0.950702667236328],[0.812913715839386,0.286662757396698,0.359528869390488],[0.944040179252625,0.748950660228729,0.530536293983459],[0.177906900644302,0.263582438230515,0.796669542789459],[0.890635967254639,0.333940505981445,0.782152354717255],[0.810225248336792,0.934290409088135,0.790286064147949],[0.226184546947479,0.420557796955109,0.678079426288605],[0.912448525428772,0.591310858726501,0.491815447807312],[0.812154948711395,0.93430882692337,0.719955086708069],[0.842044353485107,0.248622849583626,0.905641078948975],[0.69434529542923,0.631241738796234,0.89802223443985],[0.875203549861908,0.805399715900421,0.154060423374176],[0.781249225139618,0.498014748096466,0.619842231273651],[0.816173791885376,0.963090181350708,0.948869287967682],[0.253638565540314,0.699872434139252,0.83812540769577],[0.957741618156433,0.634022355079651,0.665357112884521],[0.763770818710327,0.847166538238525,0.494597405195236],[0.463515281677246,0.115794457495213,0.72596949338913],[0.922929883003235,0.793834090232849,0.892393946647644],[0.391628414392471,0.877170979976654,0.33959299325943],[0.770785331726074,0.523544073104858,0.195978626608849],[0.530702948570251,0.569940030574799,0.936060965061188],[0.551885187625885,0.381633698940277,0.803880274295807],[0.939553439617157,0.955277144908905,0.730236828327179],[0.896127641201019,0.539386332035065,0.633374333381653],[0.100576102733612,0.783627510070801,0.834937870502472],[0.652587592601776,0.719859838485718,0.907926380634308],[0.883323669433594,0.4619060754776,0.177190259099007],[0.323147088289261,0.578823447227478,0.231690496206284],[0.888340711593628,0.422173261642456,0.855769276618958],[0.642428159713745,0.195838794112206,0.802175164222717],[0.786353290081024,0.941919326782227,0.556094646453857],[0.934372305870056,0.822077214717865,0.813641667366028],[0.362189292907715,0.674692809581757,0.885824680328369],[0.583412885665894,0.78960108757019,0.735278189182281],[0.72230076789856,0.150713190436363,0.491834402084351],[0.803406000137329,0.6759432554245,0.319608002901077],[0.692491233348846,0.673158168792725,0.949855804443359],[0.165845513343811,0.288684368133545,0.847793459892273],[0.870593547821045,0.753756046295166,0.643045425415039],[0.82402628660202,0.972157835960388,0.791481137275696],[0.853142082691193,0.410496860742569,0.785327076911926],[0.687760412693024,0.450717508792877,0.937921464443207],[0.64438134431839,0.732762634754181,0.155876323580742],[0.883478939533234,0.255160003900528,0.368338704109192],[0.721069872379303,0.887464642524719,0.917569100856781],[0.302086591720581,0.899052381515503,0.791521310806274],[0.936335921287537,0.764803051948547,0.852878749370575],[0.909679234027863,0.843352079391479,0.541459739208221],[0.339659839868546,0.279619097709656,0.671519875526428],[0.884447634220123,0.637417733669281,0.938721239566803],[0.544403851032257,0.773325085639954,0.302813857793808],[0.735651135444641,0.189329385757446,0.0904878005385399],[0.45213782787323,0.668748915195465,0.874001145362854],[0.447545051574707,0.259046733379364,0.84834223985672],[0.876099765300751,0.874150216579437,0.731289207935333],[0.915962755680084,0.441426217556,0.605993628501892],[0.188923642039299,0.668465316295624,0.662009418010712],[0.762796759605408,0.834512591362,0.969592154026031],[0.851785600185394,0.531320691108704,0.380603343248367],[0.385654598474503,0.835636854171753,0.146752089262009],[0.864520967006683,0.614455461502075,0.867933452129364],[0.807626128196716,0.112262807786465,0.58519983291626],[0.544023275375366,0.880456805229187,0.539432168006897],[0.947391211986542,0.869399070739746,0.722497761249542],[0.401198476552963,0.4061459004879,0.768690466880798],[0.608546555042267,0.831490159034729,0.936342418193817],[0.774205565452576,0.270683437585831,0.277462184429169],[0.747655391693115,0.925608217716217,0.369280725717545],[0.917486846446991,0.832033812999725,0.962855160236359],[0.76597136259079,0.347276985645294,0.365997940301895],[0.672567427158356,0.863297820091248,0.940680921077728],[0.728492319583893,0.489469140768051,0.87377917766571],[0.571395516395569,0.76224148273468,0.101006880402565],[0.791510760784149,0.954359769821167,0.783888518810272],[0.923211097717285,0.315037220716476,0.747679591178894],[0.223956063389778,0.248115956783295,0.764292299747467],[0.931208074092865,0.789755403995514,0.557040274143219],[0.63123619556427,0.302775233983994,0.169512122869492],[0.388537406921387,0.586510121822357,0.912210941314697],[0.860951125621796,0.681392908096313,0.869355440139771],[0.4474818110466,0.844725608825684,0.206022724509239],[0.860100448131561,0.846934676170349,0.565647900104523],[0.323423147201538,0.133014604449272,0.792733728885651],[0.328944683074951,0.846803665161133,0.823648750782013],[0.96473091840744,0.711017429828644,0.806932806968689],[0.494706481695175,0.659737408161163,0.297260910272598],[0.8322833776474,0.548705697059631,0.908292591571808],[0.771148979663849,0.860863387584686,0.935849368572235],[0.896956562995911,0.38161838054657,0.310041815042496],[0.871795356273651,0.460202991962433,0.684402585029602],[0.0938939601182938,0.738104403018951,0.601931571960449],[0.369721204042435,0.314468592405319,0.767529726028442],[0.937938332557678,0.8758185505867,0.644059956073761],[0.797794342041016,0.850391149520874,0.41910719871521],[0.876941859722137,0.797443807125092,0.972054481506348],[0.652177929878235,0.84108293056488,0.867320418357849],[0.844679892063141,0.17481841146946,0.316413313150406],[0.916526138782501,0.813818395137787,0.727972209453583],[0.263415724039078,0.393977761268616,0.881082594394684],[0.733474671840668,0.161023661494255,0.663662016391754],[0.559103190898895,0.936570167541504,0.45792818069458],[0.895582437515259,0.389540880918503,0.707358300685883],[0.838480234146118,0.946643054485321,0.914766132831573],[0.60060840845108,0.586633265018463,0.948490083217621],[0.81777012348175,0.640819609165192,0.217353224754333],[0.862463653087616,0.956586420536041,0.703536868095398],[0.678246140480042,0.340922564268112,0.819200813770294],[0.151274710893631,0.532859086990356,0.758848607540131],[0.823198795318604,0.596049606800079,0.58692455291748],[0.872664034366608,0.387369900941849,0.0999592915177345],[0.566057085990906,0.666409432888031,0.906566262245178],[0.962082207202911,0.760541141033173,0.954298555850983],[0.525340497493744,0.82070404291153,0.401919305324554],[0.880968987941742,0.898309528827667,0.449313819408417],[0.373839914798737,0.228679716587067,0.618943631649017],[0.205108225345612,0.865967035293579,0.892515122890472],[0.918929934501648,0.678693413734436,0.749494194984436],[0.190364062786102,0.700995206832886,0.115378119051456],[0.836527347564697,0.479845970869064,0.763305187225342],[0.612665176391602,0.656334340572357,0.953708171844482],[0.82922774553299,0.556053280830383,0.237145602703094],[0.931075394153595,0.510297894477844,0.564176797866821],[0.195999279618263,0.632594406604767,0.745374083518982],[0.616861999034882,0.321541637182236,0.869831681251526],[0.88515031337738,0.912639379501343,0.778733968734741],[0.899888753890991,0.813982129096985,0.22898456454277],[0.747726738452911,0.701258718967438,0.927614569664001],[0.472607493400574,0.90626585483551,0.850737631320953],[0.651754796504974,0.227118521928787,0.423036932945251],[0.957763135433197,0.829295456409454,0.796110153198242],[0.497135818004608,0.616910696029663,0.756737530231476],[0.774507582187653,0.135532602667809,0.868340730667114],[0.741311013698578,0.889501094818115,0.614372253417969],[0.249796405434608,0.298079699277878,0.808764398097992],[0.946950972080231,0.80620402097702,0.611609876155853],[0.52437824010849,0.811311006546021,0.497249811887741],[0.681504607200623,0.127056211233139,0.544581413269043],[0.855362176895142,0.757197976112366,0.926362812519073],[0.741418719291687,0.887454509735107,0.296106308698654],[0.766840517520905,0.166720315814018,0.218558311462402],[0.492335915565491,0.830370008945465,0.941224932670593],[0.26553612947464,0.605524718761444,0.576156735420227],[0.894623339176178,0.476437479257584,0.651955425739288],[0.917734920978546,0.899214386940002,0.703325927257538],[0.395426988601685,0.234298437833786,0.886762380599976],[0.877102196216583,0.592003643512726,0.904057204723358],[0.435945123434067,0.884675085544586,0.111385770142078],[0.81095415353775,0.527923703193665,0.435106664896011],[0.783457040786743,0.858647227287292,0.962603807449341],[0.288837105035782,0.245831370353699,0.781479477882385],[0.936992943286896,0.849268198013306,0.590317904949188],[0.924125134944916,0.853185713291168,0.894783139228821],[0.402321577072144,0.87498927116394,0.755382597446442],[0.558382987976074,0.725820600986481,0.84392786026001],[0.765033304691315,0.187678337097168,0.137277528643608],[0.620583236217499,0.833322286605835,0.318988531827927],[0.892104804515839,0.69262969493866,0.959681153297424],[0.774796009063721,0.440014839172363,0.747917354106903],[0.809833824634552,0.953722178936005,0.761088609695435],[0.887643456459045,0.705586671829224,0.577167391777039],[0.120082370936871,0.303451180458069,0.844728469848633],[0.665441691875458,0.903580546379089,0.924369156360626],[0.901917338371277,0.187893509864807,0.368574410676956],[0.602243006229401,0.637122571468353,0.202688246965408],[0.629131674766541,0.433890014886856,0.905920803546906],[0.314922362565994,0.617047369480133,0.915513455867767],[0.949495732784271,0.808519303798676,0.780940115451813],[0.741342008113861,0.924730718135834,0.55570513010025],[0.654759526252747,0.241129323840141,0.739306509494781],[0.713764071464539,0.670495450496674,0.93494039773941],[0.736028611660004,0.67380827665329,0.36940723657608],[0.747105538845062,0.108330294489861,0.42966365814209],[0.49303013086319,0.862405717372894,0.799717962741852],[0.172675400972366,0.756121158599854,0.870260417461395],[0.895508706569672,0.647427141666412,0.689529716968536],[0.951940655708313,0.978923499584198,0.814012348651886],[0.645071268081665,0.417209506034851,0.875726342201233],[0.931282579898834,0.486653238534927,0.858532071113586],[0.276963382959366,0.734492540359497,0.183443322777748],[0.871343433856964,0.582217216491699,0.296592384576797],[0.756530940532684,0.782815039157867,0.911404848098755],[0.557737588882446,0.0937700271606445,0.792915821075439],[0.759655237197876,0.888709247112274,0.49797660112381],[0.949076652526855,0.687609195709229,0.688405632972717],[0.341243892908096,0.645426094532013,0.795441925525665],[0.589663445949554,0.59067577123642,0.92202240228653],[0.723756790161133,0.577153325080872,0.287929028272629],[0.353685945272446,0.909698724746704,0.35198712348938],[0.950789511203766,0.810896337032318,0.904584586620331],[0.859441518783569,0.212768495082855,0.861417353153229],[0.753063976764679,0.89108020067215,0.683105647563934],[0.923034727573395,0.573522627353668,0.401151120662689],[0.159459128975868,0.32942071557045,0.664726734161377],[0.738608539104462,0.960577309131622,0.959901213645935],[0.823164820671082,0.376021027565002,0.52643096446991],[0.78759378194809,0.78568696975708,0.161592021584511],[0.690454244613647,0.624015092849731,0.825170755386353],[0.967079281806946,0.95398211479187,0.767262816429138],[0.513718664646149,0.394417583942413,0.839924514293671],[0.159090772271156,0.825251340866089,0.78158712387085],[0.85308301448822,0.631259024143219,0.719740033149719],[0.873601496219635,0.406551659107208,0.23574061691761],[0.703190684318542,0.784147500991821,0.906151413917542],[0.898300170898438,0.428057372570038,0.931284725666046],[0.374690294265747,0.701528191566467,0.157813861966133],[0.644385099411011,0.921924650669098,0.624917447566986],[0.683715999126434,0.36312609910965,0.597866058349609],[0.390173882246017,0.424028038978577,0.906668186187744],[0.954556405544281,0.909773945808411,0.842285633087158],[0.815423369407654,0.106418736279011,0.152891173958778],[0.535063982009888,0.792593538761139,0.886778116226196],[0.859048366546631,0.721565842628479,0.95027619600296],[0.678320467472076,0.784875333309174,0.38696676492691],[0.921823263168335,0.665600121021271,0.468768835067749],[0.192526295781136,0.309918999671936,0.69806581735611],[0.856582999229431,0.28400906920433,0.798684000968933],[0.782224535942078,0.8913813829422,0.749210715293884],[0.785278499126434,0.855623602867126,0.159968480467796],[0.74189019203186,0.636462450027466,0.879129648208618],[0.791685044765472,0.955480635166168,0.973907053470612],[0.860739529132843,0.404852539300919,0.510715305805206],[0.933968544006348,0.644123554229736,0.808044254779816],[0.328229576349258,0.749862492084503,0.651953995227814],[0.162775099277496,0.0990749448537827,0.72901713848114],[0.864071488380432,0.771174609661102,0.464020580053329],[0.642992079257965,0.917705595493317,0.285386472940445],[0.902769207954407,0.755904495716095,0.947187602519989],[0.528168618679047,0.752551734447479,0.924923479557037],[0.732289731502533,0.272524267435074,0.220802336931229],[0.910905599594116,0.915688812732697,0.646778285503387],[0.423302114009857,0.168754115700722,0.893712997436523],[0.206776902079582,0.598594605922699,0.605690181255341],[0.89750337600708,0.414963722229004,0.567227184772491],[0.744986295700073,0.54869669675827,0.442480772733688],[0.740461707115173,0.805635750293732,0.947005391120911],[0.876311540603638,0.561155557632446,0.870705783367157],[0.340944796800613,0.815130949020386,0.122336141765118],[0.736640453338623,0.852573215961456,0.522393882274628],[0.553819954395294,0.122130036354065,0.752837061882019],[0.283116400241852,0.645667552947998,0.841850697994232],[0.96052622795105,0.669707417488098,0.664440870285034],[0.794327795505524,0.205639317631721,0.587627112865448],[0.560857057571411,0.939110040664673,0.81975382566452],[0.821402311325073,0.819425880908966,0.930541217327118],[0.880709528923035,0.719322860240936,0.369257569313049],[0.917934417724609,0.669476866722107,0.613282680511475],[0.129350930452347,0.501867592334747,0.901866137981415],[0.778098523616791,0.444821119308472,0.836395978927612],[0.887767612934113,0.970466196537018,0.810750901699066],[0.665755331516266,0.602437913417816,0.240461736917496],[0.573451220989227,0.497659385204315,0.908557713031769],[0.724641084671021,0.931576013565063,0.900767683982849],[0.900828182697296,0.25538894534111,0.56662791967392],[0.931149125099182,0.787567913532257,0.808944225311279],[0.331437349319458,0.784752428531647,0.887279748916626],[0.495158612728119,0.180768936872482,0.787948131561279],[0.865363359451294,0.941942870616913,0.526774227619171],[0.363934487104416,0.807344615459442,0.286372482776642],[0.948771119117737,0.644945979118347,0.892729341983795],[0.535945117473602,0.576414525508881,0.807771980762482],[0.705152153968811,0.431936591863632,0.138564944267273],[0.951233148574829,0.822314977645874,0.96671462059021],[0.625450432300568,0.804843723773956,0.484185874462128],[0.884006381034851,0.319861352443695,0.155023232102394],[0.633051216602325,0.753288209438324,0.905978322029114],[0.251186698675156,0.912842869758606,0.841904938220978],[0.939760863780975,0.724268734455109,0.819202959537506],[0.918886840343475,0.873456120491028,0.495142757892609],[0.323712527751923,0.213655322790146,0.700374245643616],[0.761333525180817,0.54425984621048,0.932269692420959],[0.639099419116974,0.763631641864777,0.212897941470146],[0.869889199733734,0.35664039850235,0.411667197942734],[0.810657739639282,0.892080783843994,0.915871858596802],[0.125913470983505,0.190209209918976,0.725616097450256],[0.836597323417664,0.694889068603516,0.51493227481842],[0.679416060447693,0.955236077308655,0.646293520927429],[0.828255295753479,0.273274302482605,0.70276266336441],[0.431020945310593,0.862014591693878,0.889258623123169],[0.583401381969452,0.236878201365471,0.33178374171257],[0.842325031757355,0.883781254291534,0.18649834394455],[0.758493185043335,0.660869956016541,0.909409642219543],[0.842938721179962,0.102340891957283,0.798907220363617],[0.643646419048309,0.897310674190521,0.547968924045563],[0.956396818161011,0.824319541454315,0.738882780075073],[0.390407592058182,0.50392085313797,0.80487197637558],[0.675555109977722,0.846588313579559,0.957224488258362],[0.828789949417114,0.3351911008358,0.30398964881897],[0.507119357585907,0.747928082942963,0.134851530194283],[0.757680892944336,0.544806241989136,0.837973296642303],[0.389446526765823,0.357132434844971,0.900647163391113],[0.945346891880035,0.908944427967072,0.812432706356049],[0.950622260570526,0.557157337665558,0.796074211597443],[0.180099382996559,0.827680230140686,0.650321185588837],[0.901571691036224,0.71558290719986,0.875014841556549],[0.36749991774559,0.867310404777527,0.249844193458557],[0.698704123497009,0.420915156602859,0.168450459837914],[0.439553886651993,0.532549262046814,0.927600681781769],[0.410220235586166,0.771718919277191,0.831934332847595],[0.96606457233429,0.776090025901794,0.81228893995285],[0.810880064964294,0.836783468723297,0.655371129512787],[0.480484306812286,0.169582173228264,0.822572410106659],[0.494444966316223,0.431335270404816,0.873319327831268]],"ignoreExtent":false,"flags":8192},"29":{"id":29,"type":"text","material":{"lit":false},"vertices":[[0.530172109603882,1.13036251068115,1.12811994552612]],"colors":[[0,0,0,1]],"texts":[["RGB"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.530172109603882,1.13036251068115,1.12811994552612]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"30":{"id":30,"type":"text","material":{"lit":false},"vertices":[[0.530172109603882,-0.0659608468413353,-0.0602892264723778]],"colors":[[0,0,0,1]],"texts":[["R"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.530172109603882,-0.0659608468413353,-0.0602892264723778]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"31":{"id":31,"type":"text","material":{"lit":false},"vertices":[[-0.0646697357296944,0.532200813293457,-0.0602892264723778]],"colors":[[0,0,0,1]],"texts":[["G"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0646697357296944,0.532200813293457,-0.0602892264723778]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"32":{"id":32,"type":"text","material":{"lit":false},"vertices":[[-0.0646697357296944,-0.0659608468413353,0.533915340900421]],"colors":[[0,0,0,1]],"texts":[["B"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[-0.0646697357296944,-0.0659608468413353,0.533915340900421]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"reuse":"rgl4089"},"6":{"id":6,"reuse":"rgl4089"},"28":{"id":28,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[0.200000002980232,"NA","NA"],[0.400000005960464,"NA","NA"],[0.600000023841858,"NA","NA"],[0.800000011920929,"NA","NA"],["NA",0.200000002980232,"NA"],["NA",0.400000005960464,"NA"],["NA",0.600000023841858,"NA"],["NA",0.800000011920929,"NA"],["NA","NA",0.200000002980232],["NA","NA",0.400000005960464],["NA","NA",0.600000023841858],["NA","NA",0.800000011920929]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[40,41,42,43,44,45,46]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,3.77139353752136],"modelMatrix":[[1.00150740146637,0,0,-0.53097128868103],[0,0.340634673833847,0.942118525505066,-0.684297561645508],[0,-0.935886025428772,0.342903107404709,-3.45639538764954],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370325088501,-13.5954370498657],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.00150740146637,0.99594908952713,1.00258159637451],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[0.0859287604689598,0.974415481090546,0.0854781419038773,0.978923499584198,0.09014792740345,0.977682769298553],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,28,27,29,30,31,32,5,40,41,42,43,44,45,46],"subscenes":[],"flags":13480},"40":{"id":40,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.200000002980232,0.0720764622092247,0.0768349021673203],[0.800000011920929,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0490702427923679,0.0539808832108974],[0.400000005960464,0.0720764622092247,0.0768349021673203],[0.400000005960464,0.0490702427923679,0.0539808832108974],[0.600000023841858,0.0720764622092247,0.0768349021673203],[0.600000023841858,0.0490702427923679,0.0539808832108974],[0.800000011920929,0.0720764622092247,0.0768349021673203],[0.800000011920929,0.0490702427923679,0.0539808832108974]],"colors":[[0,0,0,1]],"centers":[[0.5,0.0720764622092247,0.0768349021673203],[0.200000002980232,0.0605733543634415,0.065407894551754],[0.400000005960464,0.0605733543634415,0.065407894551754],[0.600000023841858,0.0605733543634415,0.065407894551754],[0.800000011920929,0.0605733543634415,0.065407894551754]],"ignoreExtent":true,"origId":28,"flags":128},"41":{"id":41,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.200000002980232,0.0030578076839447,0.00827283784747124],[0.400000005960464,0.0030578076839447,0.00827283784747124],[0.600000023841858,0.0030578076839447,0.00827283784747124],[0.800000011920929,0.0030578076839447,0.00827283784747124]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.200000002980232,0.0030578076839447,0.00827283784747124],[0.400000005960464,0.0030578076839447,0.00827283784747124],[0.600000023841858,0.0030578076839447,0.00827283784747124],[0.800000011920929,0.0030578076839447,0.00827283784747124]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"42":{"id":42,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.200000002980232,0.0768349021673203],[0.0726014599204063,0.800000011920929,0.0768349021673203],[0.0726014599204063,0.200000002980232,0.0768349021673203],[0.0497229248285294,0.200000002980232,0.0539808832108974],[0.0726014599204063,0.400000005960464,0.0768349021673203],[0.0497229248285294,0.400000005960464,0.0539808832108974],[0.0726014599204063,0.600000023841858,0.0768349021673203],[0.0497229248285294,0.600000023841858,0.0539808832108974],[0.0726014599204063,0.800000011920929,0.0768349021673203],[0.0497229248285294,0.800000011920929,0.0539808832108974]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.5,0.0768349021673203],[0.0611621923744678,0.200000002980232,0.065407894551754],[0.0611621923744678,0.400000005960464,0.065407894551754],[0.0611621923744678,0.600000023841858,0.065407894551754],[0.0611621923744678,0.800000011920929,0.065407894551754]],"ignoreExtent":true,"origId":28,"flags":128},"43":{"id":43,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.00396586069837213,0.200000002980232,0.00827283784747124],[0.00396586069837213,0.400000005960464,0.00827283784747124],[0.00396586069837213,0.600000023841858,0.00827283784747124],[0.00396586069837213,0.800000011920929,0.00827283784747124]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.00396586069837213,0.200000002980232,0.00827283784747124],[0.00396586069837213,0.400000005960464,0.00827283784747124],[0.00396586069837213,0.600000023841858,0.00827283784747124],[0.00396586069837213,0.800000011920929,0.00827283784747124]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"44":{"id":44,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.0720764622092247,0.200000002980232],[0.0726014599204063,0.0720764622092247,0.800000011920929],[0.0726014599204063,0.0720764622092247,0.200000002980232],[0.0497229248285294,0.0490702427923679,0.200000002980232],[0.0726014599204063,0.0720764622092247,0.400000005960464],[0.0497229248285294,0.0490702427923679,0.400000005960464],[0.0726014599204063,0.0720764622092247,0.600000023841858],[0.0497229248285294,0.0490702427923679,0.600000023841858],[0.0726014599204063,0.0720764622092247,0.800000011920929],[0.0497229248285294,0.0490702427923679,0.800000011920929]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.0720764622092247,0.5],[0.0611621923744678,0.0605733543634415,0.200000002980232],[0.0611621923744678,0.0605733543634415,0.400000005960464],[0.0611621923744678,0.0605733543634415,0.600000023841858],[0.0611621923744678,0.0605733543634415,0.800000011920929]],"ignoreExtent":true,"origId":28,"flags":128},"45":{"id":45,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.00396586069837213,0.0030578076839447,0.200000002980232],[0.00396586069837213,0.0030578076839447,0.400000005960464],[0.00396586069837213,0.0030578076839447,0.600000023841858],[0.00396586069837213,0.0030578076839447,0.800000011920929]],"colors":[[0,0,0,1]],"texts":[["0.2"],["0.4"],["0.6"],["0.8"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[0.00396586069837213,0.0030578076839447,0.200000002980232],[0.00396586069837213,0.0030578076839447,0.400000005960464],[0.00396586069837213,0.0030578076839447,0.600000023841858],[0.00396586069837213,0.0030578076839447,0.800000011920929]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":28,"flags":4136},"46":{"id":46,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.0726014599204063,0.0720764622092247,0.990995764732361],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.0726014599204063,0.992325186729431,0.0768349021673203],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.0726014599204063,0.992325186729431,0.990995764732361],[0.987742781639099,0.992325186729431,0.990995764732361],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.987742781639099,0.992325186729431,0.990995764732361],[0.987742781639099,0.0720764622092247,0.0768349021673203],[0.987742781639099,0.0720764622092247,0.990995764732361],[0.987742781639099,0.992325186729431,0.0768349021673203],[0.987742781639099,0.992325186729431,0.990995764732361]],"colors":[[0,0,0,1]],"centers":[[0.0726014599204063,0.532200813293457,0.0768349021673203],[0.0726014599204063,0.532200813293457,0.990995764732361],[0.0726014599204063,0.0720764622092247,0.533915340900421],[0.0726014599204063,0.992325186729431,0.533915340900421],[0.530172109603882,0.0720764622092247,0.0768349021673203],[0.530172109603882,0.0720764622092247,0.990995764732361],[0.530172109603882,0.992325186729431,0.0768349021673203],[0.530172109603882,0.992325186729431,0.990995764732361],[0.987742781639099,0.532200813293457,0.0768349021673203],[0.987742781639099,0.532200813293457,0.990995764732361],[0.987742781639099,0.0720764622092247,0.533915340900421],[0.987742781639099,0.992325186729431,0.533915340900421]],"ignoreExtent":true,"origId":28,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl4089"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>It then continues projecting the colors, first into the XYZ space, then CIELab (not shown here), and then finally the DIN99d space.</p> +<div id="rgl71766" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> +<script type="application/json" data-for="rgl71766">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"47":{"id":47,"type":"points","material":{"lit":false},"vertices":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,1],[0.874509811401367,0.701960802078247,0.705882370471954,1],[0.227450981736183,0.662745118141174,0.847058832645416,1],[0.584313750267029,0.596078455448151,0.862745106220245,1],[0.811764717102051,0.560784339904785,0.137254908680916,1],[0.368627458810806,0.850980401039124,0.34901961684227,1],[0.968627452850342,0.733333349227905,0.898039221763611,1],[0.752941191196442,0.368627458810806,0.768627464771271,1],[0.7843137383461,0.945098042488098,0.694117665290833,1],[0.878431379795074,0.615686297416687,0.509803950786591,1],[0.105882354080677,0.356862753629684,0.780392169952393,1],[0.803921580314636,0.95686274766922,0.952941179275513,1],[0.925490200519562,0.337254911661148,0.556862771511078,1],[0.772549033164978,0.752941191196442,0.239215686917305,1],[0.682352960109711,0.576470613479614,0.933333337306976,1],[0.439215689897537,0.662745118141174,0.854901969432831,1],[0.972549021244049,0.839215695858002,0.815686285495758,1],[0.780392169952393,0.87058824300766,0.670588254928589,1],[0.713725507259369,0.196078434586525,0.847058832645416,1],[0.768627464771271,0.745098054409027,0.921568632125854,1],[0.882352948188782,0.760784327983856,0.286274522542953,1],[0.749019622802734,0.168627455830574,0.482352942228317,1],[0.47843137383461,0.937254905700684,0.843137264251709,1],[0.317647069692612,0.619607865810394,0.662745118141174,1],[0.909803926944733,0.5686274766922,0.639215707778931,1],[0.921568632125854,0.941176474094391,0.788235306739807,1],[0.592156887054443,0.329411774873734,0.898039221763611,1],[0.874509811401367,0.47843137383461,0.823529422283173,1],[0.235294118523598,0.756862759590149,0.0980392172932625,1],[0.768627464771271,0.533333361148834,0.333333343267441,1],[0.662745118141174,0.721568644046783,0.941176474094391,1],[0.129411771893501,0.0980392172932625,0.866666674613953,1],[0.905882358551025,0.803921580314636,0.556862771511078,1],[0.960784316062927,0.752941191196442,0.882352948188782,1],[0.39215686917305,0.823529422283173,0.69803923368454,1],[0.439215689897537,0.725490212440491,0.898039221763611,1],[0.619607865810394,0.239215686917305,0.219607844948769,1],[0.631372570991516,0.894117653369904,0.196078434586525,1],[0.847058832645416,0.670588254928589,0.917647063732147,1],[0.898039221763611,0.380392163991928,0.874509811401367,1],[0.862745106220245,0.945098042488098,0.831372559070587,1],[0.949019610881805,0.717647075653076,0.576470613479614,1],[0.207843139767647,0.384313732385635,0.819607853889465,1],[0.694117665290833,0.945098042488098,0.95686274766922,1],[0.819607853889465,0.329411774873734,0.470588237047195,1],[0.729411780834198,0.752941191196442,0.14509804546833,1],[0.670588254928589,0.576470613479614,0.82745099067688,1],[0.219607844948769,0.301960796117783,0.901960790157318,1],[0.925490200519562,0.819607853889465,0.694117665290833,1],[0.517647087574005,0.905882358551025,0.462745100259781,1],[0.650980412960052,0.219607844948769,0.560784339904785,1],[0.878431379795074,0.788235306739807,0.95686274766922,1],[0.705882370471954,0.768627464771271,0.47843137383461,1],[0.866666674613953,0.129411771893501,0.219607844948769,1],[0.603921592235565,0.831372559070587,0.890196084976196,1],[0.113725490868092,0.694117665290833,0.623529434204102,1],[0.839215695858002,0.470588237047195,0.639215707778931,1],[0.952941179275513,0.909803926944733,0.603921592235565,1],[0.352941185235977,0.227450981736183,0.831372559070587,1],[0.878431379795074,0.501960813999176,0.933333337306976,1],[0.443137258291245,0.74117648601532,0.192156866192818,1],[0.87058824300766,0.427450984716415,0.309803932905197,1],[0.768627464771271,0.835294127464294,0.91372549533844,1],[0.321568638086319,0.631372570991516,0.26274511218071,1],[0.901960790157318,0.494117647409439,0.831372559070587,1],[0.717647075653076,0.752941191196442,0.925490200519562,1],[0.890196084976196,0.572549045085907,0.250980406999588,1],[0.909803926944733,0.607843160629272,0.658823549747467,1],[0.125490203499794,0.764705896377563,0.894117653369904,1],[0.635294139385223,0.447058826684952,0.819607853889465,1],[0.937254905700684,0.964705884456635,0.800000011920929,1],[0.815686285495758,0.725490212440491,0.26274511218071,1],[0.686274528503418,0.631372570991516,0.949019610881805,1],[0.509803950786591,0.823529422283173,0.772549033164978,1],[0.701960802078247,0.129411771893501,0.415686279535294,1],[0.933333337306976,0.800000011920929,0.772549033164978,1],[0.313725501298904,0.600000023841858,0.894117653369904,1],[0.686274528503418,0.168627455830574,0.788235306739807,1],[0.725490212440491,0.945098042488098,0.509803950786591,1],[0.788235306739807,0.450980395078659,0.674509823322296,1],[0.780392169952393,0.95686274766922,0.898039221763611,1],[0.592156887054443,0.592156887054443,0.894117653369904,1],[0.866666674613953,0.619607865810394,0.121568627655506,1],[0.847058832645416,0.929411768913269,0.682352960109711,1],[0.674509823322296,0.20392157137394,0.905882358551025,1],[0.20392157137394,0.505882382392883,0.658823549747467,1],[0.909803926944733,0.450980395078659,0.450980395078659,1],[0.792156875133514,0.439215689897537,0.258823543787003,1],[0.607843160629272,0.717647075653076,0.941176474094391,1],[0.937254905700684,0.862745106220245,0.937254905700684,1],[0.572549045085907,0.882352948188782,0.419607847929001,1],[0.850980401039124,0.854901969432831,0.572549045085907,1],[0.356862753629684,0.137254908680916,0.788235306739807,1],[0.333333343267441,0.839215695858002,0.839215695858002,1],[0.964705884456635,0.709803938865662,0.796078443527222,1],[0.572549045085907,0.866666674613953,0.168627455830574,1],[0.831372559070587,0.643137276172638,0.890196084976196,1],[0.807843148708344,0.905882358551025,0.976470589637756,1],[0.87058824300766,0.450980395078659,0.411764711141586,1],[0.929411768913269,0.47843137383461,0.74117648601532,1],[0.184313729405403,0.725490212440491,0.592156887054443,1],[0.341176480054855,0.290196090936661,0.866666674613953,1],[0.905882358551025,0.87058824300766,0.752941191196442,1],[0.862745106220245,0.91372549533844,0.309803932905197,1],[0.847058832645416,0.772549033164978,0.949019610881805,1],[0.549019634723663,0.890196084976196,0.921568632125854,1],[0.729411780834198,0.243137255311012,0.364705890417099,1],[0.933333337306976,0.776470601558685,0.662745118141174,1],[0.368627458810806,0.458823531866074,0.725490212440491,1],[0.737254917621613,0.109803922474384,0.682352960109711,1],[0.580392181873322,0.858823537826538,0.486274510622025,1],[0.858823537826538,0.207843139767647,0.258823543787003,1],[0.678431391716003,0.835294127464294,0.886274516582489,1],[0.701960802078247,0.396078437566757,0.921568632125854,1],[0.529411792755127,0.65490198135376,0.160784319043159,1],[0.749019622802734,0.960784316062927,0.733333349227905,1],[0.819607853889465,0.372549027204514,0.705882370471954,1],[0.160784319043159,0.211764708161354,0.776470601558685,1],[0.811764717102051,0.737254917621613,0.627451002597809,1],[0.7843137383461,0.266666680574417,0.0941176488995552,1],[0.494117647409439,0.65490198135376,0.886274516582489,1],[0.925490200519562,0.682352960109711,0.949019610881805,1],[0.52549022436142,0.792156875133514,0.337254911661148,1],[0.917647063732147,0.894117653369904,0.584313750267029,1],[0.396078437566757,0.286274522542953,0.713725507259369,1],[0.345098048448563,0.905882358551025,0.862745106220245,1],[0.949019610881805,0.803921580314636,0.862745106220245,1],[0.61176472902298,0.921568632125854,0.91372549533844,1],[0.690196096897125,0.337254911661148,0.462745100259781,1],[0.905882358551025,0.894117653369904,0.376470595598221,1],[0.866666674613953,0.82745099067688,0.952941179275513,1],[0.788235306739807,0.10196078568697,0.803921580314636,1],[0.647058844566345,0.886274516582489,0.521568655967712,1],[0.949019610881805,0.7843137383461,0.705882370471954,1],[0.372549027204514,0.517647087574005,0.7843137383461,1],[0.752941191196442,0.756862759590149,0.964705884456635,1],[0.839215695858002,0.678431391716003,0.380392163991928,1],[0.168627455830574,0.811764717102051,0.152941182255745,1],[0.850980401039124,0.615686297416687,0.776470601558685,1],[0.643137276172638,0.219607844948769,0.874509811401367,1],[0.835294127464294,0.901960790157318,0.690196096897125,1],[0.929411768913269,0.411764711141586,0.423529416322708,1],[0.152941182255745,0.521568655967712,0.690196096897125,1],[0.933333337306976,0.627451002597809,0.886274516582489,1],[0.39215686917305,0.749019622802734,0.313725501298904,1],[0.713725507259369,0.396078437566757,0.0941176488995552,1],[0.450980395078659,0.52549022436142,0.862745106220245,1],[0.270588248968124,0.819607853889465,0.917647063732147,1],[0.945098042488098,0.74117648601532,0.780392169952393,1],[0.862745106220245,0.925490200519562,0.513725519180298,1],[0.458823531866074,0.215686276555061,0.721568644046783,1],[0.521568655967712,0.454901963472366,0.921568632125854,1],[0.686274528503418,0.596078455448151,0.18823529779911,1],[0.854901969432831,0.266666680574417,0.572549045085907,1],[0.733333349227905,0.890196084976196,0.858823537826538,1],[0.14509804546833,0.513725519180298,0.854901969432831,1],[0.878431379795074,0.658823549747467,0.623529434204102,1],[0.878431379795074,0.972549021244049,0.776470601558685,1],[0.772549033164978,0.388235300779343,0.858823537826538,1],[0.537254929542542,0.831372559070587,0.850980401039124,1],[0.760784327983856,0.125490203499794,0.298039227724075,1],[0.807843148708344,0.843137264251709,0.298039227724075,1],[0.792156875133514,0.678431391716003,0.960784316062927,1],[0.792156875133514,0.223529413342476,0.756862759590149,1],[0.674509823322296,0.941176474094391,0.576470613479614,1],[0.933333337306976,0.87058824300766,0.831372559070587,1],[0.384313732385635,0.517647087574005,0.882352948188782,1],[0.658823549747467,0.815686285495758,0.917647063732147,1],[0.894117653369904,0.23137255012989,0.184313729405403,1],[0.454901963472366,0.61176472902298,0.215686276555061,1],[0.772549033164978,0.431372553110123,0.898039221763611,1],[0.494117647409439,0.47843137383461,0.725490212440491,1],[0.949019610881805,0.898039221763611,0.752941191196442,1],[0.878431379795074,0.576470613479614,0.756862759590149,1],[0.125490203499794,0.823529422283173,0.639215707778931,1],[0.917647063732147,0.800000011920929,0.933333337306976,1],[0.580392181873322,0.886274516582489,0.345098048448563,1],[0.796078443527222,0.329411774873734,0.18823529779911,1],[0.541176497936249,0.717647075653076,0.941176474094391,1],[0.301960796117783,0.807843148708344,0.752941191196442,1],[0.949019610881805,0.658823549747467,0.7843137383461,1],[0.803921580314636,0.780392169952393,0.552941203117371,1],[0.274509817361832,0.14509804546833,0.713725507259369,1],[0.792156875133514,0.627451002597809,0.917647063732147,1],[0.725490212440491,0.901960790157318,0.14509804546833,1],[0.835294127464294,0.458823531866074,0.498039215803146,1],[0.823529422283173,0.937254905700684,0.972549021244049,1],[0.250980406999588,0.294117659330368,0.670588254928589,1],[0.909803926944733,0.737254917621613,0.513725519180298,1],[0.756862759590149,0.933333337306976,0.737254917621613,1],[0.901960790157318,0.270588248968124,0.752941191196442,1],[0.929411768913269,0.607843160629272,0.533333361148834,1],[0.215686276555061,0.466666668653488,0.745098054409027,1],[0.788235306739807,0.345098048448563,0.862745106220245,1],[0.850980401039124,0.905882358551025,0.803921580314636,1],[0.709803938865662,0.623529434204102,0.125490203499794,1],[0.5686274766922,0.505882382392883,0.82745099067688,1],[0.631372570991516,0.952941179275513,0.905882358551025,1],[0.819607853889465,0.26274511218071,0.529411792755127,1],[0.964705884456635,0.807843148708344,0.831372559070587,1],[0.47843137383461,0.733333349227905,0.792156875133514,1],[0.529411792755127,0.14509804546833,0.878431379795074,1],[0.847058832645416,0.901960790157318,0.623529434204102,1],[0.333333343267441,0.909803926944733,0.239215686917305,1],[0.937254905700684,0.713725507259369,0.894117653369904,1],[0.482352942228317,0.545098066329956,0.91372549533844,1],[0.682352960109711,0.458823531866074,0.215686276555061,1],[0.949019610881805,0.952941179275513,0.662745118141174,1],[0.482352942228317,0.294117659330368,0.823529422283173,1],[0.133333340287209,0.717647075653076,0.729411780834198,1],[0.82745099067688,0.537254929542542,0.627451002597809,1],[0.898039221763611,0.541176497936249,0.345098048448563,1],[0.800000011920929,0.843137264251709,0.941176474094391,1],[0.949019610881805,0.545098066329956,0.937254905700684,1],[0.372549027204514,0.815686285495758,0.176470592617989,1],[0.717647075653076,0.882352948188782,0.419607847929001,1],[0.462745100259781,0.243137255311012,0.560784339904785,1],[0.176470592617989,0.627451002597809,0.878431379795074,1],[0.901960790157318,0.65490198135376,0.650980412960052,1],[0.82745099067688,0.10196078568697,0.5686274766922,1],[0.537254929542542,0.890196084976196,0.780392169952393,1],[0.729411780834198,0.725490212440491,0.952941179275513,1],[0.796078443527222,0.666666686534882,0.384313732385635,1],[0.878431379795074,0.635294139385223,0.443137258291245,1],[0.0862745121121407,0.23137255012989,0.733333349227905,1],[0.780392169952393,0.286274522542953,0.729411780834198,1],[0.69803923368454,0.941176474094391,0.627451002597809,1],[0.639215707778931,0.682352960109711,0.26274511218071,1],[0.69803923368454,0.533333361148834,0.91372549533844,1],[0.756862759590149,0.917647063732147,0.937254905700684,1],[0.901960790157318,0.290196090936661,0.431372553110123,1],[0.905882358551025,0.725490212440491,0.82745099067688,1],[0.26274511218071,0.87058824300766,0.733333349227905,1],[0.227450981736183,0.168627455830574,0.713725507259369,1],[0.929411768913269,0.819607853889465,0.450980395078659,1],[0.65490198135376,0.835294127464294,0.419607847929001,1],[0.929411768913269,0.788235306739807,0.968627452850342,1],[0.658823549747467,0.764705896377563,0.847058832645416,1],[0.831372559070587,0.243137255311012,0.176470592617989,1],[0.960784316062927,0.952941179275513,0.82745099067688,1],[0.517647087574005,0.364705890417099,0.921568632125854,1],[0.274509817361832,0.764705896377563,0.737254917621613,1],[0.933333337306976,0.603921592235565,0.733333349227905,1],[0.756862759590149,0.501960813999176,0.407843142747879,1],[0.717647075653076,0.807843148708344,0.945098042488098,1],[0.854901969432831,0.537254929542542,0.874509811401367,1],[0.384313732385635,0.800000011920929,0.113725490868092,1],[0.61176472902298,0.882352948188782,0.596078455448151,1],[0.843137264251709,0.129411771893501,0.650980412960052,1],[0.360784322023392,0.39215686917305,0.866666674613953,1],[0.972549021244049,0.886274516582489,0.752941191196442,1],[0.682352960109711,0.168627455830574,0.200000002980232,1],[0.427450984716415,0.788235306739807,0.925490200519562,1],[0.819607853889465,0.705882370471954,0.894117653369904,1],[0.690196096897125,0.862745106220245,0.239215686917305,1],[0.717647075653076,0.886274516582489,0.968627452850342,1],[0.850980401039124,0.333333343267441,0.337254911661148,1],[0.584313750267029,0.803921580314636,0.129411771893501,1],[0.764705896377563,0.5686274766922,0.866666674613953,1],[0.850980401039124,0.207843139767647,0.643137276172638,1],[0.682352960109711,0.878431379795074,0.682352960109711,1],[0.91372549533844,0.737254917621613,0.39215686917305,1],[0.168627455830574,0.172549024224281,0.643137276172638,1],[0.572549045085907,0.694117665290833,0.925490200519562,1],[0.74117648601532,0.411764711141586,0.254901975393295,1],[0.533333361148834,0.91372549533844,0.333333343267441,1],[0.949019610881805,0.796078443527222,0.952941179275513,1],[0.321568638086319,0.113725490868092,0.756862759590149,1],[0.862745106220245,0.858823537826538,0.509803950786591,1],[0.937254905700684,0.686274528503418,0.772549033164978,1],[0.400000005960464,0.721568644046783,0.717647075653076,1],[0.854901969432831,0.470588237047195,0.933333337306976,1],[0.454901963472366,0.733333349227905,0.168627455830574,1],[0.878431379795074,0.372549027204514,0.274509817361832,1],[0.737254917621613,0.82745099067688,0.91372549533844,1],[0.18823529779911,0.839215695858002,0.725490212440491,1],[0.862745106220245,0.666666686534882,0.764705896377563,1],[0.972549021244049,0.941176474094391,0.807843148708344,1],[0.498039215803146,0.431372553110123,0.847058832645416,1],[0.792156875133514,0.647058844566345,0.945098042488098,1],[0.713725507259369,0.792156875133514,0.298039227724075,1],[0.756862759590149,0.0862745121121407,0.20392157137394,1],[0.454901963472366,0.815686285495758,0.882352948188782,1],[0.309803932905197,0.411764711141586,0.905882358551025,1],[0.945098042488098,0.854901969432831,0.772549033164978,1],[0.61176472902298,0.917647063732147,0.549019634723663,1],[0.709803938865662,0.258823543787003,0.635294139385223,1],[0.694117665290833,0.909803926944733,0.854901969432831,1],[0.882352948188782,0.223529413342476,0.61176472902298,1],[0.5686274766922,0.494117647409439,0.290196090936661,1],[0.498039215803146,0.466666668653488,0.890196084976196,1],[0.705882370471954,0.431372553110123,0.800000011920929,1],[0.882352948188782,0.960784316062927,0.772549033164978,1],[0.898039221763611,0.607843160629272,0.584313750267029,1],[0.113725490868092,0.560784339904785,0.866666674613953,1],[0.584313750267029,0.650980412960052,0.835294127464294,1],[0.768627464771271,0.403921574354172,0.149019613862038,1],[0.466666668653488,0.82745099067688,0.345098048448563,1],[0.960784316062927,0.709803938865662,0.941176474094391,1],[0.466666668653488,0.219607844948769,0.823529422283173,1],[0.925490200519562,0.949019610881805,0.592156887054443,1],[0.949019610881805,0.843137264251709,0.87058824300766,1],[0.396078437566757,0.862745106220245,0.898039221763611,1],[0.901960790157318,0.61176472902298,0.831372559070587,1],[0.200000002980232,0.882352948188782,0.129411771893501,1],[0.800000011920929,0.65490198135376,0.462745100259781,1],[0.800000011920929,0.815686285495758,0.960784316062927,1],[0.207843139767647,0.564705908298492,0.682352960109711,1],[0.91372549533844,0.470588237047195,0.513725519180298,1],[0.878431379795074,0.937254905700684,0.701960802078247,1],[0.619607865810394,0.227450981736183,0.909803926944733,1],[0.819607853889465,0.792156875133514,0.909803926944733,1],[0.866666674613953,0.815686285495758,0.333333343267441,1],[0.745098054409027,0.207843139767647,0.43529412150383,1],[0.521568655967712,0.929411768913269,0.890196084976196,1],[0.250980406999588,0.494117647409439,0.823529422283173,1],[0.952941179275513,0.701960802078247,0.623529434204102,1],[0.639215707778931,0.831372559070587,0.494117647409439,1],[0.650980412960052,0.121568627655506,0.701960802078247,1],[0.964705884456635,0.874509811401367,0.776470601558685,1],[0.419607847929001,0.474509805440903,0.819607853889465,1],[0.882352948188782,0.105882354080677,0.729411780834198,1],[0.627451002597809,0.905882358551025,0.584313750267029,1],[0.756862759590149,0.890196084976196,0.223529413342476,1],[0.815686285495758,0.694117665290833,0.921568632125854,1],[0.466666668653488,0.811764717102051,0.898039221763611,1],[0.619607865810394,0.243137255311012,0.294117659330368,1],[0.933333337306976,0.494117647409439,0.69803923368454,1],[0.180392161011696,0.745098054409027,0.670588254928589,1],[0.415686279535294,0.301960796117783,0.874509811401367,1],[0.917647063732147,0.894117653369904,0.760784327983856,1],[0.384313732385635,0.662745118141174,0.137254908680916,1],[0.74117648601532,0.529411792755127,0.772549033164978,1],[0.61176472902298,0.764705896377563,0.941176474094391,1],[0.788235306739807,0.368627458810806,0.26274511218071,1],[0.901960790157318,0.760784327983856,0.431372553110123,1],[0.219607844948769,0.207843139767647,0.627451002597809,1],[0.184313729405403,0.898039221763611,0.686274528503418,1],[0.921568632125854,0.662745118141174,0.82745099067688,1],[0.835294127464294,0.14509804546833,0.121568627655506,1],[0.576470613479614,0.768627464771271,0.882352948188782,1],[0.894117653369904,0.756862759590149,0.952941179275513,1],[0.647058844566345,0.764705896377563,0.443137258291245,1],[0.764705896377563,0.964705884456635,0.682352960109711,1],[0.847058832645416,0.298039227724075,0.831372559070587,1],[0.121568627655506,0.317647069692612,0.772549033164978,1],[0.858823537826538,0.65490198135376,0.533333361148834,1],[0.886274516582489,0.384313732385635,0.533333361148834,1],[0.831372559070587,0.933333337306976,0.937254905700684,1],[0.709803938865662,0.576470613479614,0.941176474094391,1],[0.7843137383461,0.803921580314636,0.215686276555061,1],[0.894117653369904,0.780392169952393,0.764705896377563,1],[0.301960796117783,0.607843160629272,0.858823537826538,1],[0.600000023841858,0.200000002980232,0.713725507259369,1],[0.725490212440491,0.925490200519562,0.486274510622025,1],[0.862745106220245,0.768627464771271,0.423529416322708,1],[0.831372559070587,0.811764717102051,0.976470589637756,1],[0.65490198135376,0.882352948188782,0.831372559070587,1],[0.858823537826538,0.180392161011696,0.552941203117371,1],[0.866666674613953,0.482352942228317,0.564705908298492,1],[0.10196078568697,0.670588254928589,0.745098054409027,1],[0.529411792755127,0.34901961684227,0.752941191196442,1],[0.905882358551025,0.937254905700684,0.662745118141174,1],[0.341176480054855,0.745098054409027,0.227450981736183,1],[0.925490200519562,0.545098066329956,0.882352948188782,1],[0.772549033164978,0.811764717102051,0.949019610881805,1],[0.917647063732147,0.580392181873322,0.30588236451149,1],[0.776470601558685,0.854901969432831,0.588235318660736,1],[0.549019634723663,0.14509804546833,0.796078443527222,1],[0.352941185235977,0.701960802078247,0.839215695858002,1],[0.964705884456635,0.729411780834198,0.74117648601532,1],[0.674509823322296,0.470588237047195,0.141176477074623,1],[0.384313732385635,0.411764711141586,0.929411768913269,1],[0.901960790157318,0.666666686534882,0.835294127464294,1],[0.227450981736183,0.874509811401367,0.192156866192818,1],[0.862745106220245,0.949019610881805,0.807843148708344,1],[0.878431379795074,0.34901961684227,0.905882358551025,1],[0.294117659330368,0.454901963472366,0.709803938865662,1],[0.917647063732147,0.678431391716003,0.584313750267029,1],[0.788235306739807,0.341176480054855,0.513725519180298,1],[0.682352960109711,0.945098042488098,0.933333337306976,1],[0.603921592235565,0.494117647409439,0.886274516582489,1],[0.7843137383461,0.749019622802734,0.0941176488995552,1],[0.494117647409439,0.356862753629684,0.807843148708344,1],[0.952941179275513,0.949019610881805,0.709803938865662,1],[0.898039221763611,0.517647087574005,0.65490198135376,1],[0.0941176488995552,0.819607853889465,0.800000011920929,1],[0.831372559070587,0.878431379795074,0.95686274766922,1],[0.917647063732147,0.537254929542542,0.372549027204514,1],[0.458823531866074,0.74117648601532,0.298039227724075,1],[0.917647063732147,0.61176472902298,0.929411768913269,1],[0.694117665290833,0.160784319043159,0.529411792755127,1],[0.439215689897537,0.929411768913269,0.423529416322708,1],[0.901960790157318,0.82745099067688,0.701960802078247,1],[0.23137255012989,0.250980406999588,0.87058824300766,1],[0.631372570991516,0.780392169952393,0.843137264251709,1],[0.815686285495758,0.160784319043159,0.180392161011696,1],[0.701960802078247,0.835294127464294,0.39215686917305,1],[0.890196084976196,0.760784327983856,0.964705884456635,1],[0.243137255311012,0.333333343267441,0.701960802078247,1],[0.917647063732147,0.713725507259369,0.529411792755127,1],[0.792156875133514,0.941176474094391,0.756862759590149,1],[0.909803926944733,0.286274522542953,0.823529422283173,1],[0.650980412960052,0.470588237047195,0.850980401039124,1],[0.631372570991516,0.713725507259369,0.109803922474384,1],[0.701960802078247,0.368627458810806,0.43529412150383,1],[0.643137276172638,0.886274516582489,0.925490200519562,1],[0.39215686917305,0.866666674613953,0.772549033164978,1],[0.972549021244049,0.7843137383461,0.886274516582489,1],[0.882352948188782,0.831372559070587,0.627451002597809,1],[0.24705882370472,0.149019613862038,0.858823537826538,1],[0.866666674613953,0.737254917621613,0.898039221763611,1],[0.584313750267029,0.862745106220245,0.270588248968124,1],[0.701960802078247,0.254901975393295,0.184313729405403,1],[0.458823531866074,0.705882370471954,0.925490200519562,1],[0.564705908298492,0.364705890417099,0.878431379795074,1],[0.921568632125854,0.925490200519562,0.815686285495758,1],[0.937254905700684,0.556862771511078,0.662745118141174,1],[0.207843139767647,0.752941191196442,0.7843137383461,1],[0.658823549747467,0.74117648601532,0.95686274766922,1],[0.835294127464294,0.498039215803146,0.282352954149246,1],[0.298039227724075,0.745098054409027,0.125490203499794,1],[0.847058832645416,0.521568655967712,0.82745099067688,1],[0.623529434204102,0.109803922474384,0.823529422283173,1],[0.752941191196442,0.886274516582489,0.541176497936249,1],[0.952941179275513,0.74117648601532,0.729411780834198,1],[0.396078437566757,0.635294139385223,0.7843137383461,1],[0.400000005960464,0.905882358551025,0.764705896377563,1],[0.623529434204102,0.180392161011696,0.450980395078659,1],[0.905882358551025,0.694117665290833,0.149019613862038,1],[0.647058844566345,0.631372570991516,0.921568632125854,1],[0.133333340287209,0.388235300779343,0.705882370471954,1],[0.819607853889465,0.584313750267029,0.517647087574005,1],[0.776470601558685,0.949019610881805,0.635294139385223,1],[0.752941191196442,0.274509817361832,0.815686285495758,1],[0.61176472902298,0.517647087574005,0.945098042488098,1],[0.788235306739807,0.721568644046783,0.172549024224281,1],[0.890196084976196,0.321568638086319,0.576470613479614,1],[0.780392169952393,0.933333337306976,0.91372549533844,1],[0.258823543787003,0.749019622802734,0.890196084976196,1],[0.925490200519562,0.725490212440491,0.749019622802734,1],[0.811764717102051,0.898039221763611,0.501960813999176,1],[0.466666668653488,0.274509817361832,0.623529434204102,1],[0.968627452850342,0.807843148708344,0.933333337306976,1],[0.498039215803146,0.815686285495758,0.458823531866074,1],[0.890196084976196,0.552941203117371,0.133333340287209,1],[0.615686297416687,0.647058844566345,0.909803926944733,1],[0.549019634723663,0.843137264251709,0.266666680574417,1],[0.91372549533844,0.650980412960052,0.960784316062927,1],[0.505882382392883,0.674509823322296,0.854901969432831,1],[0.745098054409027,0.227450981736183,0.117647059261799,1],[0.929411768913269,0.803921580314636,0.866666674613953,1],[0.352941185235977,0.882352948188782,0.800000011920929,1],[0.301960796117783,0.196078434586525,0.788235306739807,1],[0.941176474094391,0.878431379795074,0.545098066329956,1],[0.61176472902298,0.69803923368454,0.227450981736183,1],[0.717647075653076,0.505882382392883,0.917647063732147,1],[0.733333349227905,0.901960790157318,0.937254905700684,1],[0.909803926944733,0.26274511218071,0.360784322023392,1],[0.905882358551025,0.776470601558685,0.643137276172638,1],[0.168627455830574,0.278431385755539,0.878431379795074,1],[0.796078443527222,0.501960813999176,0.74117648601532,1],[0.850980401039124,0.968627452850342,0.831372559070587,1],[0.811764717102051,0.20392157137394,0.400000005960464,1],[0.572549045085907,0.941176474094391,0.945098042488098,1],[0.866666674613953,0.82745099067688,0.941176474094391,1],[0.882352948188782,0.890196084976196,0.376470595598221,1],[0.65490198135376,0.807843148708344,0.580392181873322,1],[0.74117648601532,0.152941182255745,0.733333349227905,1],[0.329411774873734,0.486274510622025,0.811764717102051,1],[0.952941179275513,0.780392169952393,0.690196096897125,1],[0.811764717102051,0.396078437566757,0.39215686917305,1],[0.745098054409027,0.886274516582489,0.95686274766922,1],[0.788235306739807,0.552941203117371,0.901960790157318,1],[0.592156887054443,0.854901969432831,0.10196078568697,1],[0.91372549533844,0.835294127464294,0.666666686534882,1],[0.200000002980232,0.192156866192818,0.886274516582489,1],[0.23137255012989,0.600000023841858,0.482352942228317,1],[0.894117653369904,0.43529412150383,0.733333349227905,1],[0.43529412150383,0.894117653369904,0.294117659330368,1],[0.933333337306976,0.756862759590149,0.917647063732147,1],[0.533333361148834,0.619607865810394,0.905882358551025,1],[0.65490198135376,0.443137258291245,0.282352954149246,1],[0.937254905700684,0.627451002597809,0.701960802078247,1],[0.298039227724075,0.721568644046783,0.764705896377563,1],[0.360784322023392,0.0901960805058479,0.721568644046783,1],[0.82745099067688,0.87058824300766,0.443137258291245,1],[0.843137264251709,0.682352960109711,0.156862750649452,1],[0.658823549747467,0.635294139385223,0.866666674613953,1],[0.780392169952393,0.968627452850342,0.925490200519562,1],[0.847058832645416,0.403921574354172,0.658823549747467,1],[0.937254905700684,0.486274510622025,0.439215689897537,1],[0.156862750649452,0.47843137383461,0.721568644046783,1],[0.729411780834198,0.24705882370472,0.878431379795074,1],[0.82745099067688,0.91372549533844,0.713725507259369,1],[0.796078443527222,0.113725490868092,0.388235300779343,1],[0.529411792755127,0.874509811401367,0.850980401039124,1],[0.772549033164978,0.713725507259369,0.945098042488098,1],[0.760784327983856,0.733333349227905,0.396078437566757,1],[0.733333349227905,0.933333337306976,0.600000023841858,1],[0.733333349227905,0.26274511218071,0.768627464771271,1],[0.360784322023392,0.588235318660736,0.921568632125854,1],[0.960784316062927,0.858823537826538,0.823529422283173,1],[0.843137264251709,0.603921592235565,0.250980406999588,1],[0.729411780834198,0.737254917621613,0.866666674613953,1],[0.91372549533844,0.431372553110123,0.788235306739807,1],[0.223529413342476,0.65490198135376,0.18823529779911,1],[0.909803926944733,0.968627452850342,0.752941191196442,1],[0.65490198135376,0.372549027204514,0.847058832645416,1],[0.14509804546833,0.647058844566345,0.823529422283173,1],[0.862745106220245,0.607843160629272,0.623529434204102,1],[0.839215695858002,0.925490200519562,0.592156887054443,1],[0.552941203117371,0.270588248968124,0.745098054409027,1],[0.352941185235977,0.768627464771271,0.91372549533844,1],[0.952941179275513,0.811764717102051,0.823529422283173,1],[0.772549033164978,0.505882382392883,0.117647059261799,1],[0.529411792755127,0.552941203117371,0.862745106220245,1],[0.937254905700684,0.705882370471954,0.878431379795074,1],[0.447058826684952,0.717647075653076,0.423529416322708,1],[0.831372559070587,0.968627452850342,0.737254917621613,1],[0.815686285495758,0.34901961684227,0.854901969432831,1],[0.133333340287209,0.415686279535294,0.819607853889465,1],[0.87058824300766,0.658823549747467,0.584313750267029,1],[0.850980401039124,0.227450981736183,0.482352942228317,1],[0.69803923368454,0.882352948188782,0.866666674613953,1],[0.541176497936249,0.411764711141586,0.917647063732147,1],[0.658823549747467,0.619607865810394,0.172549024224281,1],[0.945098042488098,0.690196096897125,0.662745118141174,1],[0.317647069692612,0.592156887054443,0.796078443527222,1],[0.607843160629272,0.0901960805058479,0.772549033164978,1],[0.713725507259369,0.886274516582489,0.474509805440903,1],[0.909803926944733,0.768627464771271,0.329411774873734,1],[0.803921580314636,0.788235306739807,0.945098042488098,1],[0.564705908298492,0.921568632125854,0.835294127464294,1],[0.717647075653076,0.266666680574417,0.529411792755127,1],[0.937254905700684,0.486274510622025,0.596078455448151,1],[0.176470592617989,0.69803923368454,0.749019622802734,1],[0.541176497936249,0.294117659330368,0.878431379795074,1],[0.905882358551025,0.917647063732147,0.756862759590149,1],[0.360784322023392,0.843137264251709,0.207843139767647,1],[0.862745106220245,0.686274528503418,0.847058832645416,1],[0.823529422283173,0.862745106220245,0.972549021244049,1],[0.847058832645416,0.619607865810394,0.450980395078659,1],[0.835294127464294,0.749019622802734,0.572549045085907,1],[0.149019613862038,0.14509804546833,0.764705896377563,1],[0.329411774873734,0.82745099067688,0.666666686534882,1],[0.95686274766922,0.69803923368454,0.87058824300766,1],[0.82745099067688,0.211764708161354,0.207843139767647,1],[0.580392181873322,0.823529422283173,0.952941179275513,1],[0.909803926944733,0.835294127464294,0.949019610881805,1],[0.725490212440491,0.901960790157318,0.384313732385635,1],[0.756862759590149,0.909803926944733,0.686274528503418,1],[0.882352948188782,0.211764708161354,0.878431379795074,1],[0.26274511218071,0.368627458810806,0.580392181873322,1],[0.890196084976196,0.603921592235565,0.454901963472366,1],[0.803921580314636,0.419607847929001,0.545098066329956,1],[0.760784327983856,0.95686274766922,0.95686274766922,1],[0.682352960109711,0.572549045085907,0.898039221763611,1],[0.854901969432831,0.862745106220245,0.109803922474384,1],[0.909803926944733,0.847058832645416,0.780392169952393,1],[0.321568638086319,0.407843142747879,0.866666674613953,1],[0.74117648601532,0.200000002980232,0.647058844566345,1],[0.576470613479614,0.929411768913269,0.509803950786591,1],[0.725490212440491,0.82745099067688,0.239215686917305,1],[0.7843137383461,0.61176472902298,0.952941179275513,1],[0.482352942228317,0.772549033164978,0.831372559070587,1],[0.69803923368454,0.117647059261799,0.207843139767647,1],[0.901960790157318,0.600000023841858,0.749019622802734,1],[0.117647059261799,0.882352948188782,0.760784327983856,1],[0.509803950786591,0.450980395078659,0.803921580314636,1],[0.960784316062927,0.933333337306976,0.788235306739807,1],[0.43529412150383,0.678431391716003,0.200000002980232,1],[0.843137264251709,0.462745100259781,0.917647063732147,1],[0.690196096897125,0.811764717102051,0.933333337306976,1],[0.91372549533844,0.337254911661148,0.215686276555061,1],[0.937254905700684,0.509803950786591,0.847058832645416,1],[0.250980406999588,0.764705896377563,0.180392161011696,1],[0.882352948188782,0.627451002597809,0.317647069692612,1],[0.772549033164978,0.792156875133514,0.925490200519562,1],[0.137254908680916,0.564705908298492,0.682352960109711,1],[0.792156875133514,0.529411792755127,0.560784339904785,1],[0.874509811401367,0.945098042488098,0.627451002597809,1],[0.560784339904785,0.274509817361832,0.800000011920929,1],[0.831372559070587,0.792156875133514,0.968627452850342,1],[0.82745099067688,0.780392169952393,0.431372553110123,1],[0.898039221763611,0.113725490868092,0.466666668653488,1],[0.596078455448151,0.91372549533844,0.874509811401367,1],[0.239215686917305,0.533333361148834,0.894117653369904,1],[0.925490200519562,0.756862759590149,0.709803938865662,1],[0.670588254928589,0.901960790157318,0.482352942228317,1],[0.596078455448151,0.243137255311012,0.643137276172638,1],[0.69803923368454,0.964705884456635,0.890196084976196,1],[0.854901969432831,0.309803932905197,0.647058844566345,1],[0.792156875133514,0.603921592235565,0.121568627655506,1],[0.564705908298492,0.549019634723663,0.866666674613953,1],[0.752941191196442,0.400000005960464,0.890196084976196,1],[0.905882358551025,0.945098042488098,0.847058832645416,1],[0.945098042488098,0.61176472902298,0.596078455448151,1],[0.23137255012989,0.588235318660736,0.811764717102051,1],[0.447058826684952,0.576470613479614,0.905882358551025,1],[0.647058844566345,0.376470595598221,0.207843139767647,1],[0.400000005960464,0.901960790157318,0.200000002980232,1],[0.925490200519562,0.678431391716003,0.91372549533844,1],[0.403921574354172,0.121568627655506,0.854901969432831,1],[0.874509811401367,0.890196084976196,0.588235318660736,1],[0.95686274766922,0.772549033164978,0.823529422283173,1],[0.450980395078659,0.760784327983856,0.776470601558685,1],[0.7843137383461,0.474509805440903,0.862745106220245,1],[0.439215689897537,0.733333349227905,0.10196078568697,1],[0.745098054409027,0.396078437566757,0.345098048448563,1],[0.65490198135376,0.803921580314636,0.933333337306976,1],[0.227450981736183,0.733333349227905,0.631372570991516,1],[0.925490200519562,0.537254929542542,0.745098054409027,1],[0.949019610881805,0.909803926944733,0.764705896377563,1],[0.376470595598221,0.298039227724075,0.917647063732147,1],[0.819607853889465,0.760784327983856,0.890196084976196,1],[0.780392169952393,0.854901969432831,0.294117659330368,1],[0.701960802078247,0.200000002980232,0.301960796117783,1],[0.47843137383461,0.862745106220245,0.921568632125854,1],[0.415686279535294,0.505882382392883,0.858823537826538,1],[0.972549021244049,0.882352948188782,0.800000011920929,1],[0.694117665290833,0.878431379795074,0.647058844566345,1],[0.854901969432831,0.172549024224281,0.764705896377563,1],[0.800000011920929,0.901960790157318,0.945098042488098,1],[0.905882358551025,0.341176480054855,0.360784322023392,1],[0.580392181873322,0.69803923368454,0.294117659330368,1],[0.792156875133514,0.576470613479614,0.917647063732147,1],[0.7843137383461,0.337254911661148,0.650980412960052,1],[0.682352960109711,0.945098042488098,0.674509823322296,1],[0.882352948188782,0.737254917621613,0.486274510622025,1],[0.0941176488995552,0.117647059261799,0.772549033164978,1],[0.584313750267029,0.682352960109711,0.847058832645416,1],[0.788235306739807,0.337254911661148,0.14509804546833,1],[0.52549022436142,0.835294127464294,0.345098048448563,1],[0.952941179275513,0.717647075653076,0.960784316062927,1],[0.298039227724075,0.141176477074623,0.662745118141174,1],[0.929411768913269,0.909803926944733,0.376470595598221,1],[0.898039221763611,0.658823549747467,0.745098054409027,1],[0.184313729405403,0.87058824300766,0.847058832645416,1],[0.678431391716003,0.152941182255745,0.356862753629684,1],[0.407843142747879,0.929411768913269,0.898039221763611,1],[0.745098054409027,0.686274528503418,0.898039221763611,1],[0.87058824300766,0.831372559070587,0.215686276555061,1],[0.705882370471954,0.843137264251709,0.615686297416687,1],[0.768627464771271,0.156862750649452,0.803921580314636,1],[0.376470595598221,0.552941203117371,0.831372559070587,1],[0.964705884456635,0.807843148708344,0.745098054409027,1],[0.807843148708344,0.623529434204102,0.341176480054855,1],[0.694117665290833,0.709803938865662,0.952941179275513,1],[0.894117653369904,0.501960813999176,0.7843137383461,1],[0.129411771893501,0.807843148708344,0.0901960805058479,1],[0.917647063732147,0.952941179275513,0.815686285495758,1],[0.69803923368454,0.356862753629684,0.91372549533844,1],[0.278431385755539,0.61176472902298,0.74117648601532,1],[0.925490200519562,0.596078455448151,0.61176472902298,1],[0.486274510622025,0.862745106220245,0.376470595598221,1],[0.972549021244049,0.768627464771271,0.949019610881805,1],[0.607843160629272,0.670588254928589,0.882352948188782,1],[0.850980401039124,0.454901963472366,0.137254908680916,1],[0.894117653369904,0.721568644046783,0.760784327983856,1],[0.254901975393295,0.792156875133514,0.858823537826538,1],[0.403921574354172,0.176470592617989,0.690196096897125,1],[0.87058824300766,0.921568632125854,0.443137258291245,1],[0.694117665290833,0.592156887054443,0.235294118523598,1],[0.556862771511078,0.513725519180298,0.91372549533844,1],[0.74117648601532,0.937254905700684,0.894117653369904,1],[0.905882358551025,0.270588248968124,0.623529434204102,1],[0.847058832645416,0.498039215803146,0.454901963472366,1],[0.105882354080677,0.43529412150383,0.69803923368454,1],[0.627451002597809,0.345098048448563,0.705882370471954,1],[0.792156875133514,0.925490200519562,0.627451002597809,1],[0.831372559070587,0.113725490868092,0.333333343267441,1],[0.556862771511078,0.878431379795074,0.886274516582489,1],[0.815686285495758,0.74117648601532,0.952941179275513,1],[0.772549033164978,0.7843137383461,0.411764711141586,1],[0.560784339904785,0.905882358551025,0.411764711141586,1],[0.631372570991516,0.18823529779911,0.615686297416687,1],[0.164705887436867,0.388235300779343,0.905882358551025,1],[0.925490200519562,0.745098054409027,0.643137276172638,1],[0.878431379795074,0.39215686917305,0.380392163991928,1],[0.82745099067688,0.890196084976196,0.925490200519562,1],[0.823529422283173,0.5686274766922,0.937254905700684,1],[0.580392181873322,0.788235306739807,0.219607844948769,1],[0.960784316062927,0.87058824300766,0.670588254928589,1],[0.309803932905197,0.294117659330368,0.835294127464294,1],[0.129411771893501,0.752941191196442,0.560784339904785,1],[0.847058832645416,0.533333361148834,0.733333349227905,1],[0.564705908298492,0.890196084976196,0.274509817361832,1],[0.898039221763611,0.737254917621613,0.925490200519562,1],[0.513725519180298,0.694117665290833,0.898039221763611,1],[0.615686297416687,0.356862753629684,0.294117659330368,1],[0.968627452850342,0.819607853889465,0.890196084976196,1],[0.470588237047195,0.815686285495758,0.768627464771271,1],[0.290196090936661,0.149019613862038,0.890196084976196,1],[0.909803926944733,0.87058824300766,0.627451002597809,1],[0.600000023841858,0.713725507259369,0.137254908680916,1],[0.682352960109711,0.533333361148834,0.815686285495758,1],[0.647058844566345,0.890196084976196,0.949019610881805,1],[0.811764717102051,0.286274522542953,0.360784322023392,1],[0.945098042488098,0.749019622802734,0.529411792755127,1],[0.176470592617989,0.26274511218071,0.796078443527222,1],[0.890196084976196,0.333333343267441,0.780392169952393,1],[0.811764717102051,0.933333337306976,0.792156875133514,1],[0.227450981736183,0.419607847929001,0.678431391716003,1],[0.91372549533844,0.592156887054443,0.490196079015732,1],[0.811764717102051,0.933333337306976,0.721568644046783,1],[0.843137264251709,0.24705882370472,0.905882358551025,1],[0.694117665290833,0.631372570991516,0.898039221763611,1],[0.874509811401367,0.803921580314636,0.152941182255745,1],[0.780392169952393,0.498039215803146,0.619607865810394,1],[0.815686285495758,0.964705884456635,0.949019610881805,1],[0.254901975393295,0.69803923368454,0.839215695858002,1],[0.95686274766922,0.635294139385223,0.666666686534882,1],[0.764705896377563,0.847058832645416,0.494117647409439,1],[0.462745100259781,0.117647059261799,0.725490212440491,1],[0.921568632125854,0.792156875133514,0.894117653369904,1],[0.39215686917305,0.878431379795074,0.341176480054855,1],[0.772549033164978,0.52549022436142,0.196078434586525,1],[0.529411792755127,0.5686274766922,0.937254905700684,1],[0.552941203117371,0.380392163991928,0.803921580314636,1],[0.941176474094391,0.95686274766922,0.729411780834198,1],[0.898039221763611,0.541176497936249,0.635294139385223,1],[0.10196078568697,0.7843137383461,0.835294127464294,1],[0.650980412960052,0.721568644046783,0.909803926944733,1],[0.882352948188782,0.462745100259781,0.176470592617989,1],[0.321568638086319,0.580392181873322,0.23137255012989,1],[0.890196084976196,0.423529416322708,0.854901969432831,1],[0.643137276172638,0.196078434586525,0.803921580314636,1],[0.788235306739807,0.941176474094391,0.556862771511078,1],[0.933333337306976,0.823529422283173,0.811764717102051,1],[0.360784322023392,0.674509823322296,0.886274516582489,1],[0.584313750267029,0.788235306739807,0.733333349227905,1],[0.721568644046783,0.149019613862038,0.490196079015732,1],[0.803921580314636,0.674509823322296,0.321568638086319,1],[0.694117665290833,0.674509823322296,0.949019610881805,1],[0.164705887436867,0.290196090936661,0.847058832645416,1],[0.87058824300766,0.752941191196442,0.643137276172638,1],[0.823529422283173,0.972549021244049,0.792156875133514,1],[0.854901969432831,0.411764711141586,0.7843137383461,1],[0.686274528503418,0.450980395078659,0.937254905700684,1],[0.643137276172638,0.733333349227905,0.156862750649452,1],[0.882352948188782,0.254901975393295,0.368627458810806,1],[0.721568644046783,0.886274516582489,0.917647063732147,1],[0.301960796117783,0.898039221763611,0.792156875133514,1],[0.937254905700684,0.764705896377563,0.850980401039124,1],[0.909803926944733,0.843137264251709,0.541176497936249,1],[0.341176480054855,0.278431385755539,0.670588254928589,1],[0.886274516582489,0.639215707778931,0.937254905700684,1],[0.545098066329956,0.772549033164978,0.301960796117783,1],[0.737254917621613,0.18823529779911,0.0901960805058479,1],[0.450980395078659,0.670588254928589,0.874509811401367,1],[0.447058826684952,0.258823543787003,0.847058832645416,1],[0.874509811401367,0.874509811401367,0.729411780834198,1],[0.917647063732147,0.443137258291245,0.607843160629272,1],[0.18823529779911,0.666666686534882,0.662745118141174,1],[0.764705896377563,0.835294127464294,0.968627452850342,1],[0.850980401039124,0.529411792755127,0.380392163991928,1],[0.384313732385635,0.835294127464294,0.14509804546833,1],[0.862745106220245,0.615686297416687,0.866666674613953,1],[0.807843148708344,0.113725490868092,0.584313750267029,1],[0.545098066329956,0.882352948188782,0.541176497936249,1],[0.949019610881805,0.87058824300766,0.721568644046783,1],[0.400000005960464,0.407843142747879,0.768627464771271,1],[0.607843160629272,0.831372559070587,0.937254905700684,1],[0.772549033164978,0.270588248968124,0.278431385755539,1],[0.749019622802734,0.925490200519562,0.368627458810806,1],[0.917647063732147,0.831372559070587,0.964705884456635,1],[0.764705896377563,0.34901961684227,0.364705890417099,1],[0.674509823322296,0.862745106220245,0.941176474094391,1],[0.729411780834198,0.490196079015732,0.874509811401367,1],[0.572549045085907,0.760784327983856,0.10196078568697,1],[0.792156875133514,0.952941179275513,0.7843137383461,1],[0.921568632125854,0.313725501298904,0.749019622802734,1],[0.223529413342476,0.24705882370472,0.764705896377563,1],[0.929411768913269,0.788235306739807,0.556862771511078,1],[0.631372570991516,0.301960796117783,0.168627455830574,1],[0.388235300779343,0.588235318660736,0.91372549533844,1],[0.862745106220245,0.682352960109711,0.87058824300766,1],[0.447058826684952,0.843137264251709,0.207843139767647,1],[0.858823537826538,0.847058832645416,0.564705908298492,1],[0.321568638086319,0.133333340287209,0.792156875133514,1],[0.329411774873734,0.847058832645416,0.823529422283173,1],[0.964705884456635,0.709803938865662,0.807843148708344,1],[0.494117647409439,0.658823549747467,0.298039227724075,1],[0.831372559070587,0.549019634723663,0.909803926944733,1],[0.772549033164978,0.862745106220245,0.937254905700684,1],[0.898039221763611,0.380392163991928,0.309803932905197,1],[0.87058824300766,0.458823531866074,0.686274528503418,1],[0.0941176488995552,0.737254917621613,0.600000023841858,1],[0.368627458810806,0.313725501298904,0.768627464771271,1],[0.937254905700684,0.874509811401367,0.643137276172638,1],[0.796078443527222,0.850980401039124,0.419607847929001,1],[0.878431379795074,0.796078443527222,0.972549021244049,1],[0.650980412960052,0.839215695858002,0.866666674613953,1],[0.843137264251709,0.176470592617989,0.317647069692612,1],[0.917647063732147,0.815686285495758,0.729411780834198,1],[0.26274511218071,0.39215686917305,0.882352948188782,1],[0.733333349227905,0.160784319043159,0.662745118141174,1],[0.560784339904785,0.937254905700684,0.458823531866074,1],[0.894117653369904,0.388235300779343,0.705882370471954,1],[0.839215695858002,0.945098042488098,0.91372549533844,1],[0.600000023841858,0.588235318660736,0.949019610881805,1],[0.819607853889465,0.639215707778931,0.215686276555061,1],[0.862745106220245,0.95686274766922,0.701960802078247,1],[0.678431391716003,0.341176480054855,0.819607853889465,1],[0.152941182255745,0.533333361148834,0.760784327983856,1],[0.823529422283173,0.596078455448151,0.588235318660736,1],[0.874509811401367,0.388235300779343,0.0980392172932625,1],[0.564705908298492,0.666666686534882,0.905882358551025,1],[0.960784316062927,0.760784327983856,0.952941179275513,1],[0.52549022436142,0.819607853889465,0.400000005960464,1],[0.882352948188782,0.898039221763611,0.450980395078659,1],[0.372549027204514,0.227450981736183,0.619607865810394,1],[0.20392157137394,0.866666674613953,0.894117653369904,1],[0.917647063732147,0.678431391716003,0.749019622802734,1],[0.192156866192818,0.701960802078247,0.113725490868092,1],[0.835294127464294,0.47843137383461,0.764705896377563,1],[0.61176472902298,0.65490198135376,0.952941179275513,1],[0.82745099067688,0.556862771511078,0.235294118523598,1],[0.929411768913269,0.509803950786591,0.564705908298492,1],[0.196078434586525,0.631372570991516,0.745098054409027,1],[0.615686297416687,0.321568638086319,0.87058824300766,1],[0.886274516582489,0.91372549533844,0.780392169952393,1],[0.898039221763611,0.815686285495758,0.227450981736183,1],[0.749019622802734,0.701960802078247,0.929411768913269,1],[0.474509805440903,0.905882358551025,0.850980401039124,1],[0.650980412960052,0.227450981736183,0.423529416322708,1],[0.95686274766922,0.82745099067688,0.796078443527222,1],[0.498039215803146,0.615686297416687,0.756862759590149,1],[0.772549033164978,0.137254908680916,0.866666674613953,1],[0.74117648601532,0.890196084976196,0.615686297416687,1],[0.250980406999588,0.298039227724075,0.807843148708344,1],[0.945098042488098,0.807843148708344,0.61176472902298,1],[0.52549022436142,0.811764717102051,0.498039215803146,1],[0.682352960109711,0.125490203499794,0.545098066329956,1],[0.854901969432831,0.756862759590149,0.925490200519562,1],[0.74117648601532,0.886274516582489,0.298039227724075,1],[0.768627464771271,0.168627455830574,0.219607844948769,1],[0.494117647409439,0.831372559070587,0.941176474094391,1],[0.266666680574417,0.603921592235565,0.576470613479614,1],[0.894117653369904,0.474509805440903,0.650980412960052,1],[0.917647063732147,0.898039221763611,0.701960802078247,1],[0.396078437566757,0.235294118523598,0.886274516582489,1],[0.878431379795074,0.592156887054443,0.905882358551025,1],[0.43529412150383,0.886274516582489,0.109803922474384,1],[0.811764717102051,0.529411792755127,0.43529412150383,1],[0.7843137383461,0.858823537826538,0.960784316062927,1],[0.290196090936661,0.24705882370472,0.780392169952393,1],[0.937254905700684,0.850980401039124,0.592156887054443,1],[0.925490200519562,0.854901969432831,0.894117653369904,1],[0.403921574354172,0.874509811401367,0.756862759590149,1],[0.556862771511078,0.725490212440491,0.843137264251709,1],[0.764705896377563,0.18823529779911,0.137254908680916,1],[0.619607865810394,0.831372559070587,0.317647069692612,1],[0.890196084976196,0.694117665290833,0.960784316062927,1],[0.776470601558685,0.439215689897537,0.749019622802734,1],[0.811764717102051,0.952941179275513,0.760784327983856,1],[0.886274516582489,0.705882370471954,0.576470613479614,1],[0.121568627655506,0.301960796117783,0.843137264251709,1],[0.666666686534882,0.901960790157318,0.925490200519562,1],[0.901960790157318,0.18823529779911,0.368627458810806,1],[0.603921592235565,0.635294139385223,0.20392157137394,1],[0.627451002597809,0.43529412150383,0.905882358551025,1],[0.313725501298904,0.615686297416687,0.91372549533844,1],[0.949019610881805,0.807843148708344,0.780392169952393,1],[0.74117648601532,0.925490200519562,0.556862771511078,1],[0.65490198135376,0.239215686917305,0.74117648601532,1],[0.713725507259369,0.670588254928589,0.933333337306976,1],[0.737254917621613,0.674509823322296,0.368627458810806,1],[0.749019622802734,0.109803922474384,0.431372553110123,1],[0.494117647409439,0.862745106220245,0.800000011920929,1],[0.172549024224281,0.756862759590149,0.87058824300766,1],[0.894117653369904,0.647058844566345,0.690196096897125,1],[0.952941179275513,0.980392158031464,0.815686285495758,1],[0.643137276172638,0.415686279535294,0.874509811401367,1],[0.929411768913269,0.486274510622025,0.858823537826538,1],[0.278431385755539,0.733333349227905,0.184313729405403,1],[0.87058824300766,0.580392181873322,0.298039227724075,1],[0.756862759590149,0.7843137383461,0.909803926944733,1],[0.556862771511078,0.0941176488995552,0.792156875133514,1],[0.760784327983856,0.890196084976196,0.498039215803146,1],[0.949019610881805,0.686274528503418,0.690196096897125,1],[0.341176480054855,0.647058844566345,0.796078443527222,1],[0.588235318660736,0.592156887054443,0.921568632125854,1],[0.725490212440491,0.576470613479614,0.286274522542953,1],[0.352941185235977,0.909803926944733,0.352941185235977,1],[0.949019610881805,0.811764717102051,0.905882358551025,1],[0.858823537826538,0.211764708161354,0.862745106220245,1],[0.752941191196442,0.890196084976196,0.682352960109711,1],[0.921568632125854,0.572549045085907,0.400000005960464,1],[0.160784319043159,0.329411774873734,0.666666686534882,1],[0.737254917621613,0.960784316062927,0.960784316062927,1],[0.823529422283173,0.376470595598221,0.52549022436142,1],[0.788235306739807,0.7843137383461,0.160784319043159,1],[0.690196096897125,0.623529434204102,0.823529422283173,1],[0.968627452850342,0.952941179275513,0.768627464771271,1],[0.513725519180298,0.396078437566757,0.839215695858002,1],[0.160784319043159,0.823529422283173,0.780392169952393,1],[0.854901969432831,0.631372570991516,0.721568644046783,1],[0.874509811401367,0.407843142747879,0.235294118523598,1],[0.701960802078247,0.7843137383461,0.905882358551025,1],[0.898039221763611,0.427450984716415,0.929411768913269,1],[0.376470595598221,0.701960802078247,0.156862750649452,1],[0.643137276172638,0.921568632125854,0.623529434204102,1],[0.682352960109711,0.364705890417099,0.596078455448151,1],[0.388235300779343,0.423529416322708,0.905882358551025,1],[0.952941179275513,0.909803926944733,0.843137264251709,1],[0.815686285495758,0.105882354080677,0.152941182255745,1],[0.533333361148834,0.792156875133514,0.886274516582489,1],[0.858823537826538,0.721568644046783,0.949019610881805,1],[0.678431391716003,0.7843137383461,0.388235300779343,1],[0.921568632125854,0.666666686534882,0.470588237047195,1],[0.192156866192818,0.309803932905197,0.69803923368454,1],[0.854901969432831,0.282352954149246,0.800000011920929,1],[0.780392169952393,0.890196084976196,0.749019622802734,1],[0.7843137383461,0.854901969432831,0.160784319043159,1],[0.74117648601532,0.635294139385223,0.878431379795074,1],[0.792156875133514,0.95686274766922,0.972549021244049,1],[0.858823537826538,0.403921574354172,0.509803950786591,1],[0.933333337306976,0.643137276172638,0.807843148708344,1],[0.329411774873734,0.749019622802734,0.650980412960052,1],[0.164705887436867,0.0980392172932625,0.729411780834198,1],[0.862745106220245,0.772549033164978,0.462745100259781,1],[0.643137276172638,0.917647063732147,0.286274522542953,1],[0.901960790157318,0.756862759590149,0.949019610881805,1],[0.529411792755127,0.752941191196442,0.925490200519562,1],[0.733333349227905,0.270588248968124,0.219607844948769,1],[0.909803926944733,0.917647063732147,0.647058844566345,1],[0.423529416322708,0.168627455830574,0.894117653369904,1],[0.207843139767647,0.600000023841858,0.603921592235565,1],[0.898039221763611,0.415686279535294,0.5686274766922,1],[0.745098054409027,0.549019634723663,0.443137258291245,1],[0.74117648601532,0.803921580314636,0.945098042488098,1],[0.874509811401367,0.560784339904785,0.87058824300766,1],[0.341176480054855,0.815686285495758,0.121568627655506,1],[0.737254917621613,0.850980401039124,0.521568655967712,1],[0.552941203117371,0.121568627655506,0.752941191196442,1],[0.282352954149246,0.647058844566345,0.843137264251709,1],[0.960784316062927,0.670588254928589,0.662745118141174,1],[0.796078443527222,0.20392157137394,0.588235318660736,1],[0.560784339904785,0.937254905700684,0.819607853889465,1],[0.819607853889465,0.819607853889465,0.929411768913269,1],[0.882352948188782,0.717647075653076,0.368627458810806,1],[0.917647063732147,0.670588254928589,0.61176472902298,1],[0.129411771893501,0.501960813999176,0.901960790157318,1],[0.776470601558685,0.443137258291245,0.835294127464294,1],[0.886274516582489,0.968627452850342,0.811764717102051,1],[0.666666686534882,0.603921592235565,0.239215686917305,1],[0.572549045085907,0.498039215803146,0.909803926944733,1],[0.725490212440491,0.933333337306976,0.901960790157318,1],[0.901960790157318,0.254901975393295,0.564705908298492,1],[0.929411768913269,0.788235306739807,0.807843148708344,1],[0.333333343267441,0.7843137383461,0.886274516582489,1],[0.494117647409439,0.180392161011696,0.788235306739807,1],[0.866666674613953,0.941176474094391,0.52549022436142,1],[0.364705890417099,0.807843148708344,0.286274522542953,1],[0.949019610881805,0.643137276172638,0.894117653369904,1],[0.537254929542542,0.576470613479614,0.807843148708344,1],[0.705882370471954,0.431372553110123,0.137254908680916,1],[0.952941179275513,0.823529422283173,0.968627452850342,1],[0.623529434204102,0.803921580314636,0.482352942228317,1],[0.882352948188782,0.321568638086319,0.156862750649452,1],[0.631372570991516,0.752941191196442,0.905882358551025,1],[0.250980406999588,0.91372549533844,0.843137264251709,1],[0.941176474094391,0.725490212440491,0.819607853889465,1],[0.917647063732147,0.874509811401367,0.494117647409439,1],[0.325490206480026,0.211764708161354,0.701960802078247,1],[0.760784327983856,0.545098066329956,0.933333337306976,1],[0.639215707778931,0.764705896377563,0.211764708161354,1],[0.87058824300766,0.356862753629684,0.411764711141586,1],[0.811764717102051,0.890196084976196,0.917647063732147,1],[0.125490203499794,0.192156866192818,0.725490212440491,1],[0.835294127464294,0.694117665290833,0.513725519180298,1],[0.678431391716003,0.95686274766922,0.647058844566345,1],[0.82745099067688,0.274509817361832,0.701960802078247,1],[0.431372553110123,0.862745106220245,0.890196084976196,1],[0.584313750267029,0.235294118523598,0.333333343267441,1],[0.843137264251709,0.882352948188782,0.18823529779911,1],[0.756862759590149,0.662745118141174,0.909803926944733,1],[0.843137264251709,0.10196078568697,0.800000011920929,1],[0.643137276172638,0.898039221763611,0.549019634723663,1],[0.95686274766922,0.823529422283173,0.737254917621613,1],[0.39215686917305,0.501960813999176,0.803921580314636,1],[0.674509823322296,0.847058832645416,0.95686274766922,1],[0.82745099067688,0.333333343267441,0.30588236451149,1],[0.505882382392883,0.749019622802734,0.133333340287209,1],[0.756862759590149,0.545098066329956,0.839215695858002,1],[0.388235300779343,0.356862753629684,0.901960790157318,1],[0.945098042488098,0.909803926944733,0.811764717102051,1],[0.949019610881805,0.556862771511078,0.796078443527222,1],[0.180392161011696,0.82745099067688,0.650980412960052,1],[0.901960790157318,0.713725507259369,0.874509811401367,1],[0.368627458810806,0.866666674613953,0.250980406999588,1],[0.69803923368454,0.419607847929001,0.168627455830574,1],[0.439215689897537,0.533333361148834,0.929411768913269,1],[0.411764711141586,0.772549033164978,0.831372559070587,1],[0.964705884456635,0.776470601558685,0.811764717102051,1],[0.811764717102051,0.835294127464294,0.65490198135376,1],[0.482352942228317,0.168627455830574,0.823529422283173,1],[0.494117647409439,0.431372553110123,0.874509811401367,1]],"centers":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"ignoreExtent":false,"flags":8192},"49":{"id":49,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,54.5164604187012,54.8908805847168]],"colors":[[0,0,0,1]],"texts":[["DIN99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,54.5164604187012,54.8908805847168]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"50":{"id":50,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["L99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"51":{"id":51,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["a99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"52":{"id":52,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"colors":[[0,0,0,1]],"texts":[["b99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"5":{"id":5,"reuse":"rgl4089"},"6":{"id":6,"reuse":"rgl4089"},"48":{"id":48,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[30,"NA","NA"],[40,"NA","NA"],[50,"NA","NA"],[60,"NA","NA"],[70,"NA","NA"],[80,"NA","NA"],[90,"NA","NA"],["NA",-20,"NA"],["NA",0,"NA"],["NA",20,"NA"],["NA",40,"NA"],["NA","NA",-40],["NA","NA",-20],["NA","NA",0],["NA","NA",20],["NA","NA",40]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[60,61,62,63,64,65,66]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,324.656982421875],"modelMatrix":[[1.12487173080444,0,0,-70.9679412841797],[0,0.338974744081497,0.860819220542908,3.4034252166748e-005],[0,-0.931325376033783,0.313312590122223,-321.733215332031],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370348930359,-1170.35095214844],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.12487173080444,0.991095781326294,0.91606467962265],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[29.0415420532227,97.1380767822266,-35.8719253540039,41.4161338806152,-42.9008445739746,40.7175598144531],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,48,47,49,50,51,52,5,60,61,62,63,64,65,66],"subscenes":[],"flags":13480},"60":{"id":60,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-37.0312461853027,-44.1551208496094],[90,-37.0312461853027,-44.1551208496094],[30,-37.0312461853027,-44.1551208496094],[30,-39.021411895752,-46.3082962036133],[40,-37.0312461853027,-44.1551208496094],[40,-39.021411895752,-46.3082962036133],[50,-37.0312461853027,-44.1551208496094],[50,-39.021411895752,-46.3082962036133],[60,-37.0312461853027,-44.1551208496094],[60,-39.021411895752,-46.3082962036133],[70,-37.0312461853027,-44.1551208496094],[70,-39.021411895752,-46.3082962036133],[80,-37.0312461853027,-44.1551208496094],[80,-39.021411895752,-46.3082962036133],[90,-37.0312461853027,-44.1551208496094],[90,-39.021411895752,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[60,-37.0312461853027,-44.1551208496094],[30,-38.0263290405273,-45.2317085266113],[40,-38.0263290405273,-45.2317085266113],[50,-38.0263290405273,-45.2317085266113],[60,-38.0263290405273,-45.2317085266113],[70,-38.0263290405273,-45.2317085266113],[80,-38.0263290405273,-45.2317085266113],[90,-38.0263290405273,-45.2317085266113]],"ignoreExtent":true,"origId":48,"flags":128},"61":{"id":61,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["30"],["40"],["50"],["60"],["70"],["80"],["90"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"62":{"id":62,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-20,-44.1551208496094],[28.0200939178467,40,-44.1551208496094],[28.0200939178467,-20,-44.1551208496094],[26.2666091918945,-20,-46.3082962036133],[28.0200939178467,0,-44.1551208496094],[26.2666091918945,0,-46.3082962036133],[28.0200939178467,20,-44.1551208496094],[26.2666091918945,20,-46.3082962036133],[28.0200939178467,40,-44.1551208496094],[26.2666091918945,40,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,10,-44.1551208496094],[27.1433525085449,-20,-45.2317085266113],[27.1433525085449,0,-45.2317085266113],[27.1433525085449,20,-45.2317085266113],[27.1433525085449,40,-45.2317085266113]],"ignoreExtent":true,"origId":48,"flags":128},"63":{"id":63,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"64":{"id":64,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-40],[28.0200939178467,-37.0312461853027,40],[28.0200939178467,-37.0312461853027,-40],[26.2666091918945,-39.021411895752,-40],[28.0200939178467,-37.0312461853027,-20],[26.2666091918945,-39.021411895752,-20],[28.0200939178467,-37.0312461853027,0],[26.2666091918945,-39.021411895752,0],[28.0200939178467,-37.0312461853027,20],[26.2666091918945,-39.021411895752,20],[28.0200939178467,-37.0312461853027,40],[26.2666091918945,-39.021411895752,40]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,-37.0312461853027,0],[27.1433525085449,-38.0263290405273,-40],[27.1433525085449,-38.0263290405273,-20],[27.1433525085449,-38.0263290405273,0],[27.1433525085449,-38.0263290405273,20],[27.1433525085449,-38.0263290405273,40]],"ignoreExtent":true,"origId":48,"flags":128},"65":{"id":65,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"colors":[[0,0,0,1]],"texts":[["-40"],["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":48,"flags":4136},"66":{"id":66,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[98.1595230102539,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,41.9718360900879]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,2.77210426330566,-44.1551208496094],[28.0200939178467,2.77210426330566,41.9718360900879],[28.0200939178467,-37.0312461853027,-1.09164237976074],[28.0200939178467,42.5754547119141,-1.09164237976074],[63.0898094177246,-37.0312461853027,-44.1551208496094],[63.0898094177246,-37.0312461853027,41.9718360900879],[63.0898094177246,42.5754547119141,-44.1551208496094],[63.0898094177246,42.5754547119141,41.9718360900879],[98.1595230102539,2.77210426330566,-44.1551208496094],[98.1595230102539,2.77210426330566,41.9718360900879],[98.1595230102539,-37.0312461853027,-1.09164237976074],[98.1595230102539,42.5754547119141,-1.09164237976074]],"ignoreExtent":true,"origId":48,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl4089"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><p>The DIN99d color space <span class="citation">(G. Cui et al. 2002)</span> is a euclidean, perceptually uniform color space. This means that the difference between two colors is equal to the euclidean distance between them. We take advantage of this by computing a distance matrix on all the colors in the subset, finding their pairwise color differences. We then apply a power transformation <span class="citation">(Huang et al. 2015)</span> to fine tune these differences.</p> <p>To select the <code>n</code> colors that the user wanted, we proceed greedily: first, we find the two most distant points, then we find the third point that maximizes the minimum distance to the previously selected points. This is repeated until <code>n</code> points are selected. These points are then returned to the user; below is an example using <code>n = 5</code>.</p> -<div id="rgl13896" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> -<script type="application/json" data-for="rgl13896">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"67":{"id":67,"type":"points","material":{"alpha":[0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625],"lit":false,"isTransparent":true},"vertices":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,0.0980392172932625],[0.874509811401367,0.701960802078247,0.705882370471954,0.0980392172932625],[0.227450981736183,0.662745118141174,0.847058832645416,0.0980392172932625],[0.584313750267029,0.596078455448151,0.862745106220245,0.0980392172932625],[0.811764717102051,0.560784339904785,0.137254908680916,0.0980392172932625],[0.368627458810806,0.850980401039124,0.34901961684227,0.0980392172932625],[0.968627452850342,0.733333349227905,0.898039221763611,0.0980392172932625],[0.752941191196442,0.368627458810806,0.768627464771271,0.0980392172932625],[0.7843137383461,0.945098042488098,0.694117665290833,0.0980392172932625],[0.878431379795074,0.615686297416687,0.509803950786591,0.0980392172932625],[0.105882354080677,0.356862753629684,0.780392169952393,0.0980392172932625],[0.803921580314636,0.95686274766922,0.952941179275513,0.0980392172932625],[0.925490200519562,0.337254911661148,0.556862771511078,0.0980392172932625],[0.772549033164978,0.752941191196442,0.239215686917305,0.0980392172932625],[0.682352960109711,0.576470613479614,0.933333337306976,0.0980392172932625],[0.439215689897537,0.662745118141174,0.854901969432831,0.0980392172932625],[0.972549021244049,0.839215695858002,0.815686285495758,0.0980392172932625],[0.780392169952393,0.87058824300766,0.670588254928589,0.0980392172932625],[0.713725507259369,0.196078434586525,0.847058832645416,0.0980392172932625],[0.768627464771271,0.745098054409027,0.921568632125854,0.0980392172932625],[0.882352948188782,0.760784327983856,0.286274522542953,0.0980392172932625],[0.749019622802734,0.168627455830574,0.482352942228317,0.0980392172932625],[0.47843137383461,0.937254905700684,0.843137264251709,0.0980392172932625],[0.317647069692612,0.619607865810394,0.662745118141174,0.0980392172932625],[0.909803926944733,0.5686274766922,0.639215707778931,0.0980392172932625],[0.921568632125854,0.941176474094391,0.788235306739807,0.0980392172932625],[0.592156887054443,0.329411774873734,0.898039221763611,0.0980392172932625],[0.874509811401367,0.47843137383461,0.823529422283173,0.0980392172932625],[0.235294118523598,0.756862759590149,0.0980392172932625,0.0980392172932625],[0.768627464771271,0.533333361148834,0.333333343267441,0.0980392172932625],[0.662745118141174,0.721568644046783,0.941176474094391,0.0980392172932625],[0.129411771893501,0.0980392172932625,0.866666674613953,0.0980392172932625],[0.905882358551025,0.803921580314636,0.556862771511078,0.0980392172932625],[0.960784316062927,0.752941191196442,0.882352948188782,0.0980392172932625],[0.39215686917305,0.823529422283173,0.69803923368454,0.0980392172932625],[0.439215689897537,0.725490212440491,0.898039221763611,0.0980392172932625],[0.619607865810394,0.239215686917305,0.219607844948769,0.0980392172932625],[0.631372570991516,0.894117653369904,0.196078434586525,0.0980392172932625],[0.847058832645416,0.670588254928589,0.917647063732147,0.0980392172932625],[0.898039221763611,0.380392163991928,0.874509811401367,0.0980392172932625],[0.862745106220245,0.945098042488098,0.831372559070587,0.0980392172932625],[0.949019610881805,0.717647075653076,0.576470613479614,0.0980392172932625],[0.207843139767647,0.384313732385635,0.819607853889465,0.0980392172932625],[0.694117665290833,0.945098042488098,0.95686274766922,0.0980392172932625],[0.819607853889465,0.329411774873734,0.470588237047195,0.0980392172932625],[0.729411780834198,0.752941191196442,0.14509804546833,0.0980392172932625],[0.670588254928589,0.576470613479614,0.82745099067688,0.0980392172932625],[0.219607844948769,0.301960796117783,0.901960790157318,0.0980392172932625],[0.925490200519562,0.819607853889465,0.694117665290833,0.0980392172932625],[0.517647087574005,0.905882358551025,0.462745100259781,0.0980392172932625],[0.650980412960052,0.219607844948769,0.560784339904785,0.0980392172932625],[0.878431379795074,0.788235306739807,0.95686274766922,0.0980392172932625],[0.705882370471954,0.768627464771271,0.47843137383461,0.0980392172932625],[0.866666674613953,0.129411771893501,0.219607844948769,0.0980392172932625],[0.603921592235565,0.831372559070587,0.890196084976196,0.0980392172932625],[0.113725490868092,0.694117665290833,0.623529434204102,0.0980392172932625],[0.839215695858002,0.470588237047195,0.639215707778931,0.0980392172932625],[0.952941179275513,0.909803926944733,0.603921592235565,0.0980392172932625],[0.352941185235977,0.227450981736183,0.831372559070587,0.0980392172932625],[0.878431379795074,0.501960813999176,0.933333337306976,0.0980392172932625],[0.443137258291245,0.74117648601532,0.192156866192818,0.0980392172932625],[0.87058824300766,0.427450984716415,0.309803932905197,0.0980392172932625],[0.768627464771271,0.835294127464294,0.91372549533844,0.0980392172932625],[0.321568638086319,0.631372570991516,0.26274511218071,0.0980392172932625],[0.901960790157318,0.494117647409439,0.831372559070587,0.0980392172932625],[0.717647075653076,0.752941191196442,0.925490200519562,0.0980392172932625],[0.890196084976196,0.572549045085907,0.250980406999588,0.0980392172932625],[0.909803926944733,0.607843160629272,0.658823549747467,0.0980392172932625],[0.125490203499794,0.764705896377563,0.894117653369904,0.0980392172932625],[0.635294139385223,0.447058826684952,0.819607853889465,0.0980392172932625],[0.937254905700684,0.964705884456635,0.800000011920929,0.0980392172932625],[0.815686285495758,0.725490212440491,0.26274511218071,0.0980392172932625],[0.686274528503418,0.631372570991516,0.949019610881805,0.0980392172932625],[0.509803950786591,0.823529422283173,0.772549033164978,0.0980392172932625],[0.701960802078247,0.129411771893501,0.415686279535294,0.0980392172932625],[0.933333337306976,0.800000011920929,0.772549033164978,0.0980392172932625],[0.313725501298904,0.600000023841858,0.894117653369904,0.0980392172932625],[0.686274528503418,0.168627455830574,0.788235306739807,0.0980392172932625],[0.725490212440491,0.945098042488098,0.509803950786591,0.0980392172932625],[0.788235306739807,0.450980395078659,0.674509823322296,0.0980392172932625],[0.780392169952393,0.95686274766922,0.898039221763611,0.0980392172932625],[0.592156887054443,0.592156887054443,0.894117653369904,0.0980392172932625],[0.866666674613953,0.619607865810394,0.121568627655506,0.0980392172932625],[0.847058832645416,0.929411768913269,0.682352960109711,0.0980392172932625],[0.674509823322296,0.20392157137394,0.905882358551025,0.0980392172932625],[0.20392157137394,0.505882382392883,0.658823549747467,0.0980392172932625],[0.909803926944733,0.450980395078659,0.450980395078659,0.0980392172932625],[0.792156875133514,0.439215689897537,0.258823543787003,0.0980392172932625],[0.607843160629272,0.717647075653076,0.941176474094391,0.0980392172932625],[0.937254905700684,0.862745106220245,0.937254905700684,0.0980392172932625],[0.572549045085907,0.882352948188782,0.419607847929001,0.0980392172932625],[0.850980401039124,0.854901969432831,0.572549045085907,0.0980392172932625],[0.356862753629684,0.137254908680916,0.788235306739807,0.0980392172932625],[0.333333343267441,0.839215695858002,0.839215695858002,0.0980392172932625],[0.964705884456635,0.709803938865662,0.796078443527222,0.0980392172932625],[0.572549045085907,0.866666674613953,0.168627455830574,0.0980392172932625],[0.831372559070587,0.643137276172638,0.890196084976196,0.0980392172932625],[0.807843148708344,0.905882358551025,0.976470589637756,0.0980392172932625],[0.87058824300766,0.450980395078659,0.411764711141586,0.0980392172932625],[0.929411768913269,0.47843137383461,0.74117648601532,0.0980392172932625],[0.184313729405403,0.725490212440491,0.592156887054443,0.0980392172932625],[0.341176480054855,0.290196090936661,0.866666674613953,0.0980392172932625],[0.905882358551025,0.87058824300766,0.752941191196442,0.0980392172932625],[0.862745106220245,0.91372549533844,0.309803932905197,0.0980392172932625],[0.847058832645416,0.772549033164978,0.949019610881805,0.0980392172932625],[0.549019634723663,0.890196084976196,0.921568632125854,0.0980392172932625],[0.729411780834198,0.243137255311012,0.364705890417099,0.0980392172932625],[0.933333337306976,0.776470601558685,0.662745118141174,0.0980392172932625],[0.368627458810806,0.458823531866074,0.725490212440491,0.0980392172932625],[0.737254917621613,0.109803922474384,0.682352960109711,0.0980392172932625],[0.580392181873322,0.858823537826538,0.486274510622025,0.0980392172932625],[0.858823537826538,0.207843139767647,0.258823543787003,0.0980392172932625],[0.678431391716003,0.835294127464294,0.886274516582489,0.0980392172932625],[0.701960802078247,0.396078437566757,0.921568632125854,0.0980392172932625],[0.529411792755127,0.65490198135376,0.160784319043159,0.0980392172932625],[0.749019622802734,0.960784316062927,0.733333349227905,0.0980392172932625],[0.819607853889465,0.372549027204514,0.705882370471954,0.0980392172932625],[0.160784319043159,0.211764708161354,0.776470601558685,0.0980392172932625],[0.811764717102051,0.737254917621613,0.627451002597809,0.0980392172932625],[0.7843137383461,0.266666680574417,0.0941176488995552,0.0980392172932625],[0.494117647409439,0.65490198135376,0.886274516582489,0.0980392172932625],[0.925490200519562,0.682352960109711,0.949019610881805,0.0980392172932625],[0.52549022436142,0.792156875133514,0.337254911661148,0.0980392172932625],[0.917647063732147,0.894117653369904,0.584313750267029,0.0980392172932625],[0.396078437566757,0.286274522542953,0.713725507259369,0.0980392172932625],[0.345098048448563,0.905882358551025,0.862745106220245,0.0980392172932625],[0.949019610881805,0.803921580314636,0.862745106220245,0.0980392172932625],[0.61176472902298,0.921568632125854,0.91372549533844,0.0980392172932625],[0.690196096897125,0.337254911661148,0.462745100259781,0.0980392172932625],[0.905882358551025,0.894117653369904,0.376470595598221,0.0980392172932625],[0.866666674613953,0.82745099067688,0.952941179275513,0.0980392172932625],[0.788235306739807,0.10196078568697,0.803921580314636,0.0980392172932625],[0.647058844566345,0.886274516582489,0.521568655967712,0.0980392172932625],[0.949019610881805,0.7843137383461,0.705882370471954,0.0980392172932625],[0.372549027204514,0.517647087574005,0.7843137383461,0.0980392172932625],[0.752941191196442,0.756862759590149,0.964705884456635,0.0980392172932625],[0.839215695858002,0.678431391716003,0.380392163991928,0.0980392172932625],[0.168627455830574,0.811764717102051,0.152941182255745,0.0980392172932625],[0.850980401039124,0.615686297416687,0.776470601558685,0.0980392172932625],[0.643137276172638,0.219607844948769,0.874509811401367,0.0980392172932625],[0.835294127464294,0.901960790157318,0.690196096897125,0.0980392172932625],[0.929411768913269,0.411764711141586,0.423529416322708,0.0980392172932625],[0.152941182255745,0.521568655967712,0.690196096897125,0.0980392172932625],[0.933333337306976,0.627451002597809,0.886274516582489,0.0980392172932625],[0.39215686917305,0.749019622802734,0.313725501298904,0.0980392172932625],[0.713725507259369,0.396078437566757,0.0941176488995552,0.0980392172932625],[0.450980395078659,0.52549022436142,0.862745106220245,0.0980392172932625],[0.270588248968124,0.819607853889465,0.917647063732147,0.0980392172932625],[0.945098042488098,0.74117648601532,0.780392169952393,0.0980392172932625],[0.862745106220245,0.925490200519562,0.513725519180298,0.0980392172932625],[0.458823531866074,0.215686276555061,0.721568644046783,0.0980392172932625],[0.521568655967712,0.454901963472366,0.921568632125854,0.0980392172932625],[0.686274528503418,0.596078455448151,0.18823529779911,0.0980392172932625],[0.854901969432831,0.266666680574417,0.572549045085907,0.0980392172932625],[0.733333349227905,0.890196084976196,0.858823537826538,0.0980392172932625],[0.14509804546833,0.513725519180298,0.854901969432831,0.0980392172932625],[0.878431379795074,0.658823549747467,0.623529434204102,0.0980392172932625],[0.878431379795074,0.972549021244049,0.776470601558685,0.0980392172932625],[0.772549033164978,0.388235300779343,0.858823537826538,0.0980392172932625],[0.537254929542542,0.831372559070587,0.850980401039124,0.0980392172932625],[0.760784327983856,0.125490203499794,0.298039227724075,0.0980392172932625],[0.807843148708344,0.843137264251709,0.298039227724075,0.0980392172932625],[0.792156875133514,0.678431391716003,0.960784316062927,0.0980392172932625],[0.792156875133514,0.223529413342476,0.756862759590149,0.0980392172932625],[0.674509823322296,0.941176474094391,0.576470613479614,0.0980392172932625],[0.933333337306976,0.87058824300766,0.831372559070587,0.0980392172932625],[0.384313732385635,0.517647087574005,0.882352948188782,0.0980392172932625],[0.658823549747467,0.815686285495758,0.917647063732147,0.0980392172932625],[0.894117653369904,0.23137255012989,0.184313729405403,0.0980392172932625],[0.454901963472366,0.61176472902298,0.215686276555061,0.0980392172932625],[0.772549033164978,0.431372553110123,0.898039221763611,0.0980392172932625],[0.494117647409439,0.47843137383461,0.725490212440491,0.0980392172932625],[0.949019610881805,0.898039221763611,0.752941191196442,0.0980392172932625],[0.878431379795074,0.576470613479614,0.756862759590149,0.0980392172932625],[0.125490203499794,0.823529422283173,0.639215707778931,0.0980392172932625],[0.917647063732147,0.800000011920929,0.933333337306976,0.0980392172932625],[0.580392181873322,0.886274516582489,0.345098048448563,0.0980392172932625],[0.796078443527222,0.329411774873734,0.18823529779911,0.0980392172932625],[0.541176497936249,0.717647075653076,0.941176474094391,0.0980392172932625],[0.301960796117783,0.807843148708344,0.752941191196442,0.0980392172932625],[0.949019610881805,0.658823549747467,0.7843137383461,0.0980392172932625],[0.803921580314636,0.780392169952393,0.552941203117371,0.0980392172932625],[0.274509817361832,0.14509804546833,0.713725507259369,0.0980392172932625],[0.792156875133514,0.627451002597809,0.917647063732147,0.0980392172932625],[0.725490212440491,0.901960790157318,0.14509804546833,0.0980392172932625],[0.835294127464294,0.458823531866074,0.498039215803146,0.0980392172932625],[0.823529422283173,0.937254905700684,0.972549021244049,0.0980392172932625],[0.250980406999588,0.294117659330368,0.670588254928589,0.0980392172932625],[0.909803926944733,0.737254917621613,0.513725519180298,0.0980392172932625],[0.756862759590149,0.933333337306976,0.737254917621613,0.0980392172932625],[0.901960790157318,0.270588248968124,0.752941191196442,0.0980392172932625],[0.929411768913269,0.607843160629272,0.533333361148834,0.0980392172932625],[0.215686276555061,0.466666668653488,0.745098054409027,0.0980392172932625],[0.788235306739807,0.345098048448563,0.862745106220245,0.0980392172932625],[0.850980401039124,0.905882358551025,0.803921580314636,0.0980392172932625],[0.709803938865662,0.623529434204102,0.125490203499794,0.0980392172932625],[0.5686274766922,0.505882382392883,0.82745099067688,0.0980392172932625],[0.631372570991516,0.952941179275513,0.905882358551025,0.0980392172932625],[0.819607853889465,0.26274511218071,0.529411792755127,0.0980392172932625],[0.964705884456635,0.807843148708344,0.831372559070587,0.0980392172932625],[0.47843137383461,0.733333349227905,0.792156875133514,0.0980392172932625],[0.529411792755127,0.14509804546833,0.878431379795074,0.0980392172932625],[0.847058832645416,0.901960790157318,0.623529434204102,0.0980392172932625],[0.333333343267441,0.909803926944733,0.239215686917305,0.0980392172932625],[0.937254905700684,0.713725507259369,0.894117653369904,0.0980392172932625],[0.482352942228317,0.545098066329956,0.91372549533844,0.0980392172932625],[0.682352960109711,0.458823531866074,0.215686276555061,0.0980392172932625],[0.949019610881805,0.952941179275513,0.662745118141174,0.0980392172932625],[0.482352942228317,0.294117659330368,0.823529422283173,0.0980392172932625],[0.133333340287209,0.717647075653076,0.729411780834198,0.0980392172932625],[0.82745099067688,0.537254929542542,0.627451002597809,0.0980392172932625],[0.898039221763611,0.541176497936249,0.345098048448563,0.0980392172932625],[0.800000011920929,0.843137264251709,0.941176474094391,0.0980392172932625],[0.949019610881805,0.545098066329956,0.937254905700684,0.0980392172932625],[0.372549027204514,0.815686285495758,0.176470592617989,0.0980392172932625],[0.717647075653076,0.882352948188782,0.419607847929001,0.0980392172932625],[0.462745100259781,0.243137255311012,0.560784339904785,0.0980392172932625],[0.176470592617989,0.627451002597809,0.878431379795074,0.0980392172932625],[0.901960790157318,0.65490198135376,0.650980412960052,0.0980392172932625],[0.82745099067688,0.10196078568697,0.5686274766922,0.0980392172932625],[0.537254929542542,0.890196084976196,0.780392169952393,0.0980392172932625],[0.729411780834198,0.725490212440491,0.952941179275513,0.0980392172932625],[0.796078443527222,0.666666686534882,0.384313732385635,0.0980392172932625],[0.878431379795074,0.635294139385223,0.443137258291245,0.0980392172932625],[0.0862745121121407,0.23137255012989,0.733333349227905,0.0980392172932625],[0.780392169952393,0.286274522542953,0.729411780834198,0.0980392172932625],[0.69803923368454,0.941176474094391,0.627451002597809,0.0980392172932625],[0.639215707778931,0.682352960109711,0.26274511218071,0.0980392172932625],[0.69803923368454,0.533333361148834,0.91372549533844,0.0980392172932625],[0.756862759590149,0.917647063732147,0.937254905700684,0.0980392172932625],[0.901960790157318,0.290196090936661,0.431372553110123,0.0980392172932625],[0.905882358551025,0.725490212440491,0.82745099067688,0.0980392172932625],[0.26274511218071,0.87058824300766,0.733333349227905,0.0980392172932625],[0.227450981736183,0.168627455830574,0.713725507259369,0.0980392172932625],[0.929411768913269,0.819607853889465,0.450980395078659,0.0980392172932625],[0.65490198135376,0.835294127464294,0.419607847929001,0.0980392172932625],[0.929411768913269,0.788235306739807,0.968627452850342,0.0980392172932625],[0.658823549747467,0.764705896377563,0.847058832645416,0.0980392172932625],[0.831372559070587,0.243137255311012,0.176470592617989,0.0980392172932625],[0.960784316062927,0.952941179275513,0.82745099067688,0.0980392172932625],[0.517647087574005,0.364705890417099,0.921568632125854,0.0980392172932625],[0.274509817361832,0.764705896377563,0.737254917621613,0.0980392172932625],[0.933333337306976,0.603921592235565,0.733333349227905,0.0980392172932625],[0.756862759590149,0.501960813999176,0.407843142747879,0.0980392172932625],[0.717647075653076,0.807843148708344,0.945098042488098,0.0980392172932625],[0.854901969432831,0.537254929542542,0.874509811401367,0.0980392172932625],[0.384313732385635,0.800000011920929,0.113725490868092,0.0980392172932625],[0.61176472902298,0.882352948188782,0.596078455448151,0.0980392172932625],[0.843137264251709,0.129411771893501,0.650980412960052,0.0980392172932625],[0.360784322023392,0.39215686917305,0.866666674613953,0.0980392172932625],[0.972549021244049,0.886274516582489,0.752941191196442,0.0980392172932625],[0.682352960109711,0.168627455830574,0.200000002980232,0.0980392172932625],[0.427450984716415,0.788235306739807,0.925490200519562,0.0980392172932625],[0.819607853889465,0.705882370471954,0.894117653369904,0.0980392172932625],[0.690196096897125,0.862745106220245,0.239215686917305,0.0980392172932625],[0.717647075653076,0.886274516582489,0.968627452850342,0.0980392172932625],[0.850980401039124,0.333333343267441,0.337254911661148,0.0980392172932625],[0.584313750267029,0.803921580314636,0.129411771893501,0.0980392172932625],[0.764705896377563,0.5686274766922,0.866666674613953,0.0980392172932625],[0.850980401039124,0.207843139767647,0.643137276172638,0.0980392172932625],[0.682352960109711,0.878431379795074,0.682352960109711,0.0980392172932625],[0.91372549533844,0.737254917621613,0.39215686917305,0.0980392172932625],[0.168627455830574,0.172549024224281,0.643137276172638,0.0980392172932625],[0.572549045085907,0.694117665290833,0.925490200519562,0.0980392172932625],[0.74117648601532,0.411764711141586,0.254901975393295,0.0980392172932625],[0.533333361148834,0.91372549533844,0.333333343267441,0.0980392172932625],[0.949019610881805,0.796078443527222,0.952941179275513,0.0980392172932625],[0.321568638086319,0.113725490868092,0.756862759590149,0.0980392172932625],[0.862745106220245,0.858823537826538,0.509803950786591,0.0980392172932625],[0.937254905700684,0.686274528503418,0.772549033164978,0.0980392172932625],[0.400000005960464,0.721568644046783,0.717647075653076,0.0980392172932625],[0.854901969432831,0.470588237047195,0.933333337306976,0.0980392172932625],[0.454901963472366,0.733333349227905,0.168627455830574,0.0980392172932625],[0.878431379795074,0.372549027204514,0.274509817361832,0.0980392172932625],[0.737254917621613,0.82745099067688,0.91372549533844,0.0980392172932625],[0.18823529779911,0.839215695858002,0.725490212440491,0.0980392172932625],[0.862745106220245,0.666666686534882,0.764705896377563,0.0980392172932625],[0.972549021244049,0.941176474094391,0.807843148708344,0.0980392172932625],[0.498039215803146,0.431372553110123,0.847058832645416,0.0980392172932625],[0.792156875133514,0.647058844566345,0.945098042488098,0.0980392172932625],[0.713725507259369,0.792156875133514,0.298039227724075,0.0980392172932625],[0.756862759590149,0.0862745121121407,0.20392157137394,0.0980392172932625],[0.454901963472366,0.815686285495758,0.882352948188782,0.0980392172932625],[0.309803932905197,0.411764711141586,0.905882358551025,0.0980392172932625],[0.945098042488098,0.854901969432831,0.772549033164978,0.0980392172932625],[0.61176472902298,0.917647063732147,0.549019634723663,0.0980392172932625],[0.709803938865662,0.258823543787003,0.635294139385223,0.0980392172932625],[0.694117665290833,0.909803926944733,0.854901969432831,0.0980392172932625],[0.882352948188782,0.223529413342476,0.61176472902298,0.0980392172932625],[0.5686274766922,0.494117647409439,0.290196090936661,0.0980392172932625],[0.498039215803146,0.466666668653488,0.890196084976196,0.0980392172932625],[0.705882370471954,0.431372553110123,0.800000011920929,0.0980392172932625],[0.882352948188782,0.960784316062927,0.772549033164978,0.0980392172932625],[0.898039221763611,0.607843160629272,0.584313750267029,0.0980392172932625],[0.113725490868092,0.560784339904785,0.866666674613953,0.0980392172932625],[0.584313750267029,0.650980412960052,0.835294127464294,0.0980392172932625],[0.768627464771271,0.403921574354172,0.149019613862038,0.0980392172932625],[0.466666668653488,0.82745099067688,0.345098048448563,0.0980392172932625],[0.960784316062927,0.709803938865662,0.941176474094391,0.0980392172932625],[0.466666668653488,0.219607844948769,0.823529422283173,0.0980392172932625],[0.925490200519562,0.949019610881805,0.592156887054443,0.0980392172932625],[0.949019610881805,0.843137264251709,0.87058824300766,0.0980392172932625],[0.396078437566757,0.862745106220245,0.898039221763611,0.0980392172932625],[0.901960790157318,0.61176472902298,0.831372559070587,0.0980392172932625],[0.200000002980232,0.882352948188782,0.129411771893501,0.0980392172932625],[0.800000011920929,0.65490198135376,0.462745100259781,0.0980392172932625],[0.800000011920929,0.815686285495758,0.960784316062927,0.0980392172932625],[0.207843139767647,0.564705908298492,0.682352960109711,0.0980392172932625],[0.91372549533844,0.470588237047195,0.513725519180298,0.0980392172932625],[0.878431379795074,0.937254905700684,0.701960802078247,0.0980392172932625],[0.619607865810394,0.227450981736183,0.909803926944733,0.0980392172932625],[0.819607853889465,0.792156875133514,0.909803926944733,0.0980392172932625],[0.866666674613953,0.815686285495758,0.333333343267441,0.0980392172932625],[0.745098054409027,0.207843139767647,0.43529412150383,0.0980392172932625],[0.521568655967712,0.929411768913269,0.890196084976196,0.0980392172932625],[0.250980406999588,0.494117647409439,0.823529422283173,0.0980392172932625],[0.952941179275513,0.701960802078247,0.623529434204102,0.0980392172932625],[0.639215707778931,0.831372559070587,0.494117647409439,0.0980392172932625],[0.650980412960052,0.121568627655506,0.701960802078247,0.0980392172932625],[0.964705884456635,0.874509811401367,0.776470601558685,0.0980392172932625],[0.419607847929001,0.474509805440903,0.819607853889465,0.0980392172932625],[0.882352948188782,0.105882354080677,0.729411780834198,0.0980392172932625],[0.627451002597809,0.905882358551025,0.584313750267029,0.0980392172932625],[0.756862759590149,0.890196084976196,0.223529413342476,0.0980392172932625],[0.815686285495758,0.694117665290833,0.921568632125854,0.0980392172932625],[0.466666668653488,0.811764717102051,0.898039221763611,0.0980392172932625],[0.619607865810394,0.243137255311012,0.294117659330368,0.0980392172932625],[0.933333337306976,0.494117647409439,0.69803923368454,0.0980392172932625],[0.180392161011696,0.745098054409027,0.670588254928589,0.0980392172932625],[0.415686279535294,0.301960796117783,0.874509811401367,0.0980392172932625],[0.917647063732147,0.894117653369904,0.760784327983856,0.0980392172932625],[0.384313732385635,0.662745118141174,0.137254908680916,0.0980392172932625],[0.74117648601532,0.529411792755127,0.772549033164978,0.0980392172932625],[0.61176472902298,0.764705896377563,0.941176474094391,0.0980392172932625],[0.788235306739807,0.368627458810806,0.26274511218071,0.0980392172932625],[0.901960790157318,0.760784327983856,0.431372553110123,0.0980392172932625],[0.219607844948769,0.207843139767647,0.627451002597809,0.0980392172932625],[0.184313729405403,0.898039221763611,0.686274528503418,0.0980392172932625],[0.921568632125854,0.662745118141174,0.82745099067688,0.0980392172932625],[0.835294127464294,0.14509804546833,0.121568627655506,0.0980392172932625],[0.576470613479614,0.768627464771271,0.882352948188782,0.0980392172932625],[0.894117653369904,0.756862759590149,0.952941179275513,0.0980392172932625],[0.647058844566345,0.764705896377563,0.443137258291245,0.0980392172932625],[0.764705896377563,0.964705884456635,0.682352960109711,0.0980392172932625],[0.847058832645416,0.298039227724075,0.831372559070587,0.0980392172932625],[0.121568627655506,0.317647069692612,0.772549033164978,0.0980392172932625],[0.858823537826538,0.65490198135376,0.533333361148834,0.0980392172932625],[0.886274516582489,0.384313732385635,0.533333361148834,0.0980392172932625],[0.831372559070587,0.933333337306976,0.937254905700684,0.0980392172932625],[0.709803938865662,0.576470613479614,0.941176474094391,0.0980392172932625],[0.7843137383461,0.803921580314636,0.215686276555061,0.0980392172932625],[0.894117653369904,0.780392169952393,0.764705896377563,0.0980392172932625],[0.301960796117783,0.607843160629272,0.858823537826538,0.0980392172932625],[0.600000023841858,0.200000002980232,0.713725507259369,0.0980392172932625],[0.725490212440491,0.925490200519562,0.486274510622025,0.0980392172932625],[0.862745106220245,0.768627464771271,0.423529416322708,0.0980392172932625],[0.831372559070587,0.811764717102051,0.976470589637756,0.0980392172932625],[0.65490198135376,0.882352948188782,0.831372559070587,0.0980392172932625],[0.858823537826538,0.180392161011696,0.552941203117371,0.0980392172932625],[0.866666674613953,0.482352942228317,0.564705908298492,0.0980392172932625],[0.10196078568697,0.670588254928589,0.745098054409027,0.0980392172932625],[0.529411792755127,0.34901961684227,0.752941191196442,0.0980392172932625],[0.905882358551025,0.937254905700684,0.662745118141174,0.0980392172932625],[0.341176480054855,0.745098054409027,0.227450981736183,0.0980392172932625],[0.925490200519562,0.545098066329956,0.882352948188782,0.0980392172932625],[0.772549033164978,0.811764717102051,0.949019610881805,0.0980392172932625],[0.917647063732147,0.580392181873322,0.30588236451149,0.0980392172932625],[0.776470601558685,0.854901969432831,0.588235318660736,0.0980392172932625],[0.549019634723663,0.14509804546833,0.796078443527222,0.0980392172932625],[0.352941185235977,0.701960802078247,0.839215695858002,0.0980392172932625],[0.964705884456635,0.729411780834198,0.74117648601532,0.0980392172932625],[0.674509823322296,0.470588237047195,0.141176477074623,0.0980392172932625],[0.384313732385635,0.411764711141586,0.929411768913269,0.0980392172932625],[0.901960790157318,0.666666686534882,0.835294127464294,0.0980392172932625],[0.227450981736183,0.874509811401367,0.192156866192818,0.0980392172932625],[0.862745106220245,0.949019610881805,0.807843148708344,0.0980392172932625],[0.878431379795074,0.34901961684227,0.905882358551025,0.0980392172932625],[0.294117659330368,0.454901963472366,0.709803938865662,0.0980392172932625],[0.917647063732147,0.678431391716003,0.584313750267029,0.0980392172932625],[0.788235306739807,0.341176480054855,0.513725519180298,0.0980392172932625],[0.682352960109711,0.945098042488098,0.933333337306976,0.0980392172932625],[0.603921592235565,0.494117647409439,0.886274516582489,0.0980392172932625],[0.7843137383461,0.749019622802734,0.0941176488995552,0.0980392172932625],[0.494117647409439,0.356862753629684,0.807843148708344,0.0980392172932625],[0.952941179275513,0.949019610881805,0.709803938865662,0.0980392172932625],[0.898039221763611,0.517647087574005,0.65490198135376,0.0980392172932625],[0.0941176488995552,0.819607853889465,0.800000011920929,0.0980392172932625],[0.831372559070587,0.878431379795074,0.95686274766922,0.0980392172932625],[0.917647063732147,0.537254929542542,0.372549027204514,0.0980392172932625],[0.458823531866074,0.74117648601532,0.298039227724075,0.0980392172932625],[0.917647063732147,0.61176472902298,0.929411768913269,0.0980392172932625],[0.694117665290833,0.160784319043159,0.529411792755127,0.0980392172932625],[0.439215689897537,0.929411768913269,0.423529416322708,0.0980392172932625],[0.901960790157318,0.82745099067688,0.701960802078247,0.0980392172932625],[0.23137255012989,0.250980406999588,0.87058824300766,0.0980392172932625],[0.631372570991516,0.780392169952393,0.843137264251709,0.0980392172932625],[0.815686285495758,0.160784319043159,0.180392161011696,0.0980392172932625],[0.701960802078247,0.835294127464294,0.39215686917305,0.0980392172932625],[0.890196084976196,0.760784327983856,0.964705884456635,0.0980392172932625],[0.243137255311012,0.333333343267441,0.701960802078247,0.0980392172932625],[0.917647063732147,0.713725507259369,0.529411792755127,0.0980392172932625],[0.792156875133514,0.941176474094391,0.756862759590149,0.0980392172932625],[0.909803926944733,0.286274522542953,0.823529422283173,0.0980392172932625],[0.650980412960052,0.470588237047195,0.850980401039124,0.0980392172932625],[0.631372570991516,0.713725507259369,0.109803922474384,0.0980392172932625],[0.701960802078247,0.368627458810806,0.43529412150383,0.0980392172932625],[0.643137276172638,0.886274516582489,0.925490200519562,0.0980392172932625],[0.39215686917305,0.866666674613953,0.772549033164978,0.0980392172932625],[0.972549021244049,0.7843137383461,0.886274516582489,0.0980392172932625],[0.882352948188782,0.831372559070587,0.627451002597809,0.0980392172932625],[0.24705882370472,0.149019613862038,0.858823537826538,0.0980392172932625],[0.866666674613953,0.737254917621613,0.898039221763611,0.0980392172932625],[0.584313750267029,0.862745106220245,0.270588248968124,0.0980392172932625],[0.701960802078247,0.254901975393295,0.184313729405403,0.0980392172932625],[0.458823531866074,0.705882370471954,0.925490200519562,0.0980392172932625],[0.564705908298492,0.364705890417099,0.878431379795074,0.0980392172932625],[0.921568632125854,0.925490200519562,0.815686285495758,0.0980392172932625],[0.937254905700684,0.556862771511078,0.662745118141174,0.0980392172932625],[0.207843139767647,0.752941191196442,0.7843137383461,0.0980392172932625],[0.658823549747467,0.74117648601532,0.95686274766922,0.0980392172932625],[0.835294127464294,0.498039215803146,0.282352954149246,0.0980392172932625],[0.298039227724075,0.745098054409027,0.125490203499794,0.0980392172932625],[0.847058832645416,0.521568655967712,0.82745099067688,0.0980392172932625],[0.623529434204102,0.109803922474384,0.823529422283173,0.0980392172932625],[0.752941191196442,0.886274516582489,0.541176497936249,0.0980392172932625],[0.952941179275513,0.74117648601532,0.729411780834198,0.0980392172932625],[0.396078437566757,0.635294139385223,0.7843137383461,0.0980392172932625],[0.400000005960464,0.905882358551025,0.764705896377563,0.0980392172932625],[0.623529434204102,0.180392161011696,0.450980395078659,0.0980392172932625],[0.905882358551025,0.694117665290833,0.149019613862038,0.0980392172932625],[0.647058844566345,0.631372570991516,0.921568632125854,0.0980392172932625],[0.133333340287209,0.388235300779343,0.705882370471954,0.0980392172932625],[0.819607853889465,0.584313750267029,0.517647087574005,0.0980392172932625],[0.776470601558685,0.949019610881805,0.635294139385223,0.0980392172932625],[0.752941191196442,0.274509817361832,0.815686285495758,0.0980392172932625],[0.61176472902298,0.517647087574005,0.945098042488098,0.0980392172932625],[0.788235306739807,0.721568644046783,0.172549024224281,0.0980392172932625],[0.890196084976196,0.321568638086319,0.576470613479614,0.0980392172932625],[0.780392169952393,0.933333337306976,0.91372549533844,0.0980392172932625],[0.258823543787003,0.749019622802734,0.890196084976196,0.0980392172932625],[0.925490200519562,0.725490212440491,0.749019622802734,0.0980392172932625],[0.811764717102051,0.898039221763611,0.501960813999176,0.0980392172932625],[0.466666668653488,0.274509817361832,0.623529434204102,0.0980392172932625],[0.968627452850342,0.807843148708344,0.933333337306976,0.0980392172932625],[0.498039215803146,0.815686285495758,0.458823531866074,0.0980392172932625],[0.890196084976196,0.552941203117371,0.133333340287209,0.0980392172932625],[0.615686297416687,0.647058844566345,0.909803926944733,0.0980392172932625],[0.549019634723663,0.843137264251709,0.266666680574417,0.0980392172932625],[0.91372549533844,0.650980412960052,0.960784316062927,0.0980392172932625],[0.505882382392883,0.674509823322296,0.854901969432831,0.0980392172932625],[0.745098054409027,0.227450981736183,0.117647059261799,0.0980392172932625],[0.929411768913269,0.803921580314636,0.866666674613953,0.0980392172932625],[0.352941185235977,0.882352948188782,0.800000011920929,0.0980392172932625],[0.301960796117783,0.196078434586525,0.788235306739807,0.0980392172932625],[0.941176474094391,0.878431379795074,0.545098066329956,0.0980392172932625],[0.61176472902298,0.69803923368454,0.227450981736183,0.0980392172932625],[0.717647075653076,0.505882382392883,0.917647063732147,0.0980392172932625],[0.733333349227905,0.901960790157318,0.937254905700684,0.0980392172932625],[0.909803926944733,0.26274511218071,0.360784322023392,0.0980392172932625],[0.905882358551025,0.776470601558685,0.643137276172638,0.0980392172932625],[0.168627455830574,0.278431385755539,0.878431379795074,0.0980392172932625],[0.796078443527222,0.501960813999176,0.74117648601532,0.0980392172932625],[0.850980401039124,0.968627452850342,0.831372559070587,0.0980392172932625],[0.811764717102051,0.20392157137394,0.400000005960464,0.0980392172932625],[0.572549045085907,0.941176474094391,0.945098042488098,0.0980392172932625],[0.866666674613953,0.82745099067688,0.941176474094391,0.0980392172932625],[0.882352948188782,0.890196084976196,0.376470595598221,0.0980392172932625],[0.65490198135376,0.807843148708344,0.580392181873322,0.0980392172932625],[0.74117648601532,0.152941182255745,0.733333349227905,0.0980392172932625],[0.329411774873734,0.486274510622025,0.811764717102051,0.0980392172932625],[0.952941179275513,0.780392169952393,0.690196096897125,0.0980392172932625],[0.811764717102051,0.396078437566757,0.39215686917305,0.0980392172932625],[0.745098054409027,0.886274516582489,0.95686274766922,0.0980392172932625],[0.788235306739807,0.552941203117371,0.901960790157318,0.0980392172932625],[0.592156887054443,0.854901969432831,0.10196078568697,0.0980392172932625],[0.91372549533844,0.835294127464294,0.666666686534882,0.0980392172932625],[0.200000002980232,0.192156866192818,0.886274516582489,0.0980392172932625],[0.23137255012989,0.600000023841858,0.482352942228317,0.0980392172932625],[0.894117653369904,0.43529412150383,0.733333349227905,0.0980392172932625],[0.43529412150383,0.894117653369904,0.294117659330368,0.0980392172932625],[0.933333337306976,0.756862759590149,0.917647063732147,0.0980392172932625],[0.533333361148834,0.619607865810394,0.905882358551025,0.0980392172932625],[0.65490198135376,0.443137258291245,0.282352954149246,0.0980392172932625],[0.937254905700684,0.627451002597809,0.701960802078247,0.0980392172932625],[0.298039227724075,0.721568644046783,0.764705896377563,0.0980392172932625],[0.360784322023392,0.0901960805058479,0.721568644046783,0.0980392172932625],[0.82745099067688,0.87058824300766,0.443137258291245,0.0980392172932625],[0.843137264251709,0.682352960109711,0.156862750649452,0.0980392172932625],[0.658823549747467,0.635294139385223,0.866666674613953,0.0980392172932625],[0.780392169952393,0.968627452850342,0.925490200519562,0.0980392172932625],[0.847058832645416,0.403921574354172,0.658823549747467,0.0980392172932625],[0.937254905700684,0.486274510622025,0.439215689897537,0.0980392172932625],[0.156862750649452,0.47843137383461,0.721568644046783,0.0980392172932625],[0.729411780834198,0.24705882370472,0.878431379795074,0.0980392172932625],[0.82745099067688,0.91372549533844,0.713725507259369,0.0980392172932625],[0.796078443527222,0.113725490868092,0.388235300779343,0.0980392172932625],[0.529411792755127,0.874509811401367,0.850980401039124,0.0980392172932625],[0.772549033164978,0.713725507259369,0.945098042488098,0.0980392172932625],[0.760784327983856,0.733333349227905,0.396078437566757,0.0980392172932625],[0.733333349227905,0.933333337306976,0.600000023841858,0.0980392172932625],[0.733333349227905,0.26274511218071,0.768627464771271,0.0980392172932625],[0.360784322023392,0.588235318660736,0.921568632125854,0.0980392172932625],[0.960784316062927,0.858823537826538,0.823529422283173,0.0980392172932625],[0.843137264251709,0.603921592235565,0.250980406999588,0.0980392172932625],[0.729411780834198,0.737254917621613,0.866666674613953,0.0980392172932625],[0.91372549533844,0.431372553110123,0.788235306739807,0.0980392172932625],[0.223529413342476,0.65490198135376,0.18823529779911,0.0980392172932625],[0.909803926944733,0.968627452850342,0.752941191196442,0.0980392172932625],[0.65490198135376,0.372549027204514,0.847058832645416,0.0980392172932625],[0.14509804546833,0.647058844566345,0.823529422283173,0.0980392172932625],[0.862745106220245,0.607843160629272,0.623529434204102,0.0980392172932625],[0.839215695858002,0.925490200519562,0.592156887054443,0.0980392172932625],[0.552941203117371,0.270588248968124,0.745098054409027,0.0980392172932625],[0.352941185235977,0.768627464771271,0.91372549533844,0.0980392172932625],[0.952941179275513,0.811764717102051,0.823529422283173,0.0980392172932625],[0.772549033164978,0.505882382392883,0.117647059261799,0.0980392172932625],[0.529411792755127,0.552941203117371,0.862745106220245,0.0980392172932625],[0.937254905700684,0.705882370471954,0.878431379795074,0.0980392172932625],[0.447058826684952,0.717647075653076,0.423529416322708,0.0980392172932625],[0.831372559070587,0.968627452850342,0.737254917621613,0.0980392172932625],[0.815686285495758,0.34901961684227,0.854901969432831,0.0980392172932625],[0.133333340287209,0.415686279535294,0.819607853889465,0.0980392172932625],[0.87058824300766,0.658823549747467,0.584313750267029,0.0980392172932625],[0.850980401039124,0.227450981736183,0.482352942228317,0.0980392172932625],[0.69803923368454,0.882352948188782,0.866666674613953,0.0980392172932625],[0.541176497936249,0.411764711141586,0.917647063732147,0.0980392172932625],[0.658823549747467,0.619607865810394,0.172549024224281,0.0980392172932625],[0.945098042488098,0.690196096897125,0.662745118141174,0.0980392172932625],[0.317647069692612,0.592156887054443,0.796078443527222,0.0980392172932625],[0.607843160629272,0.0901960805058479,0.772549033164978,0.0980392172932625],[0.713725507259369,0.886274516582489,0.474509805440903,0.0980392172932625],[0.909803926944733,0.768627464771271,0.329411774873734,0.0980392172932625],[0.803921580314636,0.788235306739807,0.945098042488098,0.0980392172932625],[0.564705908298492,0.921568632125854,0.835294127464294,0.0980392172932625],[0.717647075653076,0.266666680574417,0.529411792755127,0.0980392172932625],[0.937254905700684,0.486274510622025,0.596078455448151,0.0980392172932625],[0.176470592617989,0.69803923368454,0.749019622802734,0.0980392172932625],[0.541176497936249,0.294117659330368,0.878431379795074,0.0980392172932625],[0.905882358551025,0.917647063732147,0.756862759590149,0.0980392172932625],[0.360784322023392,0.843137264251709,0.207843139767647,0.0980392172932625],[0.862745106220245,0.686274528503418,0.847058832645416,0.0980392172932625],[0.823529422283173,0.862745106220245,0.972549021244049,0.0980392172932625],[0.847058832645416,0.619607865810394,0.450980395078659,0.0980392172932625],[0.835294127464294,0.749019622802734,0.572549045085907,0.0980392172932625],[0.149019613862038,0.14509804546833,0.764705896377563,0.0980392172932625],[0.329411774873734,0.82745099067688,0.666666686534882,0.0980392172932625],[0.95686274766922,0.69803923368454,0.87058824300766,0.0980392172932625],[0.82745099067688,0.211764708161354,0.207843139767647,0.0980392172932625],[0.580392181873322,0.823529422283173,0.952941179275513,0.0980392172932625],[0.909803926944733,0.835294127464294,0.949019610881805,0.0980392172932625],[0.725490212440491,0.901960790157318,0.384313732385635,0.0980392172932625],[0.756862759590149,0.909803926944733,0.686274528503418,0.0980392172932625],[0.882352948188782,0.211764708161354,0.878431379795074,0.0980392172932625],[0.26274511218071,0.368627458810806,0.580392181873322,0.0980392172932625],[0.890196084976196,0.603921592235565,0.454901963472366,0.0980392172932625],[0.803921580314636,0.419607847929001,0.545098066329956,0.0980392172932625],[0.760784327983856,0.95686274766922,0.95686274766922,0.0980392172932625],[0.682352960109711,0.572549045085907,0.898039221763611,0.0980392172932625],[0.854901969432831,0.862745106220245,0.109803922474384,0.0980392172932625],[0.909803926944733,0.847058832645416,0.780392169952393,0.0980392172932625],[0.321568638086319,0.407843142747879,0.866666674613953,0.0980392172932625],[0.74117648601532,0.200000002980232,0.647058844566345,0.0980392172932625],[0.576470613479614,0.929411768913269,0.509803950786591,0.0980392172932625],[0.725490212440491,0.82745099067688,0.239215686917305,0.0980392172932625],[0.7843137383461,0.61176472902298,0.952941179275513,0.0980392172932625],[0.482352942228317,0.772549033164978,0.831372559070587,0.0980392172932625],[0.69803923368454,0.117647059261799,0.207843139767647,0.0980392172932625],[0.901960790157318,0.600000023841858,0.749019622802734,0.0980392172932625],[0.117647059261799,0.882352948188782,0.760784327983856,0.0980392172932625],[0.509803950786591,0.450980395078659,0.803921580314636,0.0980392172932625],[0.960784316062927,0.933333337306976,0.788235306739807,0.0980392172932625],[0.43529412150383,0.678431391716003,0.200000002980232,0.0980392172932625],[0.843137264251709,0.462745100259781,0.917647063732147,0.0980392172932625],[0.690196096897125,0.811764717102051,0.933333337306976,0.0980392172932625],[0.91372549533844,0.337254911661148,0.215686276555061,0.0980392172932625],[0.937254905700684,0.509803950786591,0.847058832645416,0.0980392172932625],[0.250980406999588,0.764705896377563,0.180392161011696,0.0980392172932625],[0.882352948188782,0.627451002597809,0.317647069692612,0.0980392172932625],[0.772549033164978,0.792156875133514,0.925490200519562,0.0980392172932625],[0.137254908680916,0.564705908298492,0.682352960109711,0.0980392172932625],[0.792156875133514,0.529411792755127,0.560784339904785,0.0980392172932625],[0.874509811401367,0.945098042488098,0.627451002597809,0.0980392172932625],[0.560784339904785,0.274509817361832,0.800000011920929,0.0980392172932625],[0.831372559070587,0.792156875133514,0.968627452850342,0.0980392172932625],[0.82745099067688,0.780392169952393,0.431372553110123,0.0980392172932625],[0.898039221763611,0.113725490868092,0.466666668653488,0.0980392172932625],[0.596078455448151,0.91372549533844,0.874509811401367,0.0980392172932625],[0.239215686917305,0.533333361148834,0.894117653369904,0.0980392172932625],[0.925490200519562,0.756862759590149,0.709803938865662,0.0980392172932625],[0.670588254928589,0.901960790157318,0.482352942228317,0.0980392172932625],[0.596078455448151,0.243137255311012,0.643137276172638,0.0980392172932625],[0.69803923368454,0.964705884456635,0.890196084976196,0.0980392172932625],[0.854901969432831,0.309803932905197,0.647058844566345,0.0980392172932625],[0.792156875133514,0.603921592235565,0.121568627655506,0.0980392172932625],[0.564705908298492,0.549019634723663,0.866666674613953,0.0980392172932625],[0.752941191196442,0.400000005960464,0.890196084976196,0.0980392172932625],[0.905882358551025,0.945098042488098,0.847058832645416,0.0980392172932625],[0.945098042488098,0.61176472902298,0.596078455448151,0.0980392172932625],[0.23137255012989,0.588235318660736,0.811764717102051,0.0980392172932625],[0.447058826684952,0.576470613479614,0.905882358551025,0.0980392172932625],[0.647058844566345,0.376470595598221,0.207843139767647,0.0980392172932625],[0.400000005960464,0.901960790157318,0.200000002980232,0.0980392172932625],[0.925490200519562,0.678431391716003,0.91372549533844,0.0980392172932625],[0.403921574354172,0.121568627655506,0.854901969432831,0.0980392172932625],[0.874509811401367,0.890196084976196,0.588235318660736,0.0980392172932625],[0.95686274766922,0.772549033164978,0.823529422283173,0.0980392172932625],[0.450980395078659,0.760784327983856,0.776470601558685,0.0980392172932625],[0.7843137383461,0.474509805440903,0.862745106220245,0.0980392172932625],[0.439215689897537,0.733333349227905,0.10196078568697,0.0980392172932625],[0.745098054409027,0.396078437566757,0.345098048448563,0.0980392172932625],[0.65490198135376,0.803921580314636,0.933333337306976,0.0980392172932625],[0.227450981736183,0.733333349227905,0.631372570991516,0.0980392172932625],[0.925490200519562,0.537254929542542,0.745098054409027,0.0980392172932625],[0.949019610881805,0.909803926944733,0.764705896377563,0.0980392172932625],[0.376470595598221,0.298039227724075,0.917647063732147,0.0980392172932625],[0.819607853889465,0.760784327983856,0.890196084976196,0.0980392172932625],[0.780392169952393,0.854901969432831,0.294117659330368,0.0980392172932625],[0.701960802078247,0.200000002980232,0.301960796117783,0.0980392172932625],[0.47843137383461,0.862745106220245,0.921568632125854,0.0980392172932625],[0.415686279535294,0.505882382392883,0.858823537826538,0.0980392172932625],[0.972549021244049,0.882352948188782,0.800000011920929,0.0980392172932625],[0.694117665290833,0.878431379795074,0.647058844566345,0.0980392172932625],[0.854901969432831,0.172549024224281,0.764705896377563,0.0980392172932625],[0.800000011920929,0.901960790157318,0.945098042488098,0.0980392172932625],[0.905882358551025,0.341176480054855,0.360784322023392,0.0980392172932625],[0.580392181873322,0.69803923368454,0.294117659330368,0.0980392172932625],[0.792156875133514,0.576470613479614,0.917647063732147,0.0980392172932625],[0.7843137383461,0.337254911661148,0.650980412960052,0.0980392172932625],[0.682352960109711,0.945098042488098,0.674509823322296,0.0980392172932625],[0.882352948188782,0.737254917621613,0.486274510622025,0.0980392172932625],[0.0941176488995552,0.117647059261799,0.772549033164978,0.0980392172932625],[0.584313750267029,0.682352960109711,0.847058832645416,0.0980392172932625],[0.788235306739807,0.337254911661148,0.14509804546833,0.0980392172932625],[0.52549022436142,0.835294127464294,0.345098048448563,0.0980392172932625],[0.952941179275513,0.717647075653076,0.960784316062927,0.0980392172932625],[0.298039227724075,0.141176477074623,0.662745118141174,0.0980392172932625],[0.929411768913269,0.909803926944733,0.376470595598221,0.0980392172932625],[0.898039221763611,0.658823549747467,0.745098054409027,0.0980392172932625],[0.184313729405403,0.87058824300766,0.847058832645416,0.0980392172932625],[0.678431391716003,0.152941182255745,0.356862753629684,0.0980392172932625],[0.407843142747879,0.929411768913269,0.898039221763611,0.0980392172932625],[0.745098054409027,0.686274528503418,0.898039221763611,0.0980392172932625],[0.87058824300766,0.831372559070587,0.215686276555061,0.0980392172932625],[0.705882370471954,0.843137264251709,0.615686297416687,0.0980392172932625],[0.768627464771271,0.156862750649452,0.803921580314636,0.0980392172932625],[0.376470595598221,0.552941203117371,0.831372559070587,0.0980392172932625],[0.964705884456635,0.807843148708344,0.745098054409027,0.0980392172932625],[0.807843148708344,0.623529434204102,0.341176480054855,0.0980392172932625],[0.694117665290833,0.709803938865662,0.952941179275513,0.0980392172932625],[0.894117653369904,0.501960813999176,0.7843137383461,0.0980392172932625],[0.129411771893501,0.807843148708344,0.0901960805058479,0.0980392172932625],[0.917647063732147,0.952941179275513,0.815686285495758,0.0980392172932625],[0.69803923368454,0.356862753629684,0.91372549533844,0.0980392172932625],[0.278431385755539,0.61176472902298,0.74117648601532,0.0980392172932625],[0.925490200519562,0.596078455448151,0.61176472902298,0.0980392172932625],[0.486274510622025,0.862745106220245,0.376470595598221,0.0980392172932625],[0.972549021244049,0.768627464771271,0.949019610881805,0.0980392172932625],[0.607843160629272,0.670588254928589,0.882352948188782,0.0980392172932625],[0.850980401039124,0.454901963472366,0.137254908680916,0.0980392172932625],[0.894117653369904,0.721568644046783,0.760784327983856,0.0980392172932625],[0.254901975393295,0.792156875133514,0.858823537826538,0.0980392172932625],[0.403921574354172,0.176470592617989,0.690196096897125,0.0980392172932625],[0.87058824300766,0.921568632125854,0.443137258291245,0.0980392172932625],[0.694117665290833,0.592156887054443,0.235294118523598,0.0980392172932625],[0.556862771511078,0.513725519180298,0.91372549533844,0.0980392172932625],[0.74117648601532,0.937254905700684,0.894117653369904,0.0980392172932625],[0.905882358551025,0.270588248968124,0.623529434204102,0.0980392172932625],[0.847058832645416,0.498039215803146,0.454901963472366,0.0980392172932625],[0.105882354080677,0.43529412150383,0.69803923368454,0.0980392172932625],[0.627451002597809,0.345098048448563,0.705882370471954,0.0980392172932625],[0.792156875133514,0.925490200519562,0.627451002597809,0.0980392172932625],[0.831372559070587,0.113725490868092,0.333333343267441,0.0980392172932625],[0.556862771511078,0.878431379795074,0.886274516582489,0.0980392172932625],[0.815686285495758,0.74117648601532,0.952941179275513,0.0980392172932625],[0.772549033164978,0.7843137383461,0.411764711141586,0.0980392172932625],[0.560784339904785,0.905882358551025,0.411764711141586,0.0980392172932625],[0.631372570991516,0.18823529779911,0.615686297416687,0.0980392172932625],[0.164705887436867,0.388235300779343,0.905882358551025,0.0980392172932625],[0.925490200519562,0.745098054409027,0.643137276172638,0.0980392172932625],[0.878431379795074,0.39215686917305,0.380392163991928,0.0980392172932625],[0.82745099067688,0.890196084976196,0.925490200519562,0.0980392172932625],[0.823529422283173,0.5686274766922,0.937254905700684,0.0980392172932625],[0.580392181873322,0.788235306739807,0.219607844948769,0.0980392172932625],[0.960784316062927,0.87058824300766,0.670588254928589,0.0980392172932625],[0.309803932905197,0.294117659330368,0.835294127464294,0.0980392172932625],[0.129411771893501,0.752941191196442,0.560784339904785,0.0980392172932625],[0.847058832645416,0.533333361148834,0.733333349227905,0.0980392172932625],[0.564705908298492,0.890196084976196,0.274509817361832,0.0980392172932625],[0.898039221763611,0.737254917621613,0.925490200519562,0.0980392172932625],[0.513725519180298,0.694117665290833,0.898039221763611,0.0980392172932625],[0.615686297416687,0.356862753629684,0.294117659330368,0.0980392172932625],[0.968627452850342,0.819607853889465,0.890196084976196,0.0980392172932625],[0.470588237047195,0.815686285495758,0.768627464771271,0.0980392172932625],[0.290196090936661,0.149019613862038,0.890196084976196,0.0980392172932625],[0.909803926944733,0.87058824300766,0.627451002597809,0.0980392172932625],[0.600000023841858,0.713725507259369,0.137254908680916,0.0980392172932625],[0.682352960109711,0.533333361148834,0.815686285495758,0.0980392172932625],[0.647058844566345,0.890196084976196,0.949019610881805,0.0980392172932625],[0.811764717102051,0.286274522542953,0.360784322023392,0.0980392172932625],[0.945098042488098,0.749019622802734,0.529411792755127,0.0980392172932625],[0.176470592617989,0.26274511218071,0.796078443527222,0.0980392172932625],[0.890196084976196,0.333333343267441,0.780392169952393,0.0980392172932625],[0.811764717102051,0.933333337306976,0.792156875133514,0.0980392172932625],[0.227450981736183,0.419607847929001,0.678431391716003,0.0980392172932625],[0.91372549533844,0.592156887054443,0.490196079015732,0.0980392172932625],[0.811764717102051,0.933333337306976,0.721568644046783,0.0980392172932625],[0.843137264251709,0.24705882370472,0.905882358551025,0.0980392172932625],[0.694117665290833,0.631372570991516,0.898039221763611,0.0980392172932625],[0.874509811401367,0.803921580314636,0.152941182255745,0.0980392172932625],[0.780392169952393,0.498039215803146,0.619607865810394,0.0980392172932625],[0.815686285495758,0.964705884456635,0.949019610881805,0.0980392172932625],[0.254901975393295,0.69803923368454,0.839215695858002,0.0980392172932625],[0.95686274766922,0.635294139385223,0.666666686534882,0.0980392172932625],[0.764705896377563,0.847058832645416,0.494117647409439,0.0980392172932625],[0.462745100259781,0.117647059261799,0.725490212440491,0.0980392172932625],[0.921568632125854,0.792156875133514,0.894117653369904,0.0980392172932625],[0.39215686917305,0.878431379795074,0.341176480054855,0.0980392172932625],[0.772549033164978,0.52549022436142,0.196078434586525,0.0980392172932625],[0.529411792755127,0.5686274766922,0.937254905700684,0.0980392172932625],[0.552941203117371,0.380392163991928,0.803921580314636,0.0980392172932625],[0.941176474094391,0.95686274766922,0.729411780834198,0.0980392172932625],[0.898039221763611,0.541176497936249,0.635294139385223,0.0980392172932625],[0.10196078568697,0.7843137383461,0.835294127464294,0.0980392172932625],[0.650980412960052,0.721568644046783,0.909803926944733,0.0980392172932625],[0.882352948188782,0.462745100259781,0.176470592617989,0.0980392172932625],[0.321568638086319,0.580392181873322,0.23137255012989,0.0980392172932625],[0.890196084976196,0.423529416322708,0.854901969432831,0.0980392172932625],[0.643137276172638,0.196078434586525,0.803921580314636,0.0980392172932625],[0.788235306739807,0.941176474094391,0.556862771511078,0.0980392172932625],[0.933333337306976,0.823529422283173,0.811764717102051,0.0980392172932625],[0.360784322023392,0.674509823322296,0.886274516582489,0.0980392172932625],[0.584313750267029,0.788235306739807,0.733333349227905,0.0980392172932625],[0.721568644046783,0.149019613862038,0.490196079015732,0.0980392172932625],[0.803921580314636,0.674509823322296,0.321568638086319,0.0980392172932625],[0.694117665290833,0.674509823322296,0.949019610881805,0.0980392172932625],[0.164705887436867,0.290196090936661,0.847058832645416,0.0980392172932625],[0.87058824300766,0.752941191196442,0.643137276172638,0.0980392172932625],[0.823529422283173,0.972549021244049,0.792156875133514,0.0980392172932625],[0.854901969432831,0.411764711141586,0.7843137383461,0.0980392172932625],[0.686274528503418,0.450980395078659,0.937254905700684,0.0980392172932625],[0.643137276172638,0.733333349227905,0.156862750649452,0.0980392172932625],[0.882352948188782,0.254901975393295,0.368627458810806,0.0980392172932625],[0.721568644046783,0.886274516582489,0.917647063732147,0.0980392172932625],[0.301960796117783,0.898039221763611,0.792156875133514,0.0980392172932625],[0.937254905700684,0.764705896377563,0.850980401039124,0.0980392172932625],[0.909803926944733,0.843137264251709,0.541176497936249,0.0980392172932625],[0.341176480054855,0.278431385755539,0.670588254928589,0.0980392172932625],[0.886274516582489,0.639215707778931,0.937254905700684,0.0980392172932625],[0.545098066329956,0.772549033164978,0.301960796117783,0.0980392172932625],[0.737254917621613,0.18823529779911,0.0901960805058479,0.0980392172932625],[0.450980395078659,0.670588254928589,0.874509811401367,0.0980392172932625],[0.447058826684952,0.258823543787003,0.847058832645416,0.0980392172932625],[0.874509811401367,0.874509811401367,0.729411780834198,0.0980392172932625],[0.917647063732147,0.443137258291245,0.607843160629272,0.0980392172932625],[0.18823529779911,0.666666686534882,0.662745118141174,0.0980392172932625],[0.764705896377563,0.835294127464294,0.968627452850342,0.0980392172932625],[0.850980401039124,0.529411792755127,0.380392163991928,0.0980392172932625],[0.384313732385635,0.835294127464294,0.14509804546833,0.0980392172932625],[0.862745106220245,0.615686297416687,0.866666674613953,0.0980392172932625],[0.807843148708344,0.113725490868092,0.584313750267029,0.0980392172932625],[0.545098066329956,0.882352948188782,0.541176497936249,0.0980392172932625],[0.949019610881805,0.87058824300766,0.721568644046783,0.0980392172932625],[0.400000005960464,0.407843142747879,0.768627464771271,0.0980392172932625],[0.607843160629272,0.831372559070587,0.937254905700684,0.0980392172932625],[0.772549033164978,0.270588248968124,0.278431385755539,0.0980392172932625],[0.749019622802734,0.925490200519562,0.368627458810806,0.0980392172932625],[0.917647063732147,0.831372559070587,0.964705884456635,0.0980392172932625],[0.764705896377563,0.34901961684227,0.364705890417099,0.0980392172932625],[0.674509823322296,0.862745106220245,0.941176474094391,0.0980392172932625],[0.729411780834198,0.490196079015732,0.874509811401367,0.0980392172932625],[0.572549045085907,0.760784327983856,0.10196078568697,0.0980392172932625],[0.792156875133514,0.952941179275513,0.7843137383461,0.0980392172932625],[0.921568632125854,0.313725501298904,0.749019622802734,0.0980392172932625],[0.223529413342476,0.24705882370472,0.764705896377563,0.0980392172932625],[0.929411768913269,0.788235306739807,0.556862771511078,0.0980392172932625],[0.631372570991516,0.301960796117783,0.168627455830574,0.0980392172932625],[0.388235300779343,0.588235318660736,0.91372549533844,0.0980392172932625],[0.862745106220245,0.682352960109711,0.87058824300766,0.0980392172932625],[0.447058826684952,0.843137264251709,0.207843139767647,0.0980392172932625],[0.858823537826538,0.847058832645416,0.564705908298492,0.0980392172932625],[0.321568638086319,0.133333340287209,0.792156875133514,0.0980392172932625],[0.329411774873734,0.847058832645416,0.823529422283173,0.0980392172932625],[0.964705884456635,0.709803938865662,0.807843148708344,0.0980392172932625],[0.494117647409439,0.658823549747467,0.298039227724075,0.0980392172932625],[0.831372559070587,0.549019634723663,0.909803926944733,0.0980392172932625],[0.772549033164978,0.862745106220245,0.937254905700684,0.0980392172932625],[0.898039221763611,0.380392163991928,0.309803932905197,0.0980392172932625],[0.87058824300766,0.458823531866074,0.686274528503418,0.0980392172932625],[0.0941176488995552,0.737254917621613,0.600000023841858,0.0980392172932625],[0.368627458810806,0.313725501298904,0.768627464771271,0.0980392172932625],[0.937254905700684,0.874509811401367,0.643137276172638,0.0980392172932625],[0.796078443527222,0.850980401039124,0.419607847929001,0.0980392172932625],[0.878431379795074,0.796078443527222,0.972549021244049,0.0980392172932625],[0.650980412960052,0.839215695858002,0.866666674613953,0.0980392172932625],[0.843137264251709,0.176470592617989,0.317647069692612,0.0980392172932625],[0.917647063732147,0.815686285495758,0.729411780834198,0.0980392172932625],[0.26274511218071,0.39215686917305,0.882352948188782,0.0980392172932625],[0.733333349227905,0.160784319043159,0.662745118141174,0.0980392172932625],[0.560784339904785,0.937254905700684,0.458823531866074,0.0980392172932625],[0.894117653369904,0.388235300779343,0.705882370471954,0.0980392172932625],[0.839215695858002,0.945098042488098,0.91372549533844,0.0980392172932625],[0.600000023841858,0.588235318660736,0.949019610881805,0.0980392172932625],[0.819607853889465,0.639215707778931,0.215686276555061,0.0980392172932625],[0.862745106220245,0.95686274766922,0.701960802078247,0.0980392172932625],[0.678431391716003,0.341176480054855,0.819607853889465,0.0980392172932625],[0.152941182255745,0.533333361148834,0.760784327983856,0.0980392172932625],[0.823529422283173,0.596078455448151,0.588235318660736,0.0980392172932625],[0.874509811401367,0.388235300779343,0.0980392172932625,0.0980392172932625],[0.564705908298492,0.666666686534882,0.905882358551025,0.0980392172932625],[0.960784316062927,0.760784327983856,0.952941179275513,0.0980392172932625],[0.52549022436142,0.819607853889465,0.400000005960464,0.0980392172932625],[0.882352948188782,0.898039221763611,0.450980395078659,0.0980392172932625],[0.372549027204514,0.227450981736183,0.619607865810394,0.0980392172932625],[0.20392157137394,0.866666674613953,0.894117653369904,0.0980392172932625],[0.917647063732147,0.678431391716003,0.749019622802734,0.0980392172932625],[0.192156866192818,0.701960802078247,0.113725490868092,0.0980392172932625],[0.835294127464294,0.47843137383461,0.764705896377563,0.0980392172932625],[0.61176472902298,0.65490198135376,0.952941179275513,0.0980392172932625],[0.82745099067688,0.556862771511078,0.235294118523598,0.0980392172932625],[0.929411768913269,0.509803950786591,0.564705908298492,0.0980392172932625],[0.196078434586525,0.631372570991516,0.745098054409027,0.0980392172932625],[0.615686297416687,0.321568638086319,0.87058824300766,0.0980392172932625],[0.886274516582489,0.91372549533844,0.780392169952393,0.0980392172932625],[0.898039221763611,0.815686285495758,0.227450981736183,0.0980392172932625],[0.749019622802734,0.701960802078247,0.929411768913269,0.0980392172932625],[0.474509805440903,0.905882358551025,0.850980401039124,0.0980392172932625],[0.650980412960052,0.227450981736183,0.423529416322708,0.0980392172932625],[0.95686274766922,0.82745099067688,0.796078443527222,0.0980392172932625],[0.498039215803146,0.615686297416687,0.756862759590149,0.0980392172932625],[0.772549033164978,0.137254908680916,0.866666674613953,0.0980392172932625],[0.74117648601532,0.890196084976196,0.615686297416687,0.0980392172932625],[0.250980406999588,0.298039227724075,0.807843148708344,0.0980392172932625],[0.945098042488098,0.807843148708344,0.61176472902298,0.0980392172932625],[0.52549022436142,0.811764717102051,0.498039215803146,0.0980392172932625],[0.682352960109711,0.125490203499794,0.545098066329956,0.0980392172932625],[0.854901969432831,0.756862759590149,0.925490200519562,0.0980392172932625],[0.74117648601532,0.886274516582489,0.298039227724075,0.0980392172932625],[0.768627464771271,0.168627455830574,0.219607844948769,0.0980392172932625],[0.494117647409439,0.831372559070587,0.941176474094391,0.0980392172932625],[0.266666680574417,0.603921592235565,0.576470613479614,0.0980392172932625],[0.894117653369904,0.474509805440903,0.650980412960052,0.0980392172932625],[0.917647063732147,0.898039221763611,0.701960802078247,0.0980392172932625],[0.396078437566757,0.235294118523598,0.886274516582489,0.0980392172932625],[0.878431379795074,0.592156887054443,0.905882358551025,0.0980392172932625],[0.43529412150383,0.886274516582489,0.109803922474384,0.0980392172932625],[0.811764717102051,0.529411792755127,0.43529412150383,0.0980392172932625],[0.7843137383461,0.858823537826538,0.960784316062927,0.0980392172932625],[0.290196090936661,0.24705882370472,0.780392169952393,0.0980392172932625],[0.937254905700684,0.850980401039124,0.592156887054443,0.0980392172932625],[0.925490200519562,0.854901969432831,0.894117653369904,0.0980392172932625],[0.403921574354172,0.874509811401367,0.756862759590149,0.0980392172932625],[0.556862771511078,0.725490212440491,0.843137264251709,0.0980392172932625],[0.764705896377563,0.18823529779911,0.137254908680916,0.0980392172932625],[0.619607865810394,0.831372559070587,0.317647069692612,0.0980392172932625],[0.890196084976196,0.694117665290833,0.960784316062927,0.0980392172932625],[0.776470601558685,0.439215689897537,0.749019622802734,0.0980392172932625],[0.811764717102051,0.952941179275513,0.760784327983856,0.0980392172932625],[0.886274516582489,0.705882370471954,0.576470613479614,0.0980392172932625],[0.121568627655506,0.301960796117783,0.843137264251709,0.0980392172932625],[0.666666686534882,0.901960790157318,0.925490200519562,0.0980392172932625],[0.901960790157318,0.18823529779911,0.368627458810806,0.0980392172932625],[0.603921592235565,0.635294139385223,0.20392157137394,0.0980392172932625],[0.627451002597809,0.43529412150383,0.905882358551025,0.0980392172932625],[0.313725501298904,0.615686297416687,0.91372549533844,0.0980392172932625],[0.949019610881805,0.807843148708344,0.780392169952393,0.0980392172932625],[0.74117648601532,0.925490200519562,0.556862771511078,0.0980392172932625],[0.65490198135376,0.239215686917305,0.74117648601532,0.0980392172932625],[0.713725507259369,0.670588254928589,0.933333337306976,0.0980392172932625],[0.737254917621613,0.674509823322296,0.368627458810806,0.0980392172932625],[0.749019622802734,0.109803922474384,0.431372553110123,0.0980392172932625],[0.494117647409439,0.862745106220245,0.800000011920929,0.0980392172932625],[0.172549024224281,0.756862759590149,0.87058824300766,0.0980392172932625],[0.894117653369904,0.647058844566345,0.690196096897125,0.0980392172932625],[0.952941179275513,0.980392158031464,0.815686285495758,0.0980392172932625],[0.643137276172638,0.415686279535294,0.874509811401367,0.0980392172932625],[0.929411768913269,0.486274510622025,0.858823537826538,0.0980392172932625],[0.278431385755539,0.733333349227905,0.184313729405403,0.0980392172932625],[0.87058824300766,0.580392181873322,0.298039227724075,0.0980392172932625],[0.756862759590149,0.7843137383461,0.909803926944733,0.0980392172932625],[0.556862771511078,0.0941176488995552,0.792156875133514,0.0980392172932625],[0.760784327983856,0.890196084976196,0.498039215803146,0.0980392172932625],[0.949019610881805,0.686274528503418,0.690196096897125,0.0980392172932625],[0.341176480054855,0.647058844566345,0.796078443527222,0.0980392172932625],[0.588235318660736,0.592156887054443,0.921568632125854,0.0980392172932625],[0.725490212440491,0.576470613479614,0.286274522542953,0.0980392172932625],[0.352941185235977,0.909803926944733,0.352941185235977,0.0980392172932625],[0.949019610881805,0.811764717102051,0.905882358551025,0.0980392172932625],[0.858823537826538,0.211764708161354,0.862745106220245,0.0980392172932625],[0.752941191196442,0.890196084976196,0.682352960109711,0.0980392172932625],[0.921568632125854,0.572549045085907,0.400000005960464,0.0980392172932625],[0.160784319043159,0.329411774873734,0.666666686534882,0.0980392172932625],[0.737254917621613,0.960784316062927,0.960784316062927,0.0980392172932625],[0.823529422283173,0.376470595598221,0.52549022436142,0.0980392172932625],[0.788235306739807,0.7843137383461,0.160784319043159,0.0980392172932625],[0.690196096897125,0.623529434204102,0.823529422283173,0.0980392172932625],[0.968627452850342,0.952941179275513,0.768627464771271,0.0980392172932625],[0.513725519180298,0.396078437566757,0.839215695858002,0.0980392172932625],[0.160784319043159,0.823529422283173,0.780392169952393,0.0980392172932625],[0.854901969432831,0.631372570991516,0.721568644046783,0.0980392172932625],[0.874509811401367,0.407843142747879,0.235294118523598,0.0980392172932625],[0.701960802078247,0.7843137383461,0.905882358551025,0.0980392172932625],[0.898039221763611,0.427450984716415,0.929411768913269,0.0980392172932625],[0.376470595598221,0.701960802078247,0.156862750649452,0.0980392172932625],[0.643137276172638,0.921568632125854,0.623529434204102,0.0980392172932625],[0.682352960109711,0.364705890417099,0.596078455448151,0.0980392172932625],[0.388235300779343,0.423529416322708,0.905882358551025,0.0980392172932625],[0.952941179275513,0.909803926944733,0.843137264251709,0.0980392172932625],[0.815686285495758,0.105882354080677,0.152941182255745,0.0980392172932625],[0.533333361148834,0.792156875133514,0.886274516582489,0.0980392172932625],[0.858823537826538,0.721568644046783,0.949019610881805,0.0980392172932625],[0.678431391716003,0.7843137383461,0.388235300779343,0.0980392172932625],[0.921568632125854,0.666666686534882,0.470588237047195,0.0980392172932625],[0.192156866192818,0.309803932905197,0.69803923368454,0.0980392172932625],[0.854901969432831,0.282352954149246,0.800000011920929,0.0980392172932625],[0.780392169952393,0.890196084976196,0.749019622802734,0.0980392172932625],[0.7843137383461,0.854901969432831,0.160784319043159,0.0980392172932625],[0.74117648601532,0.635294139385223,0.878431379795074,0.0980392172932625],[0.792156875133514,0.95686274766922,0.972549021244049,0.0980392172932625],[0.858823537826538,0.403921574354172,0.509803950786591,0.0980392172932625],[0.933333337306976,0.643137276172638,0.807843148708344,0.0980392172932625],[0.329411774873734,0.749019622802734,0.650980412960052,0.0980392172932625],[0.164705887436867,0.0980392172932625,0.729411780834198,0.0980392172932625],[0.862745106220245,0.772549033164978,0.462745100259781,0.0980392172932625],[0.643137276172638,0.917647063732147,0.286274522542953,0.0980392172932625],[0.901960790157318,0.756862759590149,0.949019610881805,0.0980392172932625],[0.529411792755127,0.752941191196442,0.925490200519562,0.0980392172932625],[0.733333349227905,0.270588248968124,0.219607844948769,0.0980392172932625],[0.909803926944733,0.917647063732147,0.647058844566345,0.0980392172932625],[0.423529416322708,0.168627455830574,0.894117653369904,0.0980392172932625],[0.207843139767647,0.600000023841858,0.603921592235565,0.0980392172932625],[0.898039221763611,0.415686279535294,0.5686274766922,0.0980392172932625],[0.745098054409027,0.549019634723663,0.443137258291245,0.0980392172932625],[0.74117648601532,0.803921580314636,0.945098042488098,0.0980392172932625],[0.874509811401367,0.560784339904785,0.87058824300766,0.0980392172932625],[0.341176480054855,0.815686285495758,0.121568627655506,0.0980392172932625],[0.737254917621613,0.850980401039124,0.521568655967712,0.0980392172932625],[0.552941203117371,0.121568627655506,0.752941191196442,0.0980392172932625],[0.282352954149246,0.647058844566345,0.843137264251709,0.0980392172932625],[0.960784316062927,0.670588254928589,0.662745118141174,0.0980392172932625],[0.796078443527222,0.20392157137394,0.588235318660736,0.0980392172932625],[0.560784339904785,0.937254905700684,0.819607853889465,0.0980392172932625],[0.819607853889465,0.819607853889465,0.929411768913269,0.0980392172932625],[0.882352948188782,0.717647075653076,0.368627458810806,0.0980392172932625],[0.917647063732147,0.670588254928589,0.61176472902298,0.0980392172932625],[0.129411771893501,0.501960813999176,0.901960790157318,0.0980392172932625],[0.776470601558685,0.443137258291245,0.835294127464294,0.0980392172932625],[0.886274516582489,0.968627452850342,0.811764717102051,0.0980392172932625],[0.666666686534882,0.603921592235565,0.239215686917305,0.0980392172932625],[0.572549045085907,0.498039215803146,0.909803926944733,0.0980392172932625],[0.725490212440491,0.933333337306976,0.901960790157318,0.0980392172932625],[0.901960790157318,0.254901975393295,0.564705908298492,0.0980392172932625],[0.929411768913269,0.788235306739807,0.807843148708344,0.0980392172932625],[0.333333343267441,0.7843137383461,0.886274516582489,0.0980392172932625],[0.494117647409439,0.180392161011696,0.788235306739807,0.0980392172932625],[0.866666674613953,0.941176474094391,0.52549022436142,0.0980392172932625],[0.364705890417099,0.807843148708344,0.286274522542953,0.0980392172932625],[0.949019610881805,0.643137276172638,0.894117653369904,0.0980392172932625],[0.537254929542542,0.576470613479614,0.807843148708344,0.0980392172932625],[0.705882370471954,0.431372553110123,0.137254908680916,0.0980392172932625],[0.952941179275513,0.823529422283173,0.968627452850342,0.0980392172932625],[0.623529434204102,0.803921580314636,0.482352942228317,0.0980392172932625],[0.882352948188782,0.321568638086319,0.156862750649452,0.0980392172932625],[0.631372570991516,0.752941191196442,0.905882358551025,0.0980392172932625],[0.250980406999588,0.91372549533844,0.843137264251709,0.0980392172932625],[0.941176474094391,0.725490212440491,0.819607853889465,0.0980392172932625],[0.917647063732147,0.874509811401367,0.494117647409439,0.0980392172932625],[0.325490206480026,0.211764708161354,0.701960802078247,0.0980392172932625],[0.760784327983856,0.545098066329956,0.933333337306976,0.0980392172932625],[0.639215707778931,0.764705896377563,0.211764708161354,0.0980392172932625],[0.87058824300766,0.356862753629684,0.411764711141586,0.0980392172932625],[0.811764717102051,0.890196084976196,0.917647063732147,0.0980392172932625],[0.125490203499794,0.192156866192818,0.725490212440491,0.0980392172932625],[0.835294127464294,0.694117665290833,0.513725519180298,0.0980392172932625],[0.678431391716003,0.95686274766922,0.647058844566345,0.0980392172932625],[0.82745099067688,0.274509817361832,0.701960802078247,0.0980392172932625],[0.431372553110123,0.862745106220245,0.890196084976196,0.0980392172932625],[0.584313750267029,0.235294118523598,0.333333343267441,0.0980392172932625],[0.843137264251709,0.882352948188782,0.18823529779911,0.0980392172932625],[0.756862759590149,0.662745118141174,0.909803926944733,0.0980392172932625],[0.843137264251709,0.10196078568697,0.800000011920929,0.0980392172932625],[0.643137276172638,0.898039221763611,0.549019634723663,0.0980392172932625],[0.95686274766922,0.823529422283173,0.737254917621613,0.0980392172932625],[0.39215686917305,0.501960813999176,0.803921580314636,0.0980392172932625],[0.674509823322296,0.847058832645416,0.95686274766922,0.0980392172932625],[0.82745099067688,0.333333343267441,0.30588236451149,0.0980392172932625],[0.505882382392883,0.749019622802734,0.133333340287209,0.0980392172932625],[0.756862759590149,0.545098066329956,0.839215695858002,0.0980392172932625],[0.388235300779343,0.356862753629684,0.901960790157318,0.0980392172932625],[0.945098042488098,0.909803926944733,0.811764717102051,0.0980392172932625],[0.949019610881805,0.556862771511078,0.796078443527222,0.0980392172932625],[0.180392161011696,0.82745099067688,0.650980412960052,0.0980392172932625],[0.901960790157318,0.713725507259369,0.874509811401367,0.0980392172932625],[0.368627458810806,0.866666674613953,0.250980406999588,0.0980392172932625],[0.69803923368454,0.419607847929001,0.168627455830574,0.0980392172932625],[0.439215689897537,0.533333361148834,0.929411768913269,0.0980392172932625],[0.411764711141586,0.772549033164978,0.831372559070587,0.0980392172932625],[0.964705884456635,0.776470601558685,0.811764717102051,0.0980392172932625],[0.811764717102051,0.835294127464294,0.65490198135376,0.0980392172932625],[0.482352942228317,0.168627455830574,0.823529422283173,0.0980392172932625],[0.494117647409439,0.431372553110123,0.874509811401367,0.0980392172932625]],"centers":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"ignoreExtent":false,"flags":8256},"69":{"id":69,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,54.5164604187012,54.8908805847168]],"colors":[[0,0,0,1]],"texts":[["DIN99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,54.5164604187012,54.8908805847168]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"70":{"id":70,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["L99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"71":{"id":71,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["a99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"72":{"id":72,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"colors":[[0,0,0,1]],"texts":[["b99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"73":{"id":73,"type":"points","material":{"lit":false,"size":5},"vertices":[[29.0681438446045,7.70224857330322,-39.9873809814453],[84.5279846191406,-31.3464012145996,30.5765399932861],[80.2261581420898,-8.46840381622314,-21.2112216949463],[55.3165473937988,40.8240737915039,-9.38906192779541],[69.2031402587891,16.8858699798584,33.0622596740723]],"colors":[[0.0941176488995552,0.125490203499794,0.729411780834198,1],[0.313725501298904,0.917647063732147,0.301960796117783,1],[0.650980412960052,0.756862759590149,0.945098042488098,1],[0.898039221763611,0.117647059261799,0.584313750267029,1],[0.862745106220245,0.560784339904785,0.168627455830574,1]],"centers":[[29.0681438446045,7.70224857330322,-39.9873809814453],[84.5279846191406,-31.3464012145996,30.5765399932861],[80.2261581420898,-8.46840381622314,-21.2112216949463],[55.3165473937988,40.8240737915039,-9.38906192779541],[69.2031402587891,16.8858699798584,33.0622596740723]],"ignoreExtent":false,"flags":8192},"5":{"id":5,"reuse":"rgl75682"},"6":{"id":6,"reuse":"rgl75682"},"68":{"id":68,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[30,"NA","NA"],[40,"NA","NA"],[50,"NA","NA"],[60,"NA","NA"],[70,"NA","NA"],[80,"NA","NA"],[90,"NA","NA"],["NA",-20,"NA"],["NA",0,"NA"],["NA",20,"NA"],["NA",40,"NA"],["NA","NA",-40],["NA","NA",-20],["NA","NA",0],["NA","NA",20],["NA","NA",40]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[81,82,83,84,85,86,87]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,324.656982421875],"modelMatrix":[[1.12487173080444,0,0,-70.9679412841797],[0,0.338974744081497,0.860819220542908,3.4034252166748e-005],[0,-0.931325376033783,0.313312590122223,-321.733215332031],[0,0,0,1]],"projMatrix":[[3.73205089569092,0,0,0],[0,3.73205089569092,0,0],[0,0,-3.86370348930359,-1170.35095214844],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.12487173080444,0.991095781326294,0.91606467962265],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[29.0415420532227,97.1380767822266,-35.8719253540039,41.4161338806152,-42.9008445739746,40.7175598144531],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,68,67,69,70,71,72,73,5,81,82,83,84,85,86,87],"subscenes":[],"flags":13544},"81":{"id":81,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-37.0312461853027,-44.1551208496094],[90,-37.0312461853027,-44.1551208496094],[30,-37.0312461853027,-44.1551208496094],[30,-39.021411895752,-46.3082962036133],[40,-37.0312461853027,-44.1551208496094],[40,-39.021411895752,-46.3082962036133],[50,-37.0312461853027,-44.1551208496094],[50,-39.021411895752,-46.3082962036133],[60,-37.0312461853027,-44.1551208496094],[60,-39.021411895752,-46.3082962036133],[70,-37.0312461853027,-44.1551208496094],[70,-39.021411895752,-46.3082962036133],[80,-37.0312461853027,-44.1551208496094],[80,-39.021411895752,-46.3082962036133],[90,-37.0312461853027,-44.1551208496094],[90,-39.021411895752,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[60,-37.0312461853027,-44.1551208496094],[30,-38.0263290405273,-45.2317085266113],[40,-38.0263290405273,-45.2317085266113],[50,-38.0263290405273,-45.2317085266113],[60,-38.0263290405273,-45.2317085266113],[70,-38.0263290405273,-45.2317085266113],[80,-38.0263290405273,-45.2317085266113],[90,-38.0263290405273,-45.2317085266113]],"ignoreExtent":true,"origId":68,"flags":128},"82":{"id":82,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["30"],["40"],["50"],["60"],["70"],["80"],["90"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[30,-43.0017471313477,-50.6146430969238],[40,-43.0017471313477,-50.6146430969238],[50,-43.0017471313477,-50.6146430969238],[60,-43.0017471313477,-50.6146430969238],[70,-43.0017471313477,-50.6146430969238],[80,-43.0017471313477,-50.6146430969238],[90,-43.0017471313477,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"83":{"id":83,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-20,-44.1551208496094],[28.0200939178467,40,-44.1551208496094],[28.0200939178467,-20,-44.1551208496094],[26.2666091918945,-20,-46.3082962036133],[28.0200939178467,0,-44.1551208496094],[26.2666091918945,0,-46.3082962036133],[28.0200939178467,20,-44.1551208496094],[26.2666091918945,20,-46.3082962036133],[28.0200939178467,40,-44.1551208496094],[26.2666091918945,40,-46.3082962036133]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,10,-44.1551208496094],[27.1433525085449,-20,-45.2317085266113],[27.1433525085449,0,-45.2317085266113],[27.1433525085449,20,-45.2317085266113],[27.1433525085449,40,-45.2317085266113]],"ignoreExtent":true,"origId":68,"flags":128},"84":{"id":84,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"colors":[[0,0,0,1]],"texts":[["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-20,-50.6146430969238],[22.759635925293,0,-50.6146430969238],[22.759635925293,20,-50.6146430969238],[22.759635925293,40,-50.6146430969238]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"85":{"id":85,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-40],[28.0200939178467,-37.0312461853027,40],[28.0200939178467,-37.0312461853027,-40],[26.2666091918945,-39.021411895752,-40],[28.0200939178467,-37.0312461853027,-20],[26.2666091918945,-39.021411895752,-20],[28.0200939178467,-37.0312461853027,0],[26.2666091918945,-39.021411895752,0],[28.0200939178467,-37.0312461853027,20],[26.2666091918945,-39.021411895752,20],[28.0200939178467,-37.0312461853027,40],[26.2666091918945,-39.021411895752,40]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,-37.0312461853027,0],[27.1433525085449,-38.0263290405273,-40],[27.1433525085449,-38.0263290405273,-20],[27.1433525085449,-38.0263290405273,0],[27.1433525085449,-38.0263290405273,20],[27.1433525085449,-38.0263290405273,40]],"ignoreExtent":true,"origId":68,"flags":128},"86":{"id":86,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"colors":[[0,0,0,1]],"texts":[["-40"],["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"87":{"id":87,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[28.0200939178467,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,-44.1551208496094],[28.0200939178467,-37.0312461853027,41.9718360900879],[98.1595230102539,-37.0312461853027,41.9718360900879],[28.0200939178467,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[28.0200939178467,42.5754547119141,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,41.9718360900879],[98.1595230102539,-37.0312461853027,-44.1551208496094],[98.1595230102539,-37.0312461853027,41.9718360900879],[98.1595230102539,42.5754547119141,-44.1551208496094],[98.1595230102539,42.5754547119141,41.9718360900879]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,2.77210426330566,-44.1551208496094],[28.0200939178467,2.77210426330566,41.9718360900879],[28.0200939178467,-37.0312461853027,-1.09164237976074],[28.0200939178467,42.5754547119141,-1.09164237976074],[63.0898094177246,-37.0312461853027,-44.1551208496094],[63.0898094177246,-37.0312461853027,41.9718360900879],[63.0898094177246,42.5754547119141,-44.1551208496094],[63.0898094177246,42.5754547119141,41.9718360900879],[98.1595230102539,2.77210426330566,-44.1551208496094],[98.1595230102539,2.77210426330566,41.9718360900879],[98.1595230102539,-37.0312461853027,-1.09164237976074],[98.1595230102539,42.5754547119141,-1.09164237976074]],"ignoreExtent":true,"origId":68,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl75682"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><div id="color-specifications" class="section level3"> +<div id="rgl10209" style="width:672px;height:480px;" class="rglWebGL html-widget"></div> +<script type="application/json" data-for="rgl10209">{"x":{"material":{"color":"#000000","alpha":1,"lit":true,"ambient":"#000000","specular":"#FFFFFF","emission":"#000000","shininess":50,"smooth":true,"front":"filled","back":"filled","size":3,"lwd":1,"fog":false,"point_antialias":false,"line_antialias":false,"texture":null,"textype":"rgb","texmipmap":false,"texminfilter":"linear","texmagfilter":"linear","texenvmap":false,"depth_mask":true,"depth_test":"less","isTransparent":false},"rootSubscene":1,"objects":{"67":{"id":67,"type":"points","material":{"alpha":[0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625,0.0980392172932625],"lit":false,"isTransparent":true},"vertices":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"colors":[[0.764705896377563,0.91372549533844,0.407843142747879,0.0980392172932625],[0.874509811401367,0.701960802078247,0.705882370471954,0.0980392172932625],[0.227450981736183,0.662745118141174,0.847058832645416,0.0980392172932625],[0.584313750267029,0.596078455448151,0.862745106220245,0.0980392172932625],[0.811764717102051,0.560784339904785,0.137254908680916,0.0980392172932625],[0.368627458810806,0.850980401039124,0.34901961684227,0.0980392172932625],[0.968627452850342,0.733333349227905,0.898039221763611,0.0980392172932625],[0.752941191196442,0.368627458810806,0.768627464771271,0.0980392172932625],[0.7843137383461,0.945098042488098,0.694117665290833,0.0980392172932625],[0.878431379795074,0.615686297416687,0.509803950786591,0.0980392172932625],[0.105882354080677,0.356862753629684,0.780392169952393,0.0980392172932625],[0.803921580314636,0.95686274766922,0.952941179275513,0.0980392172932625],[0.925490200519562,0.337254911661148,0.556862771511078,0.0980392172932625],[0.772549033164978,0.752941191196442,0.239215686917305,0.0980392172932625],[0.682352960109711,0.576470613479614,0.933333337306976,0.0980392172932625],[0.439215689897537,0.662745118141174,0.854901969432831,0.0980392172932625],[0.972549021244049,0.839215695858002,0.815686285495758,0.0980392172932625],[0.780392169952393,0.87058824300766,0.670588254928589,0.0980392172932625],[0.713725507259369,0.196078434586525,0.847058832645416,0.0980392172932625],[0.768627464771271,0.745098054409027,0.921568632125854,0.0980392172932625],[0.882352948188782,0.760784327983856,0.286274522542953,0.0980392172932625],[0.749019622802734,0.168627455830574,0.482352942228317,0.0980392172932625],[0.47843137383461,0.937254905700684,0.843137264251709,0.0980392172932625],[0.317647069692612,0.619607865810394,0.662745118141174,0.0980392172932625],[0.909803926944733,0.5686274766922,0.639215707778931,0.0980392172932625],[0.921568632125854,0.941176474094391,0.788235306739807,0.0980392172932625],[0.592156887054443,0.329411774873734,0.898039221763611,0.0980392172932625],[0.874509811401367,0.47843137383461,0.823529422283173,0.0980392172932625],[0.235294118523598,0.756862759590149,0.0980392172932625,0.0980392172932625],[0.768627464771271,0.533333361148834,0.333333343267441,0.0980392172932625],[0.662745118141174,0.721568644046783,0.941176474094391,0.0980392172932625],[0.129411771893501,0.0980392172932625,0.866666674613953,0.0980392172932625],[0.905882358551025,0.803921580314636,0.556862771511078,0.0980392172932625],[0.960784316062927,0.752941191196442,0.882352948188782,0.0980392172932625],[0.39215686917305,0.823529422283173,0.69803923368454,0.0980392172932625],[0.439215689897537,0.725490212440491,0.898039221763611,0.0980392172932625],[0.619607865810394,0.239215686917305,0.219607844948769,0.0980392172932625],[0.631372570991516,0.894117653369904,0.196078434586525,0.0980392172932625],[0.847058832645416,0.670588254928589,0.917647063732147,0.0980392172932625],[0.898039221763611,0.380392163991928,0.874509811401367,0.0980392172932625],[0.862745106220245,0.945098042488098,0.831372559070587,0.0980392172932625],[0.949019610881805,0.717647075653076,0.576470613479614,0.0980392172932625],[0.207843139767647,0.384313732385635,0.819607853889465,0.0980392172932625],[0.694117665290833,0.945098042488098,0.95686274766922,0.0980392172932625],[0.819607853889465,0.329411774873734,0.470588237047195,0.0980392172932625],[0.729411780834198,0.752941191196442,0.14509804546833,0.0980392172932625],[0.670588254928589,0.576470613479614,0.82745099067688,0.0980392172932625],[0.219607844948769,0.301960796117783,0.901960790157318,0.0980392172932625],[0.925490200519562,0.819607853889465,0.694117665290833,0.0980392172932625],[0.517647087574005,0.905882358551025,0.462745100259781,0.0980392172932625],[0.650980412960052,0.219607844948769,0.560784339904785,0.0980392172932625],[0.878431379795074,0.788235306739807,0.95686274766922,0.0980392172932625],[0.705882370471954,0.768627464771271,0.47843137383461,0.0980392172932625],[0.866666674613953,0.129411771893501,0.219607844948769,0.0980392172932625],[0.603921592235565,0.831372559070587,0.890196084976196,0.0980392172932625],[0.113725490868092,0.694117665290833,0.623529434204102,0.0980392172932625],[0.839215695858002,0.470588237047195,0.639215707778931,0.0980392172932625],[0.952941179275513,0.909803926944733,0.603921592235565,0.0980392172932625],[0.352941185235977,0.227450981736183,0.831372559070587,0.0980392172932625],[0.878431379795074,0.501960813999176,0.933333337306976,0.0980392172932625],[0.443137258291245,0.74117648601532,0.192156866192818,0.0980392172932625],[0.87058824300766,0.427450984716415,0.309803932905197,0.0980392172932625],[0.768627464771271,0.835294127464294,0.91372549533844,0.0980392172932625],[0.321568638086319,0.631372570991516,0.26274511218071,0.0980392172932625],[0.901960790157318,0.494117647409439,0.831372559070587,0.0980392172932625],[0.717647075653076,0.752941191196442,0.925490200519562,0.0980392172932625],[0.890196084976196,0.572549045085907,0.250980406999588,0.0980392172932625],[0.909803926944733,0.607843160629272,0.658823549747467,0.0980392172932625],[0.125490203499794,0.764705896377563,0.894117653369904,0.0980392172932625],[0.635294139385223,0.447058826684952,0.819607853889465,0.0980392172932625],[0.937254905700684,0.964705884456635,0.800000011920929,0.0980392172932625],[0.815686285495758,0.725490212440491,0.26274511218071,0.0980392172932625],[0.686274528503418,0.631372570991516,0.949019610881805,0.0980392172932625],[0.509803950786591,0.823529422283173,0.772549033164978,0.0980392172932625],[0.701960802078247,0.129411771893501,0.415686279535294,0.0980392172932625],[0.933333337306976,0.800000011920929,0.772549033164978,0.0980392172932625],[0.313725501298904,0.600000023841858,0.894117653369904,0.0980392172932625],[0.686274528503418,0.168627455830574,0.788235306739807,0.0980392172932625],[0.725490212440491,0.945098042488098,0.509803950786591,0.0980392172932625],[0.788235306739807,0.450980395078659,0.674509823322296,0.0980392172932625],[0.780392169952393,0.95686274766922,0.898039221763611,0.0980392172932625],[0.592156887054443,0.592156887054443,0.894117653369904,0.0980392172932625],[0.866666674613953,0.619607865810394,0.121568627655506,0.0980392172932625],[0.847058832645416,0.929411768913269,0.682352960109711,0.0980392172932625],[0.674509823322296,0.20392157137394,0.905882358551025,0.0980392172932625],[0.20392157137394,0.505882382392883,0.658823549747467,0.0980392172932625],[0.909803926944733,0.450980395078659,0.450980395078659,0.0980392172932625],[0.792156875133514,0.439215689897537,0.258823543787003,0.0980392172932625],[0.607843160629272,0.717647075653076,0.941176474094391,0.0980392172932625],[0.937254905700684,0.862745106220245,0.937254905700684,0.0980392172932625],[0.572549045085907,0.882352948188782,0.419607847929001,0.0980392172932625],[0.850980401039124,0.854901969432831,0.572549045085907,0.0980392172932625],[0.356862753629684,0.137254908680916,0.788235306739807,0.0980392172932625],[0.333333343267441,0.839215695858002,0.839215695858002,0.0980392172932625],[0.964705884456635,0.709803938865662,0.796078443527222,0.0980392172932625],[0.572549045085907,0.866666674613953,0.168627455830574,0.0980392172932625],[0.831372559070587,0.643137276172638,0.890196084976196,0.0980392172932625],[0.807843148708344,0.905882358551025,0.976470589637756,0.0980392172932625],[0.87058824300766,0.450980395078659,0.411764711141586,0.0980392172932625],[0.929411768913269,0.47843137383461,0.74117648601532,0.0980392172932625],[0.184313729405403,0.725490212440491,0.592156887054443,0.0980392172932625],[0.341176480054855,0.290196090936661,0.866666674613953,0.0980392172932625],[0.905882358551025,0.87058824300766,0.752941191196442,0.0980392172932625],[0.862745106220245,0.91372549533844,0.309803932905197,0.0980392172932625],[0.847058832645416,0.772549033164978,0.949019610881805,0.0980392172932625],[0.549019634723663,0.890196084976196,0.921568632125854,0.0980392172932625],[0.729411780834198,0.243137255311012,0.364705890417099,0.0980392172932625],[0.933333337306976,0.776470601558685,0.662745118141174,0.0980392172932625],[0.368627458810806,0.458823531866074,0.725490212440491,0.0980392172932625],[0.737254917621613,0.109803922474384,0.682352960109711,0.0980392172932625],[0.580392181873322,0.858823537826538,0.486274510622025,0.0980392172932625],[0.858823537826538,0.207843139767647,0.258823543787003,0.0980392172932625],[0.678431391716003,0.835294127464294,0.886274516582489,0.0980392172932625],[0.701960802078247,0.396078437566757,0.921568632125854,0.0980392172932625],[0.529411792755127,0.65490198135376,0.160784319043159,0.0980392172932625],[0.749019622802734,0.960784316062927,0.733333349227905,0.0980392172932625],[0.819607853889465,0.372549027204514,0.705882370471954,0.0980392172932625],[0.160784319043159,0.211764708161354,0.776470601558685,0.0980392172932625],[0.811764717102051,0.737254917621613,0.627451002597809,0.0980392172932625],[0.7843137383461,0.266666680574417,0.0941176488995552,0.0980392172932625],[0.494117647409439,0.65490198135376,0.886274516582489,0.0980392172932625],[0.925490200519562,0.682352960109711,0.949019610881805,0.0980392172932625],[0.52549022436142,0.792156875133514,0.337254911661148,0.0980392172932625],[0.917647063732147,0.894117653369904,0.584313750267029,0.0980392172932625],[0.396078437566757,0.286274522542953,0.713725507259369,0.0980392172932625],[0.345098048448563,0.905882358551025,0.862745106220245,0.0980392172932625],[0.949019610881805,0.803921580314636,0.862745106220245,0.0980392172932625],[0.61176472902298,0.921568632125854,0.91372549533844,0.0980392172932625],[0.690196096897125,0.337254911661148,0.462745100259781,0.0980392172932625],[0.905882358551025,0.894117653369904,0.376470595598221,0.0980392172932625],[0.866666674613953,0.82745099067688,0.952941179275513,0.0980392172932625],[0.788235306739807,0.10196078568697,0.803921580314636,0.0980392172932625],[0.647058844566345,0.886274516582489,0.521568655967712,0.0980392172932625],[0.949019610881805,0.7843137383461,0.705882370471954,0.0980392172932625],[0.372549027204514,0.517647087574005,0.7843137383461,0.0980392172932625],[0.752941191196442,0.756862759590149,0.964705884456635,0.0980392172932625],[0.839215695858002,0.678431391716003,0.380392163991928,0.0980392172932625],[0.168627455830574,0.811764717102051,0.152941182255745,0.0980392172932625],[0.850980401039124,0.615686297416687,0.776470601558685,0.0980392172932625],[0.643137276172638,0.219607844948769,0.874509811401367,0.0980392172932625],[0.835294127464294,0.901960790157318,0.690196096897125,0.0980392172932625],[0.929411768913269,0.411764711141586,0.423529416322708,0.0980392172932625],[0.152941182255745,0.521568655967712,0.690196096897125,0.0980392172932625],[0.933333337306976,0.627451002597809,0.886274516582489,0.0980392172932625],[0.39215686917305,0.749019622802734,0.313725501298904,0.0980392172932625],[0.713725507259369,0.396078437566757,0.0941176488995552,0.0980392172932625],[0.450980395078659,0.52549022436142,0.862745106220245,0.0980392172932625],[0.270588248968124,0.819607853889465,0.917647063732147,0.0980392172932625],[0.945098042488098,0.74117648601532,0.780392169952393,0.0980392172932625],[0.862745106220245,0.925490200519562,0.513725519180298,0.0980392172932625],[0.458823531866074,0.215686276555061,0.721568644046783,0.0980392172932625],[0.521568655967712,0.454901963472366,0.921568632125854,0.0980392172932625],[0.686274528503418,0.596078455448151,0.18823529779911,0.0980392172932625],[0.854901969432831,0.266666680574417,0.572549045085907,0.0980392172932625],[0.733333349227905,0.890196084976196,0.858823537826538,0.0980392172932625],[0.14509804546833,0.513725519180298,0.854901969432831,0.0980392172932625],[0.878431379795074,0.658823549747467,0.623529434204102,0.0980392172932625],[0.878431379795074,0.972549021244049,0.776470601558685,0.0980392172932625],[0.772549033164978,0.388235300779343,0.858823537826538,0.0980392172932625],[0.537254929542542,0.831372559070587,0.850980401039124,0.0980392172932625],[0.760784327983856,0.125490203499794,0.298039227724075,0.0980392172932625],[0.807843148708344,0.843137264251709,0.298039227724075,0.0980392172932625],[0.792156875133514,0.678431391716003,0.960784316062927,0.0980392172932625],[0.792156875133514,0.223529413342476,0.756862759590149,0.0980392172932625],[0.674509823322296,0.941176474094391,0.576470613479614,0.0980392172932625],[0.933333337306976,0.87058824300766,0.831372559070587,0.0980392172932625],[0.384313732385635,0.517647087574005,0.882352948188782,0.0980392172932625],[0.658823549747467,0.815686285495758,0.917647063732147,0.0980392172932625],[0.894117653369904,0.23137255012989,0.184313729405403,0.0980392172932625],[0.454901963472366,0.61176472902298,0.215686276555061,0.0980392172932625],[0.772549033164978,0.431372553110123,0.898039221763611,0.0980392172932625],[0.494117647409439,0.47843137383461,0.725490212440491,0.0980392172932625],[0.949019610881805,0.898039221763611,0.752941191196442,0.0980392172932625],[0.878431379795074,0.576470613479614,0.756862759590149,0.0980392172932625],[0.125490203499794,0.823529422283173,0.639215707778931,0.0980392172932625],[0.917647063732147,0.800000011920929,0.933333337306976,0.0980392172932625],[0.580392181873322,0.886274516582489,0.345098048448563,0.0980392172932625],[0.796078443527222,0.329411774873734,0.18823529779911,0.0980392172932625],[0.541176497936249,0.717647075653076,0.941176474094391,0.0980392172932625],[0.301960796117783,0.807843148708344,0.752941191196442,0.0980392172932625],[0.949019610881805,0.658823549747467,0.7843137383461,0.0980392172932625],[0.803921580314636,0.780392169952393,0.552941203117371,0.0980392172932625],[0.274509817361832,0.14509804546833,0.713725507259369,0.0980392172932625],[0.792156875133514,0.627451002597809,0.917647063732147,0.0980392172932625],[0.725490212440491,0.901960790157318,0.14509804546833,0.0980392172932625],[0.835294127464294,0.458823531866074,0.498039215803146,0.0980392172932625],[0.823529422283173,0.937254905700684,0.972549021244049,0.0980392172932625],[0.250980406999588,0.294117659330368,0.670588254928589,0.0980392172932625],[0.909803926944733,0.737254917621613,0.513725519180298,0.0980392172932625],[0.756862759590149,0.933333337306976,0.737254917621613,0.0980392172932625],[0.901960790157318,0.270588248968124,0.752941191196442,0.0980392172932625],[0.929411768913269,0.607843160629272,0.533333361148834,0.0980392172932625],[0.215686276555061,0.466666668653488,0.745098054409027,0.0980392172932625],[0.788235306739807,0.345098048448563,0.862745106220245,0.0980392172932625],[0.850980401039124,0.905882358551025,0.803921580314636,0.0980392172932625],[0.709803938865662,0.623529434204102,0.125490203499794,0.0980392172932625],[0.5686274766922,0.505882382392883,0.82745099067688,0.0980392172932625],[0.631372570991516,0.952941179275513,0.905882358551025,0.0980392172932625],[0.819607853889465,0.26274511218071,0.529411792755127,0.0980392172932625],[0.964705884456635,0.807843148708344,0.831372559070587,0.0980392172932625],[0.47843137383461,0.733333349227905,0.792156875133514,0.0980392172932625],[0.529411792755127,0.14509804546833,0.878431379795074,0.0980392172932625],[0.847058832645416,0.901960790157318,0.623529434204102,0.0980392172932625],[0.333333343267441,0.909803926944733,0.239215686917305,0.0980392172932625],[0.937254905700684,0.713725507259369,0.894117653369904,0.0980392172932625],[0.482352942228317,0.545098066329956,0.91372549533844,0.0980392172932625],[0.682352960109711,0.458823531866074,0.215686276555061,0.0980392172932625],[0.949019610881805,0.952941179275513,0.662745118141174,0.0980392172932625],[0.482352942228317,0.294117659330368,0.823529422283173,0.0980392172932625],[0.133333340287209,0.717647075653076,0.729411780834198,0.0980392172932625],[0.82745099067688,0.537254929542542,0.627451002597809,0.0980392172932625],[0.898039221763611,0.541176497936249,0.345098048448563,0.0980392172932625],[0.800000011920929,0.843137264251709,0.941176474094391,0.0980392172932625],[0.949019610881805,0.545098066329956,0.937254905700684,0.0980392172932625],[0.372549027204514,0.815686285495758,0.176470592617989,0.0980392172932625],[0.717647075653076,0.882352948188782,0.419607847929001,0.0980392172932625],[0.462745100259781,0.243137255311012,0.560784339904785,0.0980392172932625],[0.176470592617989,0.627451002597809,0.878431379795074,0.0980392172932625],[0.901960790157318,0.65490198135376,0.650980412960052,0.0980392172932625],[0.82745099067688,0.10196078568697,0.5686274766922,0.0980392172932625],[0.537254929542542,0.890196084976196,0.780392169952393,0.0980392172932625],[0.729411780834198,0.725490212440491,0.952941179275513,0.0980392172932625],[0.796078443527222,0.666666686534882,0.384313732385635,0.0980392172932625],[0.878431379795074,0.635294139385223,0.443137258291245,0.0980392172932625],[0.0862745121121407,0.23137255012989,0.733333349227905,0.0980392172932625],[0.780392169952393,0.286274522542953,0.729411780834198,0.0980392172932625],[0.69803923368454,0.941176474094391,0.627451002597809,0.0980392172932625],[0.639215707778931,0.682352960109711,0.26274511218071,0.0980392172932625],[0.69803923368454,0.533333361148834,0.91372549533844,0.0980392172932625],[0.756862759590149,0.917647063732147,0.937254905700684,0.0980392172932625],[0.901960790157318,0.290196090936661,0.431372553110123,0.0980392172932625],[0.905882358551025,0.725490212440491,0.82745099067688,0.0980392172932625],[0.26274511218071,0.87058824300766,0.733333349227905,0.0980392172932625],[0.227450981736183,0.168627455830574,0.713725507259369,0.0980392172932625],[0.929411768913269,0.819607853889465,0.450980395078659,0.0980392172932625],[0.65490198135376,0.835294127464294,0.419607847929001,0.0980392172932625],[0.929411768913269,0.788235306739807,0.968627452850342,0.0980392172932625],[0.658823549747467,0.764705896377563,0.847058832645416,0.0980392172932625],[0.831372559070587,0.243137255311012,0.176470592617989,0.0980392172932625],[0.960784316062927,0.952941179275513,0.82745099067688,0.0980392172932625],[0.517647087574005,0.364705890417099,0.921568632125854,0.0980392172932625],[0.274509817361832,0.764705896377563,0.737254917621613,0.0980392172932625],[0.933333337306976,0.603921592235565,0.733333349227905,0.0980392172932625],[0.756862759590149,0.501960813999176,0.407843142747879,0.0980392172932625],[0.717647075653076,0.807843148708344,0.945098042488098,0.0980392172932625],[0.854901969432831,0.537254929542542,0.874509811401367,0.0980392172932625],[0.384313732385635,0.800000011920929,0.113725490868092,0.0980392172932625],[0.61176472902298,0.882352948188782,0.596078455448151,0.0980392172932625],[0.843137264251709,0.129411771893501,0.650980412960052,0.0980392172932625],[0.360784322023392,0.39215686917305,0.866666674613953,0.0980392172932625],[0.972549021244049,0.886274516582489,0.752941191196442,0.0980392172932625],[0.682352960109711,0.168627455830574,0.200000002980232,0.0980392172932625],[0.427450984716415,0.788235306739807,0.925490200519562,0.0980392172932625],[0.819607853889465,0.705882370471954,0.894117653369904,0.0980392172932625],[0.690196096897125,0.862745106220245,0.239215686917305,0.0980392172932625],[0.717647075653076,0.886274516582489,0.968627452850342,0.0980392172932625],[0.850980401039124,0.333333343267441,0.337254911661148,0.0980392172932625],[0.584313750267029,0.803921580314636,0.129411771893501,0.0980392172932625],[0.764705896377563,0.5686274766922,0.866666674613953,0.0980392172932625],[0.850980401039124,0.207843139767647,0.643137276172638,0.0980392172932625],[0.682352960109711,0.878431379795074,0.682352960109711,0.0980392172932625],[0.91372549533844,0.737254917621613,0.39215686917305,0.0980392172932625],[0.168627455830574,0.172549024224281,0.643137276172638,0.0980392172932625],[0.572549045085907,0.694117665290833,0.925490200519562,0.0980392172932625],[0.74117648601532,0.411764711141586,0.254901975393295,0.0980392172932625],[0.533333361148834,0.91372549533844,0.333333343267441,0.0980392172932625],[0.949019610881805,0.796078443527222,0.952941179275513,0.0980392172932625],[0.321568638086319,0.113725490868092,0.756862759590149,0.0980392172932625],[0.862745106220245,0.858823537826538,0.509803950786591,0.0980392172932625],[0.937254905700684,0.686274528503418,0.772549033164978,0.0980392172932625],[0.400000005960464,0.721568644046783,0.717647075653076,0.0980392172932625],[0.854901969432831,0.470588237047195,0.933333337306976,0.0980392172932625],[0.454901963472366,0.733333349227905,0.168627455830574,0.0980392172932625],[0.878431379795074,0.372549027204514,0.274509817361832,0.0980392172932625],[0.737254917621613,0.82745099067688,0.91372549533844,0.0980392172932625],[0.18823529779911,0.839215695858002,0.725490212440491,0.0980392172932625],[0.862745106220245,0.666666686534882,0.764705896377563,0.0980392172932625],[0.972549021244049,0.941176474094391,0.807843148708344,0.0980392172932625],[0.498039215803146,0.431372553110123,0.847058832645416,0.0980392172932625],[0.792156875133514,0.647058844566345,0.945098042488098,0.0980392172932625],[0.713725507259369,0.792156875133514,0.298039227724075,0.0980392172932625],[0.756862759590149,0.0862745121121407,0.20392157137394,0.0980392172932625],[0.454901963472366,0.815686285495758,0.882352948188782,0.0980392172932625],[0.309803932905197,0.411764711141586,0.905882358551025,0.0980392172932625],[0.945098042488098,0.854901969432831,0.772549033164978,0.0980392172932625],[0.61176472902298,0.917647063732147,0.549019634723663,0.0980392172932625],[0.709803938865662,0.258823543787003,0.635294139385223,0.0980392172932625],[0.694117665290833,0.909803926944733,0.854901969432831,0.0980392172932625],[0.882352948188782,0.223529413342476,0.61176472902298,0.0980392172932625],[0.5686274766922,0.494117647409439,0.290196090936661,0.0980392172932625],[0.498039215803146,0.466666668653488,0.890196084976196,0.0980392172932625],[0.705882370471954,0.431372553110123,0.800000011920929,0.0980392172932625],[0.882352948188782,0.960784316062927,0.772549033164978,0.0980392172932625],[0.898039221763611,0.607843160629272,0.584313750267029,0.0980392172932625],[0.113725490868092,0.560784339904785,0.866666674613953,0.0980392172932625],[0.584313750267029,0.650980412960052,0.835294127464294,0.0980392172932625],[0.768627464771271,0.403921574354172,0.149019613862038,0.0980392172932625],[0.466666668653488,0.82745099067688,0.345098048448563,0.0980392172932625],[0.960784316062927,0.709803938865662,0.941176474094391,0.0980392172932625],[0.466666668653488,0.219607844948769,0.823529422283173,0.0980392172932625],[0.925490200519562,0.949019610881805,0.592156887054443,0.0980392172932625],[0.949019610881805,0.843137264251709,0.87058824300766,0.0980392172932625],[0.396078437566757,0.862745106220245,0.898039221763611,0.0980392172932625],[0.901960790157318,0.61176472902298,0.831372559070587,0.0980392172932625],[0.200000002980232,0.882352948188782,0.129411771893501,0.0980392172932625],[0.800000011920929,0.65490198135376,0.462745100259781,0.0980392172932625],[0.800000011920929,0.815686285495758,0.960784316062927,0.0980392172932625],[0.207843139767647,0.564705908298492,0.682352960109711,0.0980392172932625],[0.91372549533844,0.470588237047195,0.513725519180298,0.0980392172932625],[0.878431379795074,0.937254905700684,0.701960802078247,0.0980392172932625],[0.619607865810394,0.227450981736183,0.909803926944733,0.0980392172932625],[0.819607853889465,0.792156875133514,0.909803926944733,0.0980392172932625],[0.866666674613953,0.815686285495758,0.333333343267441,0.0980392172932625],[0.745098054409027,0.207843139767647,0.43529412150383,0.0980392172932625],[0.521568655967712,0.929411768913269,0.890196084976196,0.0980392172932625],[0.250980406999588,0.494117647409439,0.823529422283173,0.0980392172932625],[0.952941179275513,0.701960802078247,0.623529434204102,0.0980392172932625],[0.639215707778931,0.831372559070587,0.494117647409439,0.0980392172932625],[0.650980412960052,0.121568627655506,0.701960802078247,0.0980392172932625],[0.964705884456635,0.874509811401367,0.776470601558685,0.0980392172932625],[0.419607847929001,0.474509805440903,0.819607853889465,0.0980392172932625],[0.882352948188782,0.105882354080677,0.729411780834198,0.0980392172932625],[0.627451002597809,0.905882358551025,0.584313750267029,0.0980392172932625],[0.756862759590149,0.890196084976196,0.223529413342476,0.0980392172932625],[0.815686285495758,0.694117665290833,0.921568632125854,0.0980392172932625],[0.466666668653488,0.811764717102051,0.898039221763611,0.0980392172932625],[0.619607865810394,0.243137255311012,0.294117659330368,0.0980392172932625],[0.933333337306976,0.494117647409439,0.69803923368454,0.0980392172932625],[0.180392161011696,0.745098054409027,0.670588254928589,0.0980392172932625],[0.415686279535294,0.301960796117783,0.874509811401367,0.0980392172932625],[0.917647063732147,0.894117653369904,0.760784327983856,0.0980392172932625],[0.384313732385635,0.662745118141174,0.137254908680916,0.0980392172932625],[0.74117648601532,0.529411792755127,0.772549033164978,0.0980392172932625],[0.61176472902298,0.764705896377563,0.941176474094391,0.0980392172932625],[0.788235306739807,0.368627458810806,0.26274511218071,0.0980392172932625],[0.901960790157318,0.760784327983856,0.431372553110123,0.0980392172932625],[0.219607844948769,0.207843139767647,0.627451002597809,0.0980392172932625],[0.184313729405403,0.898039221763611,0.686274528503418,0.0980392172932625],[0.921568632125854,0.662745118141174,0.82745099067688,0.0980392172932625],[0.835294127464294,0.14509804546833,0.121568627655506,0.0980392172932625],[0.576470613479614,0.768627464771271,0.882352948188782,0.0980392172932625],[0.894117653369904,0.756862759590149,0.952941179275513,0.0980392172932625],[0.647058844566345,0.764705896377563,0.443137258291245,0.0980392172932625],[0.764705896377563,0.964705884456635,0.682352960109711,0.0980392172932625],[0.847058832645416,0.298039227724075,0.831372559070587,0.0980392172932625],[0.121568627655506,0.317647069692612,0.772549033164978,0.0980392172932625],[0.858823537826538,0.65490198135376,0.533333361148834,0.0980392172932625],[0.886274516582489,0.384313732385635,0.533333361148834,0.0980392172932625],[0.831372559070587,0.933333337306976,0.937254905700684,0.0980392172932625],[0.709803938865662,0.576470613479614,0.941176474094391,0.0980392172932625],[0.7843137383461,0.803921580314636,0.215686276555061,0.0980392172932625],[0.894117653369904,0.780392169952393,0.764705896377563,0.0980392172932625],[0.301960796117783,0.607843160629272,0.858823537826538,0.0980392172932625],[0.600000023841858,0.200000002980232,0.713725507259369,0.0980392172932625],[0.725490212440491,0.925490200519562,0.486274510622025,0.0980392172932625],[0.862745106220245,0.768627464771271,0.423529416322708,0.0980392172932625],[0.831372559070587,0.811764717102051,0.976470589637756,0.0980392172932625],[0.65490198135376,0.882352948188782,0.831372559070587,0.0980392172932625],[0.858823537826538,0.180392161011696,0.552941203117371,0.0980392172932625],[0.866666674613953,0.482352942228317,0.564705908298492,0.0980392172932625],[0.10196078568697,0.670588254928589,0.745098054409027,0.0980392172932625],[0.529411792755127,0.34901961684227,0.752941191196442,0.0980392172932625],[0.905882358551025,0.937254905700684,0.662745118141174,0.0980392172932625],[0.341176480054855,0.745098054409027,0.227450981736183,0.0980392172932625],[0.925490200519562,0.545098066329956,0.882352948188782,0.0980392172932625],[0.772549033164978,0.811764717102051,0.949019610881805,0.0980392172932625],[0.917647063732147,0.580392181873322,0.30588236451149,0.0980392172932625],[0.776470601558685,0.854901969432831,0.588235318660736,0.0980392172932625],[0.549019634723663,0.14509804546833,0.796078443527222,0.0980392172932625],[0.352941185235977,0.701960802078247,0.839215695858002,0.0980392172932625],[0.964705884456635,0.729411780834198,0.74117648601532,0.0980392172932625],[0.674509823322296,0.470588237047195,0.141176477074623,0.0980392172932625],[0.384313732385635,0.411764711141586,0.929411768913269,0.0980392172932625],[0.901960790157318,0.666666686534882,0.835294127464294,0.0980392172932625],[0.227450981736183,0.874509811401367,0.192156866192818,0.0980392172932625],[0.862745106220245,0.949019610881805,0.807843148708344,0.0980392172932625],[0.878431379795074,0.34901961684227,0.905882358551025,0.0980392172932625],[0.294117659330368,0.454901963472366,0.709803938865662,0.0980392172932625],[0.917647063732147,0.678431391716003,0.584313750267029,0.0980392172932625],[0.788235306739807,0.341176480054855,0.513725519180298,0.0980392172932625],[0.682352960109711,0.945098042488098,0.933333337306976,0.0980392172932625],[0.603921592235565,0.494117647409439,0.886274516582489,0.0980392172932625],[0.7843137383461,0.749019622802734,0.0941176488995552,0.0980392172932625],[0.494117647409439,0.356862753629684,0.807843148708344,0.0980392172932625],[0.952941179275513,0.949019610881805,0.709803938865662,0.0980392172932625],[0.898039221763611,0.517647087574005,0.65490198135376,0.0980392172932625],[0.0941176488995552,0.819607853889465,0.800000011920929,0.0980392172932625],[0.831372559070587,0.878431379795074,0.95686274766922,0.0980392172932625],[0.917647063732147,0.537254929542542,0.372549027204514,0.0980392172932625],[0.458823531866074,0.74117648601532,0.298039227724075,0.0980392172932625],[0.917647063732147,0.61176472902298,0.929411768913269,0.0980392172932625],[0.694117665290833,0.160784319043159,0.529411792755127,0.0980392172932625],[0.439215689897537,0.929411768913269,0.423529416322708,0.0980392172932625],[0.901960790157318,0.82745099067688,0.701960802078247,0.0980392172932625],[0.23137255012989,0.250980406999588,0.87058824300766,0.0980392172932625],[0.631372570991516,0.780392169952393,0.843137264251709,0.0980392172932625],[0.815686285495758,0.160784319043159,0.180392161011696,0.0980392172932625],[0.701960802078247,0.835294127464294,0.39215686917305,0.0980392172932625],[0.890196084976196,0.760784327983856,0.964705884456635,0.0980392172932625],[0.243137255311012,0.333333343267441,0.701960802078247,0.0980392172932625],[0.917647063732147,0.713725507259369,0.529411792755127,0.0980392172932625],[0.792156875133514,0.941176474094391,0.756862759590149,0.0980392172932625],[0.909803926944733,0.286274522542953,0.823529422283173,0.0980392172932625],[0.650980412960052,0.470588237047195,0.850980401039124,0.0980392172932625],[0.631372570991516,0.713725507259369,0.109803922474384,0.0980392172932625],[0.701960802078247,0.368627458810806,0.43529412150383,0.0980392172932625],[0.643137276172638,0.886274516582489,0.925490200519562,0.0980392172932625],[0.39215686917305,0.866666674613953,0.772549033164978,0.0980392172932625],[0.972549021244049,0.7843137383461,0.886274516582489,0.0980392172932625],[0.882352948188782,0.831372559070587,0.627451002597809,0.0980392172932625],[0.24705882370472,0.149019613862038,0.858823537826538,0.0980392172932625],[0.866666674613953,0.737254917621613,0.898039221763611,0.0980392172932625],[0.584313750267029,0.862745106220245,0.270588248968124,0.0980392172932625],[0.701960802078247,0.254901975393295,0.184313729405403,0.0980392172932625],[0.458823531866074,0.705882370471954,0.925490200519562,0.0980392172932625],[0.564705908298492,0.364705890417099,0.878431379795074,0.0980392172932625],[0.921568632125854,0.925490200519562,0.815686285495758,0.0980392172932625],[0.937254905700684,0.556862771511078,0.662745118141174,0.0980392172932625],[0.207843139767647,0.752941191196442,0.7843137383461,0.0980392172932625],[0.658823549747467,0.74117648601532,0.95686274766922,0.0980392172932625],[0.835294127464294,0.498039215803146,0.282352954149246,0.0980392172932625],[0.298039227724075,0.745098054409027,0.125490203499794,0.0980392172932625],[0.847058832645416,0.521568655967712,0.82745099067688,0.0980392172932625],[0.623529434204102,0.109803922474384,0.823529422283173,0.0980392172932625],[0.752941191196442,0.886274516582489,0.541176497936249,0.0980392172932625],[0.952941179275513,0.74117648601532,0.729411780834198,0.0980392172932625],[0.396078437566757,0.635294139385223,0.7843137383461,0.0980392172932625],[0.400000005960464,0.905882358551025,0.764705896377563,0.0980392172932625],[0.623529434204102,0.180392161011696,0.450980395078659,0.0980392172932625],[0.905882358551025,0.694117665290833,0.149019613862038,0.0980392172932625],[0.647058844566345,0.631372570991516,0.921568632125854,0.0980392172932625],[0.133333340287209,0.388235300779343,0.705882370471954,0.0980392172932625],[0.819607853889465,0.584313750267029,0.517647087574005,0.0980392172932625],[0.776470601558685,0.949019610881805,0.635294139385223,0.0980392172932625],[0.752941191196442,0.274509817361832,0.815686285495758,0.0980392172932625],[0.61176472902298,0.517647087574005,0.945098042488098,0.0980392172932625],[0.788235306739807,0.721568644046783,0.172549024224281,0.0980392172932625],[0.890196084976196,0.321568638086319,0.576470613479614,0.0980392172932625],[0.780392169952393,0.933333337306976,0.91372549533844,0.0980392172932625],[0.258823543787003,0.749019622802734,0.890196084976196,0.0980392172932625],[0.925490200519562,0.725490212440491,0.749019622802734,0.0980392172932625],[0.811764717102051,0.898039221763611,0.501960813999176,0.0980392172932625],[0.466666668653488,0.274509817361832,0.623529434204102,0.0980392172932625],[0.968627452850342,0.807843148708344,0.933333337306976,0.0980392172932625],[0.498039215803146,0.815686285495758,0.458823531866074,0.0980392172932625],[0.890196084976196,0.552941203117371,0.133333340287209,0.0980392172932625],[0.615686297416687,0.647058844566345,0.909803926944733,0.0980392172932625],[0.549019634723663,0.843137264251709,0.266666680574417,0.0980392172932625],[0.91372549533844,0.650980412960052,0.960784316062927,0.0980392172932625],[0.505882382392883,0.674509823322296,0.854901969432831,0.0980392172932625],[0.745098054409027,0.227450981736183,0.117647059261799,0.0980392172932625],[0.929411768913269,0.803921580314636,0.866666674613953,0.0980392172932625],[0.352941185235977,0.882352948188782,0.800000011920929,0.0980392172932625],[0.301960796117783,0.196078434586525,0.788235306739807,0.0980392172932625],[0.941176474094391,0.878431379795074,0.545098066329956,0.0980392172932625],[0.61176472902298,0.69803923368454,0.227450981736183,0.0980392172932625],[0.717647075653076,0.505882382392883,0.917647063732147,0.0980392172932625],[0.733333349227905,0.901960790157318,0.937254905700684,0.0980392172932625],[0.909803926944733,0.26274511218071,0.360784322023392,0.0980392172932625],[0.905882358551025,0.776470601558685,0.643137276172638,0.0980392172932625],[0.168627455830574,0.278431385755539,0.878431379795074,0.0980392172932625],[0.796078443527222,0.501960813999176,0.74117648601532,0.0980392172932625],[0.850980401039124,0.968627452850342,0.831372559070587,0.0980392172932625],[0.811764717102051,0.20392157137394,0.400000005960464,0.0980392172932625],[0.572549045085907,0.941176474094391,0.945098042488098,0.0980392172932625],[0.866666674613953,0.82745099067688,0.941176474094391,0.0980392172932625],[0.882352948188782,0.890196084976196,0.376470595598221,0.0980392172932625],[0.65490198135376,0.807843148708344,0.580392181873322,0.0980392172932625],[0.74117648601532,0.152941182255745,0.733333349227905,0.0980392172932625],[0.329411774873734,0.486274510622025,0.811764717102051,0.0980392172932625],[0.952941179275513,0.780392169952393,0.690196096897125,0.0980392172932625],[0.811764717102051,0.396078437566757,0.39215686917305,0.0980392172932625],[0.745098054409027,0.886274516582489,0.95686274766922,0.0980392172932625],[0.788235306739807,0.552941203117371,0.901960790157318,0.0980392172932625],[0.592156887054443,0.854901969432831,0.10196078568697,0.0980392172932625],[0.91372549533844,0.835294127464294,0.666666686534882,0.0980392172932625],[0.200000002980232,0.192156866192818,0.886274516582489,0.0980392172932625],[0.23137255012989,0.600000023841858,0.482352942228317,0.0980392172932625],[0.894117653369904,0.43529412150383,0.733333349227905,0.0980392172932625],[0.43529412150383,0.894117653369904,0.294117659330368,0.0980392172932625],[0.933333337306976,0.756862759590149,0.917647063732147,0.0980392172932625],[0.533333361148834,0.619607865810394,0.905882358551025,0.0980392172932625],[0.65490198135376,0.443137258291245,0.282352954149246,0.0980392172932625],[0.937254905700684,0.627451002597809,0.701960802078247,0.0980392172932625],[0.298039227724075,0.721568644046783,0.764705896377563,0.0980392172932625],[0.360784322023392,0.0901960805058479,0.721568644046783,0.0980392172932625],[0.82745099067688,0.87058824300766,0.443137258291245,0.0980392172932625],[0.843137264251709,0.682352960109711,0.156862750649452,0.0980392172932625],[0.658823549747467,0.635294139385223,0.866666674613953,0.0980392172932625],[0.780392169952393,0.968627452850342,0.925490200519562,0.0980392172932625],[0.847058832645416,0.403921574354172,0.658823549747467,0.0980392172932625],[0.937254905700684,0.486274510622025,0.439215689897537,0.0980392172932625],[0.156862750649452,0.47843137383461,0.721568644046783,0.0980392172932625],[0.729411780834198,0.24705882370472,0.878431379795074,0.0980392172932625],[0.82745099067688,0.91372549533844,0.713725507259369,0.0980392172932625],[0.796078443527222,0.113725490868092,0.388235300779343,0.0980392172932625],[0.529411792755127,0.874509811401367,0.850980401039124,0.0980392172932625],[0.772549033164978,0.713725507259369,0.945098042488098,0.0980392172932625],[0.760784327983856,0.733333349227905,0.396078437566757,0.0980392172932625],[0.733333349227905,0.933333337306976,0.600000023841858,0.0980392172932625],[0.733333349227905,0.26274511218071,0.768627464771271,0.0980392172932625],[0.360784322023392,0.588235318660736,0.921568632125854,0.0980392172932625],[0.960784316062927,0.858823537826538,0.823529422283173,0.0980392172932625],[0.843137264251709,0.603921592235565,0.250980406999588,0.0980392172932625],[0.729411780834198,0.737254917621613,0.866666674613953,0.0980392172932625],[0.91372549533844,0.431372553110123,0.788235306739807,0.0980392172932625],[0.223529413342476,0.65490198135376,0.18823529779911,0.0980392172932625],[0.909803926944733,0.968627452850342,0.752941191196442,0.0980392172932625],[0.65490198135376,0.372549027204514,0.847058832645416,0.0980392172932625],[0.14509804546833,0.647058844566345,0.823529422283173,0.0980392172932625],[0.862745106220245,0.607843160629272,0.623529434204102,0.0980392172932625],[0.839215695858002,0.925490200519562,0.592156887054443,0.0980392172932625],[0.552941203117371,0.270588248968124,0.745098054409027,0.0980392172932625],[0.352941185235977,0.768627464771271,0.91372549533844,0.0980392172932625],[0.952941179275513,0.811764717102051,0.823529422283173,0.0980392172932625],[0.772549033164978,0.505882382392883,0.117647059261799,0.0980392172932625],[0.529411792755127,0.552941203117371,0.862745106220245,0.0980392172932625],[0.937254905700684,0.705882370471954,0.878431379795074,0.0980392172932625],[0.447058826684952,0.717647075653076,0.423529416322708,0.0980392172932625],[0.831372559070587,0.968627452850342,0.737254917621613,0.0980392172932625],[0.815686285495758,0.34901961684227,0.854901969432831,0.0980392172932625],[0.133333340287209,0.415686279535294,0.819607853889465,0.0980392172932625],[0.87058824300766,0.658823549747467,0.584313750267029,0.0980392172932625],[0.850980401039124,0.227450981736183,0.482352942228317,0.0980392172932625],[0.69803923368454,0.882352948188782,0.866666674613953,0.0980392172932625],[0.541176497936249,0.411764711141586,0.917647063732147,0.0980392172932625],[0.658823549747467,0.619607865810394,0.172549024224281,0.0980392172932625],[0.945098042488098,0.690196096897125,0.662745118141174,0.0980392172932625],[0.317647069692612,0.592156887054443,0.796078443527222,0.0980392172932625],[0.607843160629272,0.0901960805058479,0.772549033164978,0.0980392172932625],[0.713725507259369,0.886274516582489,0.474509805440903,0.0980392172932625],[0.909803926944733,0.768627464771271,0.329411774873734,0.0980392172932625],[0.803921580314636,0.788235306739807,0.945098042488098,0.0980392172932625],[0.564705908298492,0.921568632125854,0.835294127464294,0.0980392172932625],[0.717647075653076,0.266666680574417,0.529411792755127,0.0980392172932625],[0.937254905700684,0.486274510622025,0.596078455448151,0.0980392172932625],[0.176470592617989,0.69803923368454,0.749019622802734,0.0980392172932625],[0.541176497936249,0.294117659330368,0.878431379795074,0.0980392172932625],[0.905882358551025,0.917647063732147,0.756862759590149,0.0980392172932625],[0.360784322023392,0.843137264251709,0.207843139767647,0.0980392172932625],[0.862745106220245,0.686274528503418,0.847058832645416,0.0980392172932625],[0.823529422283173,0.862745106220245,0.972549021244049,0.0980392172932625],[0.847058832645416,0.619607865810394,0.450980395078659,0.0980392172932625],[0.835294127464294,0.749019622802734,0.572549045085907,0.0980392172932625],[0.149019613862038,0.14509804546833,0.764705896377563,0.0980392172932625],[0.329411774873734,0.82745099067688,0.666666686534882,0.0980392172932625],[0.95686274766922,0.69803923368454,0.87058824300766,0.0980392172932625],[0.82745099067688,0.211764708161354,0.207843139767647,0.0980392172932625],[0.580392181873322,0.823529422283173,0.952941179275513,0.0980392172932625],[0.909803926944733,0.835294127464294,0.949019610881805,0.0980392172932625],[0.725490212440491,0.901960790157318,0.384313732385635,0.0980392172932625],[0.756862759590149,0.909803926944733,0.686274528503418,0.0980392172932625],[0.882352948188782,0.211764708161354,0.878431379795074,0.0980392172932625],[0.26274511218071,0.368627458810806,0.580392181873322,0.0980392172932625],[0.890196084976196,0.603921592235565,0.454901963472366,0.0980392172932625],[0.803921580314636,0.419607847929001,0.545098066329956,0.0980392172932625],[0.760784327983856,0.95686274766922,0.95686274766922,0.0980392172932625],[0.682352960109711,0.572549045085907,0.898039221763611,0.0980392172932625],[0.854901969432831,0.862745106220245,0.109803922474384,0.0980392172932625],[0.909803926944733,0.847058832645416,0.780392169952393,0.0980392172932625],[0.321568638086319,0.407843142747879,0.866666674613953,0.0980392172932625],[0.74117648601532,0.200000002980232,0.647058844566345,0.0980392172932625],[0.576470613479614,0.929411768913269,0.509803950786591,0.0980392172932625],[0.725490212440491,0.82745099067688,0.239215686917305,0.0980392172932625],[0.7843137383461,0.61176472902298,0.952941179275513,0.0980392172932625],[0.482352942228317,0.772549033164978,0.831372559070587,0.0980392172932625],[0.69803923368454,0.117647059261799,0.207843139767647,0.0980392172932625],[0.901960790157318,0.600000023841858,0.749019622802734,0.0980392172932625],[0.117647059261799,0.882352948188782,0.760784327983856,0.0980392172932625],[0.509803950786591,0.450980395078659,0.803921580314636,0.0980392172932625],[0.960784316062927,0.933333337306976,0.788235306739807,0.0980392172932625],[0.43529412150383,0.678431391716003,0.200000002980232,0.0980392172932625],[0.843137264251709,0.462745100259781,0.917647063732147,0.0980392172932625],[0.690196096897125,0.811764717102051,0.933333337306976,0.0980392172932625],[0.91372549533844,0.337254911661148,0.215686276555061,0.0980392172932625],[0.937254905700684,0.509803950786591,0.847058832645416,0.0980392172932625],[0.250980406999588,0.764705896377563,0.180392161011696,0.0980392172932625],[0.882352948188782,0.627451002597809,0.317647069692612,0.0980392172932625],[0.772549033164978,0.792156875133514,0.925490200519562,0.0980392172932625],[0.137254908680916,0.564705908298492,0.682352960109711,0.0980392172932625],[0.792156875133514,0.529411792755127,0.560784339904785,0.0980392172932625],[0.874509811401367,0.945098042488098,0.627451002597809,0.0980392172932625],[0.560784339904785,0.274509817361832,0.800000011920929,0.0980392172932625],[0.831372559070587,0.792156875133514,0.968627452850342,0.0980392172932625],[0.82745099067688,0.780392169952393,0.431372553110123,0.0980392172932625],[0.898039221763611,0.113725490868092,0.466666668653488,0.0980392172932625],[0.596078455448151,0.91372549533844,0.874509811401367,0.0980392172932625],[0.239215686917305,0.533333361148834,0.894117653369904,0.0980392172932625],[0.925490200519562,0.756862759590149,0.709803938865662,0.0980392172932625],[0.670588254928589,0.901960790157318,0.482352942228317,0.0980392172932625],[0.596078455448151,0.243137255311012,0.643137276172638,0.0980392172932625],[0.69803923368454,0.964705884456635,0.890196084976196,0.0980392172932625],[0.854901969432831,0.309803932905197,0.647058844566345,0.0980392172932625],[0.792156875133514,0.603921592235565,0.121568627655506,0.0980392172932625],[0.564705908298492,0.549019634723663,0.866666674613953,0.0980392172932625],[0.752941191196442,0.400000005960464,0.890196084976196,0.0980392172932625],[0.905882358551025,0.945098042488098,0.847058832645416,0.0980392172932625],[0.945098042488098,0.61176472902298,0.596078455448151,0.0980392172932625],[0.23137255012989,0.588235318660736,0.811764717102051,0.0980392172932625],[0.447058826684952,0.576470613479614,0.905882358551025,0.0980392172932625],[0.647058844566345,0.376470595598221,0.207843139767647,0.0980392172932625],[0.400000005960464,0.901960790157318,0.200000002980232,0.0980392172932625],[0.925490200519562,0.678431391716003,0.91372549533844,0.0980392172932625],[0.403921574354172,0.121568627655506,0.854901969432831,0.0980392172932625],[0.874509811401367,0.890196084976196,0.588235318660736,0.0980392172932625],[0.95686274766922,0.772549033164978,0.823529422283173,0.0980392172932625],[0.450980395078659,0.760784327983856,0.776470601558685,0.0980392172932625],[0.7843137383461,0.474509805440903,0.862745106220245,0.0980392172932625],[0.439215689897537,0.733333349227905,0.10196078568697,0.0980392172932625],[0.745098054409027,0.396078437566757,0.345098048448563,0.0980392172932625],[0.65490198135376,0.803921580314636,0.933333337306976,0.0980392172932625],[0.227450981736183,0.733333349227905,0.631372570991516,0.0980392172932625],[0.925490200519562,0.537254929542542,0.745098054409027,0.0980392172932625],[0.949019610881805,0.909803926944733,0.764705896377563,0.0980392172932625],[0.376470595598221,0.298039227724075,0.917647063732147,0.0980392172932625],[0.819607853889465,0.760784327983856,0.890196084976196,0.0980392172932625],[0.780392169952393,0.854901969432831,0.294117659330368,0.0980392172932625],[0.701960802078247,0.200000002980232,0.301960796117783,0.0980392172932625],[0.47843137383461,0.862745106220245,0.921568632125854,0.0980392172932625],[0.415686279535294,0.505882382392883,0.858823537826538,0.0980392172932625],[0.972549021244049,0.882352948188782,0.800000011920929,0.0980392172932625],[0.694117665290833,0.878431379795074,0.647058844566345,0.0980392172932625],[0.854901969432831,0.172549024224281,0.764705896377563,0.0980392172932625],[0.800000011920929,0.901960790157318,0.945098042488098,0.0980392172932625],[0.905882358551025,0.341176480054855,0.360784322023392,0.0980392172932625],[0.580392181873322,0.69803923368454,0.294117659330368,0.0980392172932625],[0.792156875133514,0.576470613479614,0.917647063732147,0.0980392172932625],[0.7843137383461,0.337254911661148,0.650980412960052,0.0980392172932625],[0.682352960109711,0.945098042488098,0.674509823322296,0.0980392172932625],[0.882352948188782,0.737254917621613,0.486274510622025,0.0980392172932625],[0.0941176488995552,0.117647059261799,0.772549033164978,0.0980392172932625],[0.584313750267029,0.682352960109711,0.847058832645416,0.0980392172932625],[0.788235306739807,0.337254911661148,0.14509804546833,0.0980392172932625],[0.52549022436142,0.835294127464294,0.345098048448563,0.0980392172932625],[0.952941179275513,0.717647075653076,0.960784316062927,0.0980392172932625],[0.298039227724075,0.141176477074623,0.662745118141174,0.0980392172932625],[0.929411768913269,0.909803926944733,0.376470595598221,0.0980392172932625],[0.898039221763611,0.658823549747467,0.745098054409027,0.0980392172932625],[0.184313729405403,0.87058824300766,0.847058832645416,0.0980392172932625],[0.678431391716003,0.152941182255745,0.356862753629684,0.0980392172932625],[0.407843142747879,0.929411768913269,0.898039221763611,0.0980392172932625],[0.745098054409027,0.686274528503418,0.898039221763611,0.0980392172932625],[0.87058824300766,0.831372559070587,0.215686276555061,0.0980392172932625],[0.705882370471954,0.843137264251709,0.615686297416687,0.0980392172932625],[0.768627464771271,0.156862750649452,0.803921580314636,0.0980392172932625],[0.376470595598221,0.552941203117371,0.831372559070587,0.0980392172932625],[0.964705884456635,0.807843148708344,0.745098054409027,0.0980392172932625],[0.807843148708344,0.623529434204102,0.341176480054855,0.0980392172932625],[0.694117665290833,0.709803938865662,0.952941179275513,0.0980392172932625],[0.894117653369904,0.501960813999176,0.7843137383461,0.0980392172932625],[0.129411771893501,0.807843148708344,0.0901960805058479,0.0980392172932625],[0.917647063732147,0.952941179275513,0.815686285495758,0.0980392172932625],[0.69803923368454,0.356862753629684,0.91372549533844,0.0980392172932625],[0.278431385755539,0.61176472902298,0.74117648601532,0.0980392172932625],[0.925490200519562,0.596078455448151,0.61176472902298,0.0980392172932625],[0.486274510622025,0.862745106220245,0.376470595598221,0.0980392172932625],[0.972549021244049,0.768627464771271,0.949019610881805,0.0980392172932625],[0.607843160629272,0.670588254928589,0.882352948188782,0.0980392172932625],[0.850980401039124,0.454901963472366,0.137254908680916,0.0980392172932625],[0.894117653369904,0.721568644046783,0.760784327983856,0.0980392172932625],[0.254901975393295,0.792156875133514,0.858823537826538,0.0980392172932625],[0.403921574354172,0.176470592617989,0.690196096897125,0.0980392172932625],[0.87058824300766,0.921568632125854,0.443137258291245,0.0980392172932625],[0.694117665290833,0.592156887054443,0.235294118523598,0.0980392172932625],[0.556862771511078,0.513725519180298,0.91372549533844,0.0980392172932625],[0.74117648601532,0.937254905700684,0.894117653369904,0.0980392172932625],[0.905882358551025,0.270588248968124,0.623529434204102,0.0980392172932625],[0.847058832645416,0.498039215803146,0.454901963472366,0.0980392172932625],[0.105882354080677,0.43529412150383,0.69803923368454,0.0980392172932625],[0.627451002597809,0.345098048448563,0.705882370471954,0.0980392172932625],[0.792156875133514,0.925490200519562,0.627451002597809,0.0980392172932625],[0.831372559070587,0.113725490868092,0.333333343267441,0.0980392172932625],[0.556862771511078,0.878431379795074,0.886274516582489,0.0980392172932625],[0.815686285495758,0.74117648601532,0.952941179275513,0.0980392172932625],[0.772549033164978,0.7843137383461,0.411764711141586,0.0980392172932625],[0.560784339904785,0.905882358551025,0.411764711141586,0.0980392172932625],[0.631372570991516,0.18823529779911,0.615686297416687,0.0980392172932625],[0.164705887436867,0.388235300779343,0.905882358551025,0.0980392172932625],[0.925490200519562,0.745098054409027,0.643137276172638,0.0980392172932625],[0.878431379795074,0.39215686917305,0.380392163991928,0.0980392172932625],[0.82745099067688,0.890196084976196,0.925490200519562,0.0980392172932625],[0.823529422283173,0.5686274766922,0.937254905700684,0.0980392172932625],[0.580392181873322,0.788235306739807,0.219607844948769,0.0980392172932625],[0.960784316062927,0.87058824300766,0.670588254928589,0.0980392172932625],[0.309803932905197,0.294117659330368,0.835294127464294,0.0980392172932625],[0.129411771893501,0.752941191196442,0.560784339904785,0.0980392172932625],[0.847058832645416,0.533333361148834,0.733333349227905,0.0980392172932625],[0.564705908298492,0.890196084976196,0.274509817361832,0.0980392172932625],[0.898039221763611,0.737254917621613,0.925490200519562,0.0980392172932625],[0.513725519180298,0.694117665290833,0.898039221763611,0.0980392172932625],[0.615686297416687,0.356862753629684,0.294117659330368,0.0980392172932625],[0.968627452850342,0.819607853889465,0.890196084976196,0.0980392172932625],[0.470588237047195,0.815686285495758,0.768627464771271,0.0980392172932625],[0.290196090936661,0.149019613862038,0.890196084976196,0.0980392172932625],[0.909803926944733,0.87058824300766,0.627451002597809,0.0980392172932625],[0.600000023841858,0.713725507259369,0.137254908680916,0.0980392172932625],[0.682352960109711,0.533333361148834,0.815686285495758,0.0980392172932625],[0.647058844566345,0.890196084976196,0.949019610881805,0.0980392172932625],[0.811764717102051,0.286274522542953,0.360784322023392,0.0980392172932625],[0.945098042488098,0.749019622802734,0.529411792755127,0.0980392172932625],[0.176470592617989,0.26274511218071,0.796078443527222,0.0980392172932625],[0.890196084976196,0.333333343267441,0.780392169952393,0.0980392172932625],[0.811764717102051,0.933333337306976,0.792156875133514,0.0980392172932625],[0.227450981736183,0.419607847929001,0.678431391716003,0.0980392172932625],[0.91372549533844,0.592156887054443,0.490196079015732,0.0980392172932625],[0.811764717102051,0.933333337306976,0.721568644046783,0.0980392172932625],[0.843137264251709,0.24705882370472,0.905882358551025,0.0980392172932625],[0.694117665290833,0.631372570991516,0.898039221763611,0.0980392172932625],[0.874509811401367,0.803921580314636,0.152941182255745,0.0980392172932625],[0.780392169952393,0.498039215803146,0.619607865810394,0.0980392172932625],[0.815686285495758,0.964705884456635,0.949019610881805,0.0980392172932625],[0.254901975393295,0.69803923368454,0.839215695858002,0.0980392172932625],[0.95686274766922,0.635294139385223,0.666666686534882,0.0980392172932625],[0.764705896377563,0.847058832645416,0.494117647409439,0.0980392172932625],[0.462745100259781,0.117647059261799,0.725490212440491,0.0980392172932625],[0.921568632125854,0.792156875133514,0.894117653369904,0.0980392172932625],[0.39215686917305,0.878431379795074,0.341176480054855,0.0980392172932625],[0.772549033164978,0.52549022436142,0.196078434586525,0.0980392172932625],[0.529411792755127,0.5686274766922,0.937254905700684,0.0980392172932625],[0.552941203117371,0.380392163991928,0.803921580314636,0.0980392172932625],[0.941176474094391,0.95686274766922,0.729411780834198,0.0980392172932625],[0.898039221763611,0.541176497936249,0.635294139385223,0.0980392172932625],[0.10196078568697,0.7843137383461,0.835294127464294,0.0980392172932625],[0.650980412960052,0.721568644046783,0.909803926944733,0.0980392172932625],[0.882352948188782,0.462745100259781,0.176470592617989,0.0980392172932625],[0.321568638086319,0.580392181873322,0.23137255012989,0.0980392172932625],[0.890196084976196,0.423529416322708,0.854901969432831,0.0980392172932625],[0.643137276172638,0.196078434586525,0.803921580314636,0.0980392172932625],[0.788235306739807,0.941176474094391,0.556862771511078,0.0980392172932625],[0.933333337306976,0.823529422283173,0.811764717102051,0.0980392172932625],[0.360784322023392,0.674509823322296,0.886274516582489,0.0980392172932625],[0.584313750267029,0.788235306739807,0.733333349227905,0.0980392172932625],[0.721568644046783,0.149019613862038,0.490196079015732,0.0980392172932625],[0.803921580314636,0.674509823322296,0.321568638086319,0.0980392172932625],[0.694117665290833,0.674509823322296,0.949019610881805,0.0980392172932625],[0.164705887436867,0.290196090936661,0.847058832645416,0.0980392172932625],[0.87058824300766,0.752941191196442,0.643137276172638,0.0980392172932625],[0.823529422283173,0.972549021244049,0.792156875133514,0.0980392172932625],[0.854901969432831,0.411764711141586,0.7843137383461,0.0980392172932625],[0.686274528503418,0.450980395078659,0.937254905700684,0.0980392172932625],[0.643137276172638,0.733333349227905,0.156862750649452,0.0980392172932625],[0.882352948188782,0.254901975393295,0.368627458810806,0.0980392172932625],[0.721568644046783,0.886274516582489,0.917647063732147,0.0980392172932625],[0.301960796117783,0.898039221763611,0.792156875133514,0.0980392172932625],[0.937254905700684,0.764705896377563,0.850980401039124,0.0980392172932625],[0.909803926944733,0.843137264251709,0.541176497936249,0.0980392172932625],[0.341176480054855,0.278431385755539,0.670588254928589,0.0980392172932625],[0.886274516582489,0.639215707778931,0.937254905700684,0.0980392172932625],[0.545098066329956,0.772549033164978,0.301960796117783,0.0980392172932625],[0.737254917621613,0.18823529779911,0.0901960805058479,0.0980392172932625],[0.450980395078659,0.670588254928589,0.874509811401367,0.0980392172932625],[0.447058826684952,0.258823543787003,0.847058832645416,0.0980392172932625],[0.874509811401367,0.874509811401367,0.729411780834198,0.0980392172932625],[0.917647063732147,0.443137258291245,0.607843160629272,0.0980392172932625],[0.18823529779911,0.666666686534882,0.662745118141174,0.0980392172932625],[0.764705896377563,0.835294127464294,0.968627452850342,0.0980392172932625],[0.850980401039124,0.529411792755127,0.380392163991928,0.0980392172932625],[0.384313732385635,0.835294127464294,0.14509804546833,0.0980392172932625],[0.862745106220245,0.615686297416687,0.866666674613953,0.0980392172932625],[0.807843148708344,0.113725490868092,0.584313750267029,0.0980392172932625],[0.545098066329956,0.882352948188782,0.541176497936249,0.0980392172932625],[0.949019610881805,0.87058824300766,0.721568644046783,0.0980392172932625],[0.400000005960464,0.407843142747879,0.768627464771271,0.0980392172932625],[0.607843160629272,0.831372559070587,0.937254905700684,0.0980392172932625],[0.772549033164978,0.270588248968124,0.278431385755539,0.0980392172932625],[0.749019622802734,0.925490200519562,0.368627458810806,0.0980392172932625],[0.917647063732147,0.831372559070587,0.964705884456635,0.0980392172932625],[0.764705896377563,0.34901961684227,0.364705890417099,0.0980392172932625],[0.674509823322296,0.862745106220245,0.941176474094391,0.0980392172932625],[0.729411780834198,0.490196079015732,0.874509811401367,0.0980392172932625],[0.572549045085907,0.760784327983856,0.10196078568697,0.0980392172932625],[0.792156875133514,0.952941179275513,0.7843137383461,0.0980392172932625],[0.921568632125854,0.313725501298904,0.749019622802734,0.0980392172932625],[0.223529413342476,0.24705882370472,0.764705896377563,0.0980392172932625],[0.929411768913269,0.788235306739807,0.556862771511078,0.0980392172932625],[0.631372570991516,0.301960796117783,0.168627455830574,0.0980392172932625],[0.388235300779343,0.588235318660736,0.91372549533844,0.0980392172932625],[0.862745106220245,0.682352960109711,0.87058824300766,0.0980392172932625],[0.447058826684952,0.843137264251709,0.207843139767647,0.0980392172932625],[0.858823537826538,0.847058832645416,0.564705908298492,0.0980392172932625],[0.321568638086319,0.133333340287209,0.792156875133514,0.0980392172932625],[0.329411774873734,0.847058832645416,0.823529422283173,0.0980392172932625],[0.964705884456635,0.709803938865662,0.807843148708344,0.0980392172932625],[0.494117647409439,0.658823549747467,0.298039227724075,0.0980392172932625],[0.831372559070587,0.549019634723663,0.909803926944733,0.0980392172932625],[0.772549033164978,0.862745106220245,0.937254905700684,0.0980392172932625],[0.898039221763611,0.380392163991928,0.309803932905197,0.0980392172932625],[0.87058824300766,0.458823531866074,0.686274528503418,0.0980392172932625],[0.0941176488995552,0.737254917621613,0.600000023841858,0.0980392172932625],[0.368627458810806,0.313725501298904,0.768627464771271,0.0980392172932625],[0.937254905700684,0.874509811401367,0.643137276172638,0.0980392172932625],[0.796078443527222,0.850980401039124,0.419607847929001,0.0980392172932625],[0.878431379795074,0.796078443527222,0.972549021244049,0.0980392172932625],[0.650980412960052,0.839215695858002,0.866666674613953,0.0980392172932625],[0.843137264251709,0.176470592617989,0.317647069692612,0.0980392172932625],[0.917647063732147,0.815686285495758,0.729411780834198,0.0980392172932625],[0.26274511218071,0.39215686917305,0.882352948188782,0.0980392172932625],[0.733333349227905,0.160784319043159,0.662745118141174,0.0980392172932625],[0.560784339904785,0.937254905700684,0.458823531866074,0.0980392172932625],[0.894117653369904,0.388235300779343,0.705882370471954,0.0980392172932625],[0.839215695858002,0.945098042488098,0.91372549533844,0.0980392172932625],[0.600000023841858,0.588235318660736,0.949019610881805,0.0980392172932625],[0.819607853889465,0.639215707778931,0.215686276555061,0.0980392172932625],[0.862745106220245,0.95686274766922,0.701960802078247,0.0980392172932625],[0.678431391716003,0.341176480054855,0.819607853889465,0.0980392172932625],[0.152941182255745,0.533333361148834,0.760784327983856,0.0980392172932625],[0.823529422283173,0.596078455448151,0.588235318660736,0.0980392172932625],[0.874509811401367,0.388235300779343,0.0980392172932625,0.0980392172932625],[0.564705908298492,0.666666686534882,0.905882358551025,0.0980392172932625],[0.960784316062927,0.760784327983856,0.952941179275513,0.0980392172932625],[0.52549022436142,0.819607853889465,0.400000005960464,0.0980392172932625],[0.882352948188782,0.898039221763611,0.450980395078659,0.0980392172932625],[0.372549027204514,0.227450981736183,0.619607865810394,0.0980392172932625],[0.20392157137394,0.866666674613953,0.894117653369904,0.0980392172932625],[0.917647063732147,0.678431391716003,0.749019622802734,0.0980392172932625],[0.192156866192818,0.701960802078247,0.113725490868092,0.0980392172932625],[0.835294127464294,0.47843137383461,0.764705896377563,0.0980392172932625],[0.61176472902298,0.65490198135376,0.952941179275513,0.0980392172932625],[0.82745099067688,0.556862771511078,0.235294118523598,0.0980392172932625],[0.929411768913269,0.509803950786591,0.564705908298492,0.0980392172932625],[0.196078434586525,0.631372570991516,0.745098054409027,0.0980392172932625],[0.615686297416687,0.321568638086319,0.87058824300766,0.0980392172932625],[0.886274516582489,0.91372549533844,0.780392169952393,0.0980392172932625],[0.898039221763611,0.815686285495758,0.227450981736183,0.0980392172932625],[0.749019622802734,0.701960802078247,0.929411768913269,0.0980392172932625],[0.474509805440903,0.905882358551025,0.850980401039124,0.0980392172932625],[0.650980412960052,0.227450981736183,0.423529416322708,0.0980392172932625],[0.95686274766922,0.82745099067688,0.796078443527222,0.0980392172932625],[0.498039215803146,0.615686297416687,0.756862759590149,0.0980392172932625],[0.772549033164978,0.137254908680916,0.866666674613953,0.0980392172932625],[0.74117648601532,0.890196084976196,0.615686297416687,0.0980392172932625],[0.250980406999588,0.298039227724075,0.807843148708344,0.0980392172932625],[0.945098042488098,0.807843148708344,0.61176472902298,0.0980392172932625],[0.52549022436142,0.811764717102051,0.498039215803146,0.0980392172932625],[0.682352960109711,0.125490203499794,0.545098066329956,0.0980392172932625],[0.854901969432831,0.756862759590149,0.925490200519562,0.0980392172932625],[0.74117648601532,0.886274516582489,0.298039227724075,0.0980392172932625],[0.768627464771271,0.168627455830574,0.219607844948769,0.0980392172932625],[0.494117647409439,0.831372559070587,0.941176474094391,0.0980392172932625],[0.266666680574417,0.603921592235565,0.576470613479614,0.0980392172932625],[0.894117653369904,0.474509805440903,0.650980412960052,0.0980392172932625],[0.917647063732147,0.898039221763611,0.701960802078247,0.0980392172932625],[0.396078437566757,0.235294118523598,0.886274516582489,0.0980392172932625],[0.878431379795074,0.592156887054443,0.905882358551025,0.0980392172932625],[0.43529412150383,0.886274516582489,0.109803922474384,0.0980392172932625],[0.811764717102051,0.529411792755127,0.43529412150383,0.0980392172932625],[0.7843137383461,0.858823537826538,0.960784316062927,0.0980392172932625],[0.290196090936661,0.24705882370472,0.780392169952393,0.0980392172932625],[0.937254905700684,0.850980401039124,0.592156887054443,0.0980392172932625],[0.925490200519562,0.854901969432831,0.894117653369904,0.0980392172932625],[0.403921574354172,0.874509811401367,0.756862759590149,0.0980392172932625],[0.556862771511078,0.725490212440491,0.843137264251709,0.0980392172932625],[0.764705896377563,0.18823529779911,0.137254908680916,0.0980392172932625],[0.619607865810394,0.831372559070587,0.317647069692612,0.0980392172932625],[0.890196084976196,0.694117665290833,0.960784316062927,0.0980392172932625],[0.776470601558685,0.439215689897537,0.749019622802734,0.0980392172932625],[0.811764717102051,0.952941179275513,0.760784327983856,0.0980392172932625],[0.886274516582489,0.705882370471954,0.576470613479614,0.0980392172932625],[0.121568627655506,0.301960796117783,0.843137264251709,0.0980392172932625],[0.666666686534882,0.901960790157318,0.925490200519562,0.0980392172932625],[0.901960790157318,0.18823529779911,0.368627458810806,0.0980392172932625],[0.603921592235565,0.635294139385223,0.20392157137394,0.0980392172932625],[0.627451002597809,0.43529412150383,0.905882358551025,0.0980392172932625],[0.313725501298904,0.615686297416687,0.91372549533844,0.0980392172932625],[0.949019610881805,0.807843148708344,0.780392169952393,0.0980392172932625],[0.74117648601532,0.925490200519562,0.556862771511078,0.0980392172932625],[0.65490198135376,0.239215686917305,0.74117648601532,0.0980392172932625],[0.713725507259369,0.670588254928589,0.933333337306976,0.0980392172932625],[0.737254917621613,0.674509823322296,0.368627458810806,0.0980392172932625],[0.749019622802734,0.109803922474384,0.431372553110123,0.0980392172932625],[0.494117647409439,0.862745106220245,0.800000011920929,0.0980392172932625],[0.172549024224281,0.756862759590149,0.87058824300766,0.0980392172932625],[0.894117653369904,0.647058844566345,0.690196096897125,0.0980392172932625],[0.952941179275513,0.980392158031464,0.815686285495758,0.0980392172932625],[0.643137276172638,0.415686279535294,0.874509811401367,0.0980392172932625],[0.929411768913269,0.486274510622025,0.858823537826538,0.0980392172932625],[0.278431385755539,0.733333349227905,0.184313729405403,0.0980392172932625],[0.87058824300766,0.580392181873322,0.298039227724075,0.0980392172932625],[0.756862759590149,0.7843137383461,0.909803926944733,0.0980392172932625],[0.556862771511078,0.0941176488995552,0.792156875133514,0.0980392172932625],[0.760784327983856,0.890196084976196,0.498039215803146,0.0980392172932625],[0.949019610881805,0.686274528503418,0.690196096897125,0.0980392172932625],[0.341176480054855,0.647058844566345,0.796078443527222,0.0980392172932625],[0.588235318660736,0.592156887054443,0.921568632125854,0.0980392172932625],[0.725490212440491,0.576470613479614,0.286274522542953,0.0980392172932625],[0.352941185235977,0.909803926944733,0.352941185235977,0.0980392172932625],[0.949019610881805,0.811764717102051,0.905882358551025,0.0980392172932625],[0.858823537826538,0.211764708161354,0.862745106220245,0.0980392172932625],[0.752941191196442,0.890196084976196,0.682352960109711,0.0980392172932625],[0.921568632125854,0.572549045085907,0.400000005960464,0.0980392172932625],[0.160784319043159,0.329411774873734,0.666666686534882,0.0980392172932625],[0.737254917621613,0.960784316062927,0.960784316062927,0.0980392172932625],[0.823529422283173,0.376470595598221,0.52549022436142,0.0980392172932625],[0.788235306739807,0.7843137383461,0.160784319043159,0.0980392172932625],[0.690196096897125,0.623529434204102,0.823529422283173,0.0980392172932625],[0.968627452850342,0.952941179275513,0.768627464771271,0.0980392172932625],[0.513725519180298,0.396078437566757,0.839215695858002,0.0980392172932625],[0.160784319043159,0.823529422283173,0.780392169952393,0.0980392172932625],[0.854901969432831,0.631372570991516,0.721568644046783,0.0980392172932625],[0.874509811401367,0.407843142747879,0.235294118523598,0.0980392172932625],[0.701960802078247,0.7843137383461,0.905882358551025,0.0980392172932625],[0.898039221763611,0.427450984716415,0.929411768913269,0.0980392172932625],[0.376470595598221,0.701960802078247,0.156862750649452,0.0980392172932625],[0.643137276172638,0.921568632125854,0.623529434204102,0.0980392172932625],[0.682352960109711,0.364705890417099,0.596078455448151,0.0980392172932625],[0.388235300779343,0.423529416322708,0.905882358551025,0.0980392172932625],[0.952941179275513,0.909803926944733,0.843137264251709,0.0980392172932625],[0.815686285495758,0.105882354080677,0.152941182255745,0.0980392172932625],[0.533333361148834,0.792156875133514,0.886274516582489,0.0980392172932625],[0.858823537826538,0.721568644046783,0.949019610881805,0.0980392172932625],[0.678431391716003,0.7843137383461,0.388235300779343,0.0980392172932625],[0.921568632125854,0.666666686534882,0.470588237047195,0.0980392172932625],[0.192156866192818,0.309803932905197,0.69803923368454,0.0980392172932625],[0.854901969432831,0.282352954149246,0.800000011920929,0.0980392172932625],[0.780392169952393,0.890196084976196,0.749019622802734,0.0980392172932625],[0.7843137383461,0.854901969432831,0.160784319043159,0.0980392172932625],[0.74117648601532,0.635294139385223,0.878431379795074,0.0980392172932625],[0.792156875133514,0.95686274766922,0.972549021244049,0.0980392172932625],[0.858823537826538,0.403921574354172,0.509803950786591,0.0980392172932625],[0.933333337306976,0.643137276172638,0.807843148708344,0.0980392172932625],[0.329411774873734,0.749019622802734,0.650980412960052,0.0980392172932625],[0.164705887436867,0.0980392172932625,0.729411780834198,0.0980392172932625],[0.862745106220245,0.772549033164978,0.462745100259781,0.0980392172932625],[0.643137276172638,0.917647063732147,0.286274522542953,0.0980392172932625],[0.901960790157318,0.756862759590149,0.949019610881805,0.0980392172932625],[0.529411792755127,0.752941191196442,0.925490200519562,0.0980392172932625],[0.733333349227905,0.270588248968124,0.219607844948769,0.0980392172932625],[0.909803926944733,0.917647063732147,0.647058844566345,0.0980392172932625],[0.423529416322708,0.168627455830574,0.894117653369904,0.0980392172932625],[0.207843139767647,0.600000023841858,0.603921592235565,0.0980392172932625],[0.898039221763611,0.415686279535294,0.5686274766922,0.0980392172932625],[0.745098054409027,0.549019634723663,0.443137258291245,0.0980392172932625],[0.74117648601532,0.803921580314636,0.945098042488098,0.0980392172932625],[0.874509811401367,0.560784339904785,0.87058824300766,0.0980392172932625],[0.341176480054855,0.815686285495758,0.121568627655506,0.0980392172932625],[0.737254917621613,0.850980401039124,0.521568655967712,0.0980392172932625],[0.552941203117371,0.121568627655506,0.752941191196442,0.0980392172932625],[0.282352954149246,0.647058844566345,0.843137264251709,0.0980392172932625],[0.960784316062927,0.670588254928589,0.662745118141174,0.0980392172932625],[0.796078443527222,0.20392157137394,0.588235318660736,0.0980392172932625],[0.560784339904785,0.937254905700684,0.819607853889465,0.0980392172932625],[0.819607853889465,0.819607853889465,0.929411768913269,0.0980392172932625],[0.882352948188782,0.717647075653076,0.368627458810806,0.0980392172932625],[0.917647063732147,0.670588254928589,0.61176472902298,0.0980392172932625],[0.129411771893501,0.501960813999176,0.901960790157318,0.0980392172932625],[0.776470601558685,0.443137258291245,0.835294127464294,0.0980392172932625],[0.886274516582489,0.968627452850342,0.811764717102051,0.0980392172932625],[0.666666686534882,0.603921592235565,0.239215686917305,0.0980392172932625],[0.572549045085907,0.498039215803146,0.909803926944733,0.0980392172932625],[0.725490212440491,0.933333337306976,0.901960790157318,0.0980392172932625],[0.901960790157318,0.254901975393295,0.564705908298492,0.0980392172932625],[0.929411768913269,0.788235306739807,0.807843148708344,0.0980392172932625],[0.333333343267441,0.7843137383461,0.886274516582489,0.0980392172932625],[0.494117647409439,0.180392161011696,0.788235306739807,0.0980392172932625],[0.866666674613953,0.941176474094391,0.52549022436142,0.0980392172932625],[0.364705890417099,0.807843148708344,0.286274522542953,0.0980392172932625],[0.949019610881805,0.643137276172638,0.894117653369904,0.0980392172932625],[0.537254929542542,0.576470613479614,0.807843148708344,0.0980392172932625],[0.705882370471954,0.431372553110123,0.137254908680916,0.0980392172932625],[0.952941179275513,0.823529422283173,0.968627452850342,0.0980392172932625],[0.623529434204102,0.803921580314636,0.482352942228317,0.0980392172932625],[0.882352948188782,0.321568638086319,0.156862750649452,0.0980392172932625],[0.631372570991516,0.752941191196442,0.905882358551025,0.0980392172932625],[0.250980406999588,0.91372549533844,0.843137264251709,0.0980392172932625],[0.941176474094391,0.725490212440491,0.819607853889465,0.0980392172932625],[0.917647063732147,0.874509811401367,0.494117647409439,0.0980392172932625],[0.325490206480026,0.211764708161354,0.701960802078247,0.0980392172932625],[0.760784327983856,0.545098066329956,0.933333337306976,0.0980392172932625],[0.639215707778931,0.764705896377563,0.211764708161354,0.0980392172932625],[0.87058824300766,0.356862753629684,0.411764711141586,0.0980392172932625],[0.811764717102051,0.890196084976196,0.917647063732147,0.0980392172932625],[0.125490203499794,0.192156866192818,0.725490212440491,0.0980392172932625],[0.835294127464294,0.694117665290833,0.513725519180298,0.0980392172932625],[0.678431391716003,0.95686274766922,0.647058844566345,0.0980392172932625],[0.82745099067688,0.274509817361832,0.701960802078247,0.0980392172932625],[0.431372553110123,0.862745106220245,0.890196084976196,0.0980392172932625],[0.584313750267029,0.235294118523598,0.333333343267441,0.0980392172932625],[0.843137264251709,0.882352948188782,0.18823529779911,0.0980392172932625],[0.756862759590149,0.662745118141174,0.909803926944733,0.0980392172932625],[0.843137264251709,0.10196078568697,0.800000011920929,0.0980392172932625],[0.643137276172638,0.898039221763611,0.549019634723663,0.0980392172932625],[0.95686274766922,0.823529422283173,0.737254917621613,0.0980392172932625],[0.39215686917305,0.501960813999176,0.803921580314636,0.0980392172932625],[0.674509823322296,0.847058832645416,0.95686274766922,0.0980392172932625],[0.82745099067688,0.333333343267441,0.30588236451149,0.0980392172932625],[0.505882382392883,0.749019622802734,0.133333340287209,0.0980392172932625],[0.756862759590149,0.545098066329956,0.839215695858002,0.0980392172932625],[0.388235300779343,0.356862753629684,0.901960790157318,0.0980392172932625],[0.945098042488098,0.909803926944733,0.811764717102051,0.0980392172932625],[0.949019610881805,0.556862771511078,0.796078443527222,0.0980392172932625],[0.180392161011696,0.82745099067688,0.650980412960052,0.0980392172932625],[0.901960790157318,0.713725507259369,0.874509811401367,0.0980392172932625],[0.368627458810806,0.866666674613953,0.250980406999588,0.0980392172932625],[0.69803923368454,0.419607847929001,0.168627455830574,0.0980392172932625],[0.439215689897537,0.533333361148834,0.929411768913269,0.0980392172932625],[0.411764711141586,0.772549033164978,0.831372559070587,0.0980392172932625],[0.964705884456635,0.776470601558685,0.811764717102051,0.0980392172932625],[0.811764717102051,0.835294127464294,0.65490198135376,0.0980392172932625],[0.482352942228317,0.168627455830574,0.823529422283173,0.0980392172932625],[0.494117647409439,0.431372553110123,0.874509811401367,0.0980392172932625]],"centers":[[89.0147552490234,-14.9982976913452,33.4493103027344],[79.2821578979492,16.7060470581055,3.84436988830566],[68.6225967407227,-23.6947727203369,-19.9698905944824],[68.3489227294922,1.54909801483154,-26.3045310974121],[67.4938583374023,13.5552997589111,34.0104942321777],[80.0866851806641,-29.2708396911621,28.0306606292725],[84.3111114501953,21.1277599334717,-11.4326658248901],[58.9493255615234,28.2346992492676,-22.5588359832764],[92.0222015380859,-17.4750003814697,20.7497539520264],[73.6576232910156,20.3233165740967,16.8388805389404],[44.7352867126465,-5.34103202819824,-35.3628883361816],[94.3992156982422,-17.7768287658691,-2.1146023273468],[62.0272903442383,37.7956390380859,-2.08675384521484],[78.5713195800781,-3.89470505714417,36.2358245849609],[69.8920745849609,10.8477048873901,-28.7442874908447],[70.4010391235352,-15.4831504821777,-21.6018981933594],[89.6849822998047,12.5548763275146,6.37427043914795],[87.4226913452148,-13.0774002075195,19.1207599639893],[52.2447624206543,30.1723594665527,-29.9418525695801],[81.2677459716797,2.80769777297974,-19.2590866088867],[81.3897094726562,3.32864427566528,35.828182220459],[48.386302947998,37.3107833862305,-7.46176719665527],[88.9976272583008,-31.3437919616699,2.95570063591003],[64.3829879760742,-24.0964775085449,-8.55081748962402],[72.6567687988281,28.061990737915,1.4682469367981],[94.311149597168,-6.76667261123657,17.0325107574463],[54.1006240844727,19.7950286865234,-34.2369422912598],[68.6223602294922,29.1072368621826,-18.8346843719482],[72.0060272216797,-28.7134227752686,32.249927520752],[65.325309753418,16.7171764373779,24.0457515716553],[78.1302490234375,-3.40247106552124,-23.431713104248],[33.3477935791016,10.1542167663574,-42.9008445739746],[85.3504028320312,3.99074745178223,25.9174041748047],[85.1910858154297,19.5570468902588,-9.04683780670166],[79.7518539428711,-30.5615291595459,6.03966093063354],[75.0769348144531,-19.3708667755127,-19.7643203735352],[43.0254859924316,29.9166698455811,13.0792970657349],[85.5228881835938,-19.8482723236084,36.9440002441406],[78.5038757324219,16.3951206207275,-20.2728481292725],[65.5507736206055,32.6020011901855,-22.9491195678711],[93.933479309082,-12.7350149154663,11.9688987731934],[81.354606628418,17.1159725189209,19.0690002441406],[48.169979095459,-3.39921593666077,-35.6033935546875],[92.2754974365234,-22.7168674468994,-4.93673515319824],[57.1225891113281,34.9881706237793,0.903666079044342],[77.7914199829102,-7.13005781173706,37.8486633300781],[68.3752746582031,10.296215057373,-23.3391284942627],[44.7878456115723,3.96060490608215,-40.3280868530273],[87.168815612793,6.82090377807617,17.4574298858643],[85.6579895019531,-27.066427230835,26.677360534668],[46.4137115478516,31.7383041381836,-16.4679641723633],[85.9844818115234,9.35649394989014,-16.9242553710938],[78.9623718261719,-10.051305770874,26.0068359375],[51.7484817504883,38.8421173095703,15.5847997665405],[83.652473449707,-20.3008995056152,-9.80595111846924],[68.6158981323242,-32.3329277038574,1.36932671070099],[65.401123046875,29.7896041870117,-6.40199661254883],[92.4794769287109,-1.82631397247314,28.1831150054932],[41.423698425293,12.9639520645142,-38.3975257873535],[70.8052597045898,26.9858074188232,-24.4671020507812],[72.7372894287109,-22.5026874542236,32.5079536437988],[62.7572631835938,29.5636959075928,19.7035942077637],[86.4527130126953,-8.40154552459717,-11.3473930358887],[63.2305679321289,-24.4030437469482,25.5722160339355],[70.0899429321289,29.725643157959,-17.9898052215576],[80.8393859863281,-2.56391406059265,-19.804027557373],[70.8034057617188,18.9619579315186,30.3090572357178],[74.8468551635742,25.731294631958,2.34379172325134],[75.6249237060547,-29.5130157470703,-15.2063674926758],[60.1718826293945,16.9189567565918,-27.7894992828369],[96.174201965332,-7.65061187744141,17.8819599151611],[77.9282150268555,1.29387533664703,35.296272277832],[73.1836242675781,6.9371485710144,-27.8915863037109],[81.2604293823242,-26.3753280639648,0.771313786506653],[44.5335159301758,37.1485977172852,-4.91540050506592],[86.5405044555664,12.1984825134277,7.22761821746826],[65.363410949707,-14.5240592956543,-27.9581508636475],[49.5297889709473,30.6431522369385,-28.5206928253174],[90.6779174804688,-19.4421806335449,29.2829456329346],[63.1056022644043,27.9830131530762,-12.354437828064],[93.8018493652344,-19.8518695831299,3.4181854724884],[68.6486587524414,2.89032244682312,-27.9540691375732],[72.5561218261719,12.0573129653931,36.1688690185547],[92.0772018432617,-12.1034488677979,22.4505519866943],[52.1555519104004,27.5119113922119,-33.3691482543945],[54.8090400695801,-19.5992393493652,-18.9170875549316],[65.8376312255859,32.274242401123,10.9745969772339],[60.1939315795898,24.5440731048584,23.1777667999268],[77.1375198364258,-7.40415048599243,-23.8250637054443],[91.0509948730469,7.30562496185303,-8.0455961227417],[84.3837203979492,-23.6694622039795,28.9798374176025],[87.2012710571289,-5.1997013092041,26.4520587921143],[36.6963844299316,16.7320747375488,-38.0305290222168],[81.4213638305664,-31.1766891479492,-4.98306274414062],[82.5051956176758,22.6062107086182,-2.71165204048157],[83.0352935791016,-21.1969299316406,36.420970916748],[76.3796844482422,17.3304500579834,-20.0112266540527],[91.5975799560547,-11.7222394943237,-10.674126625061],[64.2648086547852,30.3536949157715,13.4811668395996],[69.5921630859375,32.5098075866699,-10.9876546859741],[70.8681182861328,-32.4383392333984,6.46401262283325],[45.2787322998047,9.1189661026001,-38.6652717590332],[89.8358688354492,-0.297898858785629,15.6418418884277],[90.2955093383789,-8.88869953155518,37.8397064208984],[84.5275192260742,7.55017995834351,-17.8392219543457],[87.0805053710938,-26.1100177764893,-7.29716920852661],[48.973072052002,34.9289970397949,3.65667080879211],[84.668212890625,11.898229598999,16.4612808227539],[54.0624961853027,-3.73147344589233,-27.5596961975098],[48.9207649230957,35.1640243530273,-21.8748378753662],[83.1738128662109,-23.1872444152832,25.3017444610596],[53.2909469604492,37.6871185302734,14.2666893005371],[84.8776397705078,-16.4585571289062,-8.89292335510254],[60.6081199645996,22.5262298583984,-31.2789726257324],[67.6084747314453,-13.6641397476196,33.6583290100098],[92.6367111206055,-20.8931293487549,17.7340278625488],[60.742057800293,32.0448684692383,-15.9907331466675],[35.78564453125,5.67203712463379,-39.3816871643066],[79.6652450561523,4.56044101715088,15.7722272872925],[51.4672317504883,31.0976848602295,24.7194519042969],[70.9250183105469,-10.5637731552124,-24.5395393371582],[81.0857620239258,20.8965930938721,-19.0606575012207],[77.4252090454102,-21.7169704437256,29.6214370727539],[90.7253189086914,-3.07225751876831,28.1407775878906],[43.2464828491211,12.0382356643677,-32.819580078125],[86.168586730957,-33.1116638183594,-1.47411024570465],[87.6258850097656,14.4079284667969,-3.63941931724548],[89.5154724121094,-25.6220569610596,-3.65275430679321],[52.4714622497559,29.9018268585205,-2.38627552986145],[90.1183013916016,-4.97879457473755,36.2455978393555],[87.996940612793,3.69346332550049,-14.3746147155762],[52.8227081298828,34.9904518127441,-25.9075870513916],[85.8569259643555,-21.0882110595703,25.7738418579102],[85.5631103515625,13.701455116272,13.0172138214111],[58.8361625671387,-7.72636651992798,-27.3538913726807],[81.9194030761719,0.811562478542328,-22.1107788085938],[75.6909484863281,8.57831954956055,29.1624927520752],[76.0489349365234,-30.9657497406006,31.6064624786377],[74.5709075927734,21.6824741363525,-11.0084915161133],[50.8525543212891,26.3416690826416,-32.960205078125],[90.3620758056641,-10.9789962768555,20.6966781616211],[64.5740585327148,34.3561744689941,11.5825910568237],[55.9594383239746,-20.9503288269043,-19.901741027832],[78.1163330078125,24.7675533294678,-16.3605861663818],[72.9823837280273,-25.7417850494385,27.5097904205322],[54.8401794433594,20.8329429626465,29.2393379211426],[61.5631141662598,-1.71525478363037,-30.6275482177734],[80.3657684326172,-29.9010143280029,-12.6394481658936],[83.606086730957,19.1236801147461,0.872169494628906],[91.3779830932617,-9.83678245544434,31.3207874298096],[41.4391059875488,19.6192378997803,-32.6555938720703],[59.2121162414551,9.09425926208496,-34.4413146972656],[66.5500030517578,2.37036490440369,33.6094512939453],[56.9581756591797,37.5395202636719,-7.79824686050415],[88.8292465209961,-18.0485877990723,0.500338912010193],[57.3874320983887,-13.909309387207,-30.8605461120605],[76.6198272705078,19.1419010162354,9.71685409545898],[95.4486694335938,-13.3213930130005,18.4600811004639],[61.687614440918,27.0404415130615,-26.3563594818115],[82.7402267456055,-24.5510406494141,-6.08829545974731],[46.7376747131348,38.2259750366211,6.89975166320801],[84.9154510498047,-7.83005285263062,36.4259262084961],[78.1523056030273,11.2189283370972,-24.3882732391357],[54.8631553649902,34.1954765319824,-22.6211738586426],[89.8545455932617,-22.6444568634033,24.9463176727295],[90.8820419311523,3.80941772460938,7.76365995407104],[60.289379119873,-4.44028949737549,-32.0785484313965],[83.6231536865234,-14.7157173156738,-14.0000286102295],[55.3618049621582,36.4512062072754,20.3142986297607],[63.2061805725098,-16.2954521179199,29.6436462402344],[63.9701919555664,24.9292011260986,-27.5955619812012],[57.5582809448242,3.93529558181763,-25.2203826904297],[92.1378402709961,0.721662163734436,17.9560356140137],[72.8666229248047,25.7829513549805,-10.2678594589233],[78.2780303955078,-34.9911041259766,9.06834411621094],[87.2597427368164,12.0015468597412,-12.7236661911011],[84.7204742431641,-22.7754325866699,32.0430374145508],[54.7403335571289,30.2016124725342,22.2497291564941],[76.0126495361328,-11.5823354721069,-24.0310401916504],[78.347297668457,-31.7355632781982,-0.521483719348907],[79.3299026489258,25.0880374908447,-5.69334840774536],[81.7210693359375,-2.46503400802612,23.7309665679932],[32.743839263916,13.2301416397095,-37.4268531799316],[74.9237670898438,15.3127031326294,-23.5407009124756],[87.2318496704102,-15.3617382049561,39.158073425293],[63.9236755371094,29.7763195037842,5.81024599075317],[93.6510162353516,-14.0159301757812,-6.42090702056885],[39.7327690124512,2.42149138450623,-33.043270111084],[81.220344543457,10.6148271560669,24.9143543243408],[91.196907043457,-19.1432113647461,16.2719764709473],[60.6191787719727,36.9372215270996,-17.9141368865967],[74.5924377441406,24.6384773254395,14.4831571578979],[53.0662498474121,-12.3196001052856,-28.0382175445557],[60.4548530578613,29.2765483856201,-26.6609287261963],[91.2615356445312,-10.0554113388062,11.4954118728638],[68.9671859741211,1.04219877719879,36.0443000793457],[62.1520118713379,7.88260507583618,-28.2282009124756],[91.7136154174805,-26.5214157104492,0.0166178550571203],[54.9860305786133,36.9380531311035,-5.99859619140625],[87.983268737793,14.9673099517822,1.41391777992249],[75.1887283325195,-21.7932567596436,-9.94717693328857],[44.6844940185547,23.193359375,-36.7735557556152],[90.1080322265625,-9.56068134307861,25.1110000610352],[83.9086456298828,-30.2448024749756,32.4159240722656],[82.5413818359375,20.2898254394531,-13.2189683914185],[63.9729766845703,-0.2680703997612,-31.9246864318848],[57.8438529968262,15.3713512420654,27.0073528289795],[95.0536880493164,-5.90082883834839,26.5789241790771],[47.8863677978516,16.2778244018555,-34.6795921325684],[71.0538101196289,-31.3356819152832,-5.9715461730957],[68.6048278808594,25.805233001709,-1.92901122570038],[69.4436874389648,23.6912364959717,23.7954254150391],[87.6720275878906,-5.67377710342407,-13.1208782196045],[74.8039474487305,28.6140193939209,-21.5733089447021],[77.4074935913086,-26.9423427581787,32.9645767211914],[86.478515625,-16.2606220245361,31.7357006072998],[40.0960235595703,20.6268138885498,-24.2386245727539],[66.1096115112305,-20.9989109039307,-24.8082084655762],[77.1969223022461,21.8168468475342,6.82066440582275],[51.5609588623047,39.4063987731934,-11.3422803878784],[86.1894226074219,-28.2326526641846,5.47843885421753],[79.6497802734375,1.95530045032501,-23.2428646087646],[74.1656036376953,6.2033634185791,28.4778861999512],[74.3266525268555,17.0432090759277,23.1047821044922],[35.0762710571289,1.73372614383698,-38.0382652282715],[56.2406349182129,32.6542472839355,-20.6432495117188],[90.4151153564453,-21.8358192443848,22.5103721618652],[71.5892944335938,-8.4318733215332,32.6172943115234],[67.5075378417969,15.1920776367188,-28.452564239502],[91.352180480957,-17.6896495819092,-5.10033941268921],[58.7446517944336,38.1208038330078,5.33056211471558],[82.1558685302734,17.7942276000977,-7.1436333656311],[82.4957504272461,-34.3435935974121,5.58334589004517],[32.7370262145996,9.83864116668701,-37.7710876464844],[86.4176635742188,2.99592685699463,31.8672637939453],[82.5049743652344,-17.6676025390625,29.5643405914307],[87.017204284668,13.503716468811,-16.20849609375],[80.0134811401367,-11.6227684020996,-12.0852336883545],[52.9657745361328,34.606761932373,20.3952045440674],[95.8612060546875,-3.9187319278717,15.5189714431763],[54.2576599121094,14.0396060943604,-36.2502365112305],[75.1686630249023,-31.0861015319824,-2.21354627609253],[75.7505722045898,27.3633422851562,-4.60333251953125],[63.2925567626953,20.9411182403564,16.1577568054199],[84.2328033447266,-8.52584743499756,-17.2434139251709],[71.3500061035156,24.9822444915771,-21.2669105529785],[76.1832656860352,-25.8884220123291,34.0564613342285],[85.4187698364258,-23.5876159667969,20.5695381164551],[53.747013092041,38.6951065063477,-15.5143957138062],[51.5048065185547,3.81552696228027,-36.1312828063965],[92.0126724243164,4.39786291122437,17.5894718170166],[43.2423553466797,34.3419418334961,13.4704399108887],[79.2950439453125,-23.8208274841309,-16.3345279693604],[79.7490005493164,11.6340484619141,-17.9099960327148],[84.3123779296875,-15.6197414398193,36.6278343200684],[89.0792846679688,-16.3735675811768,-11.7706899642944],[57.7273178100586,34.4402732849121,12.9047689437866],[78.801872253418,-17.9932880401611,36.6604347229004],[70.561408996582,17.7391605377197,-23.0242080688477],[55.6136054992676,37.8939247131348,-13.8760356903076],[86.466926574707,-20.2752056121826,15.911301612854],[81.0801239013672,8.77177810668945,31.1699867248535],[29.7295093536377,6.69802618026733,-36.3991661071777],[74.8225479125977,-7.79078102111816,-24.5400924682617],[57.190185546875,23.9571571350098,21.9259853363037],[85.9938049316406,-25.5352153778076,32.1507377624512],[87.7478713989258,14.9036436080933,-13.5094661712646],[34.1810111999512,16.2312850952148,-38.0376663208008],[87.4622497558594,-5.08761930465698,29.7839107513428],[80.3559341430664,22.617561340332,-2.95812606811523],[72.9929504394531,-26.0004539489746,-3.93924450874329],[68.6053161621094,26.9428424835205,-26.0789604187012],[72.2917785644531,-21.4494075775146,33.1896209716797],[60.1804695129395,32.2469825744629,19.3537693023682],[85.5656433105469,-10.2944612503052,-12.4167985916138],[80.0031280517578,-34.5602607727051,3.74775528907776],[77.5165939331055,19.0185890197754,-6.33856439590454],[95.4234848022461,-1.77709221839905,16.979772567749],[56.3604393005371,8.78850364685059,-32.5661201477051],[76.2444152832031,13.8652086257935,-24.4289970397949],[80.2361526489258,-10.6707954406738,34.4223442077637],[45.1564025878906,37.6364860534668,13.353832244873],[81.1281890869141,-25.8407783508301,-10.5720739364624],[52.8527297973633,0.429678678512573,-37.2374687194824],[89.9012603759766,5.72702598571777,13.1588354110718],[87.6369323730469,-24.4067268371582,24.4958095550537],[51.1532745361328,31.9186534881592,-18.4515285491943],[89.6523056030273,-21.9901733398438,2.4089252948761],[57.1099586486816,38.7943153381348,-10.5366268157959],[57.2514305114746,3.14032125473022,24.2227363586426],[59.1360969543457,6.52767372131348,-33.259521484375],[60.96044921875,22.4297180175781,-24.748119354248],[94.733268737793,-11.9054975509644,18.3213405609131],[74.026741027832,24.163236618042,9.43457984924316],[60.8310356140137,-17.4838676452637,-28.6399211883545],[71.4575042724609,-4.67345905303955,-21.3503189086914],[57.3355369567871,23.7845516204834,27.418212890625],[79.2799301147461,-25.4486560821533,29.1425895690918],[83.3210983276367,21.4518032073975,-16.2407608032227],[44.033332824707,18.7539386749268,-36.0074920654297],[94.2375564575195,-7.51006317138672,29.497386932373],[89.8486633300781,10.6259393692017,-0.674099981784821],[83.7026748657227,-29.7071685791016,-8.00624370574951],[75.965705871582,24.5398750305176,-13.9255428314209],[81.1963882446289,-31.3995819091797,33.2466506958008],[73.8449554443359,9.21376705169678,23.0899391174316],[86.1110076904297,-1.44144058227539,-17.6063575744629],[59.6919593811035,-23.3537578582764,-15.2097291946411],[67.2448806762695,32.2620162963867,7.0883092880249],[92.9901657104492,-10.0144014358521,22.1517105102539],[50.992301940918,24.6411399841309,-34.8985862731934],[84.7161331176758,2.65812969207764,-14.2312526702881],[84.6276397705078,-2.07799649238586,35.5722846984863],[48.8648986816406,36.5523071289062,-3.08108639717102],[89.0787734985352,-29.4518146514893,-1.44565796852112],[56.4166564941406,-10.4014577865601,-30.6381664276123],[80.8118209838867,20.0452938079834,14.0514631271362],[82.1033554077148,-18.9790630340576,25.4200687408447],[45.546745300293,31.4691944122314,-26.1715984344482],[91.3790817260742,5.30357456207275,14.6893644332886],[57.1358299255371,0.185997784137726,-31.0420455932617],[56.0654411315918,38.979663848877,-18.6906909942627],[87.20556640625,-23.7693386077881,22.5138721466064],[87.127326965332,-13.4505023956299,38.1769065856934],[79.178352355957,12.0070524215698,-20.4762477874756],[80.9921417236328,-24.802755355835,-12.2171287536621],[43.7768096923828,30.8235912322998,6.53822231292725],[70.0055923461914,32.5531959533691,-7.04109668731689],[72.9029541015625,-32.618522644043,1.46247124671936],[47.5892868041992,12.2601613998413,-37.6317329406738],[91.5788650512695,-2.50226759910583,16.8446788787842],[66.1881256103516,-21.9014987945557,31.8996276855469],[66.887321472168,19.6493892669678,-18.9544277191162],[80.0338745117188,-12.0454559326172,-20.412223815918],[56.5600166320801,29.2653045654297,19.168285369873],[82.2599411010742,6.18419218063354,30.463960647583],[32.4448089599609,6.78921890258789,-34.4211845397949],[83.8691177368164,-35.7572746276855,10.2352390289307],[79.0611877441406,23.0453681945801,-10.3697624206543],[50.2909355163574,36.5268020629883,21.0905246734619],[79.4224700927734,-16.9177551269531,-15.0712862014771],[84.461799621582,13.3135557174683,-17.5668849945068],[77.5882949829102,-14.1188440322876,26.3850612640381],[92.9391403198242,-19.6884078979492,21.6725292205811],[60.3266410827637,33.5105285644531,-23.5626583099365],[41.9231376647949,-2.26990294456482,-36.5859031677246],[75.4816284179688,16.2611885070801,17.5354785919189],[62.3348808288574,35.204418182373,0.0936008840799332],[93.3961639404297,-13.8836679458618,-2.52205348014832],[70.6380386352539,12.8777313232422,-28.4973812103271],[81.988525390625,-6.75885772705078,37.6435127258301],[84.6709060668945,10.8053970336914,5.41336631774902],[65.3338012695312,-16.7262630462646,-25.4469718933105],[45.7964057922363,27.5294761657715,-27.7251567840576],[89.27783203125,-18.2370891571045,29.8731327056885],[81.8014678955078,2.42588353157043,30.8668842315674],[86.44921875,2.23095607757568,-18.4782981872559],[87.2032165527344,-22.5971660614014,1.57724523544312],[54.3197937011719,39.4160003662109,-8.04647064208984],[66.4337539672852,30.4065399169922,1.77510261535645],[67.6509475708008,-29.238317489624,-11.1757192611694],[50.8108787536621,16.6833209991455,-29.7452869415283],[93.31298828125,-7.92834758758545,25.1862545013428],[72.0330047607422,-26.6582069396973,29.9143085479736],[73.8523559570312,28.2449340820312,-18.8401222229004],[85.3938903808594,-3.9226188659668,-17.0958023071289],[72.1458129882812,20.8311347961426,28.1357383728027],[85.9768676757812,-11.3201265335083,23.9079341888428],[43.6454544067383,25.1362438201904,-33.5227317810059],[72.0933151245117,-23.0104503631592,-16.8098564147949],[83.095085144043,20.9814586639404,4.56841039657593],[58.1767501831055,12.4451131820679,30.8761558532715],[54.445972442627,4.35967063903809,-37.4324340820312],[78.8564529418945,21.5200424194336,-11.7241334915161],[80.8674774169922,-31.2941226959229,32.1289749145508],[93.9138870239258,-13.0701627731323,14.2707996368408],[64.1445846557617,32.2558708190918,-25.6415195465088],[52.4231567382812,-8.53866481781006,-27.1050662994385],[78.606071472168,19.0512561798096,15.3775758743286],[56.6203804016113,33.5343475341797,-3.19677805900574],[92.1133651733398,-23.7862091064453,-2.58526062965393],[62.9324684143066,11.5058364868164,-30.4395065307617],[78.5499954223633,-3.21702575683594,39.0638122558594],[51.2885932922363,13.5755033493042,-32.8738174438477],[94.9616470336914,-4.56279897689819,23.6764907836914],[69.7792053222656,30.0897846221924,-3.4531238079071],[78.9388046264648,-34.1147346496582,-3.45857310295105],[90.2296524047852,-6.47630262374878,-11.3995046615601],[70.0136337280273,25.4832344055176,21.8304080963135],[73.1710433959961,-22.6797657012939,29.1031875610352],[77.2304534912109,24.3964233398438,-20.2425937652588],[45.9923324584961,35.1682281494141,-13.6746664047241],[86.3479843139648,-29.7130813598633,27.7761135101318],[87.2028198242188,3.33796143531799,17.2151889801025],[41.3146476745605,6.87312173843384,-40.4419937133789],[80.5751190185547,-15.5099115371704,-10.2746648788452],[49.7682991027832,36.8170509338379,17.6412372589111],[82.9561920166016,-14.5153980255127,31.5296630859375],[84.849365234375,12.6523923873901,-18.4228916168213],[42.9341697692871,-0.585453569889069,-33.0253219604492],[80.0865325927734,14.1700286865234,22.2442798614502],[92.2325668334961,-17.4982872009277,16.2159328460693],[62.2178688049316,35.9143486022949,-21.1657543182373],[62.2158279418945,16.1725559234619,-28.2443885803223],[73.2765350341797,-10.7024936676025,36.8781585693359],[54.2245025634766,28.7199516296387,2.59104490280151],[88.0036163330078,-21.8181209564209,-7.68054533004761],[83.1132965087891,-31.5323600769043,2.87419271469116],[87.1985015869141,18.1554775238037,-6.68207263946533],[86.7426300048828,-0.111738316714764,22.8217639923096],[36.5553321838379,11.7583637237549,-41.4239540100098],[82.40966796875,12.9961986541748,-15.0109300613403],[82.8818359375,-21.1581649780273,34.045539855957],[47.3414878845215,30.9743976593018,18.3276271820068],[74.1742706298828,-15.7758684158325,-23.3061866760254],[54.7144012451172,16.7760219573975,-33.6589965820312],[93.6326599121094,-5.27249145507812,13.7296018600464],[72.9301071166992,29.9385356903076,-0.723426461219788],[74.2956314086914,-30.8192501068115,-7.4584903717041],[79.5487594604492,-5.65106678009033,-23.246395111084],[64.9916076660156,22.7565746307373,25.124584197998],[71.4671859741211,-27.1278266906738,32.1973724365234],[69.8713302612305,25.9067077636719,-19.0463047027588],[46.2758102416992,28.5495491027832,-32.3029556274414],[87.5828628540039,-15.1168375015259,26.9890193939209],[83.4553985595703,18.8262424468994,6.69740915298462],[67.3304901123047,-17.670431137085,-18.5683612823486],[85.9310531616211,-32.648868560791,6.35376024246216],[42.6429023742676,33.1787071228027,-10.3816194534302],[77.9245071411133,8.84615993499756,37.5645561218262],[72.3703994750977,3.79489469528198,-26.9979820251465],[45.7915229797363,-9.64791679382324,-30.6149387359619],[70.3330307006836,19.9472522735596,12.9864625930786],[92.0876998901367,-17.9621734619141,24.179573059082],[55.7322540283203,30.5614852905273,-26.4141864776611],[65.1321716308594,10.3338899612427,-32.220386505127],[76.8573684692383,-0.580508887767792,37.3880157470703],[60.2704200744629,37.2543258666992,-5.1978702545166],[92.3908309936523,-17.8807907104492,-0.80952250957489],[75.2634506225586,-27.0387783050537,-16.2754707336426],[82.0774993896484,18.6618938446045,2.55100750923157],[89.0299377441406,-11.7347774505615,30.4154968261719],[43.1260032653809,18.2029933929443,-26.759407043457],[88.5904541015625,15.5020179748535,-10.29616355896],[79.3307037353516,-25.1512908935547,24.1166229248047],[69.4841995239258,18.5845432281494,33.6298599243164],[72.5887985229492,-0.462225794792175,-25.9718399047852],[81.2953033447266,-22.1019744873047,33.4350242614746],[79.2927398681641,21.6425285339355,-21.3874034881592],[72.1563720703125,-12.8209829330444,-20.8864288330078],[48.1608924865723,32.0741653442383,22.1285076141357],[87.3151245117188,12.6934680938721,-4.47678232192993],[84.1679916381836,-32.7566032409668,1.58968758583069],[37.7274703979492,12.0439825057983,-38.4639320373535],[90.1949234008789,-0.519937694072723,29.7255172729492],[72.021354675293,-11.1035060882568,33.6663932800293],[66.5450210571289,17.8567161560059,-28.7958335876465],[90.0974426269531,-17.7132148742676,-7.12603139877319],[57.7623519897461,38.4746322631836,9.70507526397705],[84.0103149414062,8.72731018066406,18.1576118469238],[42.2440528869629,3.59749746322632,-40.5857582092285],[66.6887893676758,24.966495513916,-15.4222946166992],[94.9832916259766,-15.3390741348267,12.8744068145752],[51.7046051025391,38.1775550842285,2.21675038337708],[90.5959320068359,-27.6233520507812,-4.94063997268677],[87.7272338867188,3.75711536407471,-13.6129245758057],[89.4521484375,-6.04268550872803,35.8938102722168],[81.2908477783203,-17.5151519775391,19.6293144226074],[50.5557327270508,33.8962287902832,-24.0503673553467],[56.4119415283203,-6.29934692382812,-30.6193943023682],[85.4164505004883,13.9019565582275,14.5964012145996],[59.3813438415527,30.937816619873,10.9749183654785],[89.3532562255859,-14.6890468597412,-11.0311670303345],[70.6738891601562,19.9641666412354,-24.690372467041],[82.3031768798828,-19.5869102478027,37.5719184875488],[87.5584487915039,3.22873997688293,20.4509010314941],[38.3675384521484,8.78537368774414,-41.9780883789062],[60.8161544799805,-28.2946395874023,7.16808700561523],[66.3802108764648,32.6542549133301,-13.3340215682983],[83.7983932495117,-27.8840293884277,31.7994289398193],[84.9841461181641,16.8954658508301,-13.1093683242798],[69.494499206543,-3.99249887466431,-27.7923030853271],[56.1960601806641,16.7917175292969,21.6021347045898],[76.7952346801758,26.1500720977783,0.128178775310516],[72.4342727661133,-28.0436477661133,-8.61821842193604],[33.7291870117188,18.9583778381348,-36.3239479064941],[87.3922348022461,-8.36695098876953,32.4227561950684],[75.6282577514648,6.04828405380249,37.0691375732422],[72.2030258178711,3.70272660255432,-23.348352432251],[94.6820373535156,-20.3604373931885,1.67243993282318],[62.6962242126465,32.7872543334961,-10.3589954376221],[68.325927734375,31.0043487548828,14.2239818572998],[53.0585479736328,-16.1055011749268,-25.5912189483643],[54.9349365234375,29.2324485778809,-30.403341293335],[90.9202346801758,-12.6166925430298,19.2259693145752],[48.6566619873047,39.4979248046875,0.62946605682373],[85.5217666625977,-27.2280368804932,-2.12429618835449],[79.59765625,6.87082719802856,-22.512809753418],[77.6126403808594,-2.98195481300354,30.0066623687744],[90.3510589599609,-19.3302688598633,24.8476219177246],[54.0073165893555,30.6430377960205,-24.9710845947266],[65.1774978637695,-10.3508968353271,-30.5495185852051],[90.5789947509766,8.65276622772217,7.90167713165283],[71.2353286743164,13.4976482391357,31.817440032959],[79.6650161743164,-1.11668407917023,-16.0561943054199],[67.3232421875,32.969913482666,-16.2139072418213],[64.1885147094727,-27.5828037261963,27.9942092895508],[95.5783996582031,-10.1275396347046,20.889684677124],[57.1343116760254,21.8599605560303,-29.8700351715088],[66.6461410522461,-24.7638835906982,-19.538028717041],[73.3328247070312,22.8703842163086,4.51756429672241],[91.4713287353516,-11.9254627227783,27.4412250518799],[47.559814453125,21.9264965057373,-30.0634765625],[77.4369277954102,-25.2371959686279,-16.8945484161377],[87.9749908447266,13.7236175537109,2.56180596351624],[63.2531661987305,15.5467128753662,32.7583274841309],[64.7060012817383,1.20684564113617,-28.8774814605713],[82.0820617675781,21.1419658660889,-12.193133354187],[71.6309814453125,-23.6314563751221,21.6371669769287],[94.3567199707031,-16.2396755218506,19.9054260253906],[61.4277496337891,30.4159107208252,-25.1965637207031],[49.8056564331055,-7.85356664657593,-34.3450050354004],[76.1827011108398,17.8377170562744,13.2729072570801],[54.820426940918,38.6997680664062,-2.25931024551392],[87.882568359375,-19.5693874359131,-1.61103904247284],[57.3070030212402,12.797758102417,-34.7894477844238],[67.5478363037109,-2.21930742263794,34.4188461303711],[80.2133636474609,21.7617511749268,8.91964340209961],[63.6218872070312,-17.2053031921387,-22.4952373504639],[44.2863578796387,28.9927387237549,-30.9543228149414],[86.6879577636719,-17.186559677124,29.3529853820801],[82.5404434204102,4.81091690063477,34.7759552001953],[84.6000518798828,1.68499803543091,-17.9696578979492],[88.569206237793,-28.0695610046387,3.2966947555542],[50.8152198791504,33.4909133911133,-9.84403133392334],[69.1517105102539,32.8892517089844,1.29591453075409],[69.842399597168,-29.5844173431396,-9.22382831573486],[50.6490211486816,18.9940223693848,-35.223762512207],[92.6629943847656,-6.33208417892456,18.2688140869141],[79.239372253418,-28.1125984191895,32.4356842041016],[79.130973815918,17.3963241577148,-13.3862504959106],[89.2504577636719,-4.51534557342529,-14.7026424407959],[72.8005599975586,16.7324504852295,21.5883445739746],[80.7081451416016,3.98614144325256,21.4493637084961],[31.7761116027832,8.45834636688232,-40.2129287719727],[79.4720077514648,-32.1731491088867,8.33176708221436],[82.2627563476562,22.7511615753174,-10.9537200927734],[51.7017135620117,36.1070289611816,17.3024978637695],[83.5303268432617,-19.1806507110596,-15.8654432296753],[89.0824966430664,7.79347801208496,-12.4321184158325],[87.4906616210938,-16.5199737548828,33.435863494873],[89.6401138305664,-17.3895835876465,19.301248550415],[59.8629112243652,35.5278167724609,-25.4967174530029],[43.8506317138672,-5.87276124954224,-24.8582992553711],[73.0408630371094,20.9009342193604,20.1041431427002],[60.9894905090332,30.8106231689453,-1.79284822940826],[93.8507919311523,-20.0474090576172,-3.43392539024353],[69.2679061889648,11.3797302246094,-27.1086864471436],[86.7952270507812,-6.01430606842041,40.7175598144531],[88.6906509399414,3.65627193450928,10.9381437301636],[52.0861320495605,0.645549178123474,-35.9628753662109],[50.6098861694336,34.4313507080078,-18.6899871826172],[87.9018707275391,-25.9391536712646,26.088809967041],[82.4552993774414,-11.9035720825195,36.6951103210449],[74.2546539306641,15.5679349899292,-26.1016788482666],[78.0245513916016,-23.3117446899414,-10.0304584503174],[42.6695747375488,36.2036972045898,11.7305936813354],[74.7937545776367,25.8203277587891,-7.31050109863281],[83.0365295410156,-35.8719253540039,3.7835476398468],[57.1218338012695,8.23316383361816,-29.9382038116455],[94.7006607055664,-1.9998722076416,17.6100196838379],[67.9143829345703,-20.4406280517578,31.1377468109131],[67.7576599121094,27.0370025634766,-25.6039638519287],[84.0231170654297,-11.4510297775269,-15.9991226196289],[59.9498558044434,33.6274833679199,22.0161018371582],[72.0908584594727,30.6754550933838,-17.0712757110596],[72.9347763061523,-29.0711765289307,30.7619686126709],[73.6524353027344,15.1157999038696,29.874813079834],[83.9951934814453,-1.97769379615784,-16.4463653564453],[59.3314514160156,-24.7508926391602,-15.2911405563354],[66.7307434082031,23.900899887085,3.50313544273376],[93.2180633544922,-10.687445640564,26.767520904541],[48.8648338317871,21.7136840820312,-31.9626007080078],[85.4151077270508,4.13753843307495,-18.7758712768555],[81.8984603881836,-1.49261832237244,30.5845699310303],[54.2962760925293,41.4161338806152,-1.39406728744507],[88.6577606201172,-26.2554340362549,-0.72998833656311],[60.1547546386719,-11.6947526931763,-31.8154449462891],[83.5769500732422,15.0049905776978,10.0107593536377],[87.2174072265625,-20.288158416748,28.5929584503174],[46.1907005310059,27.0448360443115,-23.6914043426514],[93.2554244995117,-24.5339241027832,3.50879311561584],[59.0898590087891,35.8899040222168,-12.0491523742676],[69.6227874755859,8.78107833862305,35.7609252929688],[65.009162902832,4.37204360961914,-28.8742256164551],[61.8866424560547,25.2159557342529,-28.4571571350098],[94.6619567871094,-8.68028163909912,11.8146381378174],[75.6557083129883,26.4361248016357,9.47281837463379],[62.857723236084,-19.3903331756592,-23.4845314025879],[65.41162109375,-5.43673229217529,-30.3493003845215],[51.523681640625,20.8565673828125,22.6507816314697],[83.8922576904297,-28.3503665924072,33.8870010375977],[80.6448974609375,21.592622756958,-16.8055572509766],[39.4871368408203,18.638542175293,-39.0712814331055],[89.8491516113281,-6.46777582168579,27.1589508056641],[85.8012390136719,17.6655349731445,-1.41757965087891],[76.652961730957,-25.2652263641357,-5.73831605911255],[66.1464157104492,24.133430480957,-24.5205154418945],[72.1111831665039,-21.8158111572266,34.3447875976562],[56.6943054199219,27.3714752197266,13.9648952484131],[82.9723129272461,-13.3897399902344,-16.6312580108643],[72.0049133300781,-31.8283443450928,3.94921088218689],[72.2429962158203,30.0077857971191,-9.16219520568848],[93.0227966308594,-0.985465824604034,17.9619693756104],[47.3879585266113,10.7411651611328,-39.3849296569824],[82.9024505615234,6.1375584602356,-14.2931661605835],[85.3481674194336,-10.2828035354614,36.3879432678223],[45.6994705200195,35.1568641662598,6.62002038955688],[84.6216583251953,-26.921895980835,-9.71953010559082],[59.6473617553711,-2.03555345535278,-31.5919895172119],[92.0365905761719,6.33081769943237,12.8405809402466],[86.5156936645508,-19.4323844909668,18.87428855896],[56.2809371948242,36.9244651794434,-21.2429084777832],[91.0163497924805,-12.8638591766357,-7.52724504470825],[60.2523765563965,35.7805252075195,12.5607452392578],[71.7598266601562,-13.8633117675781,30.6217098236084],[72.215217590332,18.5059967041016,-24.813060760498],[57.3635292053223,32.4305801391602,-14.4116706848145],[90.6818389892578,-23.3208160400391,19.4871044158936],[80.5603179931641,7.87614297866821,26.362735748291],[30.4379005432129,8.25928211212158,-41.0455322265625],[73.5575485229492,-7.98481464385986,-20.074535369873],[54.6811218261719,28.6107444763184,24.8766250610352],[80.6281814575195,-23.4361782073975,30.2272033691406],[83.858642578125,20.3426742553711,-17.7181491851807],[31.9046878814697,14.6333341598511,-35.4929466247559],[91.4113922119141,-4.43800830841064,36.6691551208496],[77.7781066894531,22.2034606933594,-3.56899666786194],[82.9754638671875,-34.3280830383301,-3.37454056739807],[43.5869522094727,36.1348915100098,-0.658029735088348],[88.1263427734375,-32.194206237793,-2.71249890327454],[77.0672302246094,6.77670097351074,-21.4241237640381],[85.4130249023438,-3.31680130958557,38.898380279541],[84.316291809082,-16.4328689575195,19.9252529144287],[52.8139419555664,33.6076812744141,-26.4229030609131],[62.0228576660156,-9.40898418426514,-27.8531894683838],[87.361457824707,13.3640279769897,11.338737487793],[71.7385635375977,10.5494480133057,28.753755569458],[77.9648056030273,0.602354764938354,-24.6021137237549],[69.908935546875,29.744987487793,-14.7936754226685],[75.3767013549805,-30.9444103240967,32.4534797668457],[95.2108688354492,-8.67481231689453,15.4252405166626],[58.6537933349609,23.8931331634521,-31.6630058288574],[64.3178939819336,-22.3928833007812,-16.364444732666],[74.3168106079102,26.9342021942139,6.14687442779541],[82.1578750610352,-26.222318649292,28.8710079193115],[86.6970291137695,18.7625560760498,-13.986701965332],[73.5595169067383,-3.7191858291626,-23.0777015686035],[63.0444221496582,23.6901664733887,29.991886138916],[81.2318649291992,17.048713684082,-0.0486019477248192],[77.8911666870117,-30.1827297210693,-10.4414119720459],[37.2961387634277,18.6266784667969,-33.3196029663086],[91.2863693237305,-9.21052169799805,34.1201210021973],[66.5940933227539,3.51628947257996,31.8604183197021],[63.3341903686523,7.10024261474609,-32.1646881103516],[92.0633544921875,-20.8971920013428,1.43611586093903],[59.6302146911621,38.5836944580078,-9.3923978805542],[66.1034317016602,27.1258029937744,12.5346794128418],[49.1204376220703,-14.5597314834595,-27.2438278198242],[53.0467529296875,23.3801727294922,-24.205265045166],[90.7300186157227,-15.3658056259155,24.2721710205078],[50.1520042419434,39.8839149475098,6.28511047363281],[86.16259765625,-25.893928527832,-5.15494012832642],[82.121337890625,8.08250522613525,-20.6607322692871],[80.9259338378906,-6.02778577804565,30.920711517334],[85.99267578125,-24.8351917266846,29.6623973846436],[45.1699638366699,30.7662029266357,-21.6490936279297],[49.7906112670898,-2.96459984779358,-38.2943000793457],[82.6391983032227,14.1867237091064,15.5522203445435],[61.5255088806152,33.0202598571777,12.9562683105469],[90.780143737793,-9.63777828216553,-6.18725156784058],[72.7533187866211,20.8508205413818,-25.1128425598145],[77.6671600341797,-17.8186855316162,34.5451889038086],[90.5932006835938,3.34094953536987,22.611536026001],[44.2189445495605,7.30359172821045,-38.047794342041],[72.5616073608398,-33.6387519836426,10.1599559783936],[69.7093963623047,26.4335403442383,-11.36390209198],[84.5516357421875,-23.0409355163574,34.088249206543],[83.3329696655273,15.5196714401245,-16.1068592071533],[73.9205627441406,-12.7514905929565,-22.6010837554932],[49.7948760986328,22.9444370269775,13.951566696167],[88.9661560058594,14.7921276092529,-4.74933671951294],[80.4580688476562,-27.5017547607422,0.123457841575146],[38.3312683105469,13.3826456069946,-41.5162773132324],[89.4573822021484,-1.59158205986023,24.8153457641602],[72.7939376831055,-12.5659990310669,35.9654655456543],[66.1421585083008,14.6431436538696,-23.7526435852051],[88.4584503173828,-21.2792911529541,-9.63874816894531],[54.3434448242188,35.552734375,8.25104236602783],[82.8131637573242,12.3822755813599,24.5247573852539],[39.4628486633301,3.42785954475403,-38.6797027587891],[62.6298828125,34.8766708374023,-18.8488521575928],[92.2615966796875,-15.9823484420776,13.4175024032593],[48.7254638671875,-10.0517587661743,-27.240421295166],[73.1422729492188,24.1135063171387,16.5480327606201],[91.9709854125977,-15.3136625289917,19.1634197235107],[59.5913352966309,33.1125411987305,-27.826732635498],[72.9185943603516,7.44274711608887,-24.8281421661377],[83.8339996337891,-1.1729679107666,39.6296653747559],[65.0437088012695,25.5694675445557,-5.29919338226318],[94.8776473999023,-17.3942909240723,-1.05695343017578],[71.2187347412109,-25.7249984741211,-16.4728889465332],[77.509521484375,26.5031471252441,4.60426902770996],[85.0462875366211,-11.5701341629028,28.5540370941162],[38.1318778991699,23.0724716186523,-33.538272857666],[86.7021713256836,13.1159143447876,-8.80486297607422],[82.2267761230469,-29.1426620483398,29.3057975769043],[64.3165435791016,14.9468030929565,30.7917785644531],[66.6025085449219,1.02178275585175,-31.4770202636719],[54.1065254211426,15.6821527481079,-30.7686328887939],[95.2404098510742,-6.56128025054932,22.4810409545898],[70.6888427734375,28.9715824127197,-0.24837800860405],[76.5319442749023,-32.1181030273438,-9.10123062133789],[77.6001968383789,-5.01173782348633,-21.3877773284912],[64.4803009033203,25.2486400604248,28.6799392700195],[59.0056381225586,-22.2425956726074,25.6023750305176],[66.7916412353516,31.2989807128906,-21.5215244293213],[48.8221893310547,28.0027313232422,-30.3772068023682],[91.4494934082031,-16.2303276062012,28.3737754821777],[88.0202331542969,10.6250505447388,4.47133636474609],[70.7445602416992,-18.8825092315674,-22.5601348876953],[79.7802505493164,-21.4873561859131,2.54259872436523],[46.7532653808594,36.733455657959,-9.71147441864014],[74.6731796264648,5.13110446929932,31.7659339904785],[75.8418655395508,3.82111597061157,-26.078125],[42.1040687561035,2.37559413909912,-39.5217323303223],[81.9598159790039,8.4935884475708,16.184850692749],[94.7095108032227,-17.4426441192627,15.7570028305054],[64.4038543701172,31.1606388092041,-18.8843669891357],[63.1858291625977,18.9298000335693,-31.5470714569092],[74.8918228149414,-11.0750885009766,36.4072952270508],[56.367015838623,38.2360458374023,8.35404777526855],[88.9006805419922,-17.7591361999512,-6.39357280731201],[84.9538116455078,-34.1631050109863,3.1966290473938],[85.1333999633789,16.8770885467529,-6.0019679069519],[87.5536880493164,0.294185429811478,28.3833427429199],[40.5974540710449,8.98764514923096,-32.3747673034668],[77.7927017211914,20.811502456665,-21.3587779998779],[76.4099349975586,-19.7533588409424,31.0272331237793],[46.3251609802246,32.9105110168457,22.2262268066406],[71.1872406005859,-14.6082105636597,-22.642557144165],[45.7340965270996,15.9834289550781,-36.7799911499023],[89.4933700561523,-4.4867901802063,17.0980491638184],[66.3991928100586,34.1009941101074,-2.32565331459045],[67.1259231567383,-29.9407234191895,-4.01323890686035],[86.7081298828125,-7.14500713348389,-16.9207935333252],[67.6724014282227,23.1165809631348,20.7292957305908],[78.9322662353516,-26.922794342041,33.9566764831543],[75.4980087280273,21.691686630249,-18.0292472839355],[51.0160713195801,38.6642608642578,-13.1119403839111],[84.4043045043945,-26.0719947814941,22.4734077453613],[90.4709167480469,3.34833288192749,18.6949024200439],[51.643627166748,3.91270518302917,-31.6335678100586],[84.125732421875,-18.8139476776123,-14.0873727798462],[51.6442451477051,34.0490684509277,13.2337446212769],[89.4099273681641,-16.3729362487793,34.6570014953613],[89.1657257080078,8.62116527557373,-13.7102108001709],[55.1011047363281,31.5908622741699,9.4124231338501],[86.9374771118164,-17.8862571716309,-11.4688949584961],[65.4779510498047,19.9477386474609,-26.6670627593994],[75.7265014648438,-16.6992588043213,36.5743293762207],[93.1609115600586,-18.5231113433838,14.5520515441895],[62.8544807434082,36.8649482727051,-15.9259881973267],[38.372200012207,5.64996719360352,-37.8045883178711],[84.9452133178711,7.69876909255981,25.2194900512695],[46.702953338623,25.0543518066406,20.9193363189697],[65.3462142944336,-9.24233722686768,-30.0919342041016],[79.0433197021484,17.1658115386963,-15.5365924835205],[80.1793670654297,-25.5752696990967,33.5731506347656],[86.9247207641602,-4.02180433273315,26.6497592926025],[35.7887802124023,15.4253873825073,-38.8390235900879],[81.7554244995117,-31.8071422576904,-3.0149986743927],[82.583381652832,22.7583751678467,-3.94977688789368],[67.627799987793,-17.0325908660889,27.94362449646],[71.6274719238281,22.6948165893555,-23.7368125915527],[88.1543502807617,-10.7425661087036,-11.0928716659546],[61.5133476257324,32.9521102905273,17.7632217407227],[66.3790435791016,31.3588390350342,-9.47944736480713],[71.6243057250977,-33.6317863464355,6.1542010307312],[45.2064552307129,8.77329921722412,-34.6437644958496],[90.3319244384766,0.562375605106354,24.375207901001],[85.5972290039062,-9.15162372589111,32.4839477539062],[86.5602722167969,8.14673233032227,-17.7293815612793],[84.8043823242188,-19.2219181060791,-6.15433406829834],[52.0290451049805,38.922779083252,9.01889991760254],[86.7542114257812,7.5172905921936,13.5684471130371],[50.574649810791,-0.589111804962158,-37.1834106445312],[49.5163803100586,34.6204299926758,-20.4703178405762],[88.0402221679688,-26.3068885803223,28.3153820037842],[64.2321472167969,34.4922027587891,-12.6476678848267],[94.0486755371094,-14.8588752746582,1.81846046447754],[68.9956130981445,4.47585582733154,-30.6297149658203],[72.6672897338867,8.10948848724365,34.3567314147949],[93.9816513061523,-12.9444808959961,22.4528827667236],[55.9616394042969,24.7874584197998,-28.3330554962158],[57.6621437072754,-19.0927734375,-23.9700508117676],[71.4672546386719,20.788200378418,6.93735313415527],[60.3667869567871,28.0856151580811,28.7185211181641],[72.9015884399414,-6.06794834136963,-25.1011409759521],[86.1387252807617,18.3955211639404,-15.0802564620972],[79.703239440918,-23.4683151245117,27.487813949585],[90.0085525512695,-6.75574588775635,33.5305633544922],[37.4718437194824,14.7755374908447,-30.514045715332],[82.945930480957,-33.2302322387695,-7.19902563095093],[79.4050064086914,22.0628032684326,-1.70883190631866],[67.4853286743164,-28.5951805114746,30.7106342315674],[66.9053955078125,28.0598640441895,-16.1459140777588],[73.4794082641602,-0.662064015865326,-27.9838352203369],[67.9936370849609,16.4932651519775,30.3390369415283],[69.8851013183594,31.4238586425781,5.20398998260498],[65.1864242553711,-25.7981147766113,-14.6248254776001],[53.9197425842285,21.7577037811279,-32.6320915222168],[92.104118347168,-7.54463243484497,15.4691934585571],[84.9227447509766,0.0100782848894596,38.5159568786621],[78.3142471313477,5.62117481231689,-22.5024642944336],[86.9295654296875,-30.3482418060303,-0.0243058037012815],[45.3615531921387,33.0506820678711,-5.23277568817139],[88.7881927490234,11.482985496521,7.89355039596558],[67.2445983886719,-10.5663747787476,-18.0927810668945],[53.7586288452148,33.0749702453613,-29.1595001220703],[87.7633514404297,-16.6473846435547,22.7041263580322],[42.828254699707,4.12541961669922,-37.7291221618652],[86.4193725585938,8.36871719360352,22.7334823608398],[79.3549575805664,-24.1650314331055,22.1600093841553],[44.817325592041,35.1860122680664,-15.6019821166992],[83.567024230957,10.0563611984253,-16.7953414916992],[86.7738265991211,-14.4301500320435,36.2065887451172],[47.5499534606934,36.4461135864258,14.071608543396],[82.8033752441406,-23.8539924621582,-14.2932844161987],[62.2239761352539,-26.8264179229736,-1.21090567111969],[67.642219543457,31.8408679962158,-5.29150152206421],[91.5477828979492,-3.20502185821533,21.3732109069824],[44.1029281616211,14.4102630615234,-39.1324081420898],[74.9556045532227,23.215368270874,-20.7513980865479],[82.8014144897461,-26.4748477935791,35.6135787963867],[66.4943313598633,22.5682392120361,16.0114879608154],[88.3933258056641,-8.48669147491455,-14.0306406021118],[39.8106307983398,8.82302093505859,-37.6589889526367],[88.5920028686523,2.54308533668518,26.2783889770508],[90.0271911621094,6.85594654083252,-3.93149876594543],[83.7449264526367,-31.7005729675293,5.04074478149414],[76.0472564697266,-14.9342594146729,-15.7076282501221],[47.8239326477051,34.4111251831055,20.0422267913818],[81.5573272705078,-18.5433826446533,32.8054809570312],[81.0583419799805,17.7732906341553,-20.6902198791504],[62.9090003967285,26.7706699371338,-18.6973686218262],[93.2770538330078,-17.0527667999268,16.8731365203857],[79.2506484985352,13.9090166091919,18.0889568328857],[42.5727157592773,0.290164798498154,-39.2033004760742],[89.2042541503906,-21.9669628143311,-5.82572841644287],[55.3563041687012,40.1131286621094,7.11813974380493],[67.6447296142578,-7.62491703033447,33.2212600708008],[60.3728637695312,16.6910152435303,-32.0591773986816],[66.6917953491211,-14.905086517334,-28.2502708435059],[87.3909301757812,12.8525276184082,7.39709424972534],[89.75,-18.0592937469482,27.0182704925537],[49.8183517456055,28.3470516204834,-26.6409549713135],[75.9420318603516,5.67213296890259,-24.9785099029541],[73.190803527832,0.440525949001312,29.0286102294922],[46.4846382141113,38.4680328369141,-4.5773229598999],[83.9316787719727,-28.4606323242188,1.18833243846893],[75.0795669555664,-29.3123416900635,-14.1329746246338],[76.7640914916992,22.5167217254639,1.67131960391998],[97.1380767822266,-7.59241485595703,17.8940105438232],[59.497917175293,18.7713928222656,-30.6728172302246],[70.9841842651367,30.9972076416016,-18.7301692962646],[70.6706085205078,-27.834228515625,30.3714771270752],[70.8206176757812,17.940372467041,28.6988716125488],[83.1353302001953,-2.92121577262878,-16.1976470947266],[42.7890319824219,26.5900192260742,-33.271785736084],[87.5875930786133,-14.5033931732178,29.3053874969482],[80.2604446411133,22.5462112426758,6.29632520675659],[67.6523284912109,-20.6787719726562,-18.1373691558838],[68.7454147338867,3.10857510566711,-29.430778503418],[66.5436859130859,8.05075359344482,29.0302581787109],[84.2764511108398,-30.7941589355469,29.1280879974365],[88.269889831543,14.0244035720825,-7.82307863235474],[58.7213478088379,35.0243911743164,-25.5455589294434],[88.3169250488281,-16.5158729553223,18.3854446411133],[72.1443328857422,23.8534393310547,22.1017684936523],[40.9525604248047,-5.13513565063477,-31.7927188873291],[93.7701263427734,-21.5487403869629,-3.47162246704102],[59.5827751159668,33.4275856018066,-1.63696002960205],[80.9241409301758,-5.36709117889404,38.5768089294434],[71.7508850097656,7.60237312316895,-20.549373626709],[95.7829742431641,-3.78523993492126,20.479700088501],[54.410083770752,12.3430147171021,-32.8965950012207],[79.22509765625,-34.0042037963867,-1.64657640457153],[75.0167465209961,21.1690101623535,-4.20551729202271],[61.5387382507324,29.4117469787598,23.3750648498535],[82.3104858398438,-8.27780723571777,-15.943941116333],[68.1828536987305,30.4473114013672,-25.0709838867188],[68.9515609741211,-23.6684341430664,31.780086517334],[88.5688400268555,-23.8800354003906,20.9017181396484],[54.6029205322266,27.3928146362305,-13.7726268768311],[54.753849029541,3.5553994178772,-36.3401679992676],[93.4408264160156,1.11320972442627,10.7337503433228],[48.5455017089844,37.4239807128906,18.4150638580322],[80.4049758911133,-20.8951797485352,-13.1201238632202],[81.8449935913086,13.3019561767578,-20.098014831543],[79.3608551025391,-12.9371185302734,30.3716373443604],[77.3787612915039,17.540563583374,23.3504371643066],[40.5271186828613,-1.21806263923645,-33.9675064086914],[59.8212776184082,34.5583038330078,-21.7914295196533],[89.0752563476562,-14.8425149917603,13.802116394043],[85.2871704101562,-9.82047653198242,39.3302917480469],[74.0193252563477,10.9325933456421,-22.2452354431152],[94.2460479736328,-17.8673057556152,-5.00963497161865],[62.168285369873,33.4865188598633,2.27851629257202],[78.3248062133789,24.9211673736572,-9.18524074554443],[73.8949890136719,-30.0827026367188,4.1389799118042],[29.0415420532227,10.4290390014648,-39.7870483398438],[82.1448287963867,2.63226461410522,29.0882968902588],[87.3741760253906,-20.7099227905273,35.3099327087402],[84.5975036621094,14.2020645141602,-16.9065990447998],[78.0486221313477,-16.4367771148682,-19.9199161529541],[49.6602554321289,31.7763996124268,16.8585433959961],[92.1570129394531,-5.6285514831543,25.4512691497803],[42.461612701416,17.9357089996338,-39.3697891235352],[61.4862365722656,-27.5183334350586,-5.00081872940063],[64.3058471679688,34.4696578979492,-0.89152979850769],[65.8995666503906,16.4652633666992,16.6692485809326],[84.4876403808594,-6.31860160827637,-17.5115165710449],[73.0662002563477,25.1177444458008,-19.5182781219482],[77.0819244384766,-27.5575065612793,33.6403312683105],[85.0462875366211,-14.0039186477661,26.7327156066895],[42.4002647399902,26.5922069549561,-31.7307224273682],[67.625617980957,-21.0116214752197,-21.3840961456299],[79.458137512207,24.1512718200684,7.45745515823364],[52.508975982666,36.908088684082,-12.5799713134766],[89.667610168457,-29.0394153594971,5.8333044052124],[86.5133972167969,-0.44024446606636,-14.1123857498169],[79.1646881103516,7.54389381408691,31.4806270599365],[78.1147079467773,20.6925182342529,11.9075546264648],[57.237491607666,-11.6889877319336,-33.623176574707],[64.1742248535156,25.4681644439697,-23.9278945922852],[95.6348495483398,-12.5950908660889,15.935097694397],[66.6852645874023,0.331414848566055,31.7837314605713],[62.6962699890137,9.2010498046875,-32.0230751037598],[91.5065536499023,-21.2099838256836,-0.107226297259331],[58.421257019043,39.0783081054688,-5.95017194747925],[86.0104598999023,14.1759786605835,1.24215948581696],[78.0170135498047,-27.5046234130859,-13.3993978500366],[42.6774864196777,21.9086570739746,-34.4123077392578],[92.5584869384766,-10.9219388961792,31.191255569458],[76.9127349853516,-27.9296855926514,29.4359741210938],[79.3698959350586,24.8781719207764,-15.5618267059326],[65.6894683837891,-1.38504421710968,-24.5916042327881],[56.7309761047363,17.8594188690186,29.278413772583],[89.304313659668,12.7216129302979,-13.4280586242676],[80.176399230957,-18.2684192657471,24.9426898956299],[58.0067520141602,32.556583404541,24.3325138092041],[79.3487548828125,-10.4025840759277,-18.6937007904053],[85.9546737670898,-34.8621635437012,0.144268989562988],[82.7942810058594,20.2580051422119,-5.16026544570923],[89.3424682617188,-1.97617816925049,31.5795555114746],[36.9624137878418,12.2854995727539,-35.1398468017578],[69.8552627563477,18.3313751220703,-27.4092998504639],[76.9616317749023,-13.3695669174194,35.3621406555176],[59.8113555908203,34.9298782348633,8.4894437789917],[90.463264465332,-11.6638526916504,-4.8695969581604],[32.643726348877,5.1476845741272,-38.6628303527832],[77.2016525268555,9.26499176025391,22.0517902374268],[91.1806640625,-23.6675930023193,21.5543594360352],[57.261157989502,35.1684761047363,-17.5160446166992],[83.9406661987305,-29.0017890930176,-7.06483125686646],[42.0731773376465,30.108434677124,1.11454463005066],[88.0249786376953,-8.16108322143555,39.8006591796875],[76.0339508056641,10.1760778427124,-22.7737884521484],[55.1199531555176,36.765380859375,-23.8482608795166],[86.6949996948242,-22.1558399200439,24.5531005859375],[88.1937866210938,10.3309926986694,13.7027959823608],[58.4897994995117,-4.76037406921387,-29.1799182891846],[86.0753936767578,-15.5541067123413,-14.6960935592651],[56.7619132995605,33.1236953735352,15.0738258361816],[73.8712844848633,-19.4337577819824,34.9037132263184],[68.8305053710938,19.0527286529541,-22.2036571502686],[50.6240310668945,7.8170018196106,-37.7442817687988],[93.0830230712891,-0.368526339530945,13.5905113220215],[74.3092041015625,29.9671516418457,-11.5111837387085],[78.6833572387695,-34.5660209655762,8.51049709320068],[81.8516235351562,17.7761421203613,-12.747501373291],[81.1889953613281,-28.801477432251,31.7702941894531],[55.9203109741211,18.9822063446045,27.4201316833496],[62.6915969848633,-1.59390127658844,-33.1894607543945],[77.3225860595703,-26.008810043335,-9.94457912445068],[86.134765625,18.0133857727051,0.662122488021851],[85.8049926757812,-7.28043174743652,19.5858840942383],[42.5555305480957,21.1369857788086,-36.0449066162109],[56.636417388916,8.72919845581055,-33.6935119628906]],"ignoreExtent":false,"flags":8256},"69":{"id":69,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,54.5164604187012,54.8908805847168]],"colors":[[0,0,0,1]],"texts":[["DIN99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,54.5164604187012,54.8908805847168]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"70":{"id":70,"type":"text","material":{"lit":false},"vertices":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["L99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[63.0898094177246,-48.9722518920898,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"71":{"id":71,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"colors":[[0,0,0,1]],"texts":[["a99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,2.77210426330566,-57.0741653442383]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"72":{"id":72,"type":"text","material":{"lit":false},"vertices":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"colors":[[0,0,0,1]],"texts":[["b99d"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[17.4991798400879,-48.9722518920898,-1.09164237976074]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"flags":4136},"73":{"id":73,"type":"points","material":{"lit":false,"size":5},"vertices":[[29.0681438446045,7.70224857330322,-39.9873809814453],[86.7331466674805,-2.79199481010437,40.9289741516113],[45.4808654785156,34.8028755187988,21.0054340362549],[78.5783233642578,-33.5523223876953,-5.25133228302002],[80.7336654663086,20.7428913116455,-18.9021949768066]],"colors":[[0.0941176488995552,0.125490203499794,0.729411780834198,1],[0.894117653369904,0.847058832645416,0.105882354080677,1],[0.749019622802734,0.137254908680916,0.0941176488995552,1],[0.109803922474384,0.815686285495758,0.815686285495758,1],[0.917647063732147,0.678431391716003,0.941176474094391,1]],"centers":[[29.0681438446045,7.70224857330322,-39.9873809814453],[86.7331466674805,-2.79199481010437,40.9289741516113],[45.4808654785156,34.8028755187988,21.0054340362549],[78.5783233642578,-33.5523223876953,-5.25133228302002],[80.7336654663086,20.7428913116455,-18.9021949768066]],"ignoreExtent":false,"flags":8192},"5":{"id":5,"reuse":"rgl4089"},"6":{"id":6,"reuse":"rgl4089"},"68":{"id":68,"type":"bboxdeco","material":{"front":"lines","back":"lines"},"vertices":[[30,"NA","NA"],[40,"NA","NA"],[50,"NA","NA"],[60,"NA","NA"],[70,"NA","NA"],[80,"NA","NA"],[90,"NA","NA"],["NA",-20,"NA"],["NA",0,"NA"],["NA",20,"NA"],["NA",40,"NA"],["NA","NA",-40],["NA","NA",-20],["NA","NA",0],["NA","NA",20],["NA","NA",40]],"colors":[[0,0,0,1]],"draw_front":true,"newIds":[81,82,83,84,85,86,87]},"1":{"id":1,"type":"subscene","par3d":{"antialias":1,"FOV":30,"ignoreExtent":false,"listeners":1,"mouseMode":{"left":"trackball","right":"zoom","middle":"fov","wheel":"pull"},"observer":[0,0,324.930847167969],"modelMatrix":[[1.12487173080444,0,0,-70.9679412841797],[0,0.338974744081497,0.860819220542908,-0.0909607410430908],[0,-0.931325376033783,0.313312590122223,-322.040222167969],[0,0,0,1]],"projMatrix":[[3.73205065727234,0,0,0],[0,3.73205065727234,0,0],[0,0,-3.86370372772217,-1171.33813476562],[0,0,-1,0]],"skipRedraw":false,"userMatrix":[[1,0,0,0],[0,0.342020143325668,0.939692620785909,0],[0,-0.939692620785909,0.342020143325668,0],[0,0,0,1]],"scale":[1.12487173080444,0.991095781326294,0.91606467962265],"viewport":{"x":0,"y":0,"width":1,"height":1},"zoom":1,"bbox":[29.0415420532227,97.1380767822266,-35.8719253540039,41.4161338806152,-42.9008445739746,40.9289741516113],"windowRect":[0,0,256,256],"family":"sans","font":1,"cex":1,"useFreeType":false,"fontname":"NULL","maxClipPlanes":2147483647,"glVersion":"NaN"},"embeddings":{"viewport":"replace","projection":"replace","model":"replace"},"objects":[6,68,67,69,70,71,72,73,5,81,82,83,84,85,86,87],"subscenes":[],"flags":13544},"81":{"id":81,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-37.0312461853027,-44.1582908630371],[90,-37.0312461853027,-44.1582908630371],[30,-37.0312461853027,-44.1582908630371],[30,-39.021411895752,-46.3169097900391],[40,-37.0312461853027,-44.1582908630371],[40,-39.021411895752,-46.3169097900391],[50,-37.0312461853027,-44.1582908630371],[50,-39.021411895752,-46.3169097900391],[60,-37.0312461853027,-44.1582908630371],[60,-39.021411895752,-46.3169097900391],[70,-37.0312461853027,-44.1582908630371],[70,-39.021411895752,-46.3169097900391],[80,-37.0312461853027,-44.1582908630371],[80,-39.021411895752,-46.3169097900391],[90,-37.0312461853027,-44.1582908630371],[90,-39.021411895752,-46.3169097900391]],"colors":[[0,0,0,1]],"centers":[[60,-37.0312461853027,-44.1582908630371],[30,-38.0263290405273,-45.2376022338867],[40,-38.0263290405273,-45.2376022338867],[50,-38.0263290405273,-45.2376022338867],[60,-38.0263290405273,-45.2376022338867],[70,-38.0263290405273,-45.2376022338867],[80,-38.0263290405273,-45.2376022338867],[90,-38.0263290405273,-45.2376022338867]],"ignoreExtent":true,"origId":68,"flags":128},"82":{"id":82,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[30,-43.0017471313477,-50.6341438293457],[40,-43.0017471313477,-50.6341438293457],[50,-43.0017471313477,-50.6341438293457],[60,-43.0017471313477,-50.6341438293457],[70,-43.0017471313477,-50.6341438293457],[80,-43.0017471313477,-50.6341438293457],[90,-43.0017471313477,-50.6341438293457]],"colors":[[0,0,0,1]],"texts":[["30"],["40"],["50"],["60"],["70"],["80"],["90"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[30,-43.0017471313477,-50.6341438293457],[40,-43.0017471313477,-50.6341438293457],[50,-43.0017471313477,-50.6341438293457],[60,-43.0017471313477,-50.6341438293457],[70,-43.0017471313477,-50.6341438293457],[80,-43.0017471313477,-50.6341438293457],[90,-43.0017471313477,-50.6341438293457]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"83":{"id":83,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-20,-44.1582908630371],[28.0200939178467,40,-44.1582908630371],[28.0200939178467,-20,-44.1582908630371],[26.2666091918945,-20,-46.3169097900391],[28.0200939178467,0,-44.1582908630371],[26.2666091918945,0,-46.3169097900391],[28.0200939178467,20,-44.1582908630371],[26.2666091918945,20,-46.3169097900391],[28.0200939178467,40,-44.1582908630371],[26.2666091918945,40,-46.3169097900391]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,10,-44.1582908630371],[27.1433525085449,-20,-45.2376022338867],[27.1433525085449,0,-45.2376022338867],[27.1433525085449,20,-45.2376022338867],[27.1433525085449,40,-45.2376022338867]],"ignoreExtent":true,"origId":68,"flags":128},"84":{"id":84,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-20,-50.6341438293457],[22.759635925293,0,-50.6341438293457],[22.759635925293,20,-50.6341438293457],[22.759635925293,40,-50.6341438293457]],"colors":[[0,0,0,1]],"texts":[["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-20,-50.6341438293457],[22.759635925293,0,-50.6341438293457],[22.759635925293,20,-50.6341438293457],[22.759635925293,40,-50.6341438293457]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"85":{"id":85,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-40],[28.0200939178467,-37.0312461853027,40],[28.0200939178467,-37.0312461853027,-40],[26.2666091918945,-39.021411895752,-40],[28.0200939178467,-37.0312461853027,-20],[26.2666091918945,-39.021411895752,-20],[28.0200939178467,-37.0312461853027,0],[26.2666091918945,-39.021411895752,0],[28.0200939178467,-37.0312461853027,20],[26.2666091918945,-39.021411895752,20],[28.0200939178467,-37.0312461853027,40],[26.2666091918945,-39.021411895752,40]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,-37.0312461853027,0],[27.1433525085449,-38.0263290405273,-40],[27.1433525085449,-38.0263290405273,-20],[27.1433525085449,-38.0263290405273,0],[27.1433525085449,-38.0263290405273,20],[27.1433525085449,-38.0263290405273,40]],"ignoreExtent":true,"origId":68,"flags":128},"86":{"id":86,"type":"text","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"colors":[[0,0,0,1]],"texts":[["-40"],["-20"],["0"],["20"],["40"]],"cex":[[1]],"adj":[[0.5,0.5]],"centers":[[22.759635925293,-43.0017471313477,-40],[22.759635925293,-43.0017471313477,-20],[22.759635925293,-43.0017471313477,0],[22.759635925293,-43.0017471313477,20],[22.759635925293,-43.0017471313477,40]],"family":[["sans"]],"font":[[1]],"ignoreExtent":true,"origId":68,"flags":4136},"87":{"id":87,"type":"lines","material":{"lit":false,"front":"lines","back":"lines"},"vertices":[[28.0200939178467,-37.0312461853027,-44.1582908630371],[28.0200939178467,42.5754547119141,-44.1582908630371],[28.0200939178467,-37.0312461853027,42.1864204406738],[28.0200939178467,42.5754547119141,42.1864204406738],[28.0200939178467,-37.0312461853027,-44.1582908630371],[28.0200939178467,-37.0312461853027,42.1864204406738],[28.0200939178467,42.5754547119141,-44.1582908630371],[28.0200939178467,42.5754547119141,42.1864204406738],[28.0200939178467,-37.0312461853027,-44.1582908630371],[98.1595230102539,-37.0312461853027,-44.1582908630371],[28.0200939178467,-37.0312461853027,42.1864204406738],[98.1595230102539,-37.0312461853027,42.1864204406738],[28.0200939178467,42.5754547119141,-44.1582908630371],[98.1595230102539,42.5754547119141,-44.1582908630371],[28.0200939178467,42.5754547119141,42.1864204406738],[98.1595230102539,42.5754547119141,42.1864204406738],[98.1595230102539,-37.0312461853027,-44.1582908630371],[98.1595230102539,42.5754547119141,-44.1582908630371],[98.1595230102539,-37.0312461853027,42.1864204406738],[98.1595230102539,42.5754547119141,42.1864204406738],[98.1595230102539,-37.0312461853027,-44.1582908630371],[98.1595230102539,-37.0312461853027,42.1864204406738],[98.1595230102539,42.5754547119141,-44.1582908630371],[98.1595230102539,42.5754547119141,42.1864204406738]],"colors":[[0,0,0,1]],"centers":[[28.0200939178467,2.77210426330566,-44.1582908630371],[28.0200939178467,2.77210426330566,42.1864204406738],[28.0200939178467,-37.0312461853027,-0.985935211181641],[28.0200939178467,42.5754547119141,-0.985935211181641],[63.0898094177246,-37.0312461853027,-44.1582908630371],[63.0898094177246,-37.0312461853027,42.1864204406738],[63.0898094177246,42.5754547119141,-44.1582908630371],[63.0898094177246,42.5754547119141,42.1864204406738],[98.1595230102539,2.77210426330566,-44.1582908630371],[98.1595230102539,2.77210426330566,42.1864204406738],[98.1595230102539,-37.0312461853027,-0.985935211181641],[98.1595230102539,42.5754547119141,-0.985935211181641]],"ignoreExtent":true,"origId":68,"flags":128}},"width":672,"height":480,"sphereVerts":{"reuse":"rgl4089"},"webGLoptions":{"preserveDrawingBuffer":true}},"evals":[],"jsHooks":[]}</script><div id="color-specifications" class="section level3"> <h3 class="hasAnchor"> -<html><body><a href="#color-specifications" class="anchor"> </a></body></html>Color specifications</h3> +<a href="#color-specifications" class="anchor"></a>Color specifications</h3> <p>At the time of writing, qualpalr works only in the sRGB color space with the <em>CIE Standard Illuminant D65</em> reference white.</p> </div> </div> <div id="thanks" class="section level2"> <h2 class="hasAnchor"> -<html><body><a href="#thanks" class="anchor"> </a></body></html>Thanks</h2> +<a href="#thanks" class="anchor"></a>Thanks</h2> <p><a href="http://www.brucelindbloom.com/">Bruce Lindbloom’s webpage</a> has been instrumental in making qualpalr. Thanks also to <a href="http://tools.medialab.sciences-po.fr/iwanthue/">i want hue</a>, which inspired me to make qualpalr.</p> </div> <div id="references" class="section level2 unnumbered"> <h2 class="hasAnchor"> -<html><body><a href="#references" class="anchor"> </a></body></html>References</h2> +<a href="#references" class="anchor"></a>References</h2> <div id="refs" class="references"> <div id="ref-cui_uniform_2002"> <p>Cui, G., M. R. Luo, B. Rigg, G. Roesler, and K. Witt. 2002. “Uniform Colour Spaces Based on the DIN99 Colour-Difference Formula.” <em>Color Research & Application</em> 27 (4): 282–90. doi:<a href="https://doi.org/10.1002/col.10066">10.1002/col.10066</a>.</p> diff --git a/docs/articles/introduction_files/figure-html/map-1.png b/docs/articles/introduction_files/figure-html/map-1.png index 5a2faa6..5365995 100644 Binary files a/docs/articles/introduction_files/figure-html/map-1.png and b/docs/articles/introduction_files/figure-html/map-1.png differ diff --git a/docs/articles/introduction_files/figure-html/unnamed-chunk-2-1.png b/docs/articles/introduction_files/figure-html/unnamed-chunk-2-1.png index 53b4130..6231a91 100644 Binary files a/docs/articles/introduction_files/figure-html/unnamed-chunk-2-1.png and b/docs/articles/introduction_files/figure-html/unnamed-chunk-2-1.png differ diff --git a/docs/articles/introduction_files/figure-html/unnamed-chunk-2-2.png b/docs/articles/introduction_files/figure-html/unnamed-chunk-2-2.png index 161018a..9b6ec8a 100644 Binary files a/docs/articles/introduction_files/figure-html/unnamed-chunk-2-2.png and b/docs/articles/introduction_files/figure-html/unnamed-chunk-2-2.png differ diff --git a/docs/authors.html b/docs/authors.html index 0497a90..6255d49 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -25,7 +25,7 @@ <script src="pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> diff --git a/docs/index.html b/docs/index.html index 681507a..152676a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ <!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- Font Awesome icons --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <!-- pkgdown --><link href="pkgdown.css" rel="stylesheet"> -<script src="jquery.sticky-kit.min.js"></script><script src="pkgdown.js"></script><!-- mathjax --><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]> +<script src="jquery.sticky-kit.min.js"></script><script src="pkgdown.js"></script><!-- mathjax --><script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> @@ -64,13 +64,13 @@ <!-- README.md is generated from README.Rmd. Please edit that file --> <div id="qualpalr" class="section level1"> <div class="page-header"><h1 class="hasAnchor"> -<a href="#qualpalr" class="anchor"> </a>qualpalr</h1></div> +<a href="#qualpalr" class="anchor"></a>qualpalr</h1></div> <p><code>qualpalr</code> generates distinct qualitative color palettes, primarily for use in R graphics. Given <code>n</code> (the number of colors to generate), along with a subset in the <a href="https://en.wikipedia.org/wiki/HSL_and_HSV">hsl color space</a> (a cylindrical representation of the RGB color space) <code>qualpalr</code> attempts to find the <code>n</code> colors in the provided color subspace that <em>maximize the smallest pairwise color difference</em>. This is done by projecting the color subset from the HSL color space to the DIN99d space. DIN99d is (approximately) perceptually uniform, that is, the euclidean distance between two colors in the space is proportional to their perceived difference.</p> <p><code>qualpalr</code> was inspired by <a href="http://tools.medialab.sciences-po.fr/iwanthue/">i want hue</a>.</p> <div id="usage" class="section level2"> <h2 class="hasAnchor"> -<a href="#usage" class="anchor"> </a>Usage</h2> +<a href="#usage" class="anchor"></a>Usage</h2> <p>Let’s create a palette of 4 colors of hues from 0 to 360, saturation between 0.1 and 0.5, and lightness from 0.6 to 0.85.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(qualpalr) @@ -83,10 +83,10 @@ <h2 class="hasAnchor"> <span class="dt">cvd_severity =</span> <span class="fl">0.5</span>)</code></pre></div> <p>We can look at a distance matrix of the pairwise color differences from the palette we have generated.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">pal2$de_DIN99d -<span class="co">#> #616FC8 #E0D286 #C5D4E7</span> -<span class="co">#> #E0D286 29.00920 </span> -<span class="co">#> #C5D4E7 19.53556 19.46907 </span> -<span class="co">#> #A2827A 20.35253 17.78714 18.89242</span></code></pre></div> +<span class="co">#> #EAE1AE #616FC8 #C7D1EB</span> +<span class="co">#> #616FC8 28.11831 </span> +<span class="co">#> #C7D1EB 18.19722 18.63453 </span> +<span class="co">#> #A2827A 18.14012 20.35253 18.78603</span></code></pre></div> <p>The palette may also be plotted with in a multidimensional scaling plot generated from the distance matrix of the colors in the palette.</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">plot</span>(pal2)</code></pre></div> <p><img src="tools/README-plot-1.png" width="480"></p> @@ -96,7 +96,7 @@ <h2 class="hasAnchor"> </div> <div id="installation" class="section level2"> <h2 class="hasAnchor"> -<a href="#installation" class="anchor"> </a>Installation</h2> +<a href="#installation" class="anchor"></a>Installation</h2> <p>The current CRAN release can be installed by running</p> <div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">install.packages</span>(<span class="st">"qualpalr"</span>)</code></pre></div> <p>The development version can be installed by running</p> @@ -104,17 +104,17 @@ <h2 class="hasAnchor"> </div> <div id="versioning" class="section level2"> <h2 class="hasAnchor"> -<a href="#versioning" class="anchor"> </a>Versioning</h2> +<a href="#versioning" class="anchor"></a>Versioning</h2> <p>Versioning is based on <a href="http://semver.org/">semantic versioning</a>.</p> </div> <div id="code-of-conduct" class="section level2"> <h2 class="hasAnchor"> -<a href="#code-of-conduct" class="anchor"> </a>Code of conduct</h2> +<a href="#code-of-conduct" class="anchor"></a>Code of conduct</h2> <p>Please note that this project is released with a <a href="CONDUCT.md">Contributor Code of Conduct</a>. By participating in this project you agree to abide by its terms.</p> </div> <div id="license" class="section level2"> <h2 class="hasAnchor"> -<a href="#license" class="anchor"> </a>License</h2> +<a href="#license" class="anchor"></a>License</h2> <p><code>qualpalr</code> is open source software, licensed under <a href="LICENSE">GPL-3</a>.</p> </div> </div> @@ -137,7 +137,6 @@ <h2>Developers</h2> <ul class="list-unstyled"> <li>Johan Larsson <br><small class="roles"> Author, maintainer </small> </li> </ul> -<div> <h2>Dev status</h2> <ul class="list-unstyled"> <li><a href="https://travis-ci.org/jolars/qualpalr"><img src="https://travis-ci.org/jolars/qualpalr.svg?branch=master" alt="Travis-CI Build Status"></a></li> @@ -146,7 +145,6 @@ <h2>Dev status</h2> <li><a href="https://cran.r-project.org/package=qualpalr"><img src="http://www.r-pkg.org/badges/version/qualpalr" alt="CRAN_Status_Badge"></a></li> </ul> </div> -</div> </div> diff --git a/docs/news/index.html b/docs/news/index.html index a39ea43..c5bfc6e 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -84,12 +84,30 @@ <h1>Change log <small>All releases</small></h1> </div> <div class="contents"> + <div id="qualpalr-0-4-1" class="section level1"> +<h1 class="hasAnchor"> +<a href="#qualpalr-0-4-1" class="anchor"></a>qualpalr 0.4.1</h1> +<div id="bug-fixes" class="section level2"> +<h2 class="hasAnchor"> +<a href="#bug-fixes" class="anchor"></a>Bug fixes</h2> +<ul> +<li>Fixed <code><a href="../reference/autopal.html">autopal()</a></code> which was broken since the minimum color difference returned was always 0 due to a bug in <code><a href="../reference/qualpal.html">qualpal()</a></code>.</li> +</ul> +</div> +<div id="minor-changes" class="section level2"> +<h2 class="hasAnchor"> +<a href="#minor-changes" class="anchor"></a>Minor changes</h2> +<ul> +<li>Now registers compiled functions.</li> +</ul> +</div> +</div> <div id="qualpalr-0-4-0" class="section level1"> <h1 class="hasAnchor"> -<a href="#qualpalr-0-4-0" class="anchor"> </a>qualpalr 0.4.0</h1> +<a href="#qualpalr-0-4-0" class="anchor"></a>qualpalr 0.4.0</h1> <div id="major-changes" class="section level2"> <h2 class="hasAnchor"> -<a href="#major-changes" class="anchor"> </a>Major changes</h2> +<a href="#major-changes" class="anchor"></a>Major changes</h2> <ul> <li> <code><a href="../reference/autopal.html">autopal()</a></code> is a new function that tweaks the amount of color vision deficiency adapation to match a target color difference.</li> @@ -97,9 +115,9 @@ <h2 class="hasAnchor"> <code><a href="../reference/qualpal.html">qualpal()</a></code> argument <code>colorspace</code> now also accepts a <code>matrix</code> or <code>data.frame</code> of RGB colors.</li> </ul> </div> -<div id="minor-changes" class="section level2"> +<div id="minor-changes-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#minor-changes" class="anchor"> </a>Minor changes</h2> +<a href="#minor-changes-1" class="anchor"></a>Minor changes</h2> <ul> <li> <code><a href="../reference/qualpal.html">qualpal()</a></code> sorts palettes in order of increasing color distinctness.</li> @@ -112,10 +130,10 @@ <h2 class="hasAnchor"> </div> <div id="qualpalr-0-3-1" class="section level1"> <h1 class="hasAnchor"> -<a href="#qualpalr-0-3-1" class="anchor"> </a>qualpalr 0.3.1</h1> -<div id="bug-fixes" class="section level2"> +<a href="#qualpalr-0-3-1" class="anchor"></a>qualpalr 0.3.1</h1> +<div id="bug-fixes-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#bug-fixes" class="anchor"> </a>Bug fixes</h2> +<a href="#bug-fixes-1" class="anchor"></a>Bug fixes</h2> <ul> <li>Dropped a C++ header that caused the package build to fail on some platforms.</li> <li>Fixed issues with unitialized variables in the internal farthest points optimizer.</li> @@ -124,10 +142,10 @@ <h2 class="hasAnchor"> </div> <div id="qualpalr-0-3-0" class="section level1"> <h1 class="hasAnchor"> -<a href="#qualpalr-0-3-0" class="anchor"> </a>qualpalr 0.3.0</h1> +<a href="#qualpalr-0-3-0" class="anchor"></a>qualpalr 0.3.0</h1> <div id="new-features" class="section level2"> <h2 class="hasAnchor"> -<a href="#new-features" class="anchor"> </a>New features</h2> +<a href="#new-features" class="anchor"></a>New features</h2> <ul> <li>Improved algorithm for finding distinct colors. (For details <a href="http://larssonjohan.com/r/farthest-points/">see this</a>.)</li> <li>Revamped the color deficiency handling to include almost all cases of color deficiency using the methods described in <a href="https://www.lume.ufrgs.br/bitstream/handle/10183/26950/000761444.pdf">Machado 2010</a>, now including tritanopia as well as anomalous trichromacies (deuteranomaly, tritanomaly, and protanomaly). This is controlled via the <code>cvd_severity</code> argument to <code><a href="../reference/qualpal.html">qualpal()</a></code> that allows the user to set the severity of color deficiency to adapt to – <code>0</code> for normal vision and <code>1</code> for dichromatic vision (protanopia, deuteranopia, or tritanopia).</li> @@ -135,7 +153,7 @@ <h2 class="hasAnchor"> </div> <div id="minor-improvements" class="section level2"> <h2 class="hasAnchor"> -<a href="#minor-improvements" class="anchor"> </a>Minor improvements</h2> +<a href="#minor-improvements" class="anchor"></a>Minor improvements</h2> <ul> <li>Distance and color picking algorithms have been rewritten in C++ using Rcpp, RcppParallel, and RcppArmadillo.</li> <li>Phased out the <code>...</code> argument to <code>qualpal</code>.</li> @@ -143,9 +161,9 @@ <h2 class="hasAnchor"> <li>Changed argument name of <code>colorblind</code> to <code>cvd</code> (for color vision deficiency) since the function now adapts to less severe versions of color deficiency. Using <code>colorblind</code> is deprecated and will throw a warning.</li> </ul> </div> -<div id="bug-fixes-1" class="section level2"> +<div id="bug-fixes-2" class="section level2"> <h2 class="hasAnchor"> -<a href="#bug-fixes-1" class="anchor"> </a>Bug fixes</h2> +<a href="#bug-fixes-2" class="anchor"></a>Bug fixes</h2> <ul> <li>Fixed typos and invalid links in the <em>Introduction to qualpalr</em> vignette.</li> </ul> @@ -153,17 +171,17 @@ <h2 class="hasAnchor"> </div> <div id="qualpalr-0-2-1" class="section level1"> <h1 class="hasAnchor"> -<a href="#qualpalr-0-2-1" class="anchor"> </a>qualpalr 0.2.1</h1> +<a href="#qualpalr-0-2-1" class="anchor"></a>qualpalr 0.2.1</h1> <div id="new-features-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#new-features-1" class="anchor"> </a>New features</h2> +<a href="#new-features-1" class="anchor"></a>New features</h2> <ul> <li>Dropped daltonization since it effectively transposed the color subspace given by the user. qualpalr now instead only transforms the given color subspace to <em>simulate</em> protanopia or deuteranopia and then picks colors. This has the side-effect of decreasing the distinctness of color palettes when <code>colorblind</code> is used, but is more consistent with user input.</li> </ul> </div> <div id="bug-fixes-and-minor-improvements" class="section level2"> <h2 class="hasAnchor"> -<a href="#bug-fixes-and-minor-improvements" class="anchor"> </a>Bug fixes and minor improvements</h2> +<a href="#bug-fixes-and-minor-improvements" class="anchor"></a>Bug fixes and minor improvements</h2> <ul> <li>Simulations for tritanopia were dropped since there is no reliable source to explain how sRGB ranges should be converted (as there is for deuteranopia and protanopia in Vienot et al 1999).</li> <li>Added tests using data from Vienot et al 1999 to check that color blind simulations work properly.</li> @@ -174,10 +192,10 @@ <h2 class="hasAnchor"> </div> <div id="qualpalr-0-2-0" class="section level1"> <h1 class="hasAnchor"> -<a href="#qualpalr-0-2-0" class="anchor"> </a>qualpalr 0.2.0</h1> +<a href="#qualpalr-0-2-0" class="anchor"></a>qualpalr 0.2.0</h1> <div id="new-features-2" class="section level2"> <h2 class="hasAnchor"> -<a href="#new-features-2" class="anchor"> </a>New features</h2> +<a href="#new-features-2" class="anchor"></a>New features</h2> <ul> <li>Redesigned the method by which qualpal picks colors. Now initializes a point cloud of colors, projects it to DIN99d space, and picks points greedily.</li> <li>Introduced <em>real</em> methods of adapting colors to color blindness by daltonizing color subspaces before picking colors from them.</li> @@ -186,7 +204,7 @@ <h2 class="hasAnchor"> </div> <div id="bug-fixes-and-minor-improvements-1" class="section level2"> <h2 class="hasAnchor"> -<a href="#bug-fixes-and-minor-improvements-1" class="anchor"> </a>Bug fixes and minor improvements</h2> +<a href="#bug-fixes-and-minor-improvements-1" class="anchor"></a>Bug fixes and minor improvements</h2> <ul> <li>Moved from using <code>grDevices::convertColor</code> to formulas from <a href="http://www.brucelindbloom.com/">Bruce Lindbloom</a> for color conversions, since the former function inaccurately converts colors.</li> <li>Deprecated <code>...</code> in <code>qualpal</code> since the function no longer uses an optimizer.</li> @@ -200,6 +218,7 @@ <h2 class="hasAnchor"> <div id="tocnav"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> + <li><a href="#qualpalr-0-4-1">0.4.1</a></li> <li><a href="#qualpalr-0-4-0">0.4.0</a></li> <li><a href="#qualpalr-0-3-1">0.3.1</a></li> <li><a href="#qualpalr-0-3-0">0.3.0</a></li> diff --git a/docs/pkgdown.css b/docs/pkgdown.css index fd7b0ba..9c437c7 100644 --- a/docs/pkgdown.css +++ b/docs/pkgdown.css @@ -36,11 +36,8 @@ img.icon { /* Section anchors ---------------------------------*/ -.hasAnchor { - margin-left: -30px; -} - a.anchor { + margin-left: -30px; display:inline-block; width: 30px; height: 30px; @@ -56,6 +53,13 @@ a.anchor { visibility: visible; } +@media (max-width: 767px) { + .hasAnchor:hover a.anchor { + visibility: hidden; + } +} + + /* Fixes for fixed navbar --------------------------*/ .contents h1, .contents h2, .contents h3, .contents h4 { @@ -63,6 +67,17 @@ a.anchor { margin-top: -60px; } +/* Static header placement on mobile devices */ +@media (max-width: 767px) { + .navbar-fixed-top { + position: absolute; + } + .navbar { + padding: 0; + } +} + + /* Sidebar --------------------------*/ #sidebar { @@ -81,33 +96,59 @@ a.anchor { margin-bottom: 0.5em; } -/* Syntax highlighting ---------------------------------------------------- */ +/* Reference index & topics ----------------------------------------------- */ -code { - background-color: #f7f7f7; - color: #333; -} -code a { - color: #375f84; +.ref-index th {font-weight: normal;} +.ref-index h2 {font-size: 20px;} + +.ref-index td {vertical-align: top;} +.ref-index .alias {width: 40%;} +.ref-index .title {width: 60%;} + +.ref-index .alias {width: 40%;} +.ref-index .title {width: 60%;} + +.ref-arguments th {text-align: right; padding-right: 10px;} +.ref-arguments th, .ref-arguments td {vertical-align: top;} +.ref-arguments .name {width: 20%;} +.ref-arguments .desc {width: 80%;} + +/* Nice scrolling for wide elements --------------------------------------- */ + +table { + display: block; + overflow: auto; } -.warning { color: red; } -.message { font-weight: bolder; } -.error { color: red; font-weight: bolder; } +/* Syntax highlighting ---------------------------------------------------- */ -.fl,.number {color:rgb(21,20,181);} -.fu,.functioncall {color:#264D66 ;} -.ch,.st,.string {color:#375D81 ;} -.kw,.keyword {color:black;} -.argument {color:#264D66 ;} -.co,.comment {color: #777;} -.formalargs {color: #264D66;} -.eqformalargs {color:#264D66;} -.slot {font-style:italic;} -.symbol {color:black ;} -.prompt {color:black ;} +pre { + word-wrap: normal; + word-break: normal; + border: 1px solid #eee; +} + +pre, code { + background-color: #f8f8f8; + color: #333; +} pre img { background-color: #fff; display: block; } + +code a, pre a { + color: #375f84; +} + +.fl {color: #1514b5;} +.fu {color: #000000;} /* function */ +.ch,.st {color: #036a07;} /* string */ +.kw {color: #264D66;} /* keyword */ +.co {color: #888888;} /* comment */ + +.message { color: black; font-weight: bolder;} +.error { color: orange; font-weight: bolder;} +.warning { color: #6A0366; font-weight: bolder;} + diff --git a/docs/reference/autopal-2.png b/docs/reference/autopal-2.png index a5fc561..e28e50a 100644 Binary files a/docs/reference/autopal-2.png and b/docs/reference/autopal-2.png differ diff --git a/docs/reference/autopal.html b/docs/reference/autopal.html index d725aa1..8dbeb4d 100644 --- a/docs/reference/autopal.html +++ b/docs/reference/autopal.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -90,25 +90,34 @@ <h1>Optimize color palette for color vision deficiency</h1> tweaking the CVD severity option in <code><a href='qualpal.html'>qualpal</a></code>.</p> - <pre><span class='fu'>autopal</span>(<span class='no'>n</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"protan"</span>, <span class='st'>"deutan"</span>, <span class='st'>"tritan"</span>), + <pre class="usage"><span class='fu'>autopal</span>(<span class='no'>n</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"protan"</span>, <span class='st'>"deutan"</span>, <span class='st'>"tritan"</span>), <span class='kw'>target</span> <span class='kw'>=</span> <span class='fl'>20</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>n</dt> - <dd><p>Number of colors to generate.</p></dd> - <dt>colorspace</dt> - <dd><p>Either 1) a list of three named numeric vectors: <code>h</code> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>n</th> + <td><p>Number of colors to generate.</p></td> + </tr> + <tr> + <th>colorspace</th> + <td><p>Either 1) a list of three named numeric vectors: <code>h</code> (hue), <code>s</code> (saturation), and <code>l</code> (lightness), all of length 2 specifying a min and max value for the range. The values has to be in the range -360 to 360 for <code>h</code>, and 0 to 1 for <code>s</code> and <code>l</code> 2), or 2) a <em>character vector</em> specifying one of the predefined color spaces -(see below).</p></dd> - <dt>cvd</dt> - <dd><p>Color vision deficiency adaptation to adapt the color palette to.</p></dd> - <dt>target</dt> - <dd><p>Target color difference.</p></dd> - </dl> +(see below).</p></td> + </tr> + <tr> + <th>cvd</th> + <td><p>Color vision deficiency adaptation to adapt the color palette to.</p></td> + </tr> + <tr> + <th>target</th> + <td><p>Target color difference.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> @@ -119,7 +128,7 @@ <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> transformations).</p></dd> <dt>RGB</dt><dd><p>A matrix of the colors in the sRGB color space.</p></dd> <dt>hex</dt><dd><p>A character vector of the colors in hex notation.</p></dd> <dt>de_DIN99d</dt><dd><p>A - distance matrix of color differenes according to delta E DIN99d.</p></dd> + distance matrix of color differences according to delta E DIN99d.</p></dd> <dt>min_de_DIN99d</dt><dd><p>The smallest pairwise DIN99d color difference.</p></dd> diff --git a/docs/reference/index.html b/docs/reference/index.html index 79d220f..4e4aec2 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -79,40 +79,60 @@ <div class="row"> <div class="col-md-9"> <div class="page-header"> - <h1>Function reference</h1> - <h4>version 0.4.0</h4> + <h1> + Reference + <small>version 0.4.1</small> + </h1> </div> <div class="contents"> - <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2> - <p class="section-desc"></p> - - - <p><a href="autopal.html">Optimize color palette for color vision deficiency</a></p> - <ul> - <li><code><a href="autopal.html">autopal</a></code></li> - </ul> - - <p><a href="pairs.qualpal.html">Scatterplot matrix of qualitative color palette</a></p> - <ul> - <li><code><a href="pairs.qualpal.html">pairs.qualpal</a></code></li> - </ul> - - <p><a href="plot.qualpal.html">Multidimensional scaling map of qualitative color palette</a></p> - <ul> - <li><code><a href="plot.qualpal.html">plot.qualpal</a></code></li> - </ul> - - <p><a href="print.qualpal.html">Print qualpal palette</a></p> - <ul> - <li><code><a href="print.qualpal.html">print.qualpal</a></code></li> - </ul> - - <p><a href="qualpal.html">Generate qualitative color palettes</a></p> - <ul> - <li><code><a href="qualpal.html">qualpal</a></code></li> - </ul> - + <table class="ref-index"> + + <colgroup> + <col class="alias" /> + <col class="title" /> + </colgroup> + + <tbody> + <tr> + <th colspan="2"> + <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2> + <p class="section-desc"></p> + </th> + </tr> + <tr> + <!-- --> + <td> + <p><code><a href="autopal.html">autopal</a></code> </p> + </td> + <td><p>Optimize color palette for color vision deficiency</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="pairs.qualpal.html">pairs</a></code> </p> + </td> + <td><p>Scatterplot matrix of qualitative color palette</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="plot.qualpal.html">plot</a></code> </p> + </td> + <td><p>Multidimensional scaling map of qualitative color palette</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="print.qualpal.html">print</a></code> </p> + </td> + <td><p>Print qualpal palette</p></td> + </tr><tr> + <!-- --> + <td> + <p><code><a href="qualpal.html">qualpal</a></code> </p> + </td> + <td><p>Generate qualitative color palettes</p></td> + </tr> + </tbody> + </table> </div> </div> diff --git a/docs/reference/pairs.qualpal-2.png b/docs/reference/pairs.qualpal-2.png index 171a9c1..f9cd367 100644 Binary files a/docs/reference/pairs.qualpal-2.png and b/docs/reference/pairs.qualpal-2.png differ diff --git a/docs/reference/pairs.qualpal-4.png b/docs/reference/pairs.qualpal-4.png index 782e6a8..7a32066 100644 Binary files a/docs/reference/pairs.qualpal-4.png and b/docs/reference/pairs.qualpal-4.png differ diff --git a/docs/reference/pairs.qualpal.html b/docs/reference/pairs.qualpal.html index c4edbc9..7b99687 100644 --- a/docs/reference/pairs.qualpal.html +++ b/docs/reference/pairs.qualpal.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -87,20 +87,27 @@ <h1>Scatterplot matrix of qualitative color palette</h1> matrix on either the DIN99d (the default) or HSL color space.</p> - <pre><span class='co'># S3 method for qualpal</span> + <pre class="usage"><span class='co'># S3 method for qualpal</span> <span class='fu'>pairs</span>(<span class='no'>x</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"DIN99d"</span>, <span class='st'>"HSL"</span>, <span class='st'>"RGB"</span>), <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd><p>A list object of class <code>"qualpal"</code> generated from -<code><a href='qualpal.html'>qualpal</a></code>.</p></dd> - <dt>colorspace</dt> - <dd><p>The color space in which to plot the colors ("DIN99d", -"HSL", or "RGB").</p></dd> - <dt>...</dt> - <dd><p>Arguments to pass on to <code><a href='http://www.rdocumentation.org/packages/graphics/topics/pairs'>pairs</a></code>.</p></dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>A list object of class <code>"qualpal"</code> generated from +<code><a href='qualpal.html'>qualpal</a></code>.</p></td> + </tr> + <tr> + <th>colorspace</th> + <td><p>The color space in which to plot the colors ("DIN99d", +"HSL", or "RGB").</p></td> + </tr> + <tr> + <th>…</th> + <td><p>Arguments to pass on to <code><a href='http://www.rdocumentation.org/packages/graphics/topics/pairs'>pairs</a></code>.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> diff --git a/docs/reference/plot.qualpal-2.png b/docs/reference/plot.qualpal-2.png index e6ecd7e..735241a 100644 Binary files a/docs/reference/plot.qualpal-2.png and b/docs/reference/plot.qualpal-2.png differ diff --git a/docs/reference/plot.qualpal.html b/docs/reference/plot.qualpal.html index 4bd3515..26ff38e 100644 --- a/docs/reference/plot.qualpal.html +++ b/docs/reference/plot.qualpal.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -88,17 +88,22 @@ <h1>Multidimensional scaling map of qualitative color palette</h1> Delta E DIN99d distance matrix.</p> - <pre><span class='co'># S3 method for qualpal</span> + <pre class="usage"><span class='co'># S3 method for qualpal</span> <span class='fu'>plot</span>(<span class='no'>x</span>, <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd><p>An object of class <code>"qualpal"</code> generated from -<code><a href='qualpal.html'>qualpal</a></code>.</p></dd> - <dt>...</dt> - <dd><p>Arguments to pass on to <code><a href='http://www.rdocumentation.org/packages/graphics/topics/plot'>plot</a></code>.</p></dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>An object of class <code>"qualpal"</code> generated from +<code><a href='qualpal.html'>qualpal</a></code>.</p></td> + </tr> + <tr> + <th>…</th> + <td><p>Arguments to pass on to <code><a href='http://www.rdocumentation.org/packages/graphics/topics/plot'>plot</a></code>.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> diff --git a/docs/reference/print.qualpal.html b/docs/reference/print.qualpal.html index bd02b98..a1e22e8 100644 --- a/docs/reference/print.qualpal.html +++ b/docs/reference/print.qualpal.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -86,23 +86,32 @@ <h1>Print qualpal palette</h1> <p>Print the result from a call to <code><a href='qualpal.html'>qualpal</a></code>.</p> - <pre><span class='co'># S3 method for qualpal</span> + <pre class="usage"><span class='co'># S3 method for qualpal</span> <span class='fu'>print</span>(<span class='no'>x</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"HSL"</span>, <span class='st'>"DIN99d"</span>, <span class='st'>"RGB"</span>), <span class='kw'>digits</span> <span class='kw'>=</span> <span class='fl'>2</span>, <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd><p>An object of class <code>"qualpal"</code>.</p></dd> - <dt>colorspace</dt> - <dd><p>Color space to print colors in.</p></dd> - <dt>digits</dt> - <dd><p>Number of significant digits for the output. + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>An object of class <code>"qualpal"</code>.</p></td> + </tr> + <tr> + <th>colorspace</th> + <td><p>Color space to print colors in.</p></td> + </tr> + <tr> + <th>digits</th> + <td><p>Number of significant digits for the output. (See print.default.) Setting it to <code>NULL</code> uses -<code>getOption("digits")</code>.</p></dd> - <dt>…</dt> - <dd><p>Arguments to pass to <code>print.default</code>.</p></dd> - </dl> +<code>getOption("digits")</code>.</p></td> + </tr> + <tr> + <th>…</th> + <td><p>Arguments to pass to <code>print.default</code>.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> @@ -113,19 +122,19 @@ <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'><span class='no'>f</span> <span class='kw'><-</span> <span class='fu'><a href='qualpal.html'>qualpal</a></span>(<span class='fl'>3</span>) <span class='fu'>print</span>(<span class='no'>f</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"DIN99d"</span>, <span class='kw'>digits</span> <span class='kw'>=</span> <span class='fl'>3</span>)</div><div class='output co'>#> ---------------------------------------- -#> Colors in the DIN99d color space +#> Colors in the DIN99d color space #> #> L(99d) a(99d) b(99d) -#> #CF707B 61.9 29.8 5.21 -#> #B0CE74 81.2 -13.8 27.98 -#> #6E9DCE 66.8 -13.1 -21.92 +#> #6C7DCC 58.0 -1.54 -29.5 +#> #6ACA91 77.3 -28.59 14.7 +#> #CD7F6D 64.6 24.44 14.4 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> -#> #CF707B #B0CE74 -#> #B0CE74 24.1 -#> #6E9DCE 23.5 23.8</div></pre> +#> #6C7DCC #6ACA91 +#> #6ACA91 24.9 +#> #CD7F6D 23.6 24.7</div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> diff --git a/docs/reference/qualpal.html b/docs/reference/qualpal.html index 0425fe5..8e81923 100644 --- a/docs/reference/qualpal.html +++ b/docs/reference/qualpal.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> @@ -89,15 +89,19 @@ <h1>Generate qualitative color palettes</h1> deficiency into account.</p> - <pre><span class='fu'>qualpal</span>(<span class='no'>n</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"protan"</span>, <span class='st'>"deutan"</span>, <span class='st'>"tritan"</span>), + <pre class="usage"><span class='fu'>qualpal</span>(<span class='no'>n</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='st'>"protan"</span>, <span class='st'>"deutan"</span>, <span class='st'>"tritan"</span>), <span class='kw'>cvd_severity</span> <span class='kw'>=</span> <span class='fl'>0</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>n</dt> - <dd><p>The number of colors to generate.</p></dd> - <dt>colorspace</dt> - <dd><p>A color space to generate colors from. Can be any of the + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>n</th> + <td><p>The number of colors to generate.</p></td> + </tr> + <tr> + <th>colorspace</th> + <td><p>A color space to generate colors from. Can be any of the following:</p><ul> <li><p>A <code>list</code> with the following <em>named</em> vectors, each of length two, giving a range for each item. @@ -124,16 +128,21 @@ <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Ar row representing a unique color.</p></li> <li><p>A <code>data.frame</code> that can be converted to a matrix via data.matrix</p></li> -</ul></dd> - <dt>cvd</dt> - <dd><p>Color vision deficiency adaptation. Use <code>cvd_severity</code> -to set the severity of color vision deficiency to adapt to. Permissable -values are <code>"protan", "deutan",</code> and <code>"tritan"</code>.</p></dd> - <dt>cvd_severity</dt> - <dd><p>Severity of color vision deficiency to adapt to. Can take +</ul></td> + </tr> + <tr> + <th>cvd</th> + <td><p>Color vision deficiency adaptation. Use <code>cvd_severity</code> +to set the severity of color vision deficiency to adapt to. Permissible +values are <code>"protan", "deutan",</code> and <code>"tritan"</code>.</p></td> + </tr> + <tr> + <th>cvd_severity</th> + <td><p>Severity of color vision deficiency to adapt to. Can take any value from 0, for normal vision (the default), and 1, for dichromatic -vision.</p></dd> - </dl> +vision.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> @@ -144,7 +153,7 @@ <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> transformations).</p></dd> <dt>RGB</dt><dd><p>A matrix of the colors in the sRGB color space.</p></dd> <dt>hex</dt><dd><p>A character vector of the colors in hex notation.</p></dd> <dt>de_DIN99d</dt><dd><p>A - distance matrix of color differenes according to delta E DIN99d.</p></dd> + distance matrix of color differences according to delta E DIN99d.</p></dd> <dt>min_de_DIN99d</dt><dd><p>The smallest pairwise DIN99d color difference.</p></dd> @@ -153,7 +162,7 @@ <h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details <p>The function takes a color subspace in the HSL color space, where lightness and saturation take values from 0 to 1. Hue take values from -360 to 360, although negative values are brought to lie in the range {0, 360}; this -behavior exists to enable color subspaces that span all hues being tha the +behavior exists to enable color subspaces that span all hues being that the hue space is circular.</p> <p>The HSL color subspace that the user provides is projected into the DIN99d color space, which is approximately perceptually uniform, i.e. color @@ -167,7 +176,7 @@ <h2 class="hasAnchor" id="details"><a class="anchor" href="#details"></a>Details set and replaces it with a new color until it has gone through the whole range without changing any of the colors.</p> <p>Optionally, <code>qualpal</code> can adapt palettes to cater to color vision -defiency (cvd). This is accomplished by taking the colors +deficiency (cvd). This is accomplished by taking the colors provided by the user and transforming them to colors that someone with cvd would see, that is, simulating cvd. qualpal then chooses colors from these new colors. @@ -182,14 +191,14 @@ <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See a <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'><span class='co'># Generate 3 distinct colors from the default color space</span> <span class='fu'>qualpal</span>(<span class='fl'>3</span>)</div><div class='output co'>#> ---------------------------------------- -#> Colors in the HSL color space +#> Colors in the HSL color space #> #> Hue Saturation Lightness #> #71BDD0 192 0.50 0.63 #> #B66CCC 286 0.48 0.61 #> #CB9B6A 30 0.48 0.61 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> #> #71BDD0 #B66CCC @@ -197,36 +206,36 @@ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examp #> #CB9B6A 23 23</div><div class='input'> <span class='co'># Provide a custom color space</span> <span class='fu'>qualpal</span>(<span class='kw'>n</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='fu'>list</span>(<span class='kw'>h</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>35</span>, <span class='fl'>360</span>), <span class='kw'>s</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0.5</span>, <span class='fl'>0.7</span>), <span class='kw'>l</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0</span>, <span class='fl'>0.45</span>)))</div><div class='output co'>#> ---------------------------------------- -#> Colors in the HSL color space +#> Colors in the HSL color space #> #> Hue Saturation Lightness #> #24B9BE 182 0.68 0.44 #> #0B0D3B 237 0.70 0.14 #> #BE2635 354 0.67 0.45 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> #> #24B9BE #0B0D3B #> #0B0D3B 31 #> #BE2635 31 28</div><div class='input'> <span class='fu'>qualpal</span>(<span class='fl'>3</span>, <span class='st'>"pretty"</span>)</div><div class='output co'>#> ---------------------------------------- -#> Colors in the HSL color space +#> Colors in the HSL color space #> #> Hue Saturation Lightness -#> #CACA6E 60 0.46 0.61 -#> #C96D94 335 0.46 0.61 -#> #78AED1 203 0.49 0.64 +#> #6C7DCC 229 0.48 0.61 +#> #6ACA91 144 0.48 0.61 +#> #CD7F6D 11 0.49 0.62 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> -#> #CACA6E #C96D94 -#> #C96D94 24 -#> #78AED1 23 23</div><div class='input'> +#> #6C7DCC #6ACA91 +#> #6ACA91 25 +#> #CD7F6D 24 25</div><div class='input'> <span class='co'># Adapt palette to deuteranopia</span> <span class='fu'>qualpal</span>(<span class='fl'>5</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty_dark"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='st'>"deutan"</span>, <span class='kw'>cvd_severity</span> <span class='kw'>=</span> <span class='fl'>1</span>)</div><div class='output co'>#> ---------------------------------------- -#> Colors in the HSL color space +#> Colors in the HSL color space #> #> Hue Saturation Lightness #> #324893 275 0.49 0.40 @@ -235,7 +244,7 @@ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examp #> #2A2B30 335 0.44 0.21 #> #584B1E 50 0.49 0.22 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> #> #324893 #AB9036 #78797B #2A2B30 @@ -245,33 +254,33 @@ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examp #> #584B1E 24 16 16 16</div><div class='input'> <span class='co'># Adapt palette to protanomaly with severity 0.4</span> <span class='fu'>qualpal</span>(<span class='fl'>8</span>, <span class='kw'>colorspace</span> <span class='kw'>=</span> <span class='st'>"pretty_dark"</span>, <span class='kw'>cvd</span> <span class='kw'>=</span> <span class='st'>"protan"</span>, <span class='kw'>cvd_severity</span> <span class='kw'>=</span> <span class='fl'>0.4</span>)</div><div class='output co'>#> ---------------------------------------- -#> Colors in the HSL color space +#> Colors in the HSL color space #> -#> Hue Saturation Lightness -#> #A28F31 57 0.50 0.40 -#> #1A2148 241 0.40 0.20 -#> #658B79 163 0.46 0.40 -#> #714F39 12 0.42 0.39 -#> #3A4B4F 180 0.33 0.23 -#> #5E488F 298 0.39 0.40 -#> #485B22 120 0.49 0.26 -#> #392123 353 0.49 0.22 +#> Hue Saturation Lightness +#> #191E4C 247.8 0.47 0.20 +#> #698847 132.8 0.48 0.39 +#> #36211B 1.9 0.46 0.20 +#> #5D888F 178.5 0.50 0.38 +#> #7A5936 20.6 0.45 0.39 +#> #384B3C 155.5 0.46 0.22 +#> #3D5898 217.8 0.49 0.40 +#> #633E62 332.0 0.49 0.40 #> -#> ---------------------------------------- +#> ---------------------------------------- #> DIN99d color difference distance matrix #> -#> #A28F31 #1A2148 #658B79 #714F39 #3A4B4F #5E488F #485B22 -#> #1A2148 30 -#> #658B79 17 24 -#> #714F39 16 22 19 -#> #3A4B4F 22 15 15 16 -#> #5E488F 28 14 22 20 16 -#> #485B22 15 24 15 14 15 25 -#> #392123 25 15 24 14 16 18 19</div><div class='input'> -<span class='co'>## Not run: ------------------------------------</span> -<span class='co'># # The range of hue cannot exceed 360</span> -<span class='co'># qualpal(3, list(h = c(-20, 360), s = c(0.5, 0.7), l = c(0, 0.45)))</span> -<span class='co'>## ---------------------------------------------</span></div></pre> +#> #191E4C #698847 #36211B #5D888F #7A5936 #384B3C #3D5898 +#> #698847 28 +#> #36211B 17 23 +#> #5D888F 23 16 24 +#> #7A5936 24 16 16 20 +#> #384B3C 19 15 16 15 15 +#> #3D5898 15 24 22 16 23 18 +#> #633E62 15 24 15 21 18 18 15</div><div class='input'> +<span class='fu'>not_run</span>({ + <span class='co'># The range of hue cannot exceed 360</span> + <span class='fu'>qualpal</span>(<span class='fl'>3</span>, <span class='fu'>list</span>(<span class='kw'>h</span> <span class='kw'>=</span> <span class='fu'>c</span>(-<span class='fl'>20</span>, <span class='fl'>360</span>), <span class='kw'>s</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0.5</span>, <span class='fl'>0.7</span>), <span class='kw'>l</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0</span>, <span class='fl'>0.45</span>))) +})</div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> diff --git a/docs/reference/qualpalr-package.html b/docs/reference/qualpalr-package.html index eef9dbc..9a49fbd 100644 --- a/docs/reference/qualpalr-package.html +++ b/docs/reference/qualpalr-package.html @@ -25,7 +25,7 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> diff --git a/docs/tools/README-pairs-1.png b/docs/tools/README-pairs-1.png index 0426c0b..80b7d21 100644 Binary files a/docs/tools/README-pairs-1.png and b/docs/tools/README-pairs-1.png differ diff --git a/docs/tools/README-plot-1.png b/docs/tools/README-plot-1.png index 35d5b4d..6f64348 100644 Binary files a/docs/tools/README-plot-1.png and b/docs/tools/README-plot-1.png differ diff --git a/tools/README-pairs-1.png b/tools/README-pairs-1.png index 8d9ab4a..55c03d7 100644 Binary files a/tools/README-pairs-1.png and b/tools/README-pairs-1.png differ diff --git a/tools/README-plot-1.png b/tools/README-plot-1.png index d0a589c..31a09c6 100644 Binary files a/tools/README-plot-1.png and b/tools/README-plot-1.png differ