diff --git a/.gitignore b/.gitignore index 7c1510c..5117869 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ mono_crash.*.json # ignore potentially large filetypes *.csv *.obj -*.ogg \ No newline at end of file +*.ogg +*.png +*.jpg +*.glb +*.mtl diff --git a/README.md b/README.md new file mode 100644 index 0000000..faa2fb8 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# voxel-test +This repo is a Godot project to visualize radiation geometries and simulate radiation detection with a Geiger counter. + +## Setup +1. Install [Godot v3.5.1](https://godotengine.org/download/archive/3.5.1-stable/). This project won't work on Godot v4 and above since Godot v4 changed a lot of things. +2. Fork the repo, then clone your fork. +3. Download the [3 "resources" folders](https://drive.google.com/drive/folders/10QSwU5U0PyNMef77HWv0K5GObslwSkSL?usp=sharing), extract them if they download as zip folders, and place them in the folder of your cloned repo. Currently, these folders are only available to those with a UW-Madison Google account. +4. Open Godot and click "Import". Navigate to your cloned repo and select `project.godot`, then "Open" and "Import & Edit". Afterwards, Godot will take roughly 2 minutes to import all the textures and models. +5. Now that you've entered the project editor, click on the `geigercounter.ogg` file and "Import" in the top left corner. Make sure that "Loop" is unchecked (off) and press "Reimport". + +## Playing the Game +To play, press the "play" triangle at the top right of the project editor. + +You can also press the "clap board with play triangle" at the top right to play the current scene that's open. + +## Resources +Here are a few resources I used when making this game. They may help with understanding the code in the repo. + +### Godot Documentation +NOTE: when looking at Godot Documentation, make sure you're looking at the 3.5 version! +* [Singletons (information used by multiple scenes)](https://docs.godotengine.org/en/3.5/tutorials/scripting/singletons_autoload.html) +* [Canvas layers: change which 2D objects appear above other 2D objects](https://docs.godotengine.org/en/stable/tutorials/2d/canvas_layers.html) +* [Quit Button code](https://docs.godotengine.org/en/3.5/tutorials/inputs/handling_quit_requests.html) +* [Pausing the game](https://docs.godotengine.org/en/3.5/tutorials/scripting/pausing_games.html) +* [Containers for UI](https://docs.godotengine.org/en/3.5/tutorials/ui/gui_containers.html) + + + +### YouTube Tutorials +* [Loading screen tutorial](https://www.youtube.com/watch?v=5aV_GSAE1kM) +* [Soap Bar Blender Tutorial](https://www.youtube.com/watch?v=utshgGVkxKQ): I used this to learn Blender to make the Geiger counter model. +* [Intro to 3D PBR material in Godot](https://www.youtube.com/watch?v=LXnW6WL7cSE): helpful for understanding PBR textures and how to use them in Godot. +* [Notification popup](https://www.youtube.com/watch?v=c4oq8eOa9CA): I used this to make the "Objective Completed" popup. + +### Raycasting +One of the objectives I implemented in `Level1.tscn` was "See the Radioactive Cylinder", which requires raycasting. It's a slightly more advanced topic, so I concentrated all the relevant resources here. +* [YT video: Raycasting in Godot](https://www.youtube.com/watch?v=DuyAHbznRx0) +* [intersect_ray() method](https://docs.godotengine.org/en/3.5/classes/class_physics2ddirectspacestate.html#class-physics2ddirectspacestate-method-intersect-ray) +* [Godot raycasting tutorial](https://docs.godotengine.org/en/3.5/tutorials/physics/ray-casting.html) + + +### Miscellaneous +* [Free PBR (physics based rendering) textures](https://ambientcg.com/) +* [Google Fonts](https://fonts.google.com/): I got the monospaced font for the Geiger Counter here. +* [Freesound.org](https://freesound.org/): I got the Geiger counter click sound here. \ No newline at end of file diff --git a/default_env.tres b/default_env.tres index 20207a4..605c703 100644 --- a/default_env.tres +++ b/default_env.tres @@ -5,3 +5,4 @@ [resource] background_mode = 2 background_sky = SubResource( 1 ) +ss_reflections_enabled = true diff --git a/fonts/TitilliumWeb/OFL.txt b/fonts/TitilliumWeb/OFL.txt new file mode 100644 index 0000000..bbaa23a --- /dev/null +++ b/fonts/TitilliumWeb/OFL.txt @@ -0,0 +1,93 @@ +Copyright (c) 2009-2011 by Accademia di Belle Arti di Urbino and students of MA course of Visual design. Some rights reserved. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/TitilliumWeb/TitilliumWeb-Bold.ttf b/fonts/TitilliumWeb/TitilliumWeb-Bold.ttf new file mode 100644 index 0000000..b3d8c34 Binary files /dev/null and b/fonts/TitilliumWeb/TitilliumWeb-Bold.ttf differ diff --git a/fonts/TitilliumWeb/TitilliumWeb-Regular.ttf b/fonts/TitilliumWeb/TitilliumWeb-Regular.ttf new file mode 100644 index 0000000..e0e2dc8 Binary files /dev/null and b/fonts/TitilliumWeb/TitilliumWeb-Regular.ttf differ diff --git a/geigercounter.ogg b/geigercounter.ogg new file mode 100644 index 0000000..6370a9c Binary files /dev/null and b/geigercounter.ogg differ diff --git a/points.csv b/points.csv deleted file mode 100644 index 488d3dd..0000000 --- a/points.csv +++ /dev/null @@ -1,6860 +0,0 @@ -value,x0,y0,z0,x1,y1,z1 -0.07071067811865475,0,0,0,1,1,1 -0.07432941462471664,1,0,0,2,1,1 -0.07808688094430304,2,0,0,3,1,1 -0.08192319205190406,3,0,0,4,1,1 -0.08574929257125441,4,0,0,5,1,1 -0.08944271909999159,5,0,0,6,1,1 -0.09284766908852593,6,0,0,7,1,1 -0.09578262852211514,7,0,0,8,1,1 -0.09805806756909202,8,0,0,9,1,1 -0.09950371902099892,9,0,0,10,1,1 -0.1,10,0,0,11,1,1 -0.09950371902099892,11,0,0,12,1,1 -0.09805806756909202,12,0,0,13,1,1 -0.09578262852211514,13,0,0,14,1,1 -0.09284766908852593,14,0,0,15,1,1 -0.08944271909999159,15,0,0,16,1,1 -0.08574929257125441,16,0,0,17,1,1 -0.08192319205190406,17,0,0,18,1,1 -0.07808688094430304,18,0,0,19,1,1 -0.07432941462471664,0,1,0,1,2,1 -0.07856742013183861,1,1,0,2,2,1 -0.08304547985373997,2,1,0,3,2,1 -0.08770580193070293,3,1,0,4,2,1 -0.09245003270420485,4,1,0,5,2,1 -0.09712858623572641,5,1,0,6,2,1 -0.10153461651336192,6,1,0,7,2,1 -0.10540925533894598,7,1,0,8,2,1 -0.10846522890932808,8,1,0,9,2,1 -0.11043152607484653,9,1,0,10,2,1 -0.1111111111111111,10,1,0,11,2,1 -0.11043152607484653,11,1,0,12,2,1 -0.10846522890932808,12,1,0,13,2,1 -0.10540925533894598,13,1,0,14,2,1 -0.10153461651336192,14,1,0,15,2,1 -0.09712858623572641,15,1,0,16,2,1 -0.09245003270420485,16,1,0,17,2,1 -0.08770580193070293,17,1,0,18,2,1 -0.08304547985373997,18,1,0,19,2,1 -0.07808688094430304,0,2,0,1,3,1 -0.08304547985373997,1,2,0,2,3,1 -0.08838834764831843,2,2,0,3,3,1 -0.09407208683835973,3,2,0,4,3,1 -0.1,4,2,0,5,3,1 -0.105999788000636,5,2,0,6,3,1 -0.11180339887498948,6,2,0,7,3,1 -0.11704114719613057,7,2,0,8,3,1 -0.12126781251816648,8,2,0,9,3,1 -0.12403473458920847,9,2,0,10,3,1 -0.125,10,2,0,11,3,1 -0.12403473458920847,11,2,0,12,3,1 -0.12126781251816648,12,2,0,13,3,1 -0.11704114719613057,13,2,0,14,3,1 -0.11180339887498948,14,2,0,15,3,1 -0.105999788000636,15,2,0,16,3,1 -0.1,16,2,0,17,3,1 -0.09407208683835973,17,2,0,18,3,1 -0.08838834764831843,18,2,0,19,3,1 -0.08192319205190406,0,3,0,1,4,1 -0.08770580193070293,1,3,0,2,4,1 -0.09407208683835973,2,3,0,3,4,1 -0.10101525445522107,3,3,0,4,4,1 -0.10846522890932808,4,3,0,5,4,1 -0.11624763874381928,5,3,0,6,4,1 -0.12403473458920847,6,3,0,7,4,1 -0.13130643285972254,7,3,0,8,4,1 -0.13736056394868904,8,3,0,9,4,1 -0.1414213562373095,9,3,0,10,4,1 -0.14285714285714285,10,3,0,11,4,1 -0.1414213562373095,11,3,0,12,4,1 -0.13736056394868904,12,3,0,13,4,1 -0.13130643285972254,13,3,0,14,4,1 -0.12403473458920847,14,3,0,15,4,1 -0.11624763874381928,15,3,0,16,4,1 -0.10846522890932808,16,3,0,17,4,1 -0.10101525445522107,17,3,0,18,4,1 -0.09407208683835973,18,3,0,19,4,1 -0.08574929257125441,0,4,0,1,5,1 -0.09245003270420485,1,4,0,2,5,1 -0.1,2,4,0,3,5,1 -0.10846522890932808,3,4,0,4,5,1 -0.11785113019775793,4,4,0,5,5,1 -0.12803687993289598,5,4,0,6,5,1 -0.1386750490563073,6,4,0,7,5,1 -0.14907119849998599,7,4,0,8,5,1 -0.15811388300841897,8,4,0,9,5,1 -0.1643989873053573,9,4,0,10,5,1 -0.16666666666666666,10,4,0,11,5,1 -0.1643989873053573,11,4,0,12,5,1 -0.15811388300841897,12,4,0,13,5,1 -0.14907119849998599,13,4,0,14,5,1 -0.1386750490563073,14,4,0,15,5,1 -0.12803687993289598,15,4,0,16,5,1 -0.11785113019775793,16,4,0,17,5,1 -0.10846522890932808,17,4,0,18,5,1 -0.1,18,4,0,19,5,1 -0.08944271909999159,0,5,0,1,6,1 -0.09712858623572641,1,5,0,2,6,1 -0.105999788000636,2,5,0,3,6,1 -0.11624763874381928,3,5,0,4,6,1 -0.12803687993289598,4,5,0,5,6,1 -0.1414213562373095,5,5,0,6,6,1 -0.15617376188860607,6,5,0,7,6,1 -0.17149858514250882,7,5,0,8,6,1 -0.18569533817705186,8,5,0,9,6,1 -0.19611613513818404,9,5,0,10,6,1 -0.2,10,5,0,11,6,1 -0.19611613513818404,11,5,0,12,6,1 -0.18569533817705186,12,5,0,13,6,1 -0.17149858514250882,13,5,0,14,6,1 -0.15617376188860607,14,5,0,15,6,1 -0.1414213562373095,15,5,0,16,6,1 -0.12803687993289598,16,5,0,17,6,1 -0.11624763874381928,17,5,0,18,6,1 -0.105999788000636,18,5,0,19,6,1 -0.09284766908852593,0,6,0,1,7,1 -0.10153461651336192,1,6,0,2,7,1 -0.11180339887498948,2,6,0,3,7,1 -0.12403473458920847,3,6,0,4,7,1 -0.1386750490563073,4,6,0,5,7,1 -0.15617376188860607,5,6,0,6,7,1 -0.17677669529663687,6,6,0,7,7,1 -0.2,7,6,0,8,7,1 -0.22360679774997896,8,6,0,9,7,1 -0.24253562503633297,9,6,0,10,7,1 -0.25,10,6,0,11,7,1 -0.24253562503633297,11,6,0,12,7,1 -0.22360679774997896,12,6,0,13,7,1 -0.2,13,6,0,14,7,1 -0.17677669529663687,14,6,0,15,7,1 -0.15617376188860607,15,6,0,16,7,1 -0.1386750490563073,16,6,0,17,7,1 -0.12403473458920847,17,6,0,18,7,1 -0.11180339887498948,18,6,0,19,7,1 -0.09578262852211514,0,7,0,1,8,1 -0.10540925533894598,1,7,0,2,8,1 -0.11704114719613057,2,7,0,3,8,1 -0.13130643285972254,3,7,0,4,8,1 -0.14907119849998599,4,7,0,5,8,1 -0.17149858514250882,5,7,0,6,8,1 -0.2,6,7,0,7,8,1 -0.23570226039551587,7,7,0,8,8,1 -0.2773500981126146,8,7,0,9,8,1 -0.31622776601683794,9,7,0,10,8,1 -0.3333333333333333,10,7,0,11,8,1 -0.31622776601683794,11,7,0,12,8,1 -0.2773500981126146,12,7,0,13,8,1 -0.23570226039551587,13,7,0,14,8,1 -0.2,14,7,0,15,8,1 -0.17149858514250882,15,7,0,16,8,1 -0.14907119849998599,16,7,0,17,8,1 -0.13130643285972254,17,7,0,18,8,1 -0.11704114719613057,18,7,0,19,8,1 -0.09805806756909202,0,8,0,1,9,1 -0.10846522890932808,1,8,0,2,9,1 -0.12126781251816648,2,8,0,3,9,1 -0.13736056394868904,3,8,0,4,9,1 -0.15811388300841897,4,8,0,5,9,1 -0.18569533817705186,5,8,0,6,9,1 -0.22360679774997896,6,8,0,7,9,1 -0.2773500981126146,7,8,0,8,9,1 -0.35355339059327373,8,8,0,9,9,1 -0.4472135954999579,9,8,0,10,9,1 -0.5,10,8,0,11,9,1 -0.4472135954999579,11,8,0,12,9,1 -0.35355339059327373,12,8,0,13,9,1 -0.2773500981126146,13,8,0,14,9,1 -0.22360679774997896,14,8,0,15,9,1 -0.18569533817705186,15,8,0,16,9,1 -0.15811388300841897,16,8,0,17,9,1 -0.13736056394868904,17,8,0,18,9,1 -0.12126781251816648,18,8,0,19,9,1 -0.09950371902099892,0,9,0,1,10,1 -0.11043152607484653,1,9,0,2,10,1 -0.12403473458920847,2,9,0,3,10,1 -0.1414213562373095,3,9,0,4,10,1 -0.1643989873053573,4,9,0,5,10,1 -0.19611613513818404,5,9,0,6,10,1 -0.24253562503633297,6,9,0,7,10,1 -0.31622776601683794,7,9,0,8,10,1 -0.4472135954999579,8,9,0,9,10,1 -0.7071067811865475,9,9,0,10,10,1 -1.0,10,9,0,11,10,1 -0.7071067811865475,11,9,0,12,10,1 -0.4472135954999579,12,9,0,13,10,1 -0.31622776601683794,13,9,0,14,10,1 -0.24253562503633297,14,9,0,15,10,1 -0.19611613513818404,15,9,0,16,10,1 -0.1643989873053573,16,9,0,17,10,1 -0.1414213562373095,17,9,0,18,10,1 -0.12403473458920847,18,9,0,19,10,1 -0.1,0,10,0,1,11,1 -0.1111111111111111,1,10,0,2,11,1 -0.125,2,10,0,3,11,1 -0.14285714285714285,3,10,0,4,11,1 -0.16666666666666666,4,10,0,5,11,1 -0.2,5,10,0,6,11,1 -0.25,6,10,0,7,11,1 -0.3333333333333333,7,10,0,8,11,1 -0.5,8,10,0,9,11,1 -1.0,9,10,0,10,11,1 -0,10,10,0,11,11,1 -1.0,11,10,0,12,11,1 -0.5,12,10,0,13,11,1 -0.3333333333333333,13,10,0,14,11,1 -0.25,14,10,0,15,11,1 -0.2,15,10,0,16,11,1 -0.16666666666666666,16,10,0,17,11,1 -0.14285714285714285,17,10,0,18,11,1 -0.125,18,10,0,19,11,1 -0.09950371902099892,0,11,0,1,12,1 -0.11043152607484653,1,11,0,2,12,1 -0.12403473458920847,2,11,0,3,12,1 -0.1414213562373095,3,11,0,4,12,1 -0.1643989873053573,4,11,0,5,12,1 -0.19611613513818404,5,11,0,6,12,1 -0.24253562503633297,6,11,0,7,12,1 -0.31622776601683794,7,11,0,8,12,1 -0.4472135954999579,8,11,0,9,12,1 -0.7071067811865475,9,11,0,10,12,1 -1.0,10,11,0,11,12,1 -0.7071067811865475,11,11,0,12,12,1 -0.4472135954999579,12,11,0,13,12,1 -0.31622776601683794,13,11,0,14,12,1 -0.24253562503633297,14,11,0,15,12,1 -0.19611613513818404,15,11,0,16,12,1 -0.1643989873053573,16,11,0,17,12,1 -0.1414213562373095,17,11,0,18,12,1 -0.12403473458920847,18,11,0,19,12,1 -0.09805806756909202,0,12,0,1,13,1 -0.10846522890932808,1,12,0,2,13,1 -0.12126781251816648,2,12,0,3,13,1 -0.13736056394868904,3,12,0,4,13,1 -0.15811388300841897,4,12,0,5,13,1 -0.18569533817705186,5,12,0,6,13,1 -0.22360679774997896,6,12,0,7,13,1 -0.2773500981126146,7,12,0,8,13,1 -0.35355339059327373,8,12,0,9,13,1 -0.4472135954999579,9,12,0,10,13,1 -0.5,10,12,0,11,13,1 -0.4472135954999579,11,12,0,12,13,1 -0.35355339059327373,12,12,0,13,13,1 -0.2773500981126146,13,12,0,14,13,1 -0.22360679774997896,14,12,0,15,13,1 -0.18569533817705186,15,12,0,16,13,1 -0.15811388300841897,16,12,0,17,13,1 -0.13736056394868904,17,12,0,18,13,1 -0.12126781251816648,18,12,0,19,13,1 -0.09578262852211514,0,13,0,1,14,1 -0.10540925533894598,1,13,0,2,14,1 -0.11704114719613057,2,13,0,3,14,1 -0.13130643285972254,3,13,0,4,14,1 -0.14907119849998599,4,13,0,5,14,1 -0.17149858514250882,5,13,0,6,14,1 -0.2,6,13,0,7,14,1 -0.23570226039551587,7,13,0,8,14,1 -0.2773500981126146,8,13,0,9,14,1 -0.31622776601683794,9,13,0,10,14,1 -0.3333333333333333,10,13,0,11,14,1 -0.31622776601683794,11,13,0,12,14,1 -0.2773500981126146,12,13,0,13,14,1 -0.23570226039551587,13,13,0,14,14,1 -0.2,14,13,0,15,14,1 -0.17149858514250882,15,13,0,16,14,1 -0.14907119849998599,16,13,0,17,14,1 -0.13130643285972254,17,13,0,18,14,1 -0.11704114719613057,18,13,0,19,14,1 -0.09284766908852593,0,14,0,1,15,1 -0.10153461651336192,1,14,0,2,15,1 -0.11180339887498948,2,14,0,3,15,1 -0.12403473458920847,3,14,0,4,15,1 -0.1386750490563073,4,14,0,5,15,1 -0.15617376188860607,5,14,0,6,15,1 -0.17677669529663687,6,14,0,7,15,1 -0.2,7,14,0,8,15,1 -0.22360679774997896,8,14,0,9,15,1 -0.24253562503633297,9,14,0,10,15,1 -0.25,10,14,0,11,15,1 -0.24253562503633297,11,14,0,12,15,1 -0.22360679774997896,12,14,0,13,15,1 -0.2,13,14,0,14,15,1 -0.17677669529663687,14,14,0,15,15,1 -0.15617376188860607,15,14,0,16,15,1 -0.1386750490563073,16,14,0,17,15,1 -0.12403473458920847,17,14,0,18,15,1 -0.11180339887498948,18,14,0,19,15,1 -0.08944271909999159,0,15,0,1,16,1 -0.09712858623572641,1,15,0,2,16,1 -0.105999788000636,2,15,0,3,16,1 -0.11624763874381928,3,15,0,4,16,1 -0.12803687993289598,4,15,0,5,16,1 -0.1414213562373095,5,15,0,6,16,1 -0.15617376188860607,6,15,0,7,16,1 -0.17149858514250882,7,15,0,8,16,1 -0.18569533817705186,8,15,0,9,16,1 -0.19611613513818404,9,15,0,10,16,1 -0.2,10,15,0,11,16,1 -0.19611613513818404,11,15,0,12,16,1 -0.18569533817705186,12,15,0,13,16,1 -0.17149858514250882,13,15,0,14,16,1 -0.15617376188860607,14,15,0,15,16,1 -0.1414213562373095,15,15,0,16,16,1 -0.12803687993289598,16,15,0,17,16,1 -0.11624763874381928,17,15,0,18,16,1 -0.105999788000636,18,15,0,19,16,1 -0.08574929257125441,0,16,0,1,17,1 -0.09245003270420485,1,16,0,2,17,1 -0.1,2,16,0,3,17,1 -0.10846522890932808,3,16,0,4,17,1 -0.11785113019775793,4,16,0,5,17,1 -0.12803687993289598,5,16,0,6,17,1 -0.1386750490563073,6,16,0,7,17,1 -0.14907119849998599,7,16,0,8,17,1 -0.15811388300841897,8,16,0,9,17,1 -0.1643989873053573,9,16,0,10,17,1 -0.16666666666666666,10,16,0,11,17,1 -0.1643989873053573,11,16,0,12,17,1 -0.15811388300841897,12,16,0,13,17,1 -0.14907119849998599,13,16,0,14,17,1 -0.1386750490563073,14,16,0,15,17,1 -0.12803687993289598,15,16,0,16,17,1 -0.11785113019775793,16,16,0,17,17,1 -0.10846522890932808,17,16,0,18,17,1 -0.1,18,16,0,19,17,1 -0.08192319205190406,0,17,0,1,18,1 -0.08770580193070293,1,17,0,2,18,1 -0.09407208683835973,2,17,0,3,18,1 -0.10101525445522107,3,17,0,4,18,1 -0.10846522890932808,4,17,0,5,18,1 -0.11624763874381928,5,17,0,6,18,1 -0.12403473458920847,6,17,0,7,18,1 -0.13130643285972254,7,17,0,8,18,1 -0.13736056394868904,8,17,0,9,18,1 -0.1414213562373095,9,17,0,10,18,1 -0.14285714285714285,10,17,0,11,18,1 -0.1414213562373095,11,17,0,12,18,1 -0.13736056394868904,12,17,0,13,18,1 -0.13130643285972254,13,17,0,14,18,1 -0.12403473458920847,14,17,0,15,18,1 -0.11624763874381928,15,17,0,16,18,1 -0.10846522890932808,16,17,0,17,18,1 -0.10101525445522107,17,17,0,18,18,1 -0.09407208683835973,18,17,0,19,18,1 -0.07808688094430304,0,18,0,1,19,1 -0.08304547985373997,1,18,0,2,19,1 -0.08838834764831843,2,18,0,3,19,1 -0.09407208683835973,3,18,0,4,19,1 -0.1,4,18,0,5,19,1 -0.105999788000636,5,18,0,6,19,1 -0.11180339887498948,6,18,0,7,19,1 -0.11704114719613057,7,18,0,8,19,1 -0.12126781251816648,8,18,0,9,19,1 -0.12403473458920847,9,18,0,10,19,1 -0.125,10,18,0,11,19,1 -0.12403473458920847,11,18,0,12,19,1 -0.12126781251816648,12,18,0,13,19,1 -0.11704114719613057,13,18,0,14,19,1 -0.11180339887498948,14,18,0,15,19,1 -0.105999788000636,15,18,0,16,19,1 -0.1,16,18,0,17,19,1 -0.09407208683835973,17,18,0,18,19,1 -0.08838834764831843,18,18,0,19,19,1 -0.07071067811865475,0,0,1,1,1,2 -0.07432941462471664,1,0,1,2,1,2 -0.07808688094430304,2,0,1,3,1,2 -0.08192319205190406,3,0,1,4,1,2 -0.08574929257125441,4,0,1,5,1,2 -0.08944271909999159,5,0,1,6,1,2 -0.09284766908852593,6,0,1,7,1,2 -0.09578262852211514,7,0,1,8,1,2 -0.09805806756909202,8,0,1,9,1,2 -0.09950371902099892,9,0,1,10,1,2 -0.1,10,0,1,11,1,2 -0.09950371902099892,11,0,1,12,1,2 -0.09805806756909202,12,0,1,13,1,2 -0.09578262852211514,13,0,1,14,1,2 -0.09284766908852593,14,0,1,15,1,2 -0.08944271909999159,15,0,1,16,1,2 -0.08574929257125441,16,0,1,17,1,2 -0.08192319205190406,17,0,1,18,1,2 -0.07808688094430304,18,0,1,19,1,2 -0.07432941462471664,0,1,1,1,2,2 -0.07856742013183861,1,1,1,2,2,2 -0.08304547985373997,2,1,1,3,2,2 -0.08770580193070293,3,1,1,4,2,2 -0.09245003270420485,4,1,1,5,2,2 -0.09712858623572641,5,1,1,6,2,2 -0.10153461651336192,6,1,1,7,2,2 -0.10540925533894598,7,1,1,8,2,2 -0.10846522890932808,8,1,1,9,2,2 -0.11043152607484653,9,1,1,10,2,2 -0.1111111111111111,10,1,1,11,2,2 -0.11043152607484653,11,1,1,12,2,2 -0.10846522890932808,12,1,1,13,2,2 -0.10540925533894598,13,1,1,14,2,2 -0.10153461651336192,14,1,1,15,2,2 -0.09712858623572641,15,1,1,16,2,2 -0.09245003270420485,16,1,1,17,2,2 -0.08770580193070293,17,1,1,18,2,2 -0.08304547985373997,18,1,1,19,2,2 -0.07808688094430304,0,2,1,1,3,2 -0.08304547985373997,1,2,1,2,3,2 -0.08838834764831843,2,2,1,3,3,2 -0.09407208683835973,3,2,1,4,3,2 -0.1,4,2,1,5,3,2 -0.105999788000636,5,2,1,6,3,2 -0.11180339887498948,6,2,1,7,3,2 -0.11704114719613057,7,2,1,8,3,2 -0.12126781251816648,8,2,1,9,3,2 -0.12403473458920847,9,2,1,10,3,2 -0.125,10,2,1,11,3,2 -0.12403473458920847,11,2,1,12,3,2 -0.12126781251816648,12,2,1,13,3,2 -0.11704114719613057,13,2,1,14,3,2 -0.11180339887498948,14,2,1,15,3,2 -0.105999788000636,15,2,1,16,3,2 -0.1,16,2,1,17,3,2 -0.09407208683835973,17,2,1,18,3,2 -0.08838834764831843,18,2,1,19,3,2 -0.08192319205190406,0,3,1,1,4,2 -0.08770580193070293,1,3,1,2,4,2 -0.09407208683835973,2,3,1,3,4,2 -0.10101525445522107,3,3,1,4,4,2 -0.10846522890932808,4,3,1,5,4,2 -0.11624763874381928,5,3,1,6,4,2 -0.12403473458920847,6,3,1,7,4,2 -0.13130643285972254,7,3,1,8,4,2 -0.13736056394868904,8,3,1,9,4,2 -0.1414213562373095,9,3,1,10,4,2 -0.14285714285714285,10,3,1,11,4,2 -0.1414213562373095,11,3,1,12,4,2 -0.13736056394868904,12,3,1,13,4,2 -0.13130643285972254,13,3,1,14,4,2 -0.12403473458920847,14,3,1,15,4,2 -0.11624763874381928,15,3,1,16,4,2 -0.10846522890932808,16,3,1,17,4,2 -0.10101525445522107,17,3,1,18,4,2 -0.09407208683835973,18,3,1,19,4,2 -0.08574929257125441,0,4,1,1,5,2 -0.09245003270420485,1,4,1,2,5,2 -0.1,2,4,1,3,5,2 -0.10846522890932808,3,4,1,4,5,2 -0.11785113019775793,4,4,1,5,5,2 -0.12803687993289598,5,4,1,6,5,2 -0.1386750490563073,6,4,1,7,5,2 -0.14907119849998599,7,4,1,8,5,2 -0.15811388300841897,8,4,1,9,5,2 -0.1643989873053573,9,4,1,10,5,2 -0.16666666666666666,10,4,1,11,5,2 -0.1643989873053573,11,4,1,12,5,2 -0.15811388300841897,12,4,1,13,5,2 -0.14907119849998599,13,4,1,14,5,2 -0.1386750490563073,14,4,1,15,5,2 -0.12803687993289598,15,4,1,16,5,2 -0.11785113019775793,16,4,1,17,5,2 -0.10846522890932808,17,4,1,18,5,2 -0.1,18,4,1,19,5,2 -0.08944271909999159,0,5,1,1,6,2 -0.09712858623572641,1,5,1,2,6,2 -0.105999788000636,2,5,1,3,6,2 -0.11624763874381928,3,5,1,4,6,2 -0.12803687993289598,4,5,1,5,6,2 -0.1414213562373095,5,5,1,6,6,2 -0.15617376188860607,6,5,1,7,6,2 -0.17149858514250882,7,5,1,8,6,2 -0.18569533817705186,8,5,1,9,6,2 -0.19611613513818404,9,5,1,10,6,2 -0.2,10,5,1,11,6,2 -0.19611613513818404,11,5,1,12,6,2 -0.18569533817705186,12,5,1,13,6,2 -0.17149858514250882,13,5,1,14,6,2 -0.15617376188860607,14,5,1,15,6,2 -0.1414213562373095,15,5,1,16,6,2 -0.12803687993289598,16,5,1,17,6,2 -0.11624763874381928,17,5,1,18,6,2 -0.105999788000636,18,5,1,19,6,2 -0.09284766908852593,0,6,1,1,7,2 -0.10153461651336192,1,6,1,2,7,2 -0.11180339887498948,2,6,1,3,7,2 -0.12403473458920847,3,6,1,4,7,2 -0.1386750490563073,4,6,1,5,7,2 -0.15617376188860607,5,6,1,6,7,2 -0.17677669529663687,6,6,1,7,7,2 -0.2,7,6,1,8,7,2 -0.22360679774997896,8,6,1,9,7,2 -0.24253562503633297,9,6,1,10,7,2 -0.25,10,6,1,11,7,2 -0.24253562503633297,11,6,1,12,7,2 -0.22360679774997896,12,6,1,13,7,2 -0.2,13,6,1,14,7,2 -0.17677669529663687,14,6,1,15,7,2 -0.15617376188860607,15,6,1,16,7,2 -0.1386750490563073,16,6,1,17,7,2 -0.12403473458920847,17,6,1,18,7,2 -0.11180339887498948,18,6,1,19,7,2 -0.09578262852211514,0,7,1,1,8,2 -0.10540925533894598,1,7,1,2,8,2 -0.11704114719613057,2,7,1,3,8,2 -0.13130643285972254,3,7,1,4,8,2 -0.14907119849998599,4,7,1,5,8,2 -0.17149858514250882,5,7,1,6,8,2 -0.2,6,7,1,7,8,2 -0.23570226039551587,7,7,1,8,8,2 -0.2773500981126146,8,7,1,9,8,2 -0.31622776601683794,9,7,1,10,8,2 -0.3333333333333333,10,7,1,11,8,2 -0.31622776601683794,11,7,1,12,8,2 -0.2773500981126146,12,7,1,13,8,2 -0.23570226039551587,13,7,1,14,8,2 -0.2,14,7,1,15,8,2 -0.17149858514250882,15,7,1,16,8,2 -0.14907119849998599,16,7,1,17,8,2 -0.13130643285972254,17,7,1,18,8,2 -0.11704114719613057,18,7,1,19,8,2 -0.09805806756909202,0,8,1,1,9,2 -0.10846522890932808,1,8,1,2,9,2 -0.12126781251816648,2,8,1,3,9,2 -0.13736056394868904,3,8,1,4,9,2 -0.15811388300841897,4,8,1,5,9,2 -0.18569533817705186,5,8,1,6,9,2 -0.22360679774997896,6,8,1,7,9,2 -0.2773500981126146,7,8,1,8,9,2 -0.35355339059327373,8,8,1,9,9,2 -0.4472135954999579,9,8,1,10,9,2 -0.5,10,8,1,11,9,2 -0.4472135954999579,11,8,1,12,9,2 -0.35355339059327373,12,8,1,13,9,2 -0.2773500981126146,13,8,1,14,9,2 -0.22360679774997896,14,8,1,15,9,2 -0.18569533817705186,15,8,1,16,9,2 -0.15811388300841897,16,8,1,17,9,2 -0.13736056394868904,17,8,1,18,9,2 -0.12126781251816648,18,8,1,19,9,2 -0.09950371902099892,0,9,1,1,10,2 -0.11043152607484653,1,9,1,2,10,2 -0.12403473458920847,2,9,1,3,10,2 -0.1414213562373095,3,9,1,4,10,2 -0.1643989873053573,4,9,1,5,10,2 -0.19611613513818404,5,9,1,6,10,2 -0.24253562503633297,6,9,1,7,10,2 -0.31622776601683794,7,9,1,8,10,2 -0.4472135954999579,8,9,1,9,10,2 -0.7071067811865475,9,9,1,10,10,2 -1.0,10,9,1,11,10,2 -0.7071067811865475,11,9,1,12,10,2 -0.4472135954999579,12,9,1,13,10,2 -0.31622776601683794,13,9,1,14,10,2 -0.24253562503633297,14,9,1,15,10,2 -0.19611613513818404,15,9,1,16,10,2 -0.1643989873053573,16,9,1,17,10,2 -0.1414213562373095,17,9,1,18,10,2 -0.12403473458920847,18,9,1,19,10,2 -0.1,0,10,1,1,11,2 -0.1111111111111111,1,10,1,2,11,2 -0.125,2,10,1,3,11,2 -0.14285714285714285,3,10,1,4,11,2 -0.16666666666666666,4,10,1,5,11,2 -0.2,5,10,1,6,11,2 -0.25,6,10,1,7,11,2 -0.3333333333333333,7,10,1,8,11,2 -0.5,8,10,1,9,11,2 -1.0,9,10,1,10,11,2 -0,10,10,1,11,11,2 -1.0,11,10,1,12,11,2 -0.5,12,10,1,13,11,2 -0.3333333333333333,13,10,1,14,11,2 -0.25,14,10,1,15,11,2 -0.2,15,10,1,16,11,2 -0.16666666666666666,16,10,1,17,11,2 -0.14285714285714285,17,10,1,18,11,2 -0.125,18,10,1,19,11,2 -0.09950371902099892,0,11,1,1,12,2 -0.11043152607484653,1,11,1,2,12,2 -0.12403473458920847,2,11,1,3,12,2 -0.1414213562373095,3,11,1,4,12,2 -0.1643989873053573,4,11,1,5,12,2 -0.19611613513818404,5,11,1,6,12,2 -0.24253562503633297,6,11,1,7,12,2 -0.31622776601683794,7,11,1,8,12,2 -0.4472135954999579,8,11,1,9,12,2 -0.7071067811865475,9,11,1,10,12,2 -1.0,10,11,1,11,12,2 -0.7071067811865475,11,11,1,12,12,2 -0.4472135954999579,12,11,1,13,12,2 -0.31622776601683794,13,11,1,14,12,2 -0.24253562503633297,14,11,1,15,12,2 -0.19611613513818404,15,11,1,16,12,2 -0.1643989873053573,16,11,1,17,12,2 -0.1414213562373095,17,11,1,18,12,2 -0.12403473458920847,18,11,1,19,12,2 -0.09805806756909202,0,12,1,1,13,2 -0.10846522890932808,1,12,1,2,13,2 -0.12126781251816648,2,12,1,3,13,2 -0.13736056394868904,3,12,1,4,13,2 -0.15811388300841897,4,12,1,5,13,2 -0.18569533817705186,5,12,1,6,13,2 -0.22360679774997896,6,12,1,7,13,2 -0.2773500981126146,7,12,1,8,13,2 -0.35355339059327373,8,12,1,9,13,2 -0.4472135954999579,9,12,1,10,13,2 -0.5,10,12,1,11,13,2 -0.4472135954999579,11,12,1,12,13,2 -0.35355339059327373,12,12,1,13,13,2 -0.2773500981126146,13,12,1,14,13,2 -0.22360679774997896,14,12,1,15,13,2 -0.18569533817705186,15,12,1,16,13,2 -0.15811388300841897,16,12,1,17,13,2 -0.13736056394868904,17,12,1,18,13,2 -0.12126781251816648,18,12,1,19,13,2 -0.09578262852211514,0,13,1,1,14,2 -0.10540925533894598,1,13,1,2,14,2 -0.11704114719613057,2,13,1,3,14,2 -0.13130643285972254,3,13,1,4,14,2 -0.14907119849998599,4,13,1,5,14,2 -0.17149858514250882,5,13,1,6,14,2 -0.2,6,13,1,7,14,2 -0.23570226039551587,7,13,1,8,14,2 -0.2773500981126146,8,13,1,9,14,2 -0.31622776601683794,9,13,1,10,14,2 -0.3333333333333333,10,13,1,11,14,2 -0.31622776601683794,11,13,1,12,14,2 -0.2773500981126146,12,13,1,13,14,2 -0.23570226039551587,13,13,1,14,14,2 -0.2,14,13,1,15,14,2 -0.17149858514250882,15,13,1,16,14,2 -0.14907119849998599,16,13,1,17,14,2 -0.13130643285972254,17,13,1,18,14,2 -0.11704114719613057,18,13,1,19,14,2 -0.09284766908852593,0,14,1,1,15,2 -0.10153461651336192,1,14,1,2,15,2 -0.11180339887498948,2,14,1,3,15,2 -0.12403473458920847,3,14,1,4,15,2 -0.1386750490563073,4,14,1,5,15,2 -0.15617376188860607,5,14,1,6,15,2 -0.17677669529663687,6,14,1,7,15,2 -0.2,7,14,1,8,15,2 -0.22360679774997896,8,14,1,9,15,2 -0.24253562503633297,9,14,1,10,15,2 -0.25,10,14,1,11,15,2 -0.24253562503633297,11,14,1,12,15,2 -0.22360679774997896,12,14,1,13,15,2 -0.2,13,14,1,14,15,2 -0.17677669529663687,14,14,1,15,15,2 -0.15617376188860607,15,14,1,16,15,2 -0.1386750490563073,16,14,1,17,15,2 -0.12403473458920847,17,14,1,18,15,2 -0.11180339887498948,18,14,1,19,15,2 -0.08944271909999159,0,15,1,1,16,2 -0.09712858623572641,1,15,1,2,16,2 -0.105999788000636,2,15,1,3,16,2 -0.11624763874381928,3,15,1,4,16,2 -0.12803687993289598,4,15,1,5,16,2 -0.1414213562373095,5,15,1,6,16,2 -0.15617376188860607,6,15,1,7,16,2 -0.17149858514250882,7,15,1,8,16,2 -0.18569533817705186,8,15,1,9,16,2 -0.19611613513818404,9,15,1,10,16,2 -0.2,10,15,1,11,16,2 -0.19611613513818404,11,15,1,12,16,2 -0.18569533817705186,12,15,1,13,16,2 -0.17149858514250882,13,15,1,14,16,2 -0.15617376188860607,14,15,1,15,16,2 -0.1414213562373095,15,15,1,16,16,2 -0.12803687993289598,16,15,1,17,16,2 -0.11624763874381928,17,15,1,18,16,2 -0.105999788000636,18,15,1,19,16,2 -0.08574929257125441,0,16,1,1,17,2 -0.09245003270420485,1,16,1,2,17,2 -0.1,2,16,1,3,17,2 -0.10846522890932808,3,16,1,4,17,2 -0.11785113019775793,4,16,1,5,17,2 -0.12803687993289598,5,16,1,6,17,2 -0.1386750490563073,6,16,1,7,17,2 -0.14907119849998599,7,16,1,8,17,2 -0.15811388300841897,8,16,1,9,17,2 -0.1643989873053573,9,16,1,10,17,2 -0.16666666666666666,10,16,1,11,17,2 -0.1643989873053573,11,16,1,12,17,2 -0.15811388300841897,12,16,1,13,17,2 -0.14907119849998599,13,16,1,14,17,2 -0.1386750490563073,14,16,1,15,17,2 -0.12803687993289598,15,16,1,16,17,2 -0.11785113019775793,16,16,1,17,17,2 -0.10846522890932808,17,16,1,18,17,2 -0.1,18,16,1,19,17,2 -0.08192319205190406,0,17,1,1,18,2 -0.08770580193070293,1,17,1,2,18,2 -0.09407208683835973,2,17,1,3,18,2 -0.10101525445522107,3,17,1,4,18,2 -0.10846522890932808,4,17,1,5,18,2 -0.11624763874381928,5,17,1,6,18,2 -0.12403473458920847,6,17,1,7,18,2 -0.13130643285972254,7,17,1,8,18,2 -0.13736056394868904,8,17,1,9,18,2 -0.1414213562373095,9,17,1,10,18,2 -0.14285714285714285,10,17,1,11,18,2 -0.1414213562373095,11,17,1,12,18,2 -0.13736056394868904,12,17,1,13,18,2 -0.13130643285972254,13,17,1,14,18,2 -0.12403473458920847,14,17,1,15,18,2 -0.11624763874381928,15,17,1,16,18,2 -0.10846522890932808,16,17,1,17,18,2 -0.10101525445522107,17,17,1,18,18,2 -0.09407208683835973,18,17,1,19,18,2 -0.07808688094430304,0,18,1,1,19,2 -0.08304547985373997,1,18,1,2,19,2 -0.08838834764831843,2,18,1,3,19,2 -0.09407208683835973,3,18,1,4,19,2 -0.1,4,18,1,5,19,2 -0.105999788000636,5,18,1,6,19,2 -0.11180339887498948,6,18,1,7,19,2 -0.11704114719613057,7,18,1,8,19,2 -0.12126781251816648,8,18,1,9,19,2 -0.12403473458920847,9,18,1,10,19,2 -0.125,10,18,1,11,19,2 -0.12403473458920847,11,18,1,12,19,2 -0.12126781251816648,12,18,1,13,19,2 -0.11704114719613057,13,18,1,14,19,2 -0.11180339887498948,14,18,1,15,19,2 -0.105999788000636,15,18,1,16,19,2 -0.1,16,18,1,17,19,2 -0.09407208683835973,17,18,1,18,19,2 -0.08838834764831843,18,18,1,19,19,2 -0.07071067811865475,0,0,2,1,1,3 -0.07432941462471664,1,0,2,2,1,3 -0.07808688094430304,2,0,2,3,1,3 -0.08192319205190406,3,0,2,4,1,3 -0.08574929257125441,4,0,2,5,1,3 -0.08944271909999159,5,0,2,6,1,3 -0.09284766908852593,6,0,2,7,1,3 -0.09578262852211514,7,0,2,8,1,3 -0.09805806756909202,8,0,2,9,1,3 -0.09950371902099892,9,0,2,10,1,3 -0.1,10,0,2,11,1,3 -0.09950371902099892,11,0,2,12,1,3 -0.09805806756909202,12,0,2,13,1,3 -0.09578262852211514,13,0,2,14,1,3 -0.09284766908852593,14,0,2,15,1,3 -0.08944271909999159,15,0,2,16,1,3 -0.08574929257125441,16,0,2,17,1,3 -0.08192319205190406,17,0,2,18,1,3 -0.07808688094430304,18,0,2,19,1,3 -0.07432941462471664,0,1,2,1,2,3 -0.07856742013183861,1,1,2,2,2,3 -0.08304547985373997,2,1,2,3,2,3 -0.08770580193070293,3,1,2,4,2,3 -0.09245003270420485,4,1,2,5,2,3 -0.09712858623572641,5,1,2,6,2,3 -0.10153461651336192,6,1,2,7,2,3 -0.10540925533894598,7,1,2,8,2,3 -0.10846522890932808,8,1,2,9,2,3 -0.11043152607484653,9,1,2,10,2,3 -0.1111111111111111,10,1,2,11,2,3 -0.11043152607484653,11,1,2,12,2,3 -0.10846522890932808,12,1,2,13,2,3 -0.10540925533894598,13,1,2,14,2,3 -0.10153461651336192,14,1,2,15,2,3 -0.09712858623572641,15,1,2,16,2,3 -0.09245003270420485,16,1,2,17,2,3 -0.08770580193070293,17,1,2,18,2,3 -0.08304547985373997,18,1,2,19,2,3 -0.07808688094430304,0,2,2,1,3,3 -0.08304547985373997,1,2,2,2,3,3 -0.08838834764831843,2,2,2,3,3,3 -0.09407208683835973,3,2,2,4,3,3 -0.1,4,2,2,5,3,3 -0.105999788000636,5,2,2,6,3,3 -0.11180339887498948,6,2,2,7,3,3 -0.11704114719613057,7,2,2,8,3,3 -0.12126781251816648,8,2,2,9,3,3 -0.12403473458920847,9,2,2,10,3,3 -0.125,10,2,2,11,3,3 -0.12403473458920847,11,2,2,12,3,3 -0.12126781251816648,12,2,2,13,3,3 -0.11704114719613057,13,2,2,14,3,3 -0.11180339887498948,14,2,2,15,3,3 -0.105999788000636,15,2,2,16,3,3 -0.1,16,2,2,17,3,3 -0.09407208683835973,17,2,2,18,3,3 -0.08838834764831843,18,2,2,19,3,3 -0.08192319205190406,0,3,2,1,4,3 -0.08770580193070293,1,3,2,2,4,3 -0.09407208683835973,2,3,2,3,4,3 -0.10101525445522107,3,3,2,4,4,3 -0.10846522890932808,4,3,2,5,4,3 -0.11624763874381928,5,3,2,6,4,3 -0.12403473458920847,6,3,2,7,4,3 -0.13130643285972254,7,3,2,8,4,3 -0.13736056394868904,8,3,2,9,4,3 -0.1414213562373095,9,3,2,10,4,3 -0.14285714285714285,10,3,2,11,4,3 -0.1414213562373095,11,3,2,12,4,3 -0.13736056394868904,12,3,2,13,4,3 -0.13130643285972254,13,3,2,14,4,3 -0.12403473458920847,14,3,2,15,4,3 -0.11624763874381928,15,3,2,16,4,3 -0.10846522890932808,16,3,2,17,4,3 -0.10101525445522107,17,3,2,18,4,3 -0.09407208683835973,18,3,2,19,4,3 -0.08574929257125441,0,4,2,1,5,3 -0.09245003270420485,1,4,2,2,5,3 -0.1,2,4,2,3,5,3 -0.10846522890932808,3,4,2,4,5,3 -0.11785113019775793,4,4,2,5,5,3 -0.12803687993289598,5,4,2,6,5,3 -0.1386750490563073,6,4,2,7,5,3 -0.14907119849998599,7,4,2,8,5,3 -0.15811388300841897,8,4,2,9,5,3 -0.1643989873053573,9,4,2,10,5,3 -0.16666666666666666,10,4,2,11,5,3 -0.1643989873053573,11,4,2,12,5,3 -0.15811388300841897,12,4,2,13,5,3 -0.14907119849998599,13,4,2,14,5,3 -0.1386750490563073,14,4,2,15,5,3 -0.12803687993289598,15,4,2,16,5,3 -0.11785113019775793,16,4,2,17,5,3 -0.10846522890932808,17,4,2,18,5,3 -0.1,18,4,2,19,5,3 -0.08944271909999159,0,5,2,1,6,3 -0.09712858623572641,1,5,2,2,6,3 -0.105999788000636,2,5,2,3,6,3 -0.11624763874381928,3,5,2,4,6,3 -0.12803687993289598,4,5,2,5,6,3 -0.1414213562373095,5,5,2,6,6,3 -0.15617376188860607,6,5,2,7,6,3 -0.17149858514250882,7,5,2,8,6,3 -0.18569533817705186,8,5,2,9,6,3 -0.19611613513818404,9,5,2,10,6,3 -0.2,10,5,2,11,6,3 -0.19611613513818404,11,5,2,12,6,3 -0.18569533817705186,12,5,2,13,6,3 -0.17149858514250882,13,5,2,14,6,3 -0.15617376188860607,14,5,2,15,6,3 -0.1414213562373095,15,5,2,16,6,3 -0.12803687993289598,16,5,2,17,6,3 -0.11624763874381928,17,5,2,18,6,3 -0.105999788000636,18,5,2,19,6,3 -0.09284766908852593,0,6,2,1,7,3 -0.10153461651336192,1,6,2,2,7,3 -0.11180339887498948,2,6,2,3,7,3 -0.12403473458920847,3,6,2,4,7,3 -0.1386750490563073,4,6,2,5,7,3 -0.15617376188860607,5,6,2,6,7,3 -0.17677669529663687,6,6,2,7,7,3 -0.2,7,6,2,8,7,3 -0.22360679774997896,8,6,2,9,7,3 -0.24253562503633297,9,6,2,10,7,3 -0.25,10,6,2,11,7,3 -0.24253562503633297,11,6,2,12,7,3 -0.22360679774997896,12,6,2,13,7,3 -0.2,13,6,2,14,7,3 -0.17677669529663687,14,6,2,15,7,3 -0.15617376188860607,15,6,2,16,7,3 -0.1386750490563073,16,6,2,17,7,3 -0.12403473458920847,17,6,2,18,7,3 -0.11180339887498948,18,6,2,19,7,3 -0.09578262852211514,0,7,2,1,8,3 -0.10540925533894598,1,7,2,2,8,3 -0.11704114719613057,2,7,2,3,8,3 -0.13130643285972254,3,7,2,4,8,3 -0.14907119849998599,4,7,2,5,8,3 -0.17149858514250882,5,7,2,6,8,3 -0.2,6,7,2,7,8,3 -0.23570226039551587,7,7,2,8,8,3 -0.2773500981126146,8,7,2,9,8,3 -0.31622776601683794,9,7,2,10,8,3 -0.3333333333333333,10,7,2,11,8,3 -0.31622776601683794,11,7,2,12,8,3 -0.2773500981126146,12,7,2,13,8,3 -0.23570226039551587,13,7,2,14,8,3 -0.2,14,7,2,15,8,3 -0.17149858514250882,15,7,2,16,8,3 -0.14907119849998599,16,7,2,17,8,3 -0.13130643285972254,17,7,2,18,8,3 -0.11704114719613057,18,7,2,19,8,3 -0.09805806756909202,0,8,2,1,9,3 -0.10846522890932808,1,8,2,2,9,3 -0.12126781251816648,2,8,2,3,9,3 -0.13736056394868904,3,8,2,4,9,3 -0.15811388300841897,4,8,2,5,9,3 -0.18569533817705186,5,8,2,6,9,3 -0.22360679774997896,6,8,2,7,9,3 -0.2773500981126146,7,8,2,8,9,3 -0.35355339059327373,8,8,2,9,9,3 -0.4472135954999579,9,8,2,10,9,3 -0.5,10,8,2,11,9,3 -0.4472135954999579,11,8,2,12,9,3 -0.35355339059327373,12,8,2,13,9,3 -0.2773500981126146,13,8,2,14,9,3 -0.22360679774997896,14,8,2,15,9,3 -0.18569533817705186,15,8,2,16,9,3 -0.15811388300841897,16,8,2,17,9,3 -0.13736056394868904,17,8,2,18,9,3 -0.12126781251816648,18,8,2,19,9,3 -0.09950371902099892,0,9,2,1,10,3 -0.11043152607484653,1,9,2,2,10,3 -0.12403473458920847,2,9,2,3,10,3 -0.1414213562373095,3,9,2,4,10,3 -0.1643989873053573,4,9,2,5,10,3 -0.19611613513818404,5,9,2,6,10,3 -0.24253562503633297,6,9,2,7,10,3 -0.31622776601683794,7,9,2,8,10,3 -0.4472135954999579,8,9,2,9,10,3 -0.7071067811865475,9,9,2,10,10,3 -1.0,10,9,2,11,10,3 -0.7071067811865475,11,9,2,12,10,3 -0.4472135954999579,12,9,2,13,10,3 -0.31622776601683794,13,9,2,14,10,3 -0.24253562503633297,14,9,2,15,10,3 -0.19611613513818404,15,9,2,16,10,3 -0.1643989873053573,16,9,2,17,10,3 -0.1414213562373095,17,9,2,18,10,3 -0.12403473458920847,18,9,2,19,10,3 -0.1,0,10,2,1,11,3 -0.1111111111111111,1,10,2,2,11,3 -0.125,2,10,2,3,11,3 -0.14285714285714285,3,10,2,4,11,3 -0.16666666666666666,4,10,2,5,11,3 -0.2,5,10,2,6,11,3 -0.25,6,10,2,7,11,3 -0.3333333333333333,7,10,2,8,11,3 -0.5,8,10,2,9,11,3 -1.0,9,10,2,10,11,3 -0,10,10,2,11,11,3 -1.0,11,10,2,12,11,3 -0.5,12,10,2,13,11,3 -0.3333333333333333,13,10,2,14,11,3 -0.25,14,10,2,15,11,3 -0.2,15,10,2,16,11,3 -0.16666666666666666,16,10,2,17,11,3 -0.14285714285714285,17,10,2,18,11,3 -0.125,18,10,2,19,11,3 -0.09950371902099892,0,11,2,1,12,3 -0.11043152607484653,1,11,2,2,12,3 -0.12403473458920847,2,11,2,3,12,3 -0.1414213562373095,3,11,2,4,12,3 -0.1643989873053573,4,11,2,5,12,3 -0.19611613513818404,5,11,2,6,12,3 -0.24253562503633297,6,11,2,7,12,3 -0.31622776601683794,7,11,2,8,12,3 -0.4472135954999579,8,11,2,9,12,3 -0.7071067811865475,9,11,2,10,12,3 -1.0,10,11,2,11,12,3 -0.7071067811865475,11,11,2,12,12,3 -0.4472135954999579,12,11,2,13,12,3 -0.31622776601683794,13,11,2,14,12,3 -0.24253562503633297,14,11,2,15,12,3 -0.19611613513818404,15,11,2,16,12,3 -0.1643989873053573,16,11,2,17,12,3 -0.1414213562373095,17,11,2,18,12,3 -0.12403473458920847,18,11,2,19,12,3 -0.09805806756909202,0,12,2,1,13,3 -0.10846522890932808,1,12,2,2,13,3 -0.12126781251816648,2,12,2,3,13,3 -0.13736056394868904,3,12,2,4,13,3 -0.15811388300841897,4,12,2,5,13,3 -0.18569533817705186,5,12,2,6,13,3 -0.22360679774997896,6,12,2,7,13,3 -0.2773500981126146,7,12,2,8,13,3 -0.35355339059327373,8,12,2,9,13,3 -0.4472135954999579,9,12,2,10,13,3 -0.5,10,12,2,11,13,3 -0.4472135954999579,11,12,2,12,13,3 -0.35355339059327373,12,12,2,13,13,3 -0.2773500981126146,13,12,2,14,13,3 -0.22360679774997896,14,12,2,15,13,3 -0.18569533817705186,15,12,2,16,13,3 -0.15811388300841897,16,12,2,17,13,3 -0.13736056394868904,17,12,2,18,13,3 -0.12126781251816648,18,12,2,19,13,3 -0.09578262852211514,0,13,2,1,14,3 -0.10540925533894598,1,13,2,2,14,3 -0.11704114719613057,2,13,2,3,14,3 -0.13130643285972254,3,13,2,4,14,3 -0.14907119849998599,4,13,2,5,14,3 -0.17149858514250882,5,13,2,6,14,3 -0.2,6,13,2,7,14,3 -0.23570226039551587,7,13,2,8,14,3 -0.2773500981126146,8,13,2,9,14,3 -0.31622776601683794,9,13,2,10,14,3 -0.3333333333333333,10,13,2,11,14,3 -0.31622776601683794,11,13,2,12,14,3 -0.2773500981126146,12,13,2,13,14,3 -0.23570226039551587,13,13,2,14,14,3 -0.2,14,13,2,15,14,3 -0.17149858514250882,15,13,2,16,14,3 -0.14907119849998599,16,13,2,17,14,3 -0.13130643285972254,17,13,2,18,14,3 -0.11704114719613057,18,13,2,19,14,3 -0.09284766908852593,0,14,2,1,15,3 -0.10153461651336192,1,14,2,2,15,3 -0.11180339887498948,2,14,2,3,15,3 -0.12403473458920847,3,14,2,4,15,3 -0.1386750490563073,4,14,2,5,15,3 -0.15617376188860607,5,14,2,6,15,3 -0.17677669529663687,6,14,2,7,15,3 -0.2,7,14,2,8,15,3 -0.22360679774997896,8,14,2,9,15,3 -0.24253562503633297,9,14,2,10,15,3 -0.25,10,14,2,11,15,3 -0.24253562503633297,11,14,2,12,15,3 -0.22360679774997896,12,14,2,13,15,3 -0.2,13,14,2,14,15,3 -0.17677669529663687,14,14,2,15,15,3 -0.15617376188860607,15,14,2,16,15,3 -0.1386750490563073,16,14,2,17,15,3 -0.12403473458920847,17,14,2,18,15,3 -0.11180339887498948,18,14,2,19,15,3 -0.08944271909999159,0,15,2,1,16,3 -0.09712858623572641,1,15,2,2,16,3 -0.105999788000636,2,15,2,3,16,3 -0.11624763874381928,3,15,2,4,16,3 -0.12803687993289598,4,15,2,5,16,3 -0.1414213562373095,5,15,2,6,16,3 -0.15617376188860607,6,15,2,7,16,3 -0.17149858514250882,7,15,2,8,16,3 -0.18569533817705186,8,15,2,9,16,3 -0.19611613513818404,9,15,2,10,16,3 -0.2,10,15,2,11,16,3 -0.19611613513818404,11,15,2,12,16,3 -0.18569533817705186,12,15,2,13,16,3 -0.17149858514250882,13,15,2,14,16,3 -0.15617376188860607,14,15,2,15,16,3 -0.1414213562373095,15,15,2,16,16,3 -0.12803687993289598,16,15,2,17,16,3 -0.11624763874381928,17,15,2,18,16,3 -0.105999788000636,18,15,2,19,16,3 -0.08574929257125441,0,16,2,1,17,3 -0.09245003270420485,1,16,2,2,17,3 -0.1,2,16,2,3,17,3 -0.10846522890932808,3,16,2,4,17,3 -0.11785113019775793,4,16,2,5,17,3 -0.12803687993289598,5,16,2,6,17,3 -0.1386750490563073,6,16,2,7,17,3 -0.14907119849998599,7,16,2,8,17,3 -0.15811388300841897,8,16,2,9,17,3 -0.1643989873053573,9,16,2,10,17,3 -0.16666666666666666,10,16,2,11,17,3 -0.1643989873053573,11,16,2,12,17,3 -0.15811388300841897,12,16,2,13,17,3 -0.14907119849998599,13,16,2,14,17,3 -0.1386750490563073,14,16,2,15,17,3 -0.12803687993289598,15,16,2,16,17,3 -0.11785113019775793,16,16,2,17,17,3 -0.10846522890932808,17,16,2,18,17,3 -0.1,18,16,2,19,17,3 -0.08192319205190406,0,17,2,1,18,3 -0.08770580193070293,1,17,2,2,18,3 -0.09407208683835973,2,17,2,3,18,3 -0.10101525445522107,3,17,2,4,18,3 -0.10846522890932808,4,17,2,5,18,3 -0.11624763874381928,5,17,2,6,18,3 -0.12403473458920847,6,17,2,7,18,3 -0.13130643285972254,7,17,2,8,18,3 -0.13736056394868904,8,17,2,9,18,3 -0.1414213562373095,9,17,2,10,18,3 -0.14285714285714285,10,17,2,11,18,3 -0.1414213562373095,11,17,2,12,18,3 -0.13736056394868904,12,17,2,13,18,3 -0.13130643285972254,13,17,2,14,18,3 -0.12403473458920847,14,17,2,15,18,3 -0.11624763874381928,15,17,2,16,18,3 -0.10846522890932808,16,17,2,17,18,3 -0.10101525445522107,17,17,2,18,18,3 -0.09407208683835973,18,17,2,19,18,3 -0.07808688094430304,0,18,2,1,19,3 -0.08304547985373997,1,18,2,2,19,3 -0.08838834764831843,2,18,2,3,19,3 -0.09407208683835973,3,18,2,4,19,3 -0.1,4,18,2,5,19,3 -0.105999788000636,5,18,2,6,19,3 -0.11180339887498948,6,18,2,7,19,3 -0.11704114719613057,7,18,2,8,19,3 -0.12126781251816648,8,18,2,9,19,3 -0.12403473458920847,9,18,2,10,19,3 -0.125,10,18,2,11,19,3 -0.12403473458920847,11,18,2,12,19,3 -0.12126781251816648,12,18,2,13,19,3 -0.11704114719613057,13,18,2,14,19,3 -0.11180339887498948,14,18,2,15,19,3 -0.105999788000636,15,18,2,16,19,3 -0.1,16,18,2,17,19,3 -0.09407208683835973,17,18,2,18,19,3 -0.08838834764831843,18,18,2,19,19,3 -0.07071067811865475,0,0,3,1,1,4 -0.07432941462471664,1,0,3,2,1,4 -0.07808688094430304,2,0,3,3,1,4 -0.08192319205190406,3,0,3,4,1,4 -0.08574929257125441,4,0,3,5,1,4 -0.08944271909999159,5,0,3,6,1,4 -0.09284766908852593,6,0,3,7,1,4 -0.09578262852211514,7,0,3,8,1,4 -0.09805806756909202,8,0,3,9,1,4 -0.09950371902099892,9,0,3,10,1,4 -0.1,10,0,3,11,1,4 -0.09950371902099892,11,0,3,12,1,4 -0.09805806756909202,12,0,3,13,1,4 -0.09578262852211514,13,0,3,14,1,4 -0.09284766908852593,14,0,3,15,1,4 -0.08944271909999159,15,0,3,16,1,4 -0.08574929257125441,16,0,3,17,1,4 -0.08192319205190406,17,0,3,18,1,4 -0.07808688094430304,18,0,3,19,1,4 -0.07432941462471664,0,1,3,1,2,4 -0.07856742013183861,1,1,3,2,2,4 -0.08304547985373997,2,1,3,3,2,4 -0.08770580193070293,3,1,3,4,2,4 -0.09245003270420485,4,1,3,5,2,4 -0.09712858623572641,5,1,3,6,2,4 -0.10153461651336192,6,1,3,7,2,4 -0.10540925533894598,7,1,3,8,2,4 -0.10846522890932808,8,1,3,9,2,4 -0.11043152607484653,9,1,3,10,2,4 -0.1111111111111111,10,1,3,11,2,4 -0.11043152607484653,11,1,3,12,2,4 -0.10846522890932808,12,1,3,13,2,4 -0.10540925533894598,13,1,3,14,2,4 -0.10153461651336192,14,1,3,15,2,4 -0.09712858623572641,15,1,3,16,2,4 -0.09245003270420485,16,1,3,17,2,4 -0.08770580193070293,17,1,3,18,2,4 -0.08304547985373997,18,1,3,19,2,4 -0.07808688094430304,0,2,3,1,3,4 -0.08304547985373997,1,2,3,2,3,4 -0.08838834764831843,2,2,3,3,3,4 -0.09407208683835973,3,2,3,4,3,4 -0.1,4,2,3,5,3,4 -0.105999788000636,5,2,3,6,3,4 -0.11180339887498948,6,2,3,7,3,4 -0.11704114719613057,7,2,3,8,3,4 -0.12126781251816648,8,2,3,9,3,4 -0.12403473458920847,9,2,3,10,3,4 -0.125,10,2,3,11,3,4 -0.12403473458920847,11,2,3,12,3,4 -0.12126781251816648,12,2,3,13,3,4 -0.11704114719613057,13,2,3,14,3,4 -0.11180339887498948,14,2,3,15,3,4 -0.105999788000636,15,2,3,16,3,4 -0.1,16,2,3,17,3,4 -0.09407208683835973,17,2,3,18,3,4 -0.08838834764831843,18,2,3,19,3,4 -0.08192319205190406,0,3,3,1,4,4 -0.08770580193070293,1,3,3,2,4,4 -0.09407208683835973,2,3,3,3,4,4 -0.10101525445522107,3,3,3,4,4,4 -0.10846522890932808,4,3,3,5,4,4 -0.11624763874381928,5,3,3,6,4,4 -0.12403473458920847,6,3,3,7,4,4 -0.13130643285972254,7,3,3,8,4,4 -0.13736056394868904,8,3,3,9,4,4 -0.1414213562373095,9,3,3,10,4,4 -0.14285714285714285,10,3,3,11,4,4 -0.1414213562373095,11,3,3,12,4,4 -0.13736056394868904,12,3,3,13,4,4 -0.13130643285972254,13,3,3,14,4,4 -0.12403473458920847,14,3,3,15,4,4 -0.11624763874381928,15,3,3,16,4,4 -0.10846522890932808,16,3,3,17,4,4 -0.10101525445522107,17,3,3,18,4,4 -0.09407208683835973,18,3,3,19,4,4 -0.08574929257125441,0,4,3,1,5,4 -0.09245003270420485,1,4,3,2,5,4 -0.1,2,4,3,3,5,4 -0.10846522890932808,3,4,3,4,5,4 -0.11785113019775793,4,4,3,5,5,4 -0.12803687993289598,5,4,3,6,5,4 -0.1386750490563073,6,4,3,7,5,4 -0.14907119849998599,7,4,3,8,5,4 -0.15811388300841897,8,4,3,9,5,4 -0.1643989873053573,9,4,3,10,5,4 -0.16666666666666666,10,4,3,11,5,4 -0.1643989873053573,11,4,3,12,5,4 -0.15811388300841897,12,4,3,13,5,4 -0.14907119849998599,13,4,3,14,5,4 -0.1386750490563073,14,4,3,15,5,4 -0.12803687993289598,15,4,3,16,5,4 -0.11785113019775793,16,4,3,17,5,4 -0.10846522890932808,17,4,3,18,5,4 -0.1,18,4,3,19,5,4 -0.08944271909999159,0,5,3,1,6,4 -0.09712858623572641,1,5,3,2,6,4 -0.105999788000636,2,5,3,3,6,4 -0.11624763874381928,3,5,3,4,6,4 -0.12803687993289598,4,5,3,5,6,4 -0.1414213562373095,5,5,3,6,6,4 -0.15617376188860607,6,5,3,7,6,4 -0.17149858514250882,7,5,3,8,6,4 -0.18569533817705186,8,5,3,9,6,4 -0.19611613513818404,9,5,3,10,6,4 -0.2,10,5,3,11,6,4 -0.19611613513818404,11,5,3,12,6,4 -0.18569533817705186,12,5,3,13,6,4 -0.17149858514250882,13,5,3,14,6,4 -0.15617376188860607,14,5,3,15,6,4 -0.1414213562373095,15,5,3,16,6,4 -0.12803687993289598,16,5,3,17,6,4 -0.11624763874381928,17,5,3,18,6,4 -0.105999788000636,18,5,3,19,6,4 -0.09284766908852593,0,6,3,1,7,4 -0.10153461651336192,1,6,3,2,7,4 -0.11180339887498948,2,6,3,3,7,4 -0.12403473458920847,3,6,3,4,7,4 -0.1386750490563073,4,6,3,5,7,4 -0.15617376188860607,5,6,3,6,7,4 -0.17677669529663687,6,6,3,7,7,4 -0.2,7,6,3,8,7,4 -0.22360679774997896,8,6,3,9,7,4 -0.24253562503633297,9,6,3,10,7,4 -0.25,10,6,3,11,7,4 -0.24253562503633297,11,6,3,12,7,4 -0.22360679774997896,12,6,3,13,7,4 -0.2,13,6,3,14,7,4 -0.17677669529663687,14,6,3,15,7,4 -0.15617376188860607,15,6,3,16,7,4 -0.1386750490563073,16,6,3,17,7,4 -0.12403473458920847,17,6,3,18,7,4 -0.11180339887498948,18,6,3,19,7,4 -0.09578262852211514,0,7,3,1,8,4 -0.10540925533894598,1,7,3,2,8,4 -0.11704114719613057,2,7,3,3,8,4 -0.13130643285972254,3,7,3,4,8,4 -0.14907119849998599,4,7,3,5,8,4 -0.17149858514250882,5,7,3,6,8,4 -0.2,6,7,3,7,8,4 -0.23570226039551587,7,7,3,8,8,4 -0.2773500981126146,8,7,3,9,8,4 -0.31622776601683794,9,7,3,10,8,4 -0.3333333333333333,10,7,3,11,8,4 -0.31622776601683794,11,7,3,12,8,4 -0.2773500981126146,12,7,3,13,8,4 -0.23570226039551587,13,7,3,14,8,4 -0.2,14,7,3,15,8,4 -0.17149858514250882,15,7,3,16,8,4 -0.14907119849998599,16,7,3,17,8,4 -0.13130643285972254,17,7,3,18,8,4 -0.11704114719613057,18,7,3,19,8,4 -0.09805806756909202,0,8,3,1,9,4 -0.10846522890932808,1,8,3,2,9,4 -0.12126781251816648,2,8,3,3,9,4 -0.13736056394868904,3,8,3,4,9,4 -0.15811388300841897,4,8,3,5,9,4 -0.18569533817705186,5,8,3,6,9,4 -0.22360679774997896,6,8,3,7,9,4 -0.2773500981126146,7,8,3,8,9,4 -0.35355339059327373,8,8,3,9,9,4 -0.4472135954999579,9,8,3,10,9,4 -0.5,10,8,3,11,9,4 -0.4472135954999579,11,8,3,12,9,4 -0.35355339059327373,12,8,3,13,9,4 -0.2773500981126146,13,8,3,14,9,4 -0.22360679774997896,14,8,3,15,9,4 -0.18569533817705186,15,8,3,16,9,4 -0.15811388300841897,16,8,3,17,9,4 -0.13736056394868904,17,8,3,18,9,4 -0.12126781251816648,18,8,3,19,9,4 -0.09950371902099892,0,9,3,1,10,4 -0.11043152607484653,1,9,3,2,10,4 -0.12403473458920847,2,9,3,3,10,4 -0.1414213562373095,3,9,3,4,10,4 -0.1643989873053573,4,9,3,5,10,4 -0.19611613513818404,5,9,3,6,10,4 -0.24253562503633297,6,9,3,7,10,4 -0.31622776601683794,7,9,3,8,10,4 -0.4472135954999579,8,9,3,9,10,4 -0.7071067811865475,9,9,3,10,10,4 -1.0,10,9,3,11,10,4 -0.7071067811865475,11,9,3,12,10,4 -0.4472135954999579,12,9,3,13,10,4 -0.31622776601683794,13,9,3,14,10,4 -0.24253562503633297,14,9,3,15,10,4 -0.19611613513818404,15,9,3,16,10,4 -0.1643989873053573,16,9,3,17,10,4 -0.1414213562373095,17,9,3,18,10,4 -0.12403473458920847,18,9,3,19,10,4 -0.1,0,10,3,1,11,4 -0.1111111111111111,1,10,3,2,11,4 -0.125,2,10,3,3,11,4 -0.14285714285714285,3,10,3,4,11,4 -0.16666666666666666,4,10,3,5,11,4 -0.2,5,10,3,6,11,4 -0.25,6,10,3,7,11,4 -0.3333333333333333,7,10,3,8,11,4 -0.5,8,10,3,9,11,4 -1.0,9,10,3,10,11,4 -0,10,10,3,11,11,4 -1.0,11,10,3,12,11,4 -0.5,12,10,3,13,11,4 -0.3333333333333333,13,10,3,14,11,4 -0.25,14,10,3,15,11,4 -0.2,15,10,3,16,11,4 -0.16666666666666666,16,10,3,17,11,4 -0.14285714285714285,17,10,3,18,11,4 -0.125,18,10,3,19,11,4 -0.09950371902099892,0,11,3,1,12,4 -0.11043152607484653,1,11,3,2,12,4 -0.12403473458920847,2,11,3,3,12,4 -0.1414213562373095,3,11,3,4,12,4 -0.1643989873053573,4,11,3,5,12,4 -0.19611613513818404,5,11,3,6,12,4 -0.24253562503633297,6,11,3,7,12,4 -0.31622776601683794,7,11,3,8,12,4 -0.4472135954999579,8,11,3,9,12,4 -0.7071067811865475,9,11,3,10,12,4 -1.0,10,11,3,11,12,4 -0.7071067811865475,11,11,3,12,12,4 -0.4472135954999579,12,11,3,13,12,4 -0.31622776601683794,13,11,3,14,12,4 -0.24253562503633297,14,11,3,15,12,4 -0.19611613513818404,15,11,3,16,12,4 -0.1643989873053573,16,11,3,17,12,4 -0.1414213562373095,17,11,3,18,12,4 -0.12403473458920847,18,11,3,19,12,4 -0.09805806756909202,0,12,3,1,13,4 -0.10846522890932808,1,12,3,2,13,4 -0.12126781251816648,2,12,3,3,13,4 -0.13736056394868904,3,12,3,4,13,4 -0.15811388300841897,4,12,3,5,13,4 -0.18569533817705186,5,12,3,6,13,4 -0.22360679774997896,6,12,3,7,13,4 -0.2773500981126146,7,12,3,8,13,4 -0.35355339059327373,8,12,3,9,13,4 -0.4472135954999579,9,12,3,10,13,4 -0.5,10,12,3,11,13,4 -0.4472135954999579,11,12,3,12,13,4 -0.35355339059327373,12,12,3,13,13,4 -0.2773500981126146,13,12,3,14,13,4 -0.22360679774997896,14,12,3,15,13,4 -0.18569533817705186,15,12,3,16,13,4 -0.15811388300841897,16,12,3,17,13,4 -0.13736056394868904,17,12,3,18,13,4 -0.12126781251816648,18,12,3,19,13,4 -0.09578262852211514,0,13,3,1,14,4 -0.10540925533894598,1,13,3,2,14,4 -0.11704114719613057,2,13,3,3,14,4 -0.13130643285972254,3,13,3,4,14,4 -0.14907119849998599,4,13,3,5,14,4 -0.17149858514250882,5,13,3,6,14,4 -0.2,6,13,3,7,14,4 -0.23570226039551587,7,13,3,8,14,4 -0.2773500981126146,8,13,3,9,14,4 -0.31622776601683794,9,13,3,10,14,4 -0.3333333333333333,10,13,3,11,14,4 -0.31622776601683794,11,13,3,12,14,4 -0.2773500981126146,12,13,3,13,14,4 -0.23570226039551587,13,13,3,14,14,4 -0.2,14,13,3,15,14,4 -0.17149858514250882,15,13,3,16,14,4 -0.14907119849998599,16,13,3,17,14,4 -0.13130643285972254,17,13,3,18,14,4 -0.11704114719613057,18,13,3,19,14,4 -0.09284766908852593,0,14,3,1,15,4 -0.10153461651336192,1,14,3,2,15,4 -0.11180339887498948,2,14,3,3,15,4 -0.12403473458920847,3,14,3,4,15,4 -0.1386750490563073,4,14,3,5,15,4 -0.15617376188860607,5,14,3,6,15,4 -0.17677669529663687,6,14,3,7,15,4 -0.2,7,14,3,8,15,4 -0.22360679774997896,8,14,3,9,15,4 -0.24253562503633297,9,14,3,10,15,4 -0.25,10,14,3,11,15,4 -0.24253562503633297,11,14,3,12,15,4 -0.22360679774997896,12,14,3,13,15,4 -0.2,13,14,3,14,15,4 -0.17677669529663687,14,14,3,15,15,4 -0.15617376188860607,15,14,3,16,15,4 -0.1386750490563073,16,14,3,17,15,4 -0.12403473458920847,17,14,3,18,15,4 -0.11180339887498948,18,14,3,19,15,4 -0.08944271909999159,0,15,3,1,16,4 -0.09712858623572641,1,15,3,2,16,4 -0.105999788000636,2,15,3,3,16,4 -0.11624763874381928,3,15,3,4,16,4 -0.12803687993289598,4,15,3,5,16,4 -0.1414213562373095,5,15,3,6,16,4 -0.15617376188860607,6,15,3,7,16,4 -0.17149858514250882,7,15,3,8,16,4 -0.18569533817705186,8,15,3,9,16,4 -0.19611613513818404,9,15,3,10,16,4 -0.2,10,15,3,11,16,4 -0.19611613513818404,11,15,3,12,16,4 -0.18569533817705186,12,15,3,13,16,4 -0.17149858514250882,13,15,3,14,16,4 -0.15617376188860607,14,15,3,15,16,4 -0.1414213562373095,15,15,3,16,16,4 -0.12803687993289598,16,15,3,17,16,4 -0.11624763874381928,17,15,3,18,16,4 -0.105999788000636,18,15,3,19,16,4 -0.08574929257125441,0,16,3,1,17,4 -0.09245003270420485,1,16,3,2,17,4 -0.1,2,16,3,3,17,4 -0.10846522890932808,3,16,3,4,17,4 -0.11785113019775793,4,16,3,5,17,4 -0.12803687993289598,5,16,3,6,17,4 -0.1386750490563073,6,16,3,7,17,4 -0.14907119849998599,7,16,3,8,17,4 -0.15811388300841897,8,16,3,9,17,4 -0.1643989873053573,9,16,3,10,17,4 -0.16666666666666666,10,16,3,11,17,4 -0.1643989873053573,11,16,3,12,17,4 -0.15811388300841897,12,16,3,13,17,4 -0.14907119849998599,13,16,3,14,17,4 -0.1386750490563073,14,16,3,15,17,4 -0.12803687993289598,15,16,3,16,17,4 -0.11785113019775793,16,16,3,17,17,4 -0.10846522890932808,17,16,3,18,17,4 -0.1,18,16,3,19,17,4 -0.08192319205190406,0,17,3,1,18,4 -0.08770580193070293,1,17,3,2,18,4 -0.09407208683835973,2,17,3,3,18,4 -0.10101525445522107,3,17,3,4,18,4 -0.10846522890932808,4,17,3,5,18,4 -0.11624763874381928,5,17,3,6,18,4 -0.12403473458920847,6,17,3,7,18,4 -0.13130643285972254,7,17,3,8,18,4 -0.13736056394868904,8,17,3,9,18,4 -0.1414213562373095,9,17,3,10,18,4 -0.14285714285714285,10,17,3,11,18,4 -0.1414213562373095,11,17,3,12,18,4 -0.13736056394868904,12,17,3,13,18,4 -0.13130643285972254,13,17,3,14,18,4 -0.12403473458920847,14,17,3,15,18,4 -0.11624763874381928,15,17,3,16,18,4 -0.10846522890932808,16,17,3,17,18,4 -0.10101525445522107,17,17,3,18,18,4 -0.09407208683835973,18,17,3,19,18,4 -0.07808688094430304,0,18,3,1,19,4 -0.08304547985373997,1,18,3,2,19,4 -0.08838834764831843,2,18,3,3,19,4 -0.09407208683835973,3,18,3,4,19,4 -0.1,4,18,3,5,19,4 -0.105999788000636,5,18,3,6,19,4 -0.11180339887498948,6,18,3,7,19,4 -0.11704114719613057,7,18,3,8,19,4 -0.12126781251816648,8,18,3,9,19,4 -0.12403473458920847,9,18,3,10,19,4 -0.125,10,18,3,11,19,4 -0.12403473458920847,11,18,3,12,19,4 -0.12126781251816648,12,18,3,13,19,4 -0.11704114719613057,13,18,3,14,19,4 -0.11180339887498948,14,18,3,15,19,4 -0.105999788000636,15,18,3,16,19,4 -0.1,16,18,3,17,19,4 -0.09407208683835973,17,18,3,18,19,4 -0.08838834764831843,18,18,3,19,19,4 -0.07071067811865475,0,0,4,1,1,5 -0.07432941462471664,1,0,4,2,1,5 -0.07808688094430304,2,0,4,3,1,5 -0.08192319205190406,3,0,4,4,1,5 -0.08574929257125441,4,0,4,5,1,5 -0.08944271909999159,5,0,4,6,1,5 -0.09284766908852593,6,0,4,7,1,5 -0.09578262852211514,7,0,4,8,1,5 -0.09805806756909202,8,0,4,9,1,5 -0.09950371902099892,9,0,4,10,1,5 -0.1,10,0,4,11,1,5 -0.09950371902099892,11,0,4,12,1,5 -0.09805806756909202,12,0,4,13,1,5 -0.09578262852211514,13,0,4,14,1,5 -0.09284766908852593,14,0,4,15,1,5 -0.08944271909999159,15,0,4,16,1,5 -0.08574929257125441,16,0,4,17,1,5 -0.08192319205190406,17,0,4,18,1,5 -0.07808688094430304,18,0,4,19,1,5 -0.07432941462471664,0,1,4,1,2,5 -0.07856742013183861,1,1,4,2,2,5 -0.08304547985373997,2,1,4,3,2,5 -0.08770580193070293,3,1,4,4,2,5 -0.09245003270420485,4,1,4,5,2,5 -0.09712858623572641,5,1,4,6,2,5 -0.10153461651336192,6,1,4,7,2,5 -0.10540925533894598,7,1,4,8,2,5 -0.10846522890932808,8,1,4,9,2,5 -0.11043152607484653,9,1,4,10,2,5 -0.1111111111111111,10,1,4,11,2,5 -0.11043152607484653,11,1,4,12,2,5 -0.10846522890932808,12,1,4,13,2,5 -0.10540925533894598,13,1,4,14,2,5 -0.10153461651336192,14,1,4,15,2,5 -0.09712858623572641,15,1,4,16,2,5 -0.09245003270420485,16,1,4,17,2,5 -0.08770580193070293,17,1,4,18,2,5 -0.08304547985373997,18,1,4,19,2,5 -0.07808688094430304,0,2,4,1,3,5 -0.08304547985373997,1,2,4,2,3,5 -0.08838834764831843,2,2,4,3,3,5 -0.09407208683835973,3,2,4,4,3,5 -0.1,4,2,4,5,3,5 -0.105999788000636,5,2,4,6,3,5 -0.11180339887498948,6,2,4,7,3,5 -0.11704114719613057,7,2,4,8,3,5 -0.12126781251816648,8,2,4,9,3,5 -0.12403473458920847,9,2,4,10,3,5 -0.125,10,2,4,11,3,5 -0.12403473458920847,11,2,4,12,3,5 -0.12126781251816648,12,2,4,13,3,5 -0.11704114719613057,13,2,4,14,3,5 -0.11180339887498948,14,2,4,15,3,5 -0.105999788000636,15,2,4,16,3,5 -0.1,16,2,4,17,3,5 -0.09407208683835973,17,2,4,18,3,5 -0.08838834764831843,18,2,4,19,3,5 -0.08192319205190406,0,3,4,1,4,5 -0.08770580193070293,1,3,4,2,4,5 -0.09407208683835973,2,3,4,3,4,5 -0.10101525445522107,3,3,4,4,4,5 -0.10846522890932808,4,3,4,5,4,5 -0.11624763874381928,5,3,4,6,4,5 -0.12403473458920847,6,3,4,7,4,5 -0.13130643285972254,7,3,4,8,4,5 -0.13736056394868904,8,3,4,9,4,5 -0.1414213562373095,9,3,4,10,4,5 -0.14285714285714285,10,3,4,11,4,5 -0.1414213562373095,11,3,4,12,4,5 -0.13736056394868904,12,3,4,13,4,5 -0.13130643285972254,13,3,4,14,4,5 -0.12403473458920847,14,3,4,15,4,5 -0.11624763874381928,15,3,4,16,4,5 -0.10846522890932808,16,3,4,17,4,5 -0.10101525445522107,17,3,4,18,4,5 -0.09407208683835973,18,3,4,19,4,5 -0.08574929257125441,0,4,4,1,5,5 -0.09245003270420485,1,4,4,2,5,5 -0.1,2,4,4,3,5,5 -0.10846522890932808,3,4,4,4,5,5 -0.11785113019775793,4,4,4,5,5,5 -0.12803687993289598,5,4,4,6,5,5 -0.1386750490563073,6,4,4,7,5,5 -0.14907119849998599,7,4,4,8,5,5 -0.15811388300841897,8,4,4,9,5,5 -0.1643989873053573,9,4,4,10,5,5 -0.16666666666666666,10,4,4,11,5,5 -0.1643989873053573,11,4,4,12,5,5 -0.15811388300841897,12,4,4,13,5,5 -0.14907119849998599,13,4,4,14,5,5 -0.1386750490563073,14,4,4,15,5,5 -0.12803687993289598,15,4,4,16,5,5 -0.11785113019775793,16,4,4,17,5,5 -0.10846522890932808,17,4,4,18,5,5 -0.1,18,4,4,19,5,5 -0.08944271909999159,0,5,4,1,6,5 -0.09712858623572641,1,5,4,2,6,5 -0.105999788000636,2,5,4,3,6,5 -0.11624763874381928,3,5,4,4,6,5 -0.12803687993289598,4,5,4,5,6,5 -0.1414213562373095,5,5,4,6,6,5 -0.15617376188860607,6,5,4,7,6,5 -0.17149858514250882,7,5,4,8,6,5 -0.18569533817705186,8,5,4,9,6,5 -0.19611613513818404,9,5,4,10,6,5 -0.2,10,5,4,11,6,5 -0.19611613513818404,11,5,4,12,6,5 -0.18569533817705186,12,5,4,13,6,5 -0.17149858514250882,13,5,4,14,6,5 -0.15617376188860607,14,5,4,15,6,5 -0.1414213562373095,15,5,4,16,6,5 -0.12803687993289598,16,5,4,17,6,5 -0.11624763874381928,17,5,4,18,6,5 -0.105999788000636,18,5,4,19,6,5 -0.09284766908852593,0,6,4,1,7,5 -0.10153461651336192,1,6,4,2,7,5 -0.11180339887498948,2,6,4,3,7,5 -0.12403473458920847,3,6,4,4,7,5 -0.1386750490563073,4,6,4,5,7,5 -0.15617376188860607,5,6,4,6,7,5 -0.17677669529663687,6,6,4,7,7,5 -0.2,7,6,4,8,7,5 -0.22360679774997896,8,6,4,9,7,5 -0.24253562503633297,9,6,4,10,7,5 -0.25,10,6,4,11,7,5 -0.24253562503633297,11,6,4,12,7,5 -0.22360679774997896,12,6,4,13,7,5 -0.2,13,6,4,14,7,5 -0.17677669529663687,14,6,4,15,7,5 -0.15617376188860607,15,6,4,16,7,5 -0.1386750490563073,16,6,4,17,7,5 -0.12403473458920847,17,6,4,18,7,5 -0.11180339887498948,18,6,4,19,7,5 -0.09578262852211514,0,7,4,1,8,5 -0.10540925533894598,1,7,4,2,8,5 -0.11704114719613057,2,7,4,3,8,5 -0.13130643285972254,3,7,4,4,8,5 -0.14907119849998599,4,7,4,5,8,5 -0.17149858514250882,5,7,4,6,8,5 -0.2,6,7,4,7,8,5 -0.23570226039551587,7,7,4,8,8,5 -0.2773500981126146,8,7,4,9,8,5 -0.31622776601683794,9,7,4,10,8,5 -0.3333333333333333,10,7,4,11,8,5 -0.31622776601683794,11,7,4,12,8,5 -0.2773500981126146,12,7,4,13,8,5 -0.23570226039551587,13,7,4,14,8,5 -0.2,14,7,4,15,8,5 -0.17149858514250882,15,7,4,16,8,5 -0.14907119849998599,16,7,4,17,8,5 -0.13130643285972254,17,7,4,18,8,5 -0.11704114719613057,18,7,4,19,8,5 -0.09805806756909202,0,8,4,1,9,5 -0.10846522890932808,1,8,4,2,9,5 -0.12126781251816648,2,8,4,3,9,5 -0.13736056394868904,3,8,4,4,9,5 -0.15811388300841897,4,8,4,5,9,5 -0.18569533817705186,5,8,4,6,9,5 -0.22360679774997896,6,8,4,7,9,5 -0.2773500981126146,7,8,4,8,9,5 -0.35355339059327373,8,8,4,9,9,5 -0.4472135954999579,9,8,4,10,9,5 -0.5,10,8,4,11,9,5 -0.4472135954999579,11,8,4,12,9,5 -0.35355339059327373,12,8,4,13,9,5 -0.2773500981126146,13,8,4,14,9,5 -0.22360679774997896,14,8,4,15,9,5 -0.18569533817705186,15,8,4,16,9,5 -0.15811388300841897,16,8,4,17,9,5 -0.13736056394868904,17,8,4,18,9,5 -0.12126781251816648,18,8,4,19,9,5 -0.09950371902099892,0,9,4,1,10,5 -0.11043152607484653,1,9,4,2,10,5 -0.12403473458920847,2,9,4,3,10,5 -0.1414213562373095,3,9,4,4,10,5 -0.1643989873053573,4,9,4,5,10,5 -0.19611613513818404,5,9,4,6,10,5 -0.24253562503633297,6,9,4,7,10,5 -0.31622776601683794,7,9,4,8,10,5 -0.4472135954999579,8,9,4,9,10,5 -0.7071067811865475,9,9,4,10,10,5 -1.0,10,9,4,11,10,5 -0.7071067811865475,11,9,4,12,10,5 -0.4472135954999579,12,9,4,13,10,5 -0.31622776601683794,13,9,4,14,10,5 -0.24253562503633297,14,9,4,15,10,5 -0.19611613513818404,15,9,4,16,10,5 -0.1643989873053573,16,9,4,17,10,5 -0.1414213562373095,17,9,4,18,10,5 -0.12403473458920847,18,9,4,19,10,5 -0.1,0,10,4,1,11,5 -0.1111111111111111,1,10,4,2,11,5 -0.125,2,10,4,3,11,5 -0.14285714285714285,3,10,4,4,11,5 -0.16666666666666666,4,10,4,5,11,5 -0.2,5,10,4,6,11,5 -0.25,6,10,4,7,11,5 -0.3333333333333333,7,10,4,8,11,5 -0.5,8,10,4,9,11,5 -1.0,9,10,4,10,11,5 -0,10,10,4,11,11,5 -1.0,11,10,4,12,11,5 -0.5,12,10,4,13,11,5 -0.3333333333333333,13,10,4,14,11,5 -0.25,14,10,4,15,11,5 -0.2,15,10,4,16,11,5 -0.16666666666666666,16,10,4,17,11,5 -0.14285714285714285,17,10,4,18,11,5 -0.125,18,10,4,19,11,5 -0.09950371902099892,0,11,4,1,12,5 -0.11043152607484653,1,11,4,2,12,5 -0.12403473458920847,2,11,4,3,12,5 -0.1414213562373095,3,11,4,4,12,5 -0.1643989873053573,4,11,4,5,12,5 -0.19611613513818404,5,11,4,6,12,5 -0.24253562503633297,6,11,4,7,12,5 -0.31622776601683794,7,11,4,8,12,5 -0.4472135954999579,8,11,4,9,12,5 -0.7071067811865475,9,11,4,10,12,5 -1.0,10,11,4,11,12,5 -0.7071067811865475,11,11,4,12,12,5 -0.4472135954999579,12,11,4,13,12,5 -0.31622776601683794,13,11,4,14,12,5 -0.24253562503633297,14,11,4,15,12,5 -0.19611613513818404,15,11,4,16,12,5 -0.1643989873053573,16,11,4,17,12,5 -0.1414213562373095,17,11,4,18,12,5 -0.12403473458920847,18,11,4,19,12,5 -0.09805806756909202,0,12,4,1,13,5 -0.10846522890932808,1,12,4,2,13,5 -0.12126781251816648,2,12,4,3,13,5 -0.13736056394868904,3,12,4,4,13,5 -0.15811388300841897,4,12,4,5,13,5 -0.18569533817705186,5,12,4,6,13,5 -0.22360679774997896,6,12,4,7,13,5 -0.2773500981126146,7,12,4,8,13,5 -0.35355339059327373,8,12,4,9,13,5 -0.4472135954999579,9,12,4,10,13,5 -0.5,10,12,4,11,13,5 -0.4472135954999579,11,12,4,12,13,5 -0.35355339059327373,12,12,4,13,13,5 -0.2773500981126146,13,12,4,14,13,5 -0.22360679774997896,14,12,4,15,13,5 -0.18569533817705186,15,12,4,16,13,5 -0.15811388300841897,16,12,4,17,13,5 -0.13736056394868904,17,12,4,18,13,5 -0.12126781251816648,18,12,4,19,13,5 -0.09578262852211514,0,13,4,1,14,5 -0.10540925533894598,1,13,4,2,14,5 -0.11704114719613057,2,13,4,3,14,5 -0.13130643285972254,3,13,4,4,14,5 -0.14907119849998599,4,13,4,5,14,5 -0.17149858514250882,5,13,4,6,14,5 -0.2,6,13,4,7,14,5 -0.23570226039551587,7,13,4,8,14,5 -0.2773500981126146,8,13,4,9,14,5 -0.31622776601683794,9,13,4,10,14,5 -0.3333333333333333,10,13,4,11,14,5 -0.31622776601683794,11,13,4,12,14,5 -0.2773500981126146,12,13,4,13,14,5 -0.23570226039551587,13,13,4,14,14,5 -0.2,14,13,4,15,14,5 -0.17149858514250882,15,13,4,16,14,5 -0.14907119849998599,16,13,4,17,14,5 -0.13130643285972254,17,13,4,18,14,5 -0.11704114719613057,18,13,4,19,14,5 -0.09284766908852593,0,14,4,1,15,5 -0.10153461651336192,1,14,4,2,15,5 -0.11180339887498948,2,14,4,3,15,5 -0.12403473458920847,3,14,4,4,15,5 -0.1386750490563073,4,14,4,5,15,5 -0.15617376188860607,5,14,4,6,15,5 -0.17677669529663687,6,14,4,7,15,5 -0.2,7,14,4,8,15,5 -0.22360679774997896,8,14,4,9,15,5 -0.24253562503633297,9,14,4,10,15,5 -0.25,10,14,4,11,15,5 -0.24253562503633297,11,14,4,12,15,5 -0.22360679774997896,12,14,4,13,15,5 -0.2,13,14,4,14,15,5 -0.17677669529663687,14,14,4,15,15,5 -0.15617376188860607,15,14,4,16,15,5 -0.1386750490563073,16,14,4,17,15,5 -0.12403473458920847,17,14,4,18,15,5 -0.11180339887498948,18,14,4,19,15,5 -0.08944271909999159,0,15,4,1,16,5 -0.09712858623572641,1,15,4,2,16,5 -0.105999788000636,2,15,4,3,16,5 -0.11624763874381928,3,15,4,4,16,5 -0.12803687993289598,4,15,4,5,16,5 -0.1414213562373095,5,15,4,6,16,5 -0.15617376188860607,6,15,4,7,16,5 -0.17149858514250882,7,15,4,8,16,5 -0.18569533817705186,8,15,4,9,16,5 -0.19611613513818404,9,15,4,10,16,5 -0.2,10,15,4,11,16,5 -0.19611613513818404,11,15,4,12,16,5 -0.18569533817705186,12,15,4,13,16,5 -0.17149858514250882,13,15,4,14,16,5 -0.15617376188860607,14,15,4,15,16,5 -0.1414213562373095,15,15,4,16,16,5 -0.12803687993289598,16,15,4,17,16,5 -0.11624763874381928,17,15,4,18,16,5 -0.105999788000636,18,15,4,19,16,5 -0.08574929257125441,0,16,4,1,17,5 -0.09245003270420485,1,16,4,2,17,5 -0.1,2,16,4,3,17,5 -0.10846522890932808,3,16,4,4,17,5 -0.11785113019775793,4,16,4,5,17,5 -0.12803687993289598,5,16,4,6,17,5 -0.1386750490563073,6,16,4,7,17,5 -0.14907119849998599,7,16,4,8,17,5 -0.15811388300841897,8,16,4,9,17,5 -0.1643989873053573,9,16,4,10,17,5 -0.16666666666666666,10,16,4,11,17,5 -0.1643989873053573,11,16,4,12,17,5 -0.15811388300841897,12,16,4,13,17,5 -0.14907119849998599,13,16,4,14,17,5 -0.1386750490563073,14,16,4,15,17,5 -0.12803687993289598,15,16,4,16,17,5 -0.11785113019775793,16,16,4,17,17,5 -0.10846522890932808,17,16,4,18,17,5 -0.1,18,16,4,19,17,5 -0.08192319205190406,0,17,4,1,18,5 -0.08770580193070293,1,17,4,2,18,5 -0.09407208683835973,2,17,4,3,18,5 -0.10101525445522107,3,17,4,4,18,5 -0.10846522890932808,4,17,4,5,18,5 -0.11624763874381928,5,17,4,6,18,5 -0.12403473458920847,6,17,4,7,18,5 -0.13130643285972254,7,17,4,8,18,5 -0.13736056394868904,8,17,4,9,18,5 -0.1414213562373095,9,17,4,10,18,5 -0.14285714285714285,10,17,4,11,18,5 -0.1414213562373095,11,17,4,12,18,5 -0.13736056394868904,12,17,4,13,18,5 -0.13130643285972254,13,17,4,14,18,5 -0.12403473458920847,14,17,4,15,18,5 -0.11624763874381928,15,17,4,16,18,5 -0.10846522890932808,16,17,4,17,18,5 -0.10101525445522107,17,17,4,18,18,5 -0.09407208683835973,18,17,4,19,18,5 -0.07808688094430304,0,18,4,1,19,5 -0.08304547985373997,1,18,4,2,19,5 -0.08838834764831843,2,18,4,3,19,5 -0.09407208683835973,3,18,4,4,19,5 -0.1,4,18,4,5,19,5 -0.105999788000636,5,18,4,6,19,5 -0.11180339887498948,6,18,4,7,19,5 -0.11704114719613057,7,18,4,8,19,5 -0.12126781251816648,8,18,4,9,19,5 -0.12403473458920847,9,18,4,10,19,5 -0.125,10,18,4,11,19,5 -0.12403473458920847,11,18,4,12,19,5 -0.12126781251816648,12,18,4,13,19,5 -0.11704114719613057,13,18,4,14,19,5 -0.11180339887498948,14,18,4,15,19,5 -0.105999788000636,15,18,4,16,19,5 -0.1,16,18,4,17,19,5 -0.09407208683835973,17,18,4,18,19,5 -0.08838834764831843,18,18,4,19,19,5 -0.07071067811865475,0,0,5,1,1,6 -0.07432941462471664,1,0,5,2,1,6 -0.07808688094430304,2,0,5,3,1,6 -0.08192319205190406,3,0,5,4,1,6 -0.08574929257125441,4,0,5,5,1,6 -0.08944271909999159,5,0,5,6,1,6 -0.09284766908852593,6,0,5,7,1,6 -0.09578262852211514,7,0,5,8,1,6 -0.09805806756909202,8,0,5,9,1,6 -0.09950371902099892,9,0,5,10,1,6 -0.1,10,0,5,11,1,6 -0.09950371902099892,11,0,5,12,1,6 -0.09805806756909202,12,0,5,13,1,6 -0.09578262852211514,13,0,5,14,1,6 -0.09284766908852593,14,0,5,15,1,6 -0.08944271909999159,15,0,5,16,1,6 -0.08574929257125441,16,0,5,17,1,6 -0.08192319205190406,17,0,5,18,1,6 -0.07808688094430304,18,0,5,19,1,6 -0.07432941462471664,0,1,5,1,2,6 -0.07856742013183861,1,1,5,2,2,6 -0.08304547985373997,2,1,5,3,2,6 -0.08770580193070293,3,1,5,4,2,6 -0.09245003270420485,4,1,5,5,2,6 -0.09712858623572641,5,1,5,6,2,6 -0.10153461651336192,6,1,5,7,2,6 -0.10540925533894598,7,1,5,8,2,6 -0.10846522890932808,8,1,5,9,2,6 -0.11043152607484653,9,1,5,10,2,6 -0.1111111111111111,10,1,5,11,2,6 -0.11043152607484653,11,1,5,12,2,6 -0.10846522890932808,12,1,5,13,2,6 -0.10540925533894598,13,1,5,14,2,6 -0.10153461651336192,14,1,5,15,2,6 -0.09712858623572641,15,1,5,16,2,6 -0.09245003270420485,16,1,5,17,2,6 -0.08770580193070293,17,1,5,18,2,6 -0.08304547985373997,18,1,5,19,2,6 -0.07808688094430304,0,2,5,1,3,6 -0.08304547985373997,1,2,5,2,3,6 -0.08838834764831843,2,2,5,3,3,6 -0.09407208683835973,3,2,5,4,3,6 -0.1,4,2,5,5,3,6 -0.105999788000636,5,2,5,6,3,6 -0.11180339887498948,6,2,5,7,3,6 -0.11704114719613057,7,2,5,8,3,6 -0.12126781251816648,8,2,5,9,3,6 -0.12403473458920847,9,2,5,10,3,6 -0.125,10,2,5,11,3,6 -0.12403473458920847,11,2,5,12,3,6 -0.12126781251816648,12,2,5,13,3,6 -0.11704114719613057,13,2,5,14,3,6 -0.11180339887498948,14,2,5,15,3,6 -0.105999788000636,15,2,5,16,3,6 -0.1,16,2,5,17,3,6 -0.09407208683835973,17,2,5,18,3,6 -0.08838834764831843,18,2,5,19,3,6 -0.08192319205190406,0,3,5,1,4,6 -0.08770580193070293,1,3,5,2,4,6 -0.09407208683835973,2,3,5,3,4,6 -0.10101525445522107,3,3,5,4,4,6 -0.10846522890932808,4,3,5,5,4,6 -0.11624763874381928,5,3,5,6,4,6 -0.12403473458920847,6,3,5,7,4,6 -0.13130643285972254,7,3,5,8,4,6 -0.13736056394868904,8,3,5,9,4,6 -0.1414213562373095,9,3,5,10,4,6 -0.14285714285714285,10,3,5,11,4,6 -0.1414213562373095,11,3,5,12,4,6 -0.13736056394868904,12,3,5,13,4,6 -0.13130643285972254,13,3,5,14,4,6 -0.12403473458920847,14,3,5,15,4,6 -0.11624763874381928,15,3,5,16,4,6 -0.10846522890932808,16,3,5,17,4,6 -0.10101525445522107,17,3,5,18,4,6 -0.09407208683835973,18,3,5,19,4,6 -0.08574929257125441,0,4,5,1,5,6 -0.09245003270420485,1,4,5,2,5,6 -0.1,2,4,5,3,5,6 -0.10846522890932808,3,4,5,4,5,6 -0.11785113019775793,4,4,5,5,5,6 -0.12803687993289598,5,4,5,6,5,6 -0.1386750490563073,6,4,5,7,5,6 -0.14907119849998599,7,4,5,8,5,6 -0.15811388300841897,8,4,5,9,5,6 -0.1643989873053573,9,4,5,10,5,6 -0.16666666666666666,10,4,5,11,5,6 -0.1643989873053573,11,4,5,12,5,6 -0.15811388300841897,12,4,5,13,5,6 -0.14907119849998599,13,4,5,14,5,6 -0.1386750490563073,14,4,5,15,5,6 -0.12803687993289598,15,4,5,16,5,6 -0.11785113019775793,16,4,5,17,5,6 -0.10846522890932808,17,4,5,18,5,6 -0.1,18,4,5,19,5,6 -0.08944271909999159,0,5,5,1,6,6 -0.09712858623572641,1,5,5,2,6,6 -0.105999788000636,2,5,5,3,6,6 -0.11624763874381928,3,5,5,4,6,6 -0.12803687993289598,4,5,5,5,6,6 -0.1414213562373095,5,5,5,6,6,6 -0.15617376188860607,6,5,5,7,6,6 -0.17149858514250882,7,5,5,8,6,6 -0.18569533817705186,8,5,5,9,6,6 -0.19611613513818404,9,5,5,10,6,6 -0.2,10,5,5,11,6,6 -0.19611613513818404,11,5,5,12,6,6 -0.18569533817705186,12,5,5,13,6,6 -0.17149858514250882,13,5,5,14,6,6 -0.15617376188860607,14,5,5,15,6,6 -0.1414213562373095,15,5,5,16,6,6 -0.12803687993289598,16,5,5,17,6,6 -0.11624763874381928,17,5,5,18,6,6 -0.105999788000636,18,5,5,19,6,6 -0.09284766908852593,0,6,5,1,7,6 -0.10153461651336192,1,6,5,2,7,6 -0.11180339887498948,2,6,5,3,7,6 -0.12403473458920847,3,6,5,4,7,6 -0.1386750490563073,4,6,5,5,7,6 -0.15617376188860607,5,6,5,6,7,6 -0.17677669529663687,6,6,5,7,7,6 -0.2,7,6,5,8,7,6 -0.22360679774997896,8,6,5,9,7,6 -0.24253562503633297,9,6,5,10,7,6 -0.25,10,6,5,11,7,6 -0.24253562503633297,11,6,5,12,7,6 -0.22360679774997896,12,6,5,13,7,6 -0.2,13,6,5,14,7,6 -0.17677669529663687,14,6,5,15,7,6 -0.15617376188860607,15,6,5,16,7,6 -0.1386750490563073,16,6,5,17,7,6 -0.12403473458920847,17,6,5,18,7,6 -0.11180339887498948,18,6,5,19,7,6 -0.09578262852211514,0,7,5,1,8,6 -0.10540925533894598,1,7,5,2,8,6 -0.11704114719613057,2,7,5,3,8,6 -0.13130643285972254,3,7,5,4,8,6 -0.14907119849998599,4,7,5,5,8,6 -0.17149858514250882,5,7,5,6,8,6 -0.2,6,7,5,7,8,6 -0.23570226039551587,7,7,5,8,8,6 -0.2773500981126146,8,7,5,9,8,6 -0.31622776601683794,9,7,5,10,8,6 -0.3333333333333333,10,7,5,11,8,6 -0.31622776601683794,11,7,5,12,8,6 -0.2773500981126146,12,7,5,13,8,6 -0.23570226039551587,13,7,5,14,8,6 -0.2,14,7,5,15,8,6 -0.17149858514250882,15,7,5,16,8,6 -0.14907119849998599,16,7,5,17,8,6 -0.13130643285972254,17,7,5,18,8,6 -0.11704114719613057,18,7,5,19,8,6 -0.09805806756909202,0,8,5,1,9,6 -0.10846522890932808,1,8,5,2,9,6 -0.12126781251816648,2,8,5,3,9,6 -0.13736056394868904,3,8,5,4,9,6 -0.15811388300841897,4,8,5,5,9,6 -0.18569533817705186,5,8,5,6,9,6 -0.22360679774997896,6,8,5,7,9,6 -0.2773500981126146,7,8,5,8,9,6 -0.35355339059327373,8,8,5,9,9,6 -0.4472135954999579,9,8,5,10,9,6 -0.5,10,8,5,11,9,6 -0.4472135954999579,11,8,5,12,9,6 -0.35355339059327373,12,8,5,13,9,6 -0.2773500981126146,13,8,5,14,9,6 -0.22360679774997896,14,8,5,15,9,6 -0.18569533817705186,15,8,5,16,9,6 -0.15811388300841897,16,8,5,17,9,6 -0.13736056394868904,17,8,5,18,9,6 -0.12126781251816648,18,8,5,19,9,6 -0.09950371902099892,0,9,5,1,10,6 -0.11043152607484653,1,9,5,2,10,6 -0.12403473458920847,2,9,5,3,10,6 -0.1414213562373095,3,9,5,4,10,6 -0.1643989873053573,4,9,5,5,10,6 -0.19611613513818404,5,9,5,6,10,6 -0.24253562503633297,6,9,5,7,10,6 -0.31622776601683794,7,9,5,8,10,6 -0.4472135954999579,8,9,5,9,10,6 -0.7071067811865475,9,9,5,10,10,6 -1.0,10,9,5,11,10,6 -0.7071067811865475,11,9,5,12,10,6 -0.4472135954999579,12,9,5,13,10,6 -0.31622776601683794,13,9,5,14,10,6 -0.24253562503633297,14,9,5,15,10,6 -0.19611613513818404,15,9,5,16,10,6 -0.1643989873053573,16,9,5,17,10,6 -0.1414213562373095,17,9,5,18,10,6 -0.12403473458920847,18,9,5,19,10,6 -0.1,0,10,5,1,11,6 -0.1111111111111111,1,10,5,2,11,6 -0.125,2,10,5,3,11,6 -0.14285714285714285,3,10,5,4,11,6 -0.16666666666666666,4,10,5,5,11,6 -0.2,5,10,5,6,11,6 -0.25,6,10,5,7,11,6 -0.3333333333333333,7,10,5,8,11,6 -0.5,8,10,5,9,11,6 -1.0,9,10,5,10,11,6 -0,10,10,5,11,11,6 -1.0,11,10,5,12,11,6 -0.5,12,10,5,13,11,6 -0.3333333333333333,13,10,5,14,11,6 -0.25,14,10,5,15,11,6 -0.2,15,10,5,16,11,6 -0.16666666666666666,16,10,5,17,11,6 -0.14285714285714285,17,10,5,18,11,6 -0.125,18,10,5,19,11,6 -0.09950371902099892,0,11,5,1,12,6 -0.11043152607484653,1,11,5,2,12,6 -0.12403473458920847,2,11,5,3,12,6 -0.1414213562373095,3,11,5,4,12,6 -0.1643989873053573,4,11,5,5,12,6 -0.19611613513818404,5,11,5,6,12,6 -0.24253562503633297,6,11,5,7,12,6 -0.31622776601683794,7,11,5,8,12,6 -0.4472135954999579,8,11,5,9,12,6 -0.7071067811865475,9,11,5,10,12,6 -1.0,10,11,5,11,12,6 -0.7071067811865475,11,11,5,12,12,6 -0.4472135954999579,12,11,5,13,12,6 -0.31622776601683794,13,11,5,14,12,6 -0.24253562503633297,14,11,5,15,12,6 -0.19611613513818404,15,11,5,16,12,6 -0.1643989873053573,16,11,5,17,12,6 -0.1414213562373095,17,11,5,18,12,6 -0.12403473458920847,18,11,5,19,12,6 -0.09805806756909202,0,12,5,1,13,6 -0.10846522890932808,1,12,5,2,13,6 -0.12126781251816648,2,12,5,3,13,6 -0.13736056394868904,3,12,5,4,13,6 -0.15811388300841897,4,12,5,5,13,6 -0.18569533817705186,5,12,5,6,13,6 -0.22360679774997896,6,12,5,7,13,6 -0.2773500981126146,7,12,5,8,13,6 -0.35355339059327373,8,12,5,9,13,6 -0.4472135954999579,9,12,5,10,13,6 -0.5,10,12,5,11,13,6 -0.4472135954999579,11,12,5,12,13,6 -0.35355339059327373,12,12,5,13,13,6 -0.2773500981126146,13,12,5,14,13,6 -0.22360679774997896,14,12,5,15,13,6 -0.18569533817705186,15,12,5,16,13,6 -0.15811388300841897,16,12,5,17,13,6 -0.13736056394868904,17,12,5,18,13,6 -0.12126781251816648,18,12,5,19,13,6 -0.09578262852211514,0,13,5,1,14,6 -0.10540925533894598,1,13,5,2,14,6 -0.11704114719613057,2,13,5,3,14,6 -0.13130643285972254,3,13,5,4,14,6 -0.14907119849998599,4,13,5,5,14,6 -0.17149858514250882,5,13,5,6,14,6 -0.2,6,13,5,7,14,6 -0.23570226039551587,7,13,5,8,14,6 -0.2773500981126146,8,13,5,9,14,6 -0.31622776601683794,9,13,5,10,14,6 -0.3333333333333333,10,13,5,11,14,6 -0.31622776601683794,11,13,5,12,14,6 -0.2773500981126146,12,13,5,13,14,6 -0.23570226039551587,13,13,5,14,14,6 -0.2,14,13,5,15,14,6 -0.17149858514250882,15,13,5,16,14,6 -0.14907119849998599,16,13,5,17,14,6 -0.13130643285972254,17,13,5,18,14,6 -0.11704114719613057,18,13,5,19,14,6 -0.09284766908852593,0,14,5,1,15,6 -0.10153461651336192,1,14,5,2,15,6 -0.11180339887498948,2,14,5,3,15,6 -0.12403473458920847,3,14,5,4,15,6 -0.1386750490563073,4,14,5,5,15,6 -0.15617376188860607,5,14,5,6,15,6 -0.17677669529663687,6,14,5,7,15,6 -0.2,7,14,5,8,15,6 -0.22360679774997896,8,14,5,9,15,6 -0.24253562503633297,9,14,5,10,15,6 -0.25,10,14,5,11,15,6 -0.24253562503633297,11,14,5,12,15,6 -0.22360679774997896,12,14,5,13,15,6 -0.2,13,14,5,14,15,6 -0.17677669529663687,14,14,5,15,15,6 -0.15617376188860607,15,14,5,16,15,6 -0.1386750490563073,16,14,5,17,15,6 -0.12403473458920847,17,14,5,18,15,6 -0.11180339887498948,18,14,5,19,15,6 -0.08944271909999159,0,15,5,1,16,6 -0.09712858623572641,1,15,5,2,16,6 -0.105999788000636,2,15,5,3,16,6 -0.11624763874381928,3,15,5,4,16,6 -0.12803687993289598,4,15,5,5,16,6 -0.1414213562373095,5,15,5,6,16,6 -0.15617376188860607,6,15,5,7,16,6 -0.17149858514250882,7,15,5,8,16,6 -0.18569533817705186,8,15,5,9,16,6 -0.19611613513818404,9,15,5,10,16,6 -0.2,10,15,5,11,16,6 -0.19611613513818404,11,15,5,12,16,6 -0.18569533817705186,12,15,5,13,16,6 -0.17149858514250882,13,15,5,14,16,6 -0.15617376188860607,14,15,5,15,16,6 -0.1414213562373095,15,15,5,16,16,6 -0.12803687993289598,16,15,5,17,16,6 -0.11624763874381928,17,15,5,18,16,6 -0.105999788000636,18,15,5,19,16,6 -0.08574929257125441,0,16,5,1,17,6 -0.09245003270420485,1,16,5,2,17,6 -0.1,2,16,5,3,17,6 -0.10846522890932808,3,16,5,4,17,6 -0.11785113019775793,4,16,5,5,17,6 -0.12803687993289598,5,16,5,6,17,6 -0.1386750490563073,6,16,5,7,17,6 -0.14907119849998599,7,16,5,8,17,6 -0.15811388300841897,8,16,5,9,17,6 -0.1643989873053573,9,16,5,10,17,6 -0.16666666666666666,10,16,5,11,17,6 -0.1643989873053573,11,16,5,12,17,6 -0.15811388300841897,12,16,5,13,17,6 -0.14907119849998599,13,16,5,14,17,6 -0.1386750490563073,14,16,5,15,17,6 -0.12803687993289598,15,16,5,16,17,6 -0.11785113019775793,16,16,5,17,17,6 -0.10846522890932808,17,16,5,18,17,6 -0.1,18,16,5,19,17,6 -0.08192319205190406,0,17,5,1,18,6 -0.08770580193070293,1,17,5,2,18,6 -0.09407208683835973,2,17,5,3,18,6 -0.10101525445522107,3,17,5,4,18,6 -0.10846522890932808,4,17,5,5,18,6 -0.11624763874381928,5,17,5,6,18,6 -0.12403473458920847,6,17,5,7,18,6 -0.13130643285972254,7,17,5,8,18,6 -0.13736056394868904,8,17,5,9,18,6 -0.1414213562373095,9,17,5,10,18,6 -0.14285714285714285,10,17,5,11,18,6 -0.1414213562373095,11,17,5,12,18,6 -0.13736056394868904,12,17,5,13,18,6 -0.13130643285972254,13,17,5,14,18,6 -0.12403473458920847,14,17,5,15,18,6 -0.11624763874381928,15,17,5,16,18,6 -0.10846522890932808,16,17,5,17,18,6 -0.10101525445522107,17,17,5,18,18,6 -0.09407208683835973,18,17,5,19,18,6 -0.07808688094430304,0,18,5,1,19,6 -0.08304547985373997,1,18,5,2,19,6 -0.08838834764831843,2,18,5,3,19,6 -0.09407208683835973,3,18,5,4,19,6 -0.1,4,18,5,5,19,6 -0.105999788000636,5,18,5,6,19,6 -0.11180339887498948,6,18,5,7,19,6 -0.11704114719613057,7,18,5,8,19,6 -0.12126781251816648,8,18,5,9,19,6 -0.12403473458920847,9,18,5,10,19,6 -0.125,10,18,5,11,19,6 -0.12403473458920847,11,18,5,12,19,6 -0.12126781251816648,12,18,5,13,19,6 -0.11704114719613057,13,18,5,14,19,6 -0.11180339887498948,14,18,5,15,19,6 -0.105999788000636,15,18,5,16,19,6 -0.1,16,18,5,17,19,6 -0.09407208683835973,17,18,5,18,19,6 -0.08838834764831843,18,18,5,19,19,6 -0.07071067811865475,0,0,6,1,1,7 -0.07432941462471664,1,0,6,2,1,7 -0.07808688094430304,2,0,6,3,1,7 -0.08192319205190406,3,0,6,4,1,7 -0.08574929257125441,4,0,6,5,1,7 -0.08944271909999159,5,0,6,6,1,7 -0.09284766908852593,6,0,6,7,1,7 -0.09578262852211514,7,0,6,8,1,7 -0.09805806756909202,8,0,6,9,1,7 -0.09950371902099892,9,0,6,10,1,7 -0.1,10,0,6,11,1,7 -0.09950371902099892,11,0,6,12,1,7 -0.09805806756909202,12,0,6,13,1,7 -0.09578262852211514,13,0,6,14,1,7 -0.09284766908852593,14,0,6,15,1,7 -0.08944271909999159,15,0,6,16,1,7 -0.08574929257125441,16,0,6,17,1,7 -0.08192319205190406,17,0,6,18,1,7 -0.07808688094430304,18,0,6,19,1,7 -0.07432941462471664,0,1,6,1,2,7 -0.07856742013183861,1,1,6,2,2,7 -0.08304547985373997,2,1,6,3,2,7 -0.08770580193070293,3,1,6,4,2,7 -0.09245003270420485,4,1,6,5,2,7 -0.09712858623572641,5,1,6,6,2,7 -0.10153461651336192,6,1,6,7,2,7 -0.10540925533894598,7,1,6,8,2,7 -0.10846522890932808,8,1,6,9,2,7 -0.11043152607484653,9,1,6,10,2,7 -0.1111111111111111,10,1,6,11,2,7 -0.11043152607484653,11,1,6,12,2,7 -0.10846522890932808,12,1,6,13,2,7 -0.10540925533894598,13,1,6,14,2,7 -0.10153461651336192,14,1,6,15,2,7 -0.09712858623572641,15,1,6,16,2,7 -0.09245003270420485,16,1,6,17,2,7 -0.08770580193070293,17,1,6,18,2,7 -0.08304547985373997,18,1,6,19,2,7 -0.07808688094430304,0,2,6,1,3,7 -0.08304547985373997,1,2,6,2,3,7 -0.08838834764831843,2,2,6,3,3,7 -0.09407208683835973,3,2,6,4,3,7 -0.1,4,2,6,5,3,7 -0.105999788000636,5,2,6,6,3,7 -0.11180339887498948,6,2,6,7,3,7 -0.11704114719613057,7,2,6,8,3,7 -0.12126781251816648,8,2,6,9,3,7 -0.12403473458920847,9,2,6,10,3,7 -0.125,10,2,6,11,3,7 -0.12403473458920847,11,2,6,12,3,7 -0.12126781251816648,12,2,6,13,3,7 -0.11704114719613057,13,2,6,14,3,7 -0.11180339887498948,14,2,6,15,3,7 -0.105999788000636,15,2,6,16,3,7 -0.1,16,2,6,17,3,7 -0.09407208683835973,17,2,6,18,3,7 -0.08838834764831843,18,2,6,19,3,7 -0.08192319205190406,0,3,6,1,4,7 -0.08770580193070293,1,3,6,2,4,7 -0.09407208683835973,2,3,6,3,4,7 -0.10101525445522107,3,3,6,4,4,7 -0.10846522890932808,4,3,6,5,4,7 -0.11624763874381928,5,3,6,6,4,7 -0.12403473458920847,6,3,6,7,4,7 -0.13130643285972254,7,3,6,8,4,7 -0.13736056394868904,8,3,6,9,4,7 -0.1414213562373095,9,3,6,10,4,7 -0.14285714285714285,10,3,6,11,4,7 -0.1414213562373095,11,3,6,12,4,7 -0.13736056394868904,12,3,6,13,4,7 -0.13130643285972254,13,3,6,14,4,7 -0.12403473458920847,14,3,6,15,4,7 -0.11624763874381928,15,3,6,16,4,7 -0.10846522890932808,16,3,6,17,4,7 -0.10101525445522107,17,3,6,18,4,7 -0.09407208683835973,18,3,6,19,4,7 -0.08574929257125441,0,4,6,1,5,7 -0.09245003270420485,1,4,6,2,5,7 -0.1,2,4,6,3,5,7 -0.10846522890932808,3,4,6,4,5,7 -0.11785113019775793,4,4,6,5,5,7 -0.12803687993289598,5,4,6,6,5,7 -0.1386750490563073,6,4,6,7,5,7 -0.14907119849998599,7,4,6,8,5,7 -0.15811388300841897,8,4,6,9,5,7 -0.1643989873053573,9,4,6,10,5,7 -0.16666666666666666,10,4,6,11,5,7 -0.1643989873053573,11,4,6,12,5,7 -0.15811388300841897,12,4,6,13,5,7 -0.14907119849998599,13,4,6,14,5,7 -0.1386750490563073,14,4,6,15,5,7 -0.12803687993289598,15,4,6,16,5,7 -0.11785113019775793,16,4,6,17,5,7 -0.10846522890932808,17,4,6,18,5,7 -0.1,18,4,6,19,5,7 -0.08944271909999159,0,5,6,1,6,7 -0.09712858623572641,1,5,6,2,6,7 -0.105999788000636,2,5,6,3,6,7 -0.11624763874381928,3,5,6,4,6,7 -0.12803687993289598,4,5,6,5,6,7 -0.1414213562373095,5,5,6,6,6,7 -0.15617376188860607,6,5,6,7,6,7 -0.17149858514250882,7,5,6,8,6,7 -0.18569533817705186,8,5,6,9,6,7 -0.19611613513818404,9,5,6,10,6,7 -0.2,10,5,6,11,6,7 -0.19611613513818404,11,5,6,12,6,7 -0.18569533817705186,12,5,6,13,6,7 -0.17149858514250882,13,5,6,14,6,7 -0.15617376188860607,14,5,6,15,6,7 -0.1414213562373095,15,5,6,16,6,7 -0.12803687993289598,16,5,6,17,6,7 -0.11624763874381928,17,5,6,18,6,7 -0.105999788000636,18,5,6,19,6,7 -0.09284766908852593,0,6,6,1,7,7 -0.10153461651336192,1,6,6,2,7,7 -0.11180339887498948,2,6,6,3,7,7 -0.12403473458920847,3,6,6,4,7,7 -0.1386750490563073,4,6,6,5,7,7 -0.15617376188860607,5,6,6,6,7,7 -0.17677669529663687,6,6,6,7,7,7 -0.2,7,6,6,8,7,7 -0.22360679774997896,8,6,6,9,7,7 -0.24253562503633297,9,6,6,10,7,7 -0.25,10,6,6,11,7,7 -0.24253562503633297,11,6,6,12,7,7 -0.22360679774997896,12,6,6,13,7,7 -0.2,13,6,6,14,7,7 -0.17677669529663687,14,6,6,15,7,7 -0.15617376188860607,15,6,6,16,7,7 -0.1386750490563073,16,6,6,17,7,7 -0.12403473458920847,17,6,6,18,7,7 -0.11180339887498948,18,6,6,19,7,7 -0.09578262852211514,0,7,6,1,8,7 -0.10540925533894598,1,7,6,2,8,7 -0.11704114719613057,2,7,6,3,8,7 -0.13130643285972254,3,7,6,4,8,7 -0.14907119849998599,4,7,6,5,8,7 -0.17149858514250882,5,7,6,6,8,7 -0.2,6,7,6,7,8,7 -0.23570226039551587,7,7,6,8,8,7 -0.2773500981126146,8,7,6,9,8,7 -0.31622776601683794,9,7,6,10,8,7 -0.3333333333333333,10,7,6,11,8,7 -0.31622776601683794,11,7,6,12,8,7 -0.2773500981126146,12,7,6,13,8,7 -0.23570226039551587,13,7,6,14,8,7 -0.2,14,7,6,15,8,7 -0.17149858514250882,15,7,6,16,8,7 -0.14907119849998599,16,7,6,17,8,7 -0.13130643285972254,17,7,6,18,8,7 -0.11704114719613057,18,7,6,19,8,7 -0.09805806756909202,0,8,6,1,9,7 -0.10846522890932808,1,8,6,2,9,7 -0.12126781251816648,2,8,6,3,9,7 -0.13736056394868904,3,8,6,4,9,7 -0.15811388300841897,4,8,6,5,9,7 -0.18569533817705186,5,8,6,6,9,7 -0.22360679774997896,6,8,6,7,9,7 -0.2773500981126146,7,8,6,8,9,7 -0.35355339059327373,8,8,6,9,9,7 -0.4472135954999579,9,8,6,10,9,7 -0.5,10,8,6,11,9,7 -0.4472135954999579,11,8,6,12,9,7 -0.35355339059327373,12,8,6,13,9,7 -0.2773500981126146,13,8,6,14,9,7 -0.22360679774997896,14,8,6,15,9,7 -0.18569533817705186,15,8,6,16,9,7 -0.15811388300841897,16,8,6,17,9,7 -0.13736056394868904,17,8,6,18,9,7 -0.12126781251816648,18,8,6,19,9,7 -0.09950371902099892,0,9,6,1,10,7 -0.11043152607484653,1,9,6,2,10,7 -0.12403473458920847,2,9,6,3,10,7 -0.1414213562373095,3,9,6,4,10,7 -0.1643989873053573,4,9,6,5,10,7 -0.19611613513818404,5,9,6,6,10,7 -0.24253562503633297,6,9,6,7,10,7 -0.31622776601683794,7,9,6,8,10,7 -0.4472135954999579,8,9,6,9,10,7 -0.7071067811865475,9,9,6,10,10,7 -1.0,10,9,6,11,10,7 -0.7071067811865475,11,9,6,12,10,7 -0.4472135954999579,12,9,6,13,10,7 -0.31622776601683794,13,9,6,14,10,7 -0.24253562503633297,14,9,6,15,10,7 -0.19611613513818404,15,9,6,16,10,7 -0.1643989873053573,16,9,6,17,10,7 -0.1414213562373095,17,9,6,18,10,7 -0.12403473458920847,18,9,6,19,10,7 -0.1,0,10,6,1,11,7 -0.1111111111111111,1,10,6,2,11,7 -0.125,2,10,6,3,11,7 -0.14285714285714285,3,10,6,4,11,7 -0.16666666666666666,4,10,6,5,11,7 -0.2,5,10,6,6,11,7 -0.25,6,10,6,7,11,7 -0.3333333333333333,7,10,6,8,11,7 -0.5,8,10,6,9,11,7 -1.0,9,10,6,10,11,7 -0,10,10,6,11,11,7 -1.0,11,10,6,12,11,7 -0.5,12,10,6,13,11,7 -0.3333333333333333,13,10,6,14,11,7 -0.25,14,10,6,15,11,7 -0.2,15,10,6,16,11,7 -0.16666666666666666,16,10,6,17,11,7 -0.14285714285714285,17,10,6,18,11,7 -0.125,18,10,6,19,11,7 -0.09950371902099892,0,11,6,1,12,7 -0.11043152607484653,1,11,6,2,12,7 -0.12403473458920847,2,11,6,3,12,7 -0.1414213562373095,3,11,6,4,12,7 -0.1643989873053573,4,11,6,5,12,7 -0.19611613513818404,5,11,6,6,12,7 -0.24253562503633297,6,11,6,7,12,7 -0.31622776601683794,7,11,6,8,12,7 -0.4472135954999579,8,11,6,9,12,7 -0.7071067811865475,9,11,6,10,12,7 -1.0,10,11,6,11,12,7 -0.7071067811865475,11,11,6,12,12,7 -0.4472135954999579,12,11,6,13,12,7 -0.31622776601683794,13,11,6,14,12,7 -0.24253562503633297,14,11,6,15,12,7 -0.19611613513818404,15,11,6,16,12,7 -0.1643989873053573,16,11,6,17,12,7 -0.1414213562373095,17,11,6,18,12,7 -0.12403473458920847,18,11,6,19,12,7 -0.09805806756909202,0,12,6,1,13,7 -0.10846522890932808,1,12,6,2,13,7 -0.12126781251816648,2,12,6,3,13,7 -0.13736056394868904,3,12,6,4,13,7 -0.15811388300841897,4,12,6,5,13,7 -0.18569533817705186,5,12,6,6,13,7 -0.22360679774997896,6,12,6,7,13,7 -0.2773500981126146,7,12,6,8,13,7 -0.35355339059327373,8,12,6,9,13,7 -0.4472135954999579,9,12,6,10,13,7 -0.5,10,12,6,11,13,7 -0.4472135954999579,11,12,6,12,13,7 -0.35355339059327373,12,12,6,13,13,7 -0.2773500981126146,13,12,6,14,13,7 -0.22360679774997896,14,12,6,15,13,7 -0.18569533817705186,15,12,6,16,13,7 -0.15811388300841897,16,12,6,17,13,7 -0.13736056394868904,17,12,6,18,13,7 -0.12126781251816648,18,12,6,19,13,7 -0.09578262852211514,0,13,6,1,14,7 -0.10540925533894598,1,13,6,2,14,7 -0.11704114719613057,2,13,6,3,14,7 -0.13130643285972254,3,13,6,4,14,7 -0.14907119849998599,4,13,6,5,14,7 -0.17149858514250882,5,13,6,6,14,7 -0.2,6,13,6,7,14,7 -0.23570226039551587,7,13,6,8,14,7 -0.2773500981126146,8,13,6,9,14,7 -0.31622776601683794,9,13,6,10,14,7 -0.3333333333333333,10,13,6,11,14,7 -0.31622776601683794,11,13,6,12,14,7 -0.2773500981126146,12,13,6,13,14,7 -0.23570226039551587,13,13,6,14,14,7 -0.2,14,13,6,15,14,7 -0.17149858514250882,15,13,6,16,14,7 -0.14907119849998599,16,13,6,17,14,7 -0.13130643285972254,17,13,6,18,14,7 -0.11704114719613057,18,13,6,19,14,7 -0.09284766908852593,0,14,6,1,15,7 -0.10153461651336192,1,14,6,2,15,7 -0.11180339887498948,2,14,6,3,15,7 -0.12403473458920847,3,14,6,4,15,7 -0.1386750490563073,4,14,6,5,15,7 -0.15617376188860607,5,14,6,6,15,7 -0.17677669529663687,6,14,6,7,15,7 -0.2,7,14,6,8,15,7 -0.22360679774997896,8,14,6,9,15,7 -0.24253562503633297,9,14,6,10,15,7 -0.25,10,14,6,11,15,7 -0.24253562503633297,11,14,6,12,15,7 -0.22360679774997896,12,14,6,13,15,7 -0.2,13,14,6,14,15,7 -0.17677669529663687,14,14,6,15,15,7 -0.15617376188860607,15,14,6,16,15,7 -0.1386750490563073,16,14,6,17,15,7 -0.12403473458920847,17,14,6,18,15,7 -0.11180339887498948,18,14,6,19,15,7 -0.08944271909999159,0,15,6,1,16,7 -0.09712858623572641,1,15,6,2,16,7 -0.105999788000636,2,15,6,3,16,7 -0.11624763874381928,3,15,6,4,16,7 -0.12803687993289598,4,15,6,5,16,7 -0.1414213562373095,5,15,6,6,16,7 -0.15617376188860607,6,15,6,7,16,7 -0.17149858514250882,7,15,6,8,16,7 -0.18569533817705186,8,15,6,9,16,7 -0.19611613513818404,9,15,6,10,16,7 -0.2,10,15,6,11,16,7 -0.19611613513818404,11,15,6,12,16,7 -0.18569533817705186,12,15,6,13,16,7 -0.17149858514250882,13,15,6,14,16,7 -0.15617376188860607,14,15,6,15,16,7 -0.1414213562373095,15,15,6,16,16,7 -0.12803687993289598,16,15,6,17,16,7 -0.11624763874381928,17,15,6,18,16,7 -0.105999788000636,18,15,6,19,16,7 -0.08574929257125441,0,16,6,1,17,7 -0.09245003270420485,1,16,6,2,17,7 -0.1,2,16,6,3,17,7 -0.10846522890932808,3,16,6,4,17,7 -0.11785113019775793,4,16,6,5,17,7 -0.12803687993289598,5,16,6,6,17,7 -0.1386750490563073,6,16,6,7,17,7 -0.14907119849998599,7,16,6,8,17,7 -0.15811388300841897,8,16,6,9,17,7 -0.1643989873053573,9,16,6,10,17,7 -0.16666666666666666,10,16,6,11,17,7 -0.1643989873053573,11,16,6,12,17,7 -0.15811388300841897,12,16,6,13,17,7 -0.14907119849998599,13,16,6,14,17,7 -0.1386750490563073,14,16,6,15,17,7 -0.12803687993289598,15,16,6,16,17,7 -0.11785113019775793,16,16,6,17,17,7 -0.10846522890932808,17,16,6,18,17,7 -0.1,18,16,6,19,17,7 -0.08192319205190406,0,17,6,1,18,7 -0.08770580193070293,1,17,6,2,18,7 -0.09407208683835973,2,17,6,3,18,7 -0.10101525445522107,3,17,6,4,18,7 -0.10846522890932808,4,17,6,5,18,7 -0.11624763874381928,5,17,6,6,18,7 -0.12403473458920847,6,17,6,7,18,7 -0.13130643285972254,7,17,6,8,18,7 -0.13736056394868904,8,17,6,9,18,7 -0.1414213562373095,9,17,6,10,18,7 -0.14285714285714285,10,17,6,11,18,7 -0.1414213562373095,11,17,6,12,18,7 -0.13736056394868904,12,17,6,13,18,7 -0.13130643285972254,13,17,6,14,18,7 -0.12403473458920847,14,17,6,15,18,7 -0.11624763874381928,15,17,6,16,18,7 -0.10846522890932808,16,17,6,17,18,7 -0.10101525445522107,17,17,6,18,18,7 -0.09407208683835973,18,17,6,19,18,7 -0.07808688094430304,0,18,6,1,19,7 -0.08304547985373997,1,18,6,2,19,7 -0.08838834764831843,2,18,6,3,19,7 -0.09407208683835973,3,18,6,4,19,7 -0.1,4,18,6,5,19,7 -0.105999788000636,5,18,6,6,19,7 -0.11180339887498948,6,18,6,7,19,7 -0.11704114719613057,7,18,6,8,19,7 -0.12126781251816648,8,18,6,9,19,7 -0.12403473458920847,9,18,6,10,19,7 -0.125,10,18,6,11,19,7 -0.12403473458920847,11,18,6,12,19,7 -0.12126781251816648,12,18,6,13,19,7 -0.11704114719613057,13,18,6,14,19,7 -0.11180339887498948,14,18,6,15,19,7 -0.105999788000636,15,18,6,16,19,7 -0.1,16,18,6,17,19,7 -0.09407208683835973,17,18,6,18,19,7 -0.08838834764831843,18,18,6,19,19,7 -0.07071067811865475,0,0,7,1,1,8 -0.07432941462471664,1,0,7,2,1,8 -0.07808688094430304,2,0,7,3,1,8 -0.08192319205190406,3,0,7,4,1,8 -0.08574929257125441,4,0,7,5,1,8 -0.08944271909999159,5,0,7,6,1,8 -0.09284766908852593,6,0,7,7,1,8 -0.09578262852211514,7,0,7,8,1,8 -0.09805806756909202,8,0,7,9,1,8 -0.09950371902099892,9,0,7,10,1,8 -0.1,10,0,7,11,1,8 -0.09950371902099892,11,0,7,12,1,8 -0.09805806756909202,12,0,7,13,1,8 -0.09578262852211514,13,0,7,14,1,8 -0.09284766908852593,14,0,7,15,1,8 -0.08944271909999159,15,0,7,16,1,8 -0.08574929257125441,16,0,7,17,1,8 -0.08192319205190406,17,0,7,18,1,8 -0.07808688094430304,18,0,7,19,1,8 -0.07432941462471664,0,1,7,1,2,8 -0.07856742013183861,1,1,7,2,2,8 -0.08304547985373997,2,1,7,3,2,8 -0.08770580193070293,3,1,7,4,2,8 -0.09245003270420485,4,1,7,5,2,8 -0.09712858623572641,5,1,7,6,2,8 -0.10153461651336192,6,1,7,7,2,8 -0.10540925533894598,7,1,7,8,2,8 -0.10846522890932808,8,1,7,9,2,8 -0.11043152607484653,9,1,7,10,2,8 -0.1111111111111111,10,1,7,11,2,8 -0.11043152607484653,11,1,7,12,2,8 -0.10846522890932808,12,1,7,13,2,8 -0.10540925533894598,13,1,7,14,2,8 -0.10153461651336192,14,1,7,15,2,8 -0.09712858623572641,15,1,7,16,2,8 -0.09245003270420485,16,1,7,17,2,8 -0.08770580193070293,17,1,7,18,2,8 -0.08304547985373997,18,1,7,19,2,8 -0.07808688094430304,0,2,7,1,3,8 -0.08304547985373997,1,2,7,2,3,8 -0.08838834764831843,2,2,7,3,3,8 -0.09407208683835973,3,2,7,4,3,8 -0.1,4,2,7,5,3,8 -0.105999788000636,5,2,7,6,3,8 -0.11180339887498948,6,2,7,7,3,8 -0.11704114719613057,7,2,7,8,3,8 -0.12126781251816648,8,2,7,9,3,8 -0.12403473458920847,9,2,7,10,3,8 -0.125,10,2,7,11,3,8 -0.12403473458920847,11,2,7,12,3,8 -0.12126781251816648,12,2,7,13,3,8 -0.11704114719613057,13,2,7,14,3,8 -0.11180339887498948,14,2,7,15,3,8 -0.105999788000636,15,2,7,16,3,8 -0.1,16,2,7,17,3,8 -0.09407208683835973,17,2,7,18,3,8 -0.08838834764831843,18,2,7,19,3,8 -0.08192319205190406,0,3,7,1,4,8 -0.08770580193070293,1,3,7,2,4,8 -0.09407208683835973,2,3,7,3,4,8 -0.10101525445522107,3,3,7,4,4,8 -0.10846522890932808,4,3,7,5,4,8 -0.11624763874381928,5,3,7,6,4,8 -0.12403473458920847,6,3,7,7,4,8 -0.13130643285972254,7,3,7,8,4,8 -0.13736056394868904,8,3,7,9,4,8 -0.1414213562373095,9,3,7,10,4,8 -0.14285714285714285,10,3,7,11,4,8 -0.1414213562373095,11,3,7,12,4,8 -0.13736056394868904,12,3,7,13,4,8 -0.13130643285972254,13,3,7,14,4,8 -0.12403473458920847,14,3,7,15,4,8 -0.11624763874381928,15,3,7,16,4,8 -0.10846522890932808,16,3,7,17,4,8 -0.10101525445522107,17,3,7,18,4,8 -0.09407208683835973,18,3,7,19,4,8 -0.08574929257125441,0,4,7,1,5,8 -0.09245003270420485,1,4,7,2,5,8 -0.1,2,4,7,3,5,8 -0.10846522890932808,3,4,7,4,5,8 -0.11785113019775793,4,4,7,5,5,8 -0.12803687993289598,5,4,7,6,5,8 -0.1386750490563073,6,4,7,7,5,8 -0.14907119849998599,7,4,7,8,5,8 -0.15811388300841897,8,4,7,9,5,8 -0.1643989873053573,9,4,7,10,5,8 -0.16666666666666666,10,4,7,11,5,8 -0.1643989873053573,11,4,7,12,5,8 -0.15811388300841897,12,4,7,13,5,8 -0.14907119849998599,13,4,7,14,5,8 -0.1386750490563073,14,4,7,15,5,8 -0.12803687993289598,15,4,7,16,5,8 -0.11785113019775793,16,4,7,17,5,8 -0.10846522890932808,17,4,7,18,5,8 -0.1,18,4,7,19,5,8 -0.08944271909999159,0,5,7,1,6,8 -0.09712858623572641,1,5,7,2,6,8 -0.105999788000636,2,5,7,3,6,8 -0.11624763874381928,3,5,7,4,6,8 -0.12803687993289598,4,5,7,5,6,8 -0.1414213562373095,5,5,7,6,6,8 -0.15617376188860607,6,5,7,7,6,8 -0.17149858514250882,7,5,7,8,6,8 -0.18569533817705186,8,5,7,9,6,8 -0.19611613513818404,9,5,7,10,6,8 -0.2,10,5,7,11,6,8 -0.19611613513818404,11,5,7,12,6,8 -0.18569533817705186,12,5,7,13,6,8 -0.17149858514250882,13,5,7,14,6,8 -0.15617376188860607,14,5,7,15,6,8 -0.1414213562373095,15,5,7,16,6,8 -0.12803687993289598,16,5,7,17,6,8 -0.11624763874381928,17,5,7,18,6,8 -0.105999788000636,18,5,7,19,6,8 -0.09284766908852593,0,6,7,1,7,8 -0.10153461651336192,1,6,7,2,7,8 -0.11180339887498948,2,6,7,3,7,8 -0.12403473458920847,3,6,7,4,7,8 -0.1386750490563073,4,6,7,5,7,8 -0.15617376188860607,5,6,7,6,7,8 -0.17677669529663687,6,6,7,7,7,8 -0.2,7,6,7,8,7,8 -0.22360679774997896,8,6,7,9,7,8 -0.24253562503633297,9,6,7,10,7,8 -0.25,10,6,7,11,7,8 -0.24253562503633297,11,6,7,12,7,8 -0.22360679774997896,12,6,7,13,7,8 -0.2,13,6,7,14,7,8 -0.17677669529663687,14,6,7,15,7,8 -0.15617376188860607,15,6,7,16,7,8 -0.1386750490563073,16,6,7,17,7,8 -0.12403473458920847,17,6,7,18,7,8 -0.11180339887498948,18,6,7,19,7,8 -0.09578262852211514,0,7,7,1,8,8 -0.10540925533894598,1,7,7,2,8,8 -0.11704114719613057,2,7,7,3,8,8 -0.13130643285972254,3,7,7,4,8,8 -0.14907119849998599,4,7,7,5,8,8 -0.17149858514250882,5,7,7,6,8,8 -0.2,6,7,7,7,8,8 -0.23570226039551587,7,7,7,8,8,8 -0.2773500981126146,8,7,7,9,8,8 -0.31622776601683794,9,7,7,10,8,8 -0.3333333333333333,10,7,7,11,8,8 -0.31622776601683794,11,7,7,12,8,8 -0.2773500981126146,12,7,7,13,8,8 -0.23570226039551587,13,7,7,14,8,8 -0.2,14,7,7,15,8,8 -0.17149858514250882,15,7,7,16,8,8 -0.14907119849998599,16,7,7,17,8,8 -0.13130643285972254,17,7,7,18,8,8 -0.11704114719613057,18,7,7,19,8,8 -0.09805806756909202,0,8,7,1,9,8 -0.10846522890932808,1,8,7,2,9,8 -0.12126781251816648,2,8,7,3,9,8 -0.13736056394868904,3,8,7,4,9,8 -0.15811388300841897,4,8,7,5,9,8 -0.18569533817705186,5,8,7,6,9,8 -0.22360679774997896,6,8,7,7,9,8 -0.2773500981126146,7,8,7,8,9,8 -0.35355339059327373,8,8,7,9,9,8 -0.4472135954999579,9,8,7,10,9,8 -0.5,10,8,7,11,9,8 -0.4472135954999579,11,8,7,12,9,8 -0.35355339059327373,12,8,7,13,9,8 -0.2773500981126146,13,8,7,14,9,8 -0.22360679774997896,14,8,7,15,9,8 -0.18569533817705186,15,8,7,16,9,8 -0.15811388300841897,16,8,7,17,9,8 -0.13736056394868904,17,8,7,18,9,8 -0.12126781251816648,18,8,7,19,9,8 -0.09950371902099892,0,9,7,1,10,8 -0.11043152607484653,1,9,7,2,10,8 -0.12403473458920847,2,9,7,3,10,8 -0.1414213562373095,3,9,7,4,10,8 -0.1643989873053573,4,9,7,5,10,8 -0.19611613513818404,5,9,7,6,10,8 -0.24253562503633297,6,9,7,7,10,8 -0.31622776601683794,7,9,7,8,10,8 -0.4472135954999579,8,9,7,9,10,8 -0.7071067811865475,9,9,7,10,10,8 -1.0,10,9,7,11,10,8 -0.7071067811865475,11,9,7,12,10,8 -0.4472135954999579,12,9,7,13,10,8 -0.31622776601683794,13,9,7,14,10,8 -0.24253562503633297,14,9,7,15,10,8 -0.19611613513818404,15,9,7,16,10,8 -0.1643989873053573,16,9,7,17,10,8 -0.1414213562373095,17,9,7,18,10,8 -0.12403473458920847,18,9,7,19,10,8 -0.1,0,10,7,1,11,8 -0.1111111111111111,1,10,7,2,11,8 -0.125,2,10,7,3,11,8 -0.14285714285714285,3,10,7,4,11,8 -0.16666666666666666,4,10,7,5,11,8 -0.2,5,10,7,6,11,8 -0.25,6,10,7,7,11,8 -0.3333333333333333,7,10,7,8,11,8 -0.5,8,10,7,9,11,8 -1.0,9,10,7,10,11,8 -0,10,10,7,11,11,8 -1.0,11,10,7,12,11,8 -0.5,12,10,7,13,11,8 -0.3333333333333333,13,10,7,14,11,8 -0.25,14,10,7,15,11,8 -0.2,15,10,7,16,11,8 -0.16666666666666666,16,10,7,17,11,8 -0.14285714285714285,17,10,7,18,11,8 -0.125,18,10,7,19,11,8 -0.09950371902099892,0,11,7,1,12,8 -0.11043152607484653,1,11,7,2,12,8 -0.12403473458920847,2,11,7,3,12,8 -0.1414213562373095,3,11,7,4,12,8 -0.1643989873053573,4,11,7,5,12,8 -0.19611613513818404,5,11,7,6,12,8 -0.24253562503633297,6,11,7,7,12,8 -0.31622776601683794,7,11,7,8,12,8 -0.4472135954999579,8,11,7,9,12,8 -0.7071067811865475,9,11,7,10,12,8 -1.0,10,11,7,11,12,8 -0.7071067811865475,11,11,7,12,12,8 -0.4472135954999579,12,11,7,13,12,8 -0.31622776601683794,13,11,7,14,12,8 -0.24253562503633297,14,11,7,15,12,8 -0.19611613513818404,15,11,7,16,12,8 -0.1643989873053573,16,11,7,17,12,8 -0.1414213562373095,17,11,7,18,12,8 -0.12403473458920847,18,11,7,19,12,8 -0.09805806756909202,0,12,7,1,13,8 -0.10846522890932808,1,12,7,2,13,8 -0.12126781251816648,2,12,7,3,13,8 -0.13736056394868904,3,12,7,4,13,8 -0.15811388300841897,4,12,7,5,13,8 -0.18569533817705186,5,12,7,6,13,8 -0.22360679774997896,6,12,7,7,13,8 -0.2773500981126146,7,12,7,8,13,8 -0.35355339059327373,8,12,7,9,13,8 -0.4472135954999579,9,12,7,10,13,8 -0.5,10,12,7,11,13,8 -0.4472135954999579,11,12,7,12,13,8 -0.35355339059327373,12,12,7,13,13,8 -0.2773500981126146,13,12,7,14,13,8 -0.22360679774997896,14,12,7,15,13,8 -0.18569533817705186,15,12,7,16,13,8 -0.15811388300841897,16,12,7,17,13,8 -0.13736056394868904,17,12,7,18,13,8 -0.12126781251816648,18,12,7,19,13,8 -0.09578262852211514,0,13,7,1,14,8 -0.10540925533894598,1,13,7,2,14,8 -0.11704114719613057,2,13,7,3,14,8 -0.13130643285972254,3,13,7,4,14,8 -0.14907119849998599,4,13,7,5,14,8 -0.17149858514250882,5,13,7,6,14,8 -0.2,6,13,7,7,14,8 -0.23570226039551587,7,13,7,8,14,8 -0.2773500981126146,8,13,7,9,14,8 -0.31622776601683794,9,13,7,10,14,8 -0.3333333333333333,10,13,7,11,14,8 -0.31622776601683794,11,13,7,12,14,8 -0.2773500981126146,12,13,7,13,14,8 -0.23570226039551587,13,13,7,14,14,8 -0.2,14,13,7,15,14,8 -0.17149858514250882,15,13,7,16,14,8 -0.14907119849998599,16,13,7,17,14,8 -0.13130643285972254,17,13,7,18,14,8 -0.11704114719613057,18,13,7,19,14,8 -0.09284766908852593,0,14,7,1,15,8 -0.10153461651336192,1,14,7,2,15,8 -0.11180339887498948,2,14,7,3,15,8 -0.12403473458920847,3,14,7,4,15,8 -0.1386750490563073,4,14,7,5,15,8 -0.15617376188860607,5,14,7,6,15,8 -0.17677669529663687,6,14,7,7,15,8 -0.2,7,14,7,8,15,8 -0.22360679774997896,8,14,7,9,15,8 -0.24253562503633297,9,14,7,10,15,8 -0.25,10,14,7,11,15,8 -0.24253562503633297,11,14,7,12,15,8 -0.22360679774997896,12,14,7,13,15,8 -0.2,13,14,7,14,15,8 -0.17677669529663687,14,14,7,15,15,8 -0.15617376188860607,15,14,7,16,15,8 -0.1386750490563073,16,14,7,17,15,8 -0.12403473458920847,17,14,7,18,15,8 -0.11180339887498948,18,14,7,19,15,8 -0.08944271909999159,0,15,7,1,16,8 -0.09712858623572641,1,15,7,2,16,8 -0.105999788000636,2,15,7,3,16,8 -0.11624763874381928,3,15,7,4,16,8 -0.12803687993289598,4,15,7,5,16,8 -0.1414213562373095,5,15,7,6,16,8 -0.15617376188860607,6,15,7,7,16,8 -0.17149858514250882,7,15,7,8,16,8 -0.18569533817705186,8,15,7,9,16,8 -0.19611613513818404,9,15,7,10,16,8 -0.2,10,15,7,11,16,8 -0.19611613513818404,11,15,7,12,16,8 -0.18569533817705186,12,15,7,13,16,8 -0.17149858514250882,13,15,7,14,16,8 -0.15617376188860607,14,15,7,15,16,8 -0.1414213562373095,15,15,7,16,16,8 -0.12803687993289598,16,15,7,17,16,8 -0.11624763874381928,17,15,7,18,16,8 -0.105999788000636,18,15,7,19,16,8 -0.08574929257125441,0,16,7,1,17,8 -0.09245003270420485,1,16,7,2,17,8 -0.1,2,16,7,3,17,8 -0.10846522890932808,3,16,7,4,17,8 -0.11785113019775793,4,16,7,5,17,8 -0.12803687993289598,5,16,7,6,17,8 -0.1386750490563073,6,16,7,7,17,8 -0.14907119849998599,7,16,7,8,17,8 -0.15811388300841897,8,16,7,9,17,8 -0.1643989873053573,9,16,7,10,17,8 -0.16666666666666666,10,16,7,11,17,8 -0.1643989873053573,11,16,7,12,17,8 -0.15811388300841897,12,16,7,13,17,8 -0.14907119849998599,13,16,7,14,17,8 -0.1386750490563073,14,16,7,15,17,8 -0.12803687993289598,15,16,7,16,17,8 -0.11785113019775793,16,16,7,17,17,8 -0.10846522890932808,17,16,7,18,17,8 -0.1,18,16,7,19,17,8 -0.08192319205190406,0,17,7,1,18,8 -0.08770580193070293,1,17,7,2,18,8 -0.09407208683835973,2,17,7,3,18,8 -0.10101525445522107,3,17,7,4,18,8 -0.10846522890932808,4,17,7,5,18,8 -0.11624763874381928,5,17,7,6,18,8 -0.12403473458920847,6,17,7,7,18,8 -0.13130643285972254,7,17,7,8,18,8 -0.13736056394868904,8,17,7,9,18,8 -0.1414213562373095,9,17,7,10,18,8 -0.14285714285714285,10,17,7,11,18,8 -0.1414213562373095,11,17,7,12,18,8 -0.13736056394868904,12,17,7,13,18,8 -0.13130643285972254,13,17,7,14,18,8 -0.12403473458920847,14,17,7,15,18,8 -0.11624763874381928,15,17,7,16,18,8 -0.10846522890932808,16,17,7,17,18,8 -0.10101525445522107,17,17,7,18,18,8 -0.09407208683835973,18,17,7,19,18,8 -0.07808688094430304,0,18,7,1,19,8 -0.08304547985373997,1,18,7,2,19,8 -0.08838834764831843,2,18,7,3,19,8 -0.09407208683835973,3,18,7,4,19,8 -0.1,4,18,7,5,19,8 -0.105999788000636,5,18,7,6,19,8 -0.11180339887498948,6,18,7,7,19,8 -0.11704114719613057,7,18,7,8,19,8 -0.12126781251816648,8,18,7,9,19,8 -0.12403473458920847,9,18,7,10,19,8 -0.125,10,18,7,11,19,8 -0.12403473458920847,11,18,7,12,19,8 -0.12126781251816648,12,18,7,13,19,8 -0.11704114719613057,13,18,7,14,19,8 -0.11180339887498948,14,18,7,15,19,8 -0.105999788000636,15,18,7,16,19,8 -0.1,16,18,7,17,19,8 -0.09407208683835973,17,18,7,18,19,8 -0.08838834764831843,18,18,7,19,19,8 -0.07071067811865475,0,0,8,1,1,9 -0.07432941462471664,1,0,8,2,1,9 -0.07808688094430304,2,0,8,3,1,9 -0.08192319205190406,3,0,8,4,1,9 -0.08574929257125441,4,0,8,5,1,9 -0.08944271909999159,5,0,8,6,1,9 -0.09284766908852593,6,0,8,7,1,9 -0.09578262852211514,7,0,8,8,1,9 -0.09805806756909202,8,0,8,9,1,9 -0.09950371902099892,9,0,8,10,1,9 -0.1,10,0,8,11,1,9 -0.09950371902099892,11,0,8,12,1,9 -0.09805806756909202,12,0,8,13,1,9 -0.09578262852211514,13,0,8,14,1,9 -0.09284766908852593,14,0,8,15,1,9 -0.08944271909999159,15,0,8,16,1,9 -0.08574929257125441,16,0,8,17,1,9 -0.08192319205190406,17,0,8,18,1,9 -0.07808688094430304,18,0,8,19,1,9 -0.07432941462471664,0,1,8,1,2,9 -0.07856742013183861,1,1,8,2,2,9 -0.08304547985373997,2,1,8,3,2,9 -0.08770580193070293,3,1,8,4,2,9 -0.09245003270420485,4,1,8,5,2,9 -0.09712858623572641,5,1,8,6,2,9 -0.10153461651336192,6,1,8,7,2,9 -0.10540925533894598,7,1,8,8,2,9 -0.10846522890932808,8,1,8,9,2,9 -0.11043152607484653,9,1,8,10,2,9 -0.1111111111111111,10,1,8,11,2,9 -0.11043152607484653,11,1,8,12,2,9 -0.10846522890932808,12,1,8,13,2,9 -0.10540925533894598,13,1,8,14,2,9 -0.10153461651336192,14,1,8,15,2,9 -0.09712858623572641,15,1,8,16,2,9 -0.09245003270420485,16,1,8,17,2,9 -0.08770580193070293,17,1,8,18,2,9 -0.08304547985373997,18,1,8,19,2,9 -0.07808688094430304,0,2,8,1,3,9 -0.08304547985373997,1,2,8,2,3,9 -0.08838834764831843,2,2,8,3,3,9 -0.09407208683835973,3,2,8,4,3,9 -0.1,4,2,8,5,3,9 -0.105999788000636,5,2,8,6,3,9 -0.11180339887498948,6,2,8,7,3,9 -0.11704114719613057,7,2,8,8,3,9 -0.12126781251816648,8,2,8,9,3,9 -0.12403473458920847,9,2,8,10,3,9 -0.125,10,2,8,11,3,9 -0.12403473458920847,11,2,8,12,3,9 -0.12126781251816648,12,2,8,13,3,9 -0.11704114719613057,13,2,8,14,3,9 -0.11180339887498948,14,2,8,15,3,9 -0.105999788000636,15,2,8,16,3,9 -0.1,16,2,8,17,3,9 -0.09407208683835973,17,2,8,18,3,9 -0.08838834764831843,18,2,8,19,3,9 -0.08192319205190406,0,3,8,1,4,9 -0.08770580193070293,1,3,8,2,4,9 -0.09407208683835973,2,3,8,3,4,9 -0.10101525445522107,3,3,8,4,4,9 -0.10846522890932808,4,3,8,5,4,9 -0.11624763874381928,5,3,8,6,4,9 -0.12403473458920847,6,3,8,7,4,9 -0.13130643285972254,7,3,8,8,4,9 -0.13736056394868904,8,3,8,9,4,9 -0.1414213562373095,9,3,8,10,4,9 -0.14285714285714285,10,3,8,11,4,9 -0.1414213562373095,11,3,8,12,4,9 -0.13736056394868904,12,3,8,13,4,9 -0.13130643285972254,13,3,8,14,4,9 -0.12403473458920847,14,3,8,15,4,9 -0.11624763874381928,15,3,8,16,4,9 -0.10846522890932808,16,3,8,17,4,9 -0.10101525445522107,17,3,8,18,4,9 -0.09407208683835973,18,3,8,19,4,9 -0.08574929257125441,0,4,8,1,5,9 -0.09245003270420485,1,4,8,2,5,9 -0.1,2,4,8,3,5,9 -0.10846522890932808,3,4,8,4,5,9 -0.11785113019775793,4,4,8,5,5,9 -0.12803687993289598,5,4,8,6,5,9 -0.1386750490563073,6,4,8,7,5,9 -0.14907119849998599,7,4,8,8,5,9 -0.15811388300841897,8,4,8,9,5,9 -0.1643989873053573,9,4,8,10,5,9 -0.16666666666666666,10,4,8,11,5,9 -0.1643989873053573,11,4,8,12,5,9 -0.15811388300841897,12,4,8,13,5,9 -0.14907119849998599,13,4,8,14,5,9 -0.1386750490563073,14,4,8,15,5,9 -0.12803687993289598,15,4,8,16,5,9 -0.11785113019775793,16,4,8,17,5,9 -0.10846522890932808,17,4,8,18,5,9 -0.1,18,4,8,19,5,9 -0.08944271909999159,0,5,8,1,6,9 -0.09712858623572641,1,5,8,2,6,9 -0.105999788000636,2,5,8,3,6,9 -0.11624763874381928,3,5,8,4,6,9 -0.12803687993289598,4,5,8,5,6,9 -0.1414213562373095,5,5,8,6,6,9 -0.15617376188860607,6,5,8,7,6,9 -0.17149858514250882,7,5,8,8,6,9 -0.18569533817705186,8,5,8,9,6,9 -0.19611613513818404,9,5,8,10,6,9 -0.2,10,5,8,11,6,9 -0.19611613513818404,11,5,8,12,6,9 -0.18569533817705186,12,5,8,13,6,9 -0.17149858514250882,13,5,8,14,6,9 -0.15617376188860607,14,5,8,15,6,9 -0.1414213562373095,15,5,8,16,6,9 -0.12803687993289598,16,5,8,17,6,9 -0.11624763874381928,17,5,8,18,6,9 -0.105999788000636,18,5,8,19,6,9 -0.09284766908852593,0,6,8,1,7,9 -0.10153461651336192,1,6,8,2,7,9 -0.11180339887498948,2,6,8,3,7,9 -0.12403473458920847,3,6,8,4,7,9 -0.1386750490563073,4,6,8,5,7,9 -0.15617376188860607,5,6,8,6,7,9 -0.17677669529663687,6,6,8,7,7,9 -0.2,7,6,8,8,7,9 -0.22360679774997896,8,6,8,9,7,9 -0.24253562503633297,9,6,8,10,7,9 -0.25,10,6,8,11,7,9 -0.24253562503633297,11,6,8,12,7,9 -0.22360679774997896,12,6,8,13,7,9 -0.2,13,6,8,14,7,9 -0.17677669529663687,14,6,8,15,7,9 -0.15617376188860607,15,6,8,16,7,9 -0.1386750490563073,16,6,8,17,7,9 -0.12403473458920847,17,6,8,18,7,9 -0.11180339887498948,18,6,8,19,7,9 -0.09578262852211514,0,7,8,1,8,9 -0.10540925533894598,1,7,8,2,8,9 -0.11704114719613057,2,7,8,3,8,9 -0.13130643285972254,3,7,8,4,8,9 -0.14907119849998599,4,7,8,5,8,9 -0.17149858514250882,5,7,8,6,8,9 -0.2,6,7,8,7,8,9 -0.23570226039551587,7,7,8,8,8,9 -0.2773500981126146,8,7,8,9,8,9 -0.31622776601683794,9,7,8,10,8,9 -0.3333333333333333,10,7,8,11,8,9 -0.31622776601683794,11,7,8,12,8,9 -0.2773500981126146,12,7,8,13,8,9 -0.23570226039551587,13,7,8,14,8,9 -0.2,14,7,8,15,8,9 -0.17149858514250882,15,7,8,16,8,9 -0.14907119849998599,16,7,8,17,8,9 -0.13130643285972254,17,7,8,18,8,9 -0.11704114719613057,18,7,8,19,8,9 -0.09805806756909202,0,8,8,1,9,9 -0.10846522890932808,1,8,8,2,9,9 -0.12126781251816648,2,8,8,3,9,9 -0.13736056394868904,3,8,8,4,9,9 -0.15811388300841897,4,8,8,5,9,9 -0.18569533817705186,5,8,8,6,9,9 -0.22360679774997896,6,8,8,7,9,9 -0.2773500981126146,7,8,8,8,9,9 -0.35355339059327373,8,8,8,9,9,9 -0.4472135954999579,9,8,8,10,9,9 -0.5,10,8,8,11,9,9 -0.4472135954999579,11,8,8,12,9,9 -0.35355339059327373,12,8,8,13,9,9 -0.2773500981126146,13,8,8,14,9,9 -0.22360679774997896,14,8,8,15,9,9 -0.18569533817705186,15,8,8,16,9,9 -0.15811388300841897,16,8,8,17,9,9 -0.13736056394868904,17,8,8,18,9,9 -0.12126781251816648,18,8,8,19,9,9 -0.09950371902099892,0,9,8,1,10,9 -0.11043152607484653,1,9,8,2,10,9 -0.12403473458920847,2,9,8,3,10,9 -0.1414213562373095,3,9,8,4,10,9 -0.1643989873053573,4,9,8,5,10,9 -0.19611613513818404,5,9,8,6,10,9 -0.24253562503633297,6,9,8,7,10,9 -0.31622776601683794,7,9,8,8,10,9 -0.4472135954999579,8,9,8,9,10,9 -0.7071067811865475,9,9,8,10,10,9 -1.0,10,9,8,11,10,9 -0.7071067811865475,11,9,8,12,10,9 -0.4472135954999579,12,9,8,13,10,9 -0.31622776601683794,13,9,8,14,10,9 -0.24253562503633297,14,9,8,15,10,9 -0.19611613513818404,15,9,8,16,10,9 -0.1643989873053573,16,9,8,17,10,9 -0.1414213562373095,17,9,8,18,10,9 -0.12403473458920847,18,9,8,19,10,9 -0.1,0,10,8,1,11,9 -0.1111111111111111,1,10,8,2,11,9 -0.125,2,10,8,3,11,9 -0.14285714285714285,3,10,8,4,11,9 -0.16666666666666666,4,10,8,5,11,9 -0.2,5,10,8,6,11,9 -0.25,6,10,8,7,11,9 -0.3333333333333333,7,10,8,8,11,9 -0.5,8,10,8,9,11,9 -1.0,9,10,8,10,11,9 -0,10,10,8,11,11,9 -1.0,11,10,8,12,11,9 -0.5,12,10,8,13,11,9 -0.3333333333333333,13,10,8,14,11,9 -0.25,14,10,8,15,11,9 -0.2,15,10,8,16,11,9 -0.16666666666666666,16,10,8,17,11,9 -0.14285714285714285,17,10,8,18,11,9 -0.125,18,10,8,19,11,9 -0.09950371902099892,0,11,8,1,12,9 -0.11043152607484653,1,11,8,2,12,9 -0.12403473458920847,2,11,8,3,12,9 -0.1414213562373095,3,11,8,4,12,9 -0.1643989873053573,4,11,8,5,12,9 -0.19611613513818404,5,11,8,6,12,9 -0.24253562503633297,6,11,8,7,12,9 -0.31622776601683794,7,11,8,8,12,9 -0.4472135954999579,8,11,8,9,12,9 -0.7071067811865475,9,11,8,10,12,9 -1.0,10,11,8,11,12,9 -0.7071067811865475,11,11,8,12,12,9 -0.4472135954999579,12,11,8,13,12,9 -0.31622776601683794,13,11,8,14,12,9 -0.24253562503633297,14,11,8,15,12,9 -0.19611613513818404,15,11,8,16,12,9 -0.1643989873053573,16,11,8,17,12,9 -0.1414213562373095,17,11,8,18,12,9 -0.12403473458920847,18,11,8,19,12,9 -0.09805806756909202,0,12,8,1,13,9 -0.10846522890932808,1,12,8,2,13,9 -0.12126781251816648,2,12,8,3,13,9 -0.13736056394868904,3,12,8,4,13,9 -0.15811388300841897,4,12,8,5,13,9 -0.18569533817705186,5,12,8,6,13,9 -0.22360679774997896,6,12,8,7,13,9 -0.2773500981126146,7,12,8,8,13,9 -0.35355339059327373,8,12,8,9,13,9 -0.4472135954999579,9,12,8,10,13,9 -0.5,10,12,8,11,13,9 -0.4472135954999579,11,12,8,12,13,9 -0.35355339059327373,12,12,8,13,13,9 -0.2773500981126146,13,12,8,14,13,9 -0.22360679774997896,14,12,8,15,13,9 -0.18569533817705186,15,12,8,16,13,9 -0.15811388300841897,16,12,8,17,13,9 -0.13736056394868904,17,12,8,18,13,9 -0.12126781251816648,18,12,8,19,13,9 -0.09578262852211514,0,13,8,1,14,9 -0.10540925533894598,1,13,8,2,14,9 -0.11704114719613057,2,13,8,3,14,9 -0.13130643285972254,3,13,8,4,14,9 -0.14907119849998599,4,13,8,5,14,9 -0.17149858514250882,5,13,8,6,14,9 -0.2,6,13,8,7,14,9 -0.23570226039551587,7,13,8,8,14,9 -0.2773500981126146,8,13,8,9,14,9 -0.31622776601683794,9,13,8,10,14,9 -0.3333333333333333,10,13,8,11,14,9 -0.31622776601683794,11,13,8,12,14,9 -0.2773500981126146,12,13,8,13,14,9 -0.23570226039551587,13,13,8,14,14,9 -0.2,14,13,8,15,14,9 -0.17149858514250882,15,13,8,16,14,9 -0.14907119849998599,16,13,8,17,14,9 -0.13130643285972254,17,13,8,18,14,9 -0.11704114719613057,18,13,8,19,14,9 -0.09284766908852593,0,14,8,1,15,9 -0.10153461651336192,1,14,8,2,15,9 -0.11180339887498948,2,14,8,3,15,9 -0.12403473458920847,3,14,8,4,15,9 -0.1386750490563073,4,14,8,5,15,9 -0.15617376188860607,5,14,8,6,15,9 -0.17677669529663687,6,14,8,7,15,9 -0.2,7,14,8,8,15,9 -0.22360679774997896,8,14,8,9,15,9 -0.24253562503633297,9,14,8,10,15,9 -0.25,10,14,8,11,15,9 -0.24253562503633297,11,14,8,12,15,9 -0.22360679774997896,12,14,8,13,15,9 -0.2,13,14,8,14,15,9 -0.17677669529663687,14,14,8,15,15,9 -0.15617376188860607,15,14,8,16,15,9 -0.1386750490563073,16,14,8,17,15,9 -0.12403473458920847,17,14,8,18,15,9 -0.11180339887498948,18,14,8,19,15,9 -0.08944271909999159,0,15,8,1,16,9 -0.09712858623572641,1,15,8,2,16,9 -0.105999788000636,2,15,8,3,16,9 -0.11624763874381928,3,15,8,4,16,9 -0.12803687993289598,4,15,8,5,16,9 -0.1414213562373095,5,15,8,6,16,9 -0.15617376188860607,6,15,8,7,16,9 -0.17149858514250882,7,15,8,8,16,9 -0.18569533817705186,8,15,8,9,16,9 -0.19611613513818404,9,15,8,10,16,9 -0.2,10,15,8,11,16,9 -0.19611613513818404,11,15,8,12,16,9 -0.18569533817705186,12,15,8,13,16,9 -0.17149858514250882,13,15,8,14,16,9 -0.15617376188860607,14,15,8,15,16,9 -0.1414213562373095,15,15,8,16,16,9 -0.12803687993289598,16,15,8,17,16,9 -0.11624763874381928,17,15,8,18,16,9 -0.105999788000636,18,15,8,19,16,9 -0.08574929257125441,0,16,8,1,17,9 -0.09245003270420485,1,16,8,2,17,9 -0.1,2,16,8,3,17,9 -0.10846522890932808,3,16,8,4,17,9 -0.11785113019775793,4,16,8,5,17,9 -0.12803687993289598,5,16,8,6,17,9 -0.1386750490563073,6,16,8,7,17,9 -0.14907119849998599,7,16,8,8,17,9 -0.15811388300841897,8,16,8,9,17,9 -0.1643989873053573,9,16,8,10,17,9 -0.16666666666666666,10,16,8,11,17,9 -0.1643989873053573,11,16,8,12,17,9 -0.15811388300841897,12,16,8,13,17,9 -0.14907119849998599,13,16,8,14,17,9 -0.1386750490563073,14,16,8,15,17,9 -0.12803687993289598,15,16,8,16,17,9 -0.11785113019775793,16,16,8,17,17,9 -0.10846522890932808,17,16,8,18,17,9 -0.1,18,16,8,19,17,9 -0.08192319205190406,0,17,8,1,18,9 -0.08770580193070293,1,17,8,2,18,9 -0.09407208683835973,2,17,8,3,18,9 -0.10101525445522107,3,17,8,4,18,9 -0.10846522890932808,4,17,8,5,18,9 -0.11624763874381928,5,17,8,6,18,9 -0.12403473458920847,6,17,8,7,18,9 -0.13130643285972254,7,17,8,8,18,9 -0.13736056394868904,8,17,8,9,18,9 -0.1414213562373095,9,17,8,10,18,9 -0.14285714285714285,10,17,8,11,18,9 -0.1414213562373095,11,17,8,12,18,9 -0.13736056394868904,12,17,8,13,18,9 -0.13130643285972254,13,17,8,14,18,9 -0.12403473458920847,14,17,8,15,18,9 -0.11624763874381928,15,17,8,16,18,9 -0.10846522890932808,16,17,8,17,18,9 -0.10101525445522107,17,17,8,18,18,9 -0.09407208683835973,18,17,8,19,18,9 -0.07808688094430304,0,18,8,1,19,9 -0.08304547985373997,1,18,8,2,19,9 -0.08838834764831843,2,18,8,3,19,9 -0.09407208683835973,3,18,8,4,19,9 -0.1,4,18,8,5,19,9 -0.105999788000636,5,18,8,6,19,9 -0.11180339887498948,6,18,8,7,19,9 -0.11704114719613057,7,18,8,8,19,9 -0.12126781251816648,8,18,8,9,19,9 -0.12403473458920847,9,18,8,10,19,9 -0.125,10,18,8,11,19,9 -0.12403473458920847,11,18,8,12,19,9 -0.12126781251816648,12,18,8,13,19,9 -0.11704114719613057,13,18,8,14,19,9 -0.11180339887498948,14,18,8,15,19,9 -0.105999788000636,15,18,8,16,19,9 -0.1,16,18,8,17,19,9 -0.09407208683835973,17,18,8,18,19,9 -0.08838834764831843,18,18,8,19,19,9 -0.07071067811865475,0,0,9,1,1,10 -0.07432941462471664,1,0,9,2,1,10 -0.07808688094430304,2,0,9,3,1,10 -0.08192319205190406,3,0,9,4,1,10 -0.08574929257125441,4,0,9,5,1,10 -0.08944271909999159,5,0,9,6,1,10 -0.09284766908852593,6,0,9,7,1,10 -0.09578262852211514,7,0,9,8,1,10 -0.09805806756909202,8,0,9,9,1,10 -0.09950371902099892,9,0,9,10,1,10 -0.1,10,0,9,11,1,10 -0.09950371902099892,11,0,9,12,1,10 -0.09805806756909202,12,0,9,13,1,10 -0.09578262852211514,13,0,9,14,1,10 -0.09284766908852593,14,0,9,15,1,10 -0.08944271909999159,15,0,9,16,1,10 -0.08574929257125441,16,0,9,17,1,10 -0.08192319205190406,17,0,9,18,1,10 -0.07808688094430304,18,0,9,19,1,10 -0.07432941462471664,0,1,9,1,2,10 -0.07856742013183861,1,1,9,2,2,10 -0.08304547985373997,2,1,9,3,2,10 -0.08770580193070293,3,1,9,4,2,10 -0.09245003270420485,4,1,9,5,2,10 -0.09712858623572641,5,1,9,6,2,10 -0.10153461651336192,6,1,9,7,2,10 -0.10540925533894598,7,1,9,8,2,10 -0.10846522890932808,8,1,9,9,2,10 -0.11043152607484653,9,1,9,10,2,10 -0.1111111111111111,10,1,9,11,2,10 -0.11043152607484653,11,1,9,12,2,10 -0.10846522890932808,12,1,9,13,2,10 -0.10540925533894598,13,1,9,14,2,10 -0.10153461651336192,14,1,9,15,2,10 -0.09712858623572641,15,1,9,16,2,10 -0.09245003270420485,16,1,9,17,2,10 -0.08770580193070293,17,1,9,18,2,10 -0.08304547985373997,18,1,9,19,2,10 -0.07808688094430304,0,2,9,1,3,10 -0.08304547985373997,1,2,9,2,3,10 -0.08838834764831843,2,2,9,3,3,10 -0.09407208683835973,3,2,9,4,3,10 -0.1,4,2,9,5,3,10 -0.105999788000636,5,2,9,6,3,10 -0.11180339887498948,6,2,9,7,3,10 -0.11704114719613057,7,2,9,8,3,10 -0.12126781251816648,8,2,9,9,3,10 -0.12403473458920847,9,2,9,10,3,10 -0.125,10,2,9,11,3,10 -0.12403473458920847,11,2,9,12,3,10 -0.12126781251816648,12,2,9,13,3,10 -0.11704114719613057,13,2,9,14,3,10 -0.11180339887498948,14,2,9,15,3,10 -0.105999788000636,15,2,9,16,3,10 -0.1,16,2,9,17,3,10 -0.09407208683835973,17,2,9,18,3,10 -0.08838834764831843,18,2,9,19,3,10 -0.08192319205190406,0,3,9,1,4,10 -0.08770580193070293,1,3,9,2,4,10 -0.09407208683835973,2,3,9,3,4,10 -0.10101525445522107,3,3,9,4,4,10 -0.10846522890932808,4,3,9,5,4,10 -0.11624763874381928,5,3,9,6,4,10 -0.12403473458920847,6,3,9,7,4,10 -0.13130643285972254,7,3,9,8,4,10 -0.13736056394868904,8,3,9,9,4,10 -0.1414213562373095,9,3,9,10,4,10 -0.14285714285714285,10,3,9,11,4,10 -0.1414213562373095,11,3,9,12,4,10 -0.13736056394868904,12,3,9,13,4,10 -0.13130643285972254,13,3,9,14,4,10 -0.12403473458920847,14,3,9,15,4,10 -0.11624763874381928,15,3,9,16,4,10 -0.10846522890932808,16,3,9,17,4,10 -0.10101525445522107,17,3,9,18,4,10 -0.09407208683835973,18,3,9,19,4,10 -0.08574929257125441,0,4,9,1,5,10 -0.09245003270420485,1,4,9,2,5,10 -0.1,2,4,9,3,5,10 -0.10846522890932808,3,4,9,4,5,10 -0.11785113019775793,4,4,9,5,5,10 -0.12803687993289598,5,4,9,6,5,10 -0.1386750490563073,6,4,9,7,5,10 -0.14907119849998599,7,4,9,8,5,10 -0.15811388300841897,8,4,9,9,5,10 -0.1643989873053573,9,4,9,10,5,10 -0.16666666666666666,10,4,9,11,5,10 -0.1643989873053573,11,4,9,12,5,10 -0.15811388300841897,12,4,9,13,5,10 -0.14907119849998599,13,4,9,14,5,10 -0.1386750490563073,14,4,9,15,5,10 -0.12803687993289598,15,4,9,16,5,10 -0.11785113019775793,16,4,9,17,5,10 -0.10846522890932808,17,4,9,18,5,10 -0.1,18,4,9,19,5,10 -0.08944271909999159,0,5,9,1,6,10 -0.09712858623572641,1,5,9,2,6,10 -0.105999788000636,2,5,9,3,6,10 -0.11624763874381928,3,5,9,4,6,10 -0.12803687993289598,4,5,9,5,6,10 -0.1414213562373095,5,5,9,6,6,10 -0.15617376188860607,6,5,9,7,6,10 -0.17149858514250882,7,5,9,8,6,10 -0.18569533817705186,8,5,9,9,6,10 -0.19611613513818404,9,5,9,10,6,10 -0.2,10,5,9,11,6,10 -0.19611613513818404,11,5,9,12,6,10 -0.18569533817705186,12,5,9,13,6,10 -0.17149858514250882,13,5,9,14,6,10 -0.15617376188860607,14,5,9,15,6,10 -0.1414213562373095,15,5,9,16,6,10 -0.12803687993289598,16,5,9,17,6,10 -0.11624763874381928,17,5,9,18,6,10 -0.105999788000636,18,5,9,19,6,10 -0.09284766908852593,0,6,9,1,7,10 -0.10153461651336192,1,6,9,2,7,10 -0.11180339887498948,2,6,9,3,7,10 -0.12403473458920847,3,6,9,4,7,10 -0.1386750490563073,4,6,9,5,7,10 -0.15617376188860607,5,6,9,6,7,10 -0.17677669529663687,6,6,9,7,7,10 -0.2,7,6,9,8,7,10 -0.22360679774997896,8,6,9,9,7,10 -0.24253562503633297,9,6,9,10,7,10 -0.25,10,6,9,11,7,10 -0.24253562503633297,11,6,9,12,7,10 -0.22360679774997896,12,6,9,13,7,10 -0.2,13,6,9,14,7,10 -0.17677669529663687,14,6,9,15,7,10 -0.15617376188860607,15,6,9,16,7,10 -0.1386750490563073,16,6,9,17,7,10 -0.12403473458920847,17,6,9,18,7,10 -0.11180339887498948,18,6,9,19,7,10 -0.09578262852211514,0,7,9,1,8,10 -0.10540925533894598,1,7,9,2,8,10 -0.11704114719613057,2,7,9,3,8,10 -0.13130643285972254,3,7,9,4,8,10 -0.14907119849998599,4,7,9,5,8,10 -0.17149858514250882,5,7,9,6,8,10 -0.2,6,7,9,7,8,10 -0.23570226039551587,7,7,9,8,8,10 -0.2773500981126146,8,7,9,9,8,10 -0.31622776601683794,9,7,9,10,8,10 -0.3333333333333333,10,7,9,11,8,10 -0.31622776601683794,11,7,9,12,8,10 -0.2773500981126146,12,7,9,13,8,10 -0.23570226039551587,13,7,9,14,8,10 -0.2,14,7,9,15,8,10 -0.17149858514250882,15,7,9,16,8,10 -0.14907119849998599,16,7,9,17,8,10 -0.13130643285972254,17,7,9,18,8,10 -0.11704114719613057,18,7,9,19,8,10 -0.09805806756909202,0,8,9,1,9,10 -0.10846522890932808,1,8,9,2,9,10 -0.12126781251816648,2,8,9,3,9,10 -0.13736056394868904,3,8,9,4,9,10 -0.15811388300841897,4,8,9,5,9,10 -0.18569533817705186,5,8,9,6,9,10 -0.22360679774997896,6,8,9,7,9,10 -0.2773500981126146,7,8,9,8,9,10 -0.35355339059327373,8,8,9,9,9,10 -0.4472135954999579,9,8,9,10,9,10 -0.5,10,8,9,11,9,10 -0.4472135954999579,11,8,9,12,9,10 -0.35355339059327373,12,8,9,13,9,10 -0.2773500981126146,13,8,9,14,9,10 -0.22360679774997896,14,8,9,15,9,10 -0.18569533817705186,15,8,9,16,9,10 -0.15811388300841897,16,8,9,17,9,10 -0.13736056394868904,17,8,9,18,9,10 -0.12126781251816648,18,8,9,19,9,10 -0.09950371902099892,0,9,9,1,10,10 -0.11043152607484653,1,9,9,2,10,10 -0.12403473458920847,2,9,9,3,10,10 -0.1414213562373095,3,9,9,4,10,10 -0.1643989873053573,4,9,9,5,10,10 -0.19611613513818404,5,9,9,6,10,10 -0.24253562503633297,6,9,9,7,10,10 -0.31622776601683794,7,9,9,8,10,10 -0.4472135954999579,8,9,9,9,10,10 -0.7071067811865475,9,9,9,10,10,10 -1.0,10,9,9,11,10,10 -0.7071067811865475,11,9,9,12,10,10 -0.4472135954999579,12,9,9,13,10,10 -0.31622776601683794,13,9,9,14,10,10 -0.24253562503633297,14,9,9,15,10,10 -0.19611613513818404,15,9,9,16,10,10 -0.1643989873053573,16,9,9,17,10,10 -0.1414213562373095,17,9,9,18,10,10 -0.12403473458920847,18,9,9,19,10,10 -0.1,0,10,9,1,11,10 -0.1111111111111111,1,10,9,2,11,10 -0.125,2,10,9,3,11,10 -0.14285714285714285,3,10,9,4,11,10 -0.16666666666666666,4,10,9,5,11,10 -0.2,5,10,9,6,11,10 -0.25,6,10,9,7,11,10 -0.3333333333333333,7,10,9,8,11,10 -0.5,8,10,9,9,11,10 -1.0,9,10,9,10,11,10 -0,10,10,9,11,11,10 -1.0,11,10,9,12,11,10 -0.5,12,10,9,13,11,10 -0.3333333333333333,13,10,9,14,11,10 -0.25,14,10,9,15,11,10 -0.2,15,10,9,16,11,10 -0.16666666666666666,16,10,9,17,11,10 -0.14285714285714285,17,10,9,18,11,10 -0.125,18,10,9,19,11,10 -0.09950371902099892,0,11,9,1,12,10 -0.11043152607484653,1,11,9,2,12,10 -0.12403473458920847,2,11,9,3,12,10 -0.1414213562373095,3,11,9,4,12,10 -0.1643989873053573,4,11,9,5,12,10 -0.19611613513818404,5,11,9,6,12,10 -0.24253562503633297,6,11,9,7,12,10 -0.31622776601683794,7,11,9,8,12,10 -0.4472135954999579,8,11,9,9,12,10 -0.7071067811865475,9,11,9,10,12,10 -1.0,10,11,9,11,12,10 -0.7071067811865475,11,11,9,12,12,10 -0.4472135954999579,12,11,9,13,12,10 -0.31622776601683794,13,11,9,14,12,10 -0.24253562503633297,14,11,9,15,12,10 -0.19611613513818404,15,11,9,16,12,10 -0.1643989873053573,16,11,9,17,12,10 -0.1414213562373095,17,11,9,18,12,10 -0.12403473458920847,18,11,9,19,12,10 -0.09805806756909202,0,12,9,1,13,10 -0.10846522890932808,1,12,9,2,13,10 -0.12126781251816648,2,12,9,3,13,10 -0.13736056394868904,3,12,9,4,13,10 -0.15811388300841897,4,12,9,5,13,10 -0.18569533817705186,5,12,9,6,13,10 -0.22360679774997896,6,12,9,7,13,10 -0.2773500981126146,7,12,9,8,13,10 -0.35355339059327373,8,12,9,9,13,10 -0.4472135954999579,9,12,9,10,13,10 -0.5,10,12,9,11,13,10 -0.4472135954999579,11,12,9,12,13,10 -0.35355339059327373,12,12,9,13,13,10 -0.2773500981126146,13,12,9,14,13,10 -0.22360679774997896,14,12,9,15,13,10 -0.18569533817705186,15,12,9,16,13,10 -0.15811388300841897,16,12,9,17,13,10 -0.13736056394868904,17,12,9,18,13,10 -0.12126781251816648,18,12,9,19,13,10 -0.09578262852211514,0,13,9,1,14,10 -0.10540925533894598,1,13,9,2,14,10 -0.11704114719613057,2,13,9,3,14,10 -0.13130643285972254,3,13,9,4,14,10 -0.14907119849998599,4,13,9,5,14,10 -0.17149858514250882,5,13,9,6,14,10 -0.2,6,13,9,7,14,10 -0.23570226039551587,7,13,9,8,14,10 -0.2773500981126146,8,13,9,9,14,10 -0.31622776601683794,9,13,9,10,14,10 -0.3333333333333333,10,13,9,11,14,10 -0.31622776601683794,11,13,9,12,14,10 -0.2773500981126146,12,13,9,13,14,10 -0.23570226039551587,13,13,9,14,14,10 -0.2,14,13,9,15,14,10 -0.17149858514250882,15,13,9,16,14,10 -0.14907119849998599,16,13,9,17,14,10 -0.13130643285972254,17,13,9,18,14,10 -0.11704114719613057,18,13,9,19,14,10 -0.09284766908852593,0,14,9,1,15,10 -0.10153461651336192,1,14,9,2,15,10 -0.11180339887498948,2,14,9,3,15,10 -0.12403473458920847,3,14,9,4,15,10 -0.1386750490563073,4,14,9,5,15,10 -0.15617376188860607,5,14,9,6,15,10 -0.17677669529663687,6,14,9,7,15,10 -0.2,7,14,9,8,15,10 -0.22360679774997896,8,14,9,9,15,10 -0.24253562503633297,9,14,9,10,15,10 -0.25,10,14,9,11,15,10 -0.24253562503633297,11,14,9,12,15,10 -0.22360679774997896,12,14,9,13,15,10 -0.2,13,14,9,14,15,10 -0.17677669529663687,14,14,9,15,15,10 -0.15617376188860607,15,14,9,16,15,10 -0.1386750490563073,16,14,9,17,15,10 -0.12403473458920847,17,14,9,18,15,10 -0.11180339887498948,18,14,9,19,15,10 -0.08944271909999159,0,15,9,1,16,10 -0.09712858623572641,1,15,9,2,16,10 -0.105999788000636,2,15,9,3,16,10 -0.11624763874381928,3,15,9,4,16,10 -0.12803687993289598,4,15,9,5,16,10 -0.1414213562373095,5,15,9,6,16,10 -0.15617376188860607,6,15,9,7,16,10 -0.17149858514250882,7,15,9,8,16,10 -0.18569533817705186,8,15,9,9,16,10 -0.19611613513818404,9,15,9,10,16,10 -0.2,10,15,9,11,16,10 -0.19611613513818404,11,15,9,12,16,10 -0.18569533817705186,12,15,9,13,16,10 -0.17149858514250882,13,15,9,14,16,10 -0.15617376188860607,14,15,9,15,16,10 -0.1414213562373095,15,15,9,16,16,10 -0.12803687993289598,16,15,9,17,16,10 -0.11624763874381928,17,15,9,18,16,10 -0.105999788000636,18,15,9,19,16,10 -0.08574929257125441,0,16,9,1,17,10 -0.09245003270420485,1,16,9,2,17,10 -0.1,2,16,9,3,17,10 -0.10846522890932808,3,16,9,4,17,10 -0.11785113019775793,4,16,9,5,17,10 -0.12803687993289598,5,16,9,6,17,10 -0.1386750490563073,6,16,9,7,17,10 -0.14907119849998599,7,16,9,8,17,10 -0.15811388300841897,8,16,9,9,17,10 -0.1643989873053573,9,16,9,10,17,10 -0.16666666666666666,10,16,9,11,17,10 -0.1643989873053573,11,16,9,12,17,10 -0.15811388300841897,12,16,9,13,17,10 -0.14907119849998599,13,16,9,14,17,10 -0.1386750490563073,14,16,9,15,17,10 -0.12803687993289598,15,16,9,16,17,10 -0.11785113019775793,16,16,9,17,17,10 -0.10846522890932808,17,16,9,18,17,10 -0.1,18,16,9,19,17,10 -0.08192319205190406,0,17,9,1,18,10 -0.08770580193070293,1,17,9,2,18,10 -0.09407208683835973,2,17,9,3,18,10 -0.10101525445522107,3,17,9,4,18,10 -0.10846522890932808,4,17,9,5,18,10 -0.11624763874381928,5,17,9,6,18,10 -0.12403473458920847,6,17,9,7,18,10 -0.13130643285972254,7,17,9,8,18,10 -0.13736056394868904,8,17,9,9,18,10 -0.1414213562373095,9,17,9,10,18,10 -0.14285714285714285,10,17,9,11,18,10 -0.1414213562373095,11,17,9,12,18,10 -0.13736056394868904,12,17,9,13,18,10 -0.13130643285972254,13,17,9,14,18,10 -0.12403473458920847,14,17,9,15,18,10 -0.11624763874381928,15,17,9,16,18,10 -0.10846522890932808,16,17,9,17,18,10 -0.10101525445522107,17,17,9,18,18,10 -0.09407208683835973,18,17,9,19,18,10 -0.07808688094430304,0,18,9,1,19,10 -0.08304547985373997,1,18,9,2,19,10 -0.08838834764831843,2,18,9,3,19,10 -0.09407208683835973,3,18,9,4,19,10 -0.1,4,18,9,5,19,10 -0.105999788000636,5,18,9,6,19,10 -0.11180339887498948,6,18,9,7,19,10 -0.11704114719613057,7,18,9,8,19,10 -0.12126781251816648,8,18,9,9,19,10 -0.12403473458920847,9,18,9,10,19,10 -0.125,10,18,9,11,19,10 -0.12403473458920847,11,18,9,12,19,10 -0.12126781251816648,12,18,9,13,19,10 -0.11704114719613057,13,18,9,14,19,10 -0.11180339887498948,14,18,9,15,19,10 -0.105999788000636,15,18,9,16,19,10 -0.1,16,18,9,17,19,10 -0.09407208683835973,17,18,9,18,19,10 -0.08838834764831843,18,18,9,19,19,10 -0.07071067811865475,0,0,10,1,1,11 -0.07432941462471664,1,0,10,2,1,11 -0.07808688094430304,2,0,10,3,1,11 -0.08192319205190406,3,0,10,4,1,11 -0.08574929257125441,4,0,10,5,1,11 -0.08944271909999159,5,0,10,6,1,11 -0.09284766908852593,6,0,10,7,1,11 -0.09578262852211514,7,0,10,8,1,11 -0.09805806756909202,8,0,10,9,1,11 -0.09950371902099892,9,0,10,10,1,11 -0.1,10,0,10,11,1,11 -0.09950371902099892,11,0,10,12,1,11 -0.09805806756909202,12,0,10,13,1,11 -0.09578262852211514,13,0,10,14,1,11 -0.09284766908852593,14,0,10,15,1,11 -0.08944271909999159,15,0,10,16,1,11 -0.08574929257125441,16,0,10,17,1,11 -0.08192319205190406,17,0,10,18,1,11 -0.07808688094430304,18,0,10,19,1,11 -0.07432941462471664,0,1,10,1,2,11 -0.07856742013183861,1,1,10,2,2,11 -0.08304547985373997,2,1,10,3,2,11 -0.08770580193070293,3,1,10,4,2,11 -0.09245003270420485,4,1,10,5,2,11 -0.09712858623572641,5,1,10,6,2,11 -0.10153461651336192,6,1,10,7,2,11 -0.10540925533894598,7,1,10,8,2,11 -0.10846522890932808,8,1,10,9,2,11 -0.11043152607484653,9,1,10,10,2,11 -0.1111111111111111,10,1,10,11,2,11 -0.11043152607484653,11,1,10,12,2,11 -0.10846522890932808,12,1,10,13,2,11 -0.10540925533894598,13,1,10,14,2,11 -0.10153461651336192,14,1,10,15,2,11 -0.09712858623572641,15,1,10,16,2,11 -0.09245003270420485,16,1,10,17,2,11 -0.08770580193070293,17,1,10,18,2,11 -0.08304547985373997,18,1,10,19,2,11 -0.07808688094430304,0,2,10,1,3,11 -0.08304547985373997,1,2,10,2,3,11 -0.08838834764831843,2,2,10,3,3,11 -0.09407208683835973,3,2,10,4,3,11 -0.1,4,2,10,5,3,11 -0.105999788000636,5,2,10,6,3,11 -0.11180339887498948,6,2,10,7,3,11 -0.11704114719613057,7,2,10,8,3,11 -0.12126781251816648,8,2,10,9,3,11 -0.12403473458920847,9,2,10,10,3,11 -0.125,10,2,10,11,3,11 -0.12403473458920847,11,2,10,12,3,11 -0.12126781251816648,12,2,10,13,3,11 -0.11704114719613057,13,2,10,14,3,11 -0.11180339887498948,14,2,10,15,3,11 -0.105999788000636,15,2,10,16,3,11 -0.1,16,2,10,17,3,11 -0.09407208683835973,17,2,10,18,3,11 -0.08838834764831843,18,2,10,19,3,11 -0.08192319205190406,0,3,10,1,4,11 -0.08770580193070293,1,3,10,2,4,11 -0.09407208683835973,2,3,10,3,4,11 -0.10101525445522107,3,3,10,4,4,11 -0.10846522890932808,4,3,10,5,4,11 -0.11624763874381928,5,3,10,6,4,11 -0.12403473458920847,6,3,10,7,4,11 -0.13130643285972254,7,3,10,8,4,11 -0.13736056394868904,8,3,10,9,4,11 -0.1414213562373095,9,3,10,10,4,11 -0.14285714285714285,10,3,10,11,4,11 -0.1414213562373095,11,3,10,12,4,11 -0.13736056394868904,12,3,10,13,4,11 -0.13130643285972254,13,3,10,14,4,11 -0.12403473458920847,14,3,10,15,4,11 -0.11624763874381928,15,3,10,16,4,11 -0.10846522890932808,16,3,10,17,4,11 -0.10101525445522107,17,3,10,18,4,11 -0.09407208683835973,18,3,10,19,4,11 -0.08574929257125441,0,4,10,1,5,11 -0.09245003270420485,1,4,10,2,5,11 -0.1,2,4,10,3,5,11 -0.10846522890932808,3,4,10,4,5,11 -0.11785113019775793,4,4,10,5,5,11 -0.12803687993289598,5,4,10,6,5,11 -0.1386750490563073,6,4,10,7,5,11 -0.14907119849998599,7,4,10,8,5,11 -0.15811388300841897,8,4,10,9,5,11 -0.1643989873053573,9,4,10,10,5,11 -0.16666666666666666,10,4,10,11,5,11 -0.1643989873053573,11,4,10,12,5,11 -0.15811388300841897,12,4,10,13,5,11 -0.14907119849998599,13,4,10,14,5,11 -0.1386750490563073,14,4,10,15,5,11 -0.12803687993289598,15,4,10,16,5,11 -0.11785113019775793,16,4,10,17,5,11 -0.10846522890932808,17,4,10,18,5,11 -0.1,18,4,10,19,5,11 -0.08944271909999159,0,5,10,1,6,11 -0.09712858623572641,1,5,10,2,6,11 -0.105999788000636,2,5,10,3,6,11 -0.11624763874381928,3,5,10,4,6,11 -0.12803687993289598,4,5,10,5,6,11 -0.1414213562373095,5,5,10,6,6,11 -0.15617376188860607,6,5,10,7,6,11 -0.17149858514250882,7,5,10,8,6,11 -0.18569533817705186,8,5,10,9,6,11 -0.19611613513818404,9,5,10,10,6,11 -0.2,10,5,10,11,6,11 -0.19611613513818404,11,5,10,12,6,11 -0.18569533817705186,12,5,10,13,6,11 -0.17149858514250882,13,5,10,14,6,11 -0.15617376188860607,14,5,10,15,6,11 -0.1414213562373095,15,5,10,16,6,11 -0.12803687993289598,16,5,10,17,6,11 -0.11624763874381928,17,5,10,18,6,11 -0.105999788000636,18,5,10,19,6,11 -0.09284766908852593,0,6,10,1,7,11 -0.10153461651336192,1,6,10,2,7,11 -0.11180339887498948,2,6,10,3,7,11 -0.12403473458920847,3,6,10,4,7,11 -0.1386750490563073,4,6,10,5,7,11 -0.15617376188860607,5,6,10,6,7,11 -0.17677669529663687,6,6,10,7,7,11 -0.2,7,6,10,8,7,11 -0.22360679774997896,8,6,10,9,7,11 -0.24253562503633297,9,6,10,10,7,11 -0.25,10,6,10,11,7,11 -0.24253562503633297,11,6,10,12,7,11 -0.22360679774997896,12,6,10,13,7,11 -0.2,13,6,10,14,7,11 -0.17677669529663687,14,6,10,15,7,11 -0.15617376188860607,15,6,10,16,7,11 -0.1386750490563073,16,6,10,17,7,11 -0.12403473458920847,17,6,10,18,7,11 -0.11180339887498948,18,6,10,19,7,11 -0.09578262852211514,0,7,10,1,8,11 -0.10540925533894598,1,7,10,2,8,11 -0.11704114719613057,2,7,10,3,8,11 -0.13130643285972254,3,7,10,4,8,11 -0.14907119849998599,4,7,10,5,8,11 -0.17149858514250882,5,7,10,6,8,11 -0.2,6,7,10,7,8,11 -0.23570226039551587,7,7,10,8,8,11 -0.2773500981126146,8,7,10,9,8,11 -0.31622776601683794,9,7,10,10,8,11 -0.3333333333333333,10,7,10,11,8,11 -0.31622776601683794,11,7,10,12,8,11 -0.2773500981126146,12,7,10,13,8,11 -0.23570226039551587,13,7,10,14,8,11 -0.2,14,7,10,15,8,11 -0.17149858514250882,15,7,10,16,8,11 -0.14907119849998599,16,7,10,17,8,11 -0.13130643285972254,17,7,10,18,8,11 -0.11704114719613057,18,7,10,19,8,11 -0.09805806756909202,0,8,10,1,9,11 -0.10846522890932808,1,8,10,2,9,11 -0.12126781251816648,2,8,10,3,9,11 -0.13736056394868904,3,8,10,4,9,11 -0.15811388300841897,4,8,10,5,9,11 -0.18569533817705186,5,8,10,6,9,11 -0.22360679774997896,6,8,10,7,9,11 -0.2773500981126146,7,8,10,8,9,11 -0.35355339059327373,8,8,10,9,9,11 -0.4472135954999579,9,8,10,10,9,11 -0.5,10,8,10,11,9,11 -0.4472135954999579,11,8,10,12,9,11 -0.35355339059327373,12,8,10,13,9,11 -0.2773500981126146,13,8,10,14,9,11 -0.22360679774997896,14,8,10,15,9,11 -0.18569533817705186,15,8,10,16,9,11 -0.15811388300841897,16,8,10,17,9,11 -0.13736056394868904,17,8,10,18,9,11 -0.12126781251816648,18,8,10,19,9,11 -0.09950371902099892,0,9,10,1,10,11 -0.11043152607484653,1,9,10,2,10,11 -0.12403473458920847,2,9,10,3,10,11 -0.1414213562373095,3,9,10,4,10,11 -0.1643989873053573,4,9,10,5,10,11 -0.19611613513818404,5,9,10,6,10,11 -0.24253562503633297,6,9,10,7,10,11 -0.31622776601683794,7,9,10,8,10,11 -0.4472135954999579,8,9,10,9,10,11 -0.7071067811865475,9,9,10,10,10,11 -1.0,10,9,10,11,10,11 -0.7071067811865475,11,9,10,12,10,11 -0.4472135954999579,12,9,10,13,10,11 -0.31622776601683794,13,9,10,14,10,11 -0.24253562503633297,14,9,10,15,10,11 -0.19611613513818404,15,9,10,16,10,11 -0.1643989873053573,16,9,10,17,10,11 -0.1414213562373095,17,9,10,18,10,11 -0.12403473458920847,18,9,10,19,10,11 -0.1,0,10,10,1,11,11 -0.1111111111111111,1,10,10,2,11,11 -0.125,2,10,10,3,11,11 -0.14285714285714285,3,10,10,4,11,11 -0.16666666666666666,4,10,10,5,11,11 -0.2,5,10,10,6,11,11 -0.25,6,10,10,7,11,11 -0.3333333333333333,7,10,10,8,11,11 -0.5,8,10,10,9,11,11 -1.0,9,10,10,10,11,11 -0,10,10,10,11,11,11 -1.0,11,10,10,12,11,11 -0.5,12,10,10,13,11,11 -0.3333333333333333,13,10,10,14,11,11 -0.25,14,10,10,15,11,11 -0.2,15,10,10,16,11,11 -0.16666666666666666,16,10,10,17,11,11 -0.14285714285714285,17,10,10,18,11,11 -0.125,18,10,10,19,11,11 -0.09950371902099892,0,11,10,1,12,11 -0.11043152607484653,1,11,10,2,12,11 -0.12403473458920847,2,11,10,3,12,11 -0.1414213562373095,3,11,10,4,12,11 -0.1643989873053573,4,11,10,5,12,11 -0.19611613513818404,5,11,10,6,12,11 -0.24253562503633297,6,11,10,7,12,11 -0.31622776601683794,7,11,10,8,12,11 -0.4472135954999579,8,11,10,9,12,11 -0.7071067811865475,9,11,10,10,12,11 -1.0,10,11,10,11,12,11 -0.7071067811865475,11,11,10,12,12,11 -0.4472135954999579,12,11,10,13,12,11 -0.31622776601683794,13,11,10,14,12,11 -0.24253562503633297,14,11,10,15,12,11 -0.19611613513818404,15,11,10,16,12,11 -0.1643989873053573,16,11,10,17,12,11 -0.1414213562373095,17,11,10,18,12,11 -0.12403473458920847,18,11,10,19,12,11 -0.09805806756909202,0,12,10,1,13,11 -0.10846522890932808,1,12,10,2,13,11 -0.12126781251816648,2,12,10,3,13,11 -0.13736056394868904,3,12,10,4,13,11 -0.15811388300841897,4,12,10,5,13,11 -0.18569533817705186,5,12,10,6,13,11 -0.22360679774997896,6,12,10,7,13,11 -0.2773500981126146,7,12,10,8,13,11 -0.35355339059327373,8,12,10,9,13,11 -0.4472135954999579,9,12,10,10,13,11 -0.5,10,12,10,11,13,11 -0.4472135954999579,11,12,10,12,13,11 -0.35355339059327373,12,12,10,13,13,11 -0.2773500981126146,13,12,10,14,13,11 -0.22360679774997896,14,12,10,15,13,11 -0.18569533817705186,15,12,10,16,13,11 -0.15811388300841897,16,12,10,17,13,11 -0.13736056394868904,17,12,10,18,13,11 -0.12126781251816648,18,12,10,19,13,11 -0.09578262852211514,0,13,10,1,14,11 -0.10540925533894598,1,13,10,2,14,11 -0.11704114719613057,2,13,10,3,14,11 -0.13130643285972254,3,13,10,4,14,11 -0.14907119849998599,4,13,10,5,14,11 -0.17149858514250882,5,13,10,6,14,11 -0.2,6,13,10,7,14,11 -0.23570226039551587,7,13,10,8,14,11 -0.2773500981126146,8,13,10,9,14,11 -0.31622776601683794,9,13,10,10,14,11 -0.3333333333333333,10,13,10,11,14,11 -0.31622776601683794,11,13,10,12,14,11 -0.2773500981126146,12,13,10,13,14,11 -0.23570226039551587,13,13,10,14,14,11 -0.2,14,13,10,15,14,11 -0.17149858514250882,15,13,10,16,14,11 -0.14907119849998599,16,13,10,17,14,11 -0.13130643285972254,17,13,10,18,14,11 -0.11704114719613057,18,13,10,19,14,11 -0.09284766908852593,0,14,10,1,15,11 -0.10153461651336192,1,14,10,2,15,11 -0.11180339887498948,2,14,10,3,15,11 -0.12403473458920847,3,14,10,4,15,11 -0.1386750490563073,4,14,10,5,15,11 -0.15617376188860607,5,14,10,6,15,11 -0.17677669529663687,6,14,10,7,15,11 -0.2,7,14,10,8,15,11 -0.22360679774997896,8,14,10,9,15,11 -0.24253562503633297,9,14,10,10,15,11 -0.25,10,14,10,11,15,11 -0.24253562503633297,11,14,10,12,15,11 -0.22360679774997896,12,14,10,13,15,11 -0.2,13,14,10,14,15,11 -0.17677669529663687,14,14,10,15,15,11 -0.15617376188860607,15,14,10,16,15,11 -0.1386750490563073,16,14,10,17,15,11 -0.12403473458920847,17,14,10,18,15,11 -0.11180339887498948,18,14,10,19,15,11 -0.08944271909999159,0,15,10,1,16,11 -0.09712858623572641,1,15,10,2,16,11 -0.105999788000636,2,15,10,3,16,11 -0.11624763874381928,3,15,10,4,16,11 -0.12803687993289598,4,15,10,5,16,11 -0.1414213562373095,5,15,10,6,16,11 -0.15617376188860607,6,15,10,7,16,11 -0.17149858514250882,7,15,10,8,16,11 -0.18569533817705186,8,15,10,9,16,11 -0.19611613513818404,9,15,10,10,16,11 -0.2,10,15,10,11,16,11 -0.19611613513818404,11,15,10,12,16,11 -0.18569533817705186,12,15,10,13,16,11 -0.17149858514250882,13,15,10,14,16,11 -0.15617376188860607,14,15,10,15,16,11 -0.1414213562373095,15,15,10,16,16,11 -0.12803687993289598,16,15,10,17,16,11 -0.11624763874381928,17,15,10,18,16,11 -0.105999788000636,18,15,10,19,16,11 -0.08574929257125441,0,16,10,1,17,11 -0.09245003270420485,1,16,10,2,17,11 -0.1,2,16,10,3,17,11 -0.10846522890932808,3,16,10,4,17,11 -0.11785113019775793,4,16,10,5,17,11 -0.12803687993289598,5,16,10,6,17,11 -0.1386750490563073,6,16,10,7,17,11 -0.14907119849998599,7,16,10,8,17,11 -0.15811388300841897,8,16,10,9,17,11 -0.1643989873053573,9,16,10,10,17,11 -0.16666666666666666,10,16,10,11,17,11 -0.1643989873053573,11,16,10,12,17,11 -0.15811388300841897,12,16,10,13,17,11 -0.14907119849998599,13,16,10,14,17,11 -0.1386750490563073,14,16,10,15,17,11 -0.12803687993289598,15,16,10,16,17,11 -0.11785113019775793,16,16,10,17,17,11 -0.10846522890932808,17,16,10,18,17,11 -0.1,18,16,10,19,17,11 -0.08192319205190406,0,17,10,1,18,11 -0.08770580193070293,1,17,10,2,18,11 -0.09407208683835973,2,17,10,3,18,11 -0.10101525445522107,3,17,10,4,18,11 -0.10846522890932808,4,17,10,5,18,11 -0.11624763874381928,5,17,10,6,18,11 -0.12403473458920847,6,17,10,7,18,11 -0.13130643285972254,7,17,10,8,18,11 -0.13736056394868904,8,17,10,9,18,11 -0.1414213562373095,9,17,10,10,18,11 -0.14285714285714285,10,17,10,11,18,11 -0.1414213562373095,11,17,10,12,18,11 -0.13736056394868904,12,17,10,13,18,11 -0.13130643285972254,13,17,10,14,18,11 -0.12403473458920847,14,17,10,15,18,11 -0.11624763874381928,15,17,10,16,18,11 -0.10846522890932808,16,17,10,17,18,11 -0.10101525445522107,17,17,10,18,18,11 -0.09407208683835973,18,17,10,19,18,11 -0.07808688094430304,0,18,10,1,19,11 -0.08304547985373997,1,18,10,2,19,11 -0.08838834764831843,2,18,10,3,19,11 -0.09407208683835973,3,18,10,4,19,11 -0.1,4,18,10,5,19,11 -0.105999788000636,5,18,10,6,19,11 -0.11180339887498948,6,18,10,7,19,11 -0.11704114719613057,7,18,10,8,19,11 -0.12126781251816648,8,18,10,9,19,11 -0.12403473458920847,9,18,10,10,19,11 -0.125,10,18,10,11,19,11 -0.12403473458920847,11,18,10,12,19,11 -0.12126781251816648,12,18,10,13,19,11 -0.11704114719613057,13,18,10,14,19,11 -0.11180339887498948,14,18,10,15,19,11 -0.105999788000636,15,18,10,16,19,11 -0.1,16,18,10,17,19,11 -0.09407208683835973,17,18,10,18,19,11 -0.08838834764831843,18,18,10,19,19,11 -0.07071067811865475,0,0,11,1,1,12 -0.07432941462471664,1,0,11,2,1,12 -0.07808688094430304,2,0,11,3,1,12 -0.08192319205190406,3,0,11,4,1,12 -0.08574929257125441,4,0,11,5,1,12 -0.08944271909999159,5,0,11,6,1,12 -0.09284766908852593,6,0,11,7,1,12 -0.09578262852211514,7,0,11,8,1,12 -0.09805806756909202,8,0,11,9,1,12 -0.09950371902099892,9,0,11,10,1,12 -0.1,10,0,11,11,1,12 -0.09950371902099892,11,0,11,12,1,12 -0.09805806756909202,12,0,11,13,1,12 -0.09578262852211514,13,0,11,14,1,12 -0.09284766908852593,14,0,11,15,1,12 -0.08944271909999159,15,0,11,16,1,12 -0.08574929257125441,16,0,11,17,1,12 -0.08192319205190406,17,0,11,18,1,12 -0.07808688094430304,18,0,11,19,1,12 -0.07432941462471664,0,1,11,1,2,12 -0.07856742013183861,1,1,11,2,2,12 -0.08304547985373997,2,1,11,3,2,12 -0.08770580193070293,3,1,11,4,2,12 -0.09245003270420485,4,1,11,5,2,12 -0.09712858623572641,5,1,11,6,2,12 -0.10153461651336192,6,1,11,7,2,12 -0.10540925533894598,7,1,11,8,2,12 -0.10846522890932808,8,1,11,9,2,12 -0.11043152607484653,9,1,11,10,2,12 -0.1111111111111111,10,1,11,11,2,12 -0.11043152607484653,11,1,11,12,2,12 -0.10846522890932808,12,1,11,13,2,12 -0.10540925533894598,13,1,11,14,2,12 -0.10153461651336192,14,1,11,15,2,12 -0.09712858623572641,15,1,11,16,2,12 -0.09245003270420485,16,1,11,17,2,12 -0.08770580193070293,17,1,11,18,2,12 -0.08304547985373997,18,1,11,19,2,12 -0.07808688094430304,0,2,11,1,3,12 -0.08304547985373997,1,2,11,2,3,12 -0.08838834764831843,2,2,11,3,3,12 -0.09407208683835973,3,2,11,4,3,12 -0.1,4,2,11,5,3,12 -0.105999788000636,5,2,11,6,3,12 -0.11180339887498948,6,2,11,7,3,12 -0.11704114719613057,7,2,11,8,3,12 -0.12126781251816648,8,2,11,9,3,12 -0.12403473458920847,9,2,11,10,3,12 -0.125,10,2,11,11,3,12 -0.12403473458920847,11,2,11,12,3,12 -0.12126781251816648,12,2,11,13,3,12 -0.11704114719613057,13,2,11,14,3,12 -0.11180339887498948,14,2,11,15,3,12 -0.105999788000636,15,2,11,16,3,12 -0.1,16,2,11,17,3,12 -0.09407208683835973,17,2,11,18,3,12 -0.08838834764831843,18,2,11,19,3,12 -0.08192319205190406,0,3,11,1,4,12 -0.08770580193070293,1,3,11,2,4,12 -0.09407208683835973,2,3,11,3,4,12 -0.10101525445522107,3,3,11,4,4,12 -0.10846522890932808,4,3,11,5,4,12 -0.11624763874381928,5,3,11,6,4,12 -0.12403473458920847,6,3,11,7,4,12 -0.13130643285972254,7,3,11,8,4,12 -0.13736056394868904,8,3,11,9,4,12 -0.1414213562373095,9,3,11,10,4,12 -0.14285714285714285,10,3,11,11,4,12 -0.1414213562373095,11,3,11,12,4,12 -0.13736056394868904,12,3,11,13,4,12 -0.13130643285972254,13,3,11,14,4,12 -0.12403473458920847,14,3,11,15,4,12 -0.11624763874381928,15,3,11,16,4,12 -0.10846522890932808,16,3,11,17,4,12 -0.10101525445522107,17,3,11,18,4,12 -0.09407208683835973,18,3,11,19,4,12 -0.08574929257125441,0,4,11,1,5,12 -0.09245003270420485,1,4,11,2,5,12 -0.1,2,4,11,3,5,12 -0.10846522890932808,3,4,11,4,5,12 -0.11785113019775793,4,4,11,5,5,12 -0.12803687993289598,5,4,11,6,5,12 -0.1386750490563073,6,4,11,7,5,12 -0.14907119849998599,7,4,11,8,5,12 -0.15811388300841897,8,4,11,9,5,12 -0.1643989873053573,9,4,11,10,5,12 -0.16666666666666666,10,4,11,11,5,12 -0.1643989873053573,11,4,11,12,5,12 -0.15811388300841897,12,4,11,13,5,12 -0.14907119849998599,13,4,11,14,5,12 -0.1386750490563073,14,4,11,15,5,12 -0.12803687993289598,15,4,11,16,5,12 -0.11785113019775793,16,4,11,17,5,12 -0.10846522890932808,17,4,11,18,5,12 -0.1,18,4,11,19,5,12 -0.08944271909999159,0,5,11,1,6,12 -0.09712858623572641,1,5,11,2,6,12 -0.105999788000636,2,5,11,3,6,12 -0.11624763874381928,3,5,11,4,6,12 -0.12803687993289598,4,5,11,5,6,12 -0.1414213562373095,5,5,11,6,6,12 -0.15617376188860607,6,5,11,7,6,12 -0.17149858514250882,7,5,11,8,6,12 -0.18569533817705186,8,5,11,9,6,12 -0.19611613513818404,9,5,11,10,6,12 -0.2,10,5,11,11,6,12 -0.19611613513818404,11,5,11,12,6,12 -0.18569533817705186,12,5,11,13,6,12 -0.17149858514250882,13,5,11,14,6,12 -0.15617376188860607,14,5,11,15,6,12 -0.1414213562373095,15,5,11,16,6,12 -0.12803687993289598,16,5,11,17,6,12 -0.11624763874381928,17,5,11,18,6,12 -0.105999788000636,18,5,11,19,6,12 -0.09284766908852593,0,6,11,1,7,12 -0.10153461651336192,1,6,11,2,7,12 -0.11180339887498948,2,6,11,3,7,12 -0.12403473458920847,3,6,11,4,7,12 -0.1386750490563073,4,6,11,5,7,12 -0.15617376188860607,5,6,11,6,7,12 -0.17677669529663687,6,6,11,7,7,12 -0.2,7,6,11,8,7,12 -0.22360679774997896,8,6,11,9,7,12 -0.24253562503633297,9,6,11,10,7,12 -0.25,10,6,11,11,7,12 -0.24253562503633297,11,6,11,12,7,12 -0.22360679774997896,12,6,11,13,7,12 -0.2,13,6,11,14,7,12 -0.17677669529663687,14,6,11,15,7,12 -0.15617376188860607,15,6,11,16,7,12 -0.1386750490563073,16,6,11,17,7,12 -0.12403473458920847,17,6,11,18,7,12 -0.11180339887498948,18,6,11,19,7,12 -0.09578262852211514,0,7,11,1,8,12 -0.10540925533894598,1,7,11,2,8,12 -0.11704114719613057,2,7,11,3,8,12 -0.13130643285972254,3,7,11,4,8,12 -0.14907119849998599,4,7,11,5,8,12 -0.17149858514250882,5,7,11,6,8,12 -0.2,6,7,11,7,8,12 -0.23570226039551587,7,7,11,8,8,12 -0.2773500981126146,8,7,11,9,8,12 -0.31622776601683794,9,7,11,10,8,12 -0.3333333333333333,10,7,11,11,8,12 -0.31622776601683794,11,7,11,12,8,12 -0.2773500981126146,12,7,11,13,8,12 -0.23570226039551587,13,7,11,14,8,12 -0.2,14,7,11,15,8,12 -0.17149858514250882,15,7,11,16,8,12 -0.14907119849998599,16,7,11,17,8,12 -0.13130643285972254,17,7,11,18,8,12 -0.11704114719613057,18,7,11,19,8,12 -0.09805806756909202,0,8,11,1,9,12 -0.10846522890932808,1,8,11,2,9,12 -0.12126781251816648,2,8,11,3,9,12 -0.13736056394868904,3,8,11,4,9,12 -0.15811388300841897,4,8,11,5,9,12 -0.18569533817705186,5,8,11,6,9,12 -0.22360679774997896,6,8,11,7,9,12 -0.2773500981126146,7,8,11,8,9,12 -0.35355339059327373,8,8,11,9,9,12 -0.4472135954999579,9,8,11,10,9,12 -0.5,10,8,11,11,9,12 -0.4472135954999579,11,8,11,12,9,12 -0.35355339059327373,12,8,11,13,9,12 -0.2773500981126146,13,8,11,14,9,12 -0.22360679774997896,14,8,11,15,9,12 -0.18569533817705186,15,8,11,16,9,12 -0.15811388300841897,16,8,11,17,9,12 -0.13736056394868904,17,8,11,18,9,12 -0.12126781251816648,18,8,11,19,9,12 -0.09950371902099892,0,9,11,1,10,12 -0.11043152607484653,1,9,11,2,10,12 -0.12403473458920847,2,9,11,3,10,12 -0.1414213562373095,3,9,11,4,10,12 -0.1643989873053573,4,9,11,5,10,12 -0.19611613513818404,5,9,11,6,10,12 -0.24253562503633297,6,9,11,7,10,12 -0.31622776601683794,7,9,11,8,10,12 -0.4472135954999579,8,9,11,9,10,12 -0.7071067811865475,9,9,11,10,10,12 -1.0,10,9,11,11,10,12 -0.7071067811865475,11,9,11,12,10,12 -0.4472135954999579,12,9,11,13,10,12 -0.31622776601683794,13,9,11,14,10,12 -0.24253562503633297,14,9,11,15,10,12 -0.19611613513818404,15,9,11,16,10,12 -0.1643989873053573,16,9,11,17,10,12 -0.1414213562373095,17,9,11,18,10,12 -0.12403473458920847,18,9,11,19,10,12 -0.1,0,10,11,1,11,12 -0.1111111111111111,1,10,11,2,11,12 -0.125,2,10,11,3,11,12 -0.14285714285714285,3,10,11,4,11,12 -0.16666666666666666,4,10,11,5,11,12 -0.2,5,10,11,6,11,12 -0.25,6,10,11,7,11,12 -0.3333333333333333,7,10,11,8,11,12 -0.5,8,10,11,9,11,12 -1.0,9,10,11,10,11,12 -0,10,10,11,11,11,12 -1.0,11,10,11,12,11,12 -0.5,12,10,11,13,11,12 -0.3333333333333333,13,10,11,14,11,12 -0.25,14,10,11,15,11,12 -0.2,15,10,11,16,11,12 -0.16666666666666666,16,10,11,17,11,12 -0.14285714285714285,17,10,11,18,11,12 -0.125,18,10,11,19,11,12 -0.09950371902099892,0,11,11,1,12,12 -0.11043152607484653,1,11,11,2,12,12 -0.12403473458920847,2,11,11,3,12,12 -0.1414213562373095,3,11,11,4,12,12 -0.1643989873053573,4,11,11,5,12,12 -0.19611613513818404,5,11,11,6,12,12 -0.24253562503633297,6,11,11,7,12,12 -0.31622776601683794,7,11,11,8,12,12 -0.4472135954999579,8,11,11,9,12,12 -0.7071067811865475,9,11,11,10,12,12 -1.0,10,11,11,11,12,12 -0.7071067811865475,11,11,11,12,12,12 -0.4472135954999579,12,11,11,13,12,12 -0.31622776601683794,13,11,11,14,12,12 -0.24253562503633297,14,11,11,15,12,12 -0.19611613513818404,15,11,11,16,12,12 -0.1643989873053573,16,11,11,17,12,12 -0.1414213562373095,17,11,11,18,12,12 -0.12403473458920847,18,11,11,19,12,12 -0.09805806756909202,0,12,11,1,13,12 -0.10846522890932808,1,12,11,2,13,12 -0.12126781251816648,2,12,11,3,13,12 -0.13736056394868904,3,12,11,4,13,12 -0.15811388300841897,4,12,11,5,13,12 -0.18569533817705186,5,12,11,6,13,12 -0.22360679774997896,6,12,11,7,13,12 -0.2773500981126146,7,12,11,8,13,12 -0.35355339059327373,8,12,11,9,13,12 -0.4472135954999579,9,12,11,10,13,12 -0.5,10,12,11,11,13,12 -0.4472135954999579,11,12,11,12,13,12 -0.35355339059327373,12,12,11,13,13,12 -0.2773500981126146,13,12,11,14,13,12 -0.22360679774997896,14,12,11,15,13,12 -0.18569533817705186,15,12,11,16,13,12 -0.15811388300841897,16,12,11,17,13,12 -0.13736056394868904,17,12,11,18,13,12 -0.12126781251816648,18,12,11,19,13,12 -0.09578262852211514,0,13,11,1,14,12 -0.10540925533894598,1,13,11,2,14,12 -0.11704114719613057,2,13,11,3,14,12 -0.13130643285972254,3,13,11,4,14,12 -0.14907119849998599,4,13,11,5,14,12 -0.17149858514250882,5,13,11,6,14,12 -0.2,6,13,11,7,14,12 -0.23570226039551587,7,13,11,8,14,12 -0.2773500981126146,8,13,11,9,14,12 -0.31622776601683794,9,13,11,10,14,12 -0.3333333333333333,10,13,11,11,14,12 -0.31622776601683794,11,13,11,12,14,12 -0.2773500981126146,12,13,11,13,14,12 -0.23570226039551587,13,13,11,14,14,12 -0.2,14,13,11,15,14,12 -0.17149858514250882,15,13,11,16,14,12 -0.14907119849998599,16,13,11,17,14,12 -0.13130643285972254,17,13,11,18,14,12 -0.11704114719613057,18,13,11,19,14,12 -0.09284766908852593,0,14,11,1,15,12 -0.10153461651336192,1,14,11,2,15,12 -0.11180339887498948,2,14,11,3,15,12 -0.12403473458920847,3,14,11,4,15,12 -0.1386750490563073,4,14,11,5,15,12 -0.15617376188860607,5,14,11,6,15,12 -0.17677669529663687,6,14,11,7,15,12 -0.2,7,14,11,8,15,12 -0.22360679774997896,8,14,11,9,15,12 -0.24253562503633297,9,14,11,10,15,12 -0.25,10,14,11,11,15,12 -0.24253562503633297,11,14,11,12,15,12 -0.22360679774997896,12,14,11,13,15,12 -0.2,13,14,11,14,15,12 -0.17677669529663687,14,14,11,15,15,12 -0.15617376188860607,15,14,11,16,15,12 -0.1386750490563073,16,14,11,17,15,12 -0.12403473458920847,17,14,11,18,15,12 -0.11180339887498948,18,14,11,19,15,12 -0.08944271909999159,0,15,11,1,16,12 -0.09712858623572641,1,15,11,2,16,12 -0.105999788000636,2,15,11,3,16,12 -0.11624763874381928,3,15,11,4,16,12 -0.12803687993289598,4,15,11,5,16,12 -0.1414213562373095,5,15,11,6,16,12 -0.15617376188860607,6,15,11,7,16,12 -0.17149858514250882,7,15,11,8,16,12 -0.18569533817705186,8,15,11,9,16,12 -0.19611613513818404,9,15,11,10,16,12 -0.2,10,15,11,11,16,12 -0.19611613513818404,11,15,11,12,16,12 -0.18569533817705186,12,15,11,13,16,12 -0.17149858514250882,13,15,11,14,16,12 -0.15617376188860607,14,15,11,15,16,12 -0.1414213562373095,15,15,11,16,16,12 -0.12803687993289598,16,15,11,17,16,12 -0.11624763874381928,17,15,11,18,16,12 -0.105999788000636,18,15,11,19,16,12 -0.08574929257125441,0,16,11,1,17,12 -0.09245003270420485,1,16,11,2,17,12 -0.1,2,16,11,3,17,12 -0.10846522890932808,3,16,11,4,17,12 -0.11785113019775793,4,16,11,5,17,12 -0.12803687993289598,5,16,11,6,17,12 -0.1386750490563073,6,16,11,7,17,12 -0.14907119849998599,7,16,11,8,17,12 -0.15811388300841897,8,16,11,9,17,12 -0.1643989873053573,9,16,11,10,17,12 -0.16666666666666666,10,16,11,11,17,12 -0.1643989873053573,11,16,11,12,17,12 -0.15811388300841897,12,16,11,13,17,12 -0.14907119849998599,13,16,11,14,17,12 -0.1386750490563073,14,16,11,15,17,12 -0.12803687993289598,15,16,11,16,17,12 -0.11785113019775793,16,16,11,17,17,12 -0.10846522890932808,17,16,11,18,17,12 -0.1,18,16,11,19,17,12 -0.08192319205190406,0,17,11,1,18,12 -0.08770580193070293,1,17,11,2,18,12 -0.09407208683835973,2,17,11,3,18,12 -0.10101525445522107,3,17,11,4,18,12 -0.10846522890932808,4,17,11,5,18,12 -0.11624763874381928,5,17,11,6,18,12 -0.12403473458920847,6,17,11,7,18,12 -0.13130643285972254,7,17,11,8,18,12 -0.13736056394868904,8,17,11,9,18,12 -0.1414213562373095,9,17,11,10,18,12 -0.14285714285714285,10,17,11,11,18,12 -0.1414213562373095,11,17,11,12,18,12 -0.13736056394868904,12,17,11,13,18,12 -0.13130643285972254,13,17,11,14,18,12 -0.12403473458920847,14,17,11,15,18,12 -0.11624763874381928,15,17,11,16,18,12 -0.10846522890932808,16,17,11,17,18,12 -0.10101525445522107,17,17,11,18,18,12 -0.09407208683835973,18,17,11,19,18,12 -0.07808688094430304,0,18,11,1,19,12 -0.08304547985373997,1,18,11,2,19,12 -0.08838834764831843,2,18,11,3,19,12 -0.09407208683835973,3,18,11,4,19,12 -0.1,4,18,11,5,19,12 -0.105999788000636,5,18,11,6,19,12 -0.11180339887498948,6,18,11,7,19,12 -0.11704114719613057,7,18,11,8,19,12 -0.12126781251816648,8,18,11,9,19,12 -0.12403473458920847,9,18,11,10,19,12 -0.125,10,18,11,11,19,12 -0.12403473458920847,11,18,11,12,19,12 -0.12126781251816648,12,18,11,13,19,12 -0.11704114719613057,13,18,11,14,19,12 -0.11180339887498948,14,18,11,15,19,12 -0.105999788000636,15,18,11,16,19,12 -0.1,16,18,11,17,19,12 -0.09407208683835973,17,18,11,18,19,12 -0.08838834764831843,18,18,11,19,19,12 -0.07071067811865475,0,0,12,1,1,13 -0.07432941462471664,1,0,12,2,1,13 -0.07808688094430304,2,0,12,3,1,13 -0.08192319205190406,3,0,12,4,1,13 -0.08574929257125441,4,0,12,5,1,13 -0.08944271909999159,5,0,12,6,1,13 -0.09284766908852593,6,0,12,7,1,13 -0.09578262852211514,7,0,12,8,1,13 -0.09805806756909202,8,0,12,9,1,13 -0.09950371902099892,9,0,12,10,1,13 -0.1,10,0,12,11,1,13 -0.09950371902099892,11,0,12,12,1,13 -0.09805806756909202,12,0,12,13,1,13 -0.09578262852211514,13,0,12,14,1,13 -0.09284766908852593,14,0,12,15,1,13 -0.08944271909999159,15,0,12,16,1,13 -0.08574929257125441,16,0,12,17,1,13 -0.08192319205190406,17,0,12,18,1,13 -0.07808688094430304,18,0,12,19,1,13 -0.07432941462471664,0,1,12,1,2,13 -0.07856742013183861,1,1,12,2,2,13 -0.08304547985373997,2,1,12,3,2,13 -0.08770580193070293,3,1,12,4,2,13 -0.09245003270420485,4,1,12,5,2,13 -0.09712858623572641,5,1,12,6,2,13 -0.10153461651336192,6,1,12,7,2,13 -0.10540925533894598,7,1,12,8,2,13 -0.10846522890932808,8,1,12,9,2,13 -0.11043152607484653,9,1,12,10,2,13 -0.1111111111111111,10,1,12,11,2,13 -0.11043152607484653,11,1,12,12,2,13 -0.10846522890932808,12,1,12,13,2,13 -0.10540925533894598,13,1,12,14,2,13 -0.10153461651336192,14,1,12,15,2,13 -0.09712858623572641,15,1,12,16,2,13 -0.09245003270420485,16,1,12,17,2,13 -0.08770580193070293,17,1,12,18,2,13 -0.08304547985373997,18,1,12,19,2,13 -0.07808688094430304,0,2,12,1,3,13 -0.08304547985373997,1,2,12,2,3,13 -0.08838834764831843,2,2,12,3,3,13 -0.09407208683835973,3,2,12,4,3,13 -0.1,4,2,12,5,3,13 -0.105999788000636,5,2,12,6,3,13 -0.11180339887498948,6,2,12,7,3,13 -0.11704114719613057,7,2,12,8,3,13 -0.12126781251816648,8,2,12,9,3,13 -0.12403473458920847,9,2,12,10,3,13 -0.125,10,2,12,11,3,13 -0.12403473458920847,11,2,12,12,3,13 -0.12126781251816648,12,2,12,13,3,13 -0.11704114719613057,13,2,12,14,3,13 -0.11180339887498948,14,2,12,15,3,13 -0.105999788000636,15,2,12,16,3,13 -0.1,16,2,12,17,3,13 -0.09407208683835973,17,2,12,18,3,13 -0.08838834764831843,18,2,12,19,3,13 -0.08192319205190406,0,3,12,1,4,13 -0.08770580193070293,1,3,12,2,4,13 -0.09407208683835973,2,3,12,3,4,13 -0.10101525445522107,3,3,12,4,4,13 -0.10846522890932808,4,3,12,5,4,13 -0.11624763874381928,5,3,12,6,4,13 -0.12403473458920847,6,3,12,7,4,13 -0.13130643285972254,7,3,12,8,4,13 -0.13736056394868904,8,3,12,9,4,13 -0.1414213562373095,9,3,12,10,4,13 -0.14285714285714285,10,3,12,11,4,13 -0.1414213562373095,11,3,12,12,4,13 -0.13736056394868904,12,3,12,13,4,13 -0.13130643285972254,13,3,12,14,4,13 -0.12403473458920847,14,3,12,15,4,13 -0.11624763874381928,15,3,12,16,4,13 -0.10846522890932808,16,3,12,17,4,13 -0.10101525445522107,17,3,12,18,4,13 -0.09407208683835973,18,3,12,19,4,13 -0.08574929257125441,0,4,12,1,5,13 -0.09245003270420485,1,4,12,2,5,13 -0.1,2,4,12,3,5,13 -0.10846522890932808,3,4,12,4,5,13 -0.11785113019775793,4,4,12,5,5,13 -0.12803687993289598,5,4,12,6,5,13 -0.1386750490563073,6,4,12,7,5,13 -0.14907119849998599,7,4,12,8,5,13 -0.15811388300841897,8,4,12,9,5,13 -0.1643989873053573,9,4,12,10,5,13 -0.16666666666666666,10,4,12,11,5,13 -0.1643989873053573,11,4,12,12,5,13 -0.15811388300841897,12,4,12,13,5,13 -0.14907119849998599,13,4,12,14,5,13 -0.1386750490563073,14,4,12,15,5,13 -0.12803687993289598,15,4,12,16,5,13 -0.11785113019775793,16,4,12,17,5,13 -0.10846522890932808,17,4,12,18,5,13 -0.1,18,4,12,19,5,13 -0.08944271909999159,0,5,12,1,6,13 -0.09712858623572641,1,5,12,2,6,13 -0.105999788000636,2,5,12,3,6,13 -0.11624763874381928,3,5,12,4,6,13 -0.12803687993289598,4,5,12,5,6,13 -0.1414213562373095,5,5,12,6,6,13 -0.15617376188860607,6,5,12,7,6,13 -0.17149858514250882,7,5,12,8,6,13 -0.18569533817705186,8,5,12,9,6,13 -0.19611613513818404,9,5,12,10,6,13 -0.2,10,5,12,11,6,13 -0.19611613513818404,11,5,12,12,6,13 -0.18569533817705186,12,5,12,13,6,13 -0.17149858514250882,13,5,12,14,6,13 -0.15617376188860607,14,5,12,15,6,13 -0.1414213562373095,15,5,12,16,6,13 -0.12803687993289598,16,5,12,17,6,13 -0.11624763874381928,17,5,12,18,6,13 -0.105999788000636,18,5,12,19,6,13 -0.09284766908852593,0,6,12,1,7,13 -0.10153461651336192,1,6,12,2,7,13 -0.11180339887498948,2,6,12,3,7,13 -0.12403473458920847,3,6,12,4,7,13 -0.1386750490563073,4,6,12,5,7,13 -0.15617376188860607,5,6,12,6,7,13 -0.17677669529663687,6,6,12,7,7,13 -0.2,7,6,12,8,7,13 -0.22360679774997896,8,6,12,9,7,13 -0.24253562503633297,9,6,12,10,7,13 -0.25,10,6,12,11,7,13 -0.24253562503633297,11,6,12,12,7,13 -0.22360679774997896,12,6,12,13,7,13 -0.2,13,6,12,14,7,13 -0.17677669529663687,14,6,12,15,7,13 -0.15617376188860607,15,6,12,16,7,13 -0.1386750490563073,16,6,12,17,7,13 -0.12403473458920847,17,6,12,18,7,13 -0.11180339887498948,18,6,12,19,7,13 -0.09578262852211514,0,7,12,1,8,13 -0.10540925533894598,1,7,12,2,8,13 -0.11704114719613057,2,7,12,3,8,13 -0.13130643285972254,3,7,12,4,8,13 -0.14907119849998599,4,7,12,5,8,13 -0.17149858514250882,5,7,12,6,8,13 -0.2,6,7,12,7,8,13 -0.23570226039551587,7,7,12,8,8,13 -0.2773500981126146,8,7,12,9,8,13 -0.31622776601683794,9,7,12,10,8,13 -0.3333333333333333,10,7,12,11,8,13 -0.31622776601683794,11,7,12,12,8,13 -0.2773500981126146,12,7,12,13,8,13 -0.23570226039551587,13,7,12,14,8,13 -0.2,14,7,12,15,8,13 -0.17149858514250882,15,7,12,16,8,13 -0.14907119849998599,16,7,12,17,8,13 -0.13130643285972254,17,7,12,18,8,13 -0.11704114719613057,18,7,12,19,8,13 -0.09805806756909202,0,8,12,1,9,13 -0.10846522890932808,1,8,12,2,9,13 -0.12126781251816648,2,8,12,3,9,13 -0.13736056394868904,3,8,12,4,9,13 -0.15811388300841897,4,8,12,5,9,13 -0.18569533817705186,5,8,12,6,9,13 -0.22360679774997896,6,8,12,7,9,13 -0.2773500981126146,7,8,12,8,9,13 -0.35355339059327373,8,8,12,9,9,13 -0.4472135954999579,9,8,12,10,9,13 -0.5,10,8,12,11,9,13 -0.4472135954999579,11,8,12,12,9,13 -0.35355339059327373,12,8,12,13,9,13 -0.2773500981126146,13,8,12,14,9,13 -0.22360679774997896,14,8,12,15,9,13 -0.18569533817705186,15,8,12,16,9,13 -0.15811388300841897,16,8,12,17,9,13 -0.13736056394868904,17,8,12,18,9,13 -0.12126781251816648,18,8,12,19,9,13 -0.09950371902099892,0,9,12,1,10,13 -0.11043152607484653,1,9,12,2,10,13 -0.12403473458920847,2,9,12,3,10,13 -0.1414213562373095,3,9,12,4,10,13 -0.1643989873053573,4,9,12,5,10,13 -0.19611613513818404,5,9,12,6,10,13 -0.24253562503633297,6,9,12,7,10,13 -0.31622776601683794,7,9,12,8,10,13 -0.4472135954999579,8,9,12,9,10,13 -0.7071067811865475,9,9,12,10,10,13 -1.0,10,9,12,11,10,13 -0.7071067811865475,11,9,12,12,10,13 -0.4472135954999579,12,9,12,13,10,13 -0.31622776601683794,13,9,12,14,10,13 -0.24253562503633297,14,9,12,15,10,13 -0.19611613513818404,15,9,12,16,10,13 -0.1643989873053573,16,9,12,17,10,13 -0.1414213562373095,17,9,12,18,10,13 -0.12403473458920847,18,9,12,19,10,13 -0.1,0,10,12,1,11,13 -0.1111111111111111,1,10,12,2,11,13 -0.125,2,10,12,3,11,13 -0.14285714285714285,3,10,12,4,11,13 -0.16666666666666666,4,10,12,5,11,13 -0.2,5,10,12,6,11,13 -0.25,6,10,12,7,11,13 -0.3333333333333333,7,10,12,8,11,13 -0.5,8,10,12,9,11,13 -1.0,9,10,12,10,11,13 -0,10,10,12,11,11,13 -1.0,11,10,12,12,11,13 -0.5,12,10,12,13,11,13 -0.3333333333333333,13,10,12,14,11,13 -0.25,14,10,12,15,11,13 -0.2,15,10,12,16,11,13 -0.16666666666666666,16,10,12,17,11,13 -0.14285714285714285,17,10,12,18,11,13 -0.125,18,10,12,19,11,13 -0.09950371902099892,0,11,12,1,12,13 -0.11043152607484653,1,11,12,2,12,13 -0.12403473458920847,2,11,12,3,12,13 -0.1414213562373095,3,11,12,4,12,13 -0.1643989873053573,4,11,12,5,12,13 -0.19611613513818404,5,11,12,6,12,13 -0.24253562503633297,6,11,12,7,12,13 -0.31622776601683794,7,11,12,8,12,13 -0.4472135954999579,8,11,12,9,12,13 -0.7071067811865475,9,11,12,10,12,13 -1.0,10,11,12,11,12,13 -0.7071067811865475,11,11,12,12,12,13 -0.4472135954999579,12,11,12,13,12,13 -0.31622776601683794,13,11,12,14,12,13 -0.24253562503633297,14,11,12,15,12,13 -0.19611613513818404,15,11,12,16,12,13 -0.1643989873053573,16,11,12,17,12,13 -0.1414213562373095,17,11,12,18,12,13 -0.12403473458920847,18,11,12,19,12,13 -0.09805806756909202,0,12,12,1,13,13 -0.10846522890932808,1,12,12,2,13,13 -0.12126781251816648,2,12,12,3,13,13 -0.13736056394868904,3,12,12,4,13,13 -0.15811388300841897,4,12,12,5,13,13 -0.18569533817705186,5,12,12,6,13,13 -0.22360679774997896,6,12,12,7,13,13 -0.2773500981126146,7,12,12,8,13,13 -0.35355339059327373,8,12,12,9,13,13 -0.4472135954999579,9,12,12,10,13,13 -0.5,10,12,12,11,13,13 -0.4472135954999579,11,12,12,12,13,13 -0.35355339059327373,12,12,12,13,13,13 -0.2773500981126146,13,12,12,14,13,13 -0.22360679774997896,14,12,12,15,13,13 -0.18569533817705186,15,12,12,16,13,13 -0.15811388300841897,16,12,12,17,13,13 -0.13736056394868904,17,12,12,18,13,13 -0.12126781251816648,18,12,12,19,13,13 -0.09578262852211514,0,13,12,1,14,13 -0.10540925533894598,1,13,12,2,14,13 -0.11704114719613057,2,13,12,3,14,13 -0.13130643285972254,3,13,12,4,14,13 -0.14907119849998599,4,13,12,5,14,13 -0.17149858514250882,5,13,12,6,14,13 -0.2,6,13,12,7,14,13 -0.23570226039551587,7,13,12,8,14,13 -0.2773500981126146,8,13,12,9,14,13 -0.31622776601683794,9,13,12,10,14,13 -0.3333333333333333,10,13,12,11,14,13 -0.31622776601683794,11,13,12,12,14,13 -0.2773500981126146,12,13,12,13,14,13 -0.23570226039551587,13,13,12,14,14,13 -0.2,14,13,12,15,14,13 -0.17149858514250882,15,13,12,16,14,13 -0.14907119849998599,16,13,12,17,14,13 -0.13130643285972254,17,13,12,18,14,13 -0.11704114719613057,18,13,12,19,14,13 -0.09284766908852593,0,14,12,1,15,13 -0.10153461651336192,1,14,12,2,15,13 -0.11180339887498948,2,14,12,3,15,13 -0.12403473458920847,3,14,12,4,15,13 -0.1386750490563073,4,14,12,5,15,13 -0.15617376188860607,5,14,12,6,15,13 -0.17677669529663687,6,14,12,7,15,13 -0.2,7,14,12,8,15,13 -0.22360679774997896,8,14,12,9,15,13 -0.24253562503633297,9,14,12,10,15,13 -0.25,10,14,12,11,15,13 -0.24253562503633297,11,14,12,12,15,13 -0.22360679774997896,12,14,12,13,15,13 -0.2,13,14,12,14,15,13 -0.17677669529663687,14,14,12,15,15,13 -0.15617376188860607,15,14,12,16,15,13 -0.1386750490563073,16,14,12,17,15,13 -0.12403473458920847,17,14,12,18,15,13 -0.11180339887498948,18,14,12,19,15,13 -0.08944271909999159,0,15,12,1,16,13 -0.09712858623572641,1,15,12,2,16,13 -0.105999788000636,2,15,12,3,16,13 -0.11624763874381928,3,15,12,4,16,13 -0.12803687993289598,4,15,12,5,16,13 -0.1414213562373095,5,15,12,6,16,13 -0.15617376188860607,6,15,12,7,16,13 -0.17149858514250882,7,15,12,8,16,13 -0.18569533817705186,8,15,12,9,16,13 -0.19611613513818404,9,15,12,10,16,13 -0.2,10,15,12,11,16,13 -0.19611613513818404,11,15,12,12,16,13 -0.18569533817705186,12,15,12,13,16,13 -0.17149858514250882,13,15,12,14,16,13 -0.15617376188860607,14,15,12,15,16,13 -0.1414213562373095,15,15,12,16,16,13 -0.12803687993289598,16,15,12,17,16,13 -0.11624763874381928,17,15,12,18,16,13 -0.105999788000636,18,15,12,19,16,13 -0.08574929257125441,0,16,12,1,17,13 -0.09245003270420485,1,16,12,2,17,13 -0.1,2,16,12,3,17,13 -0.10846522890932808,3,16,12,4,17,13 -0.11785113019775793,4,16,12,5,17,13 -0.12803687993289598,5,16,12,6,17,13 -0.1386750490563073,6,16,12,7,17,13 -0.14907119849998599,7,16,12,8,17,13 -0.15811388300841897,8,16,12,9,17,13 -0.1643989873053573,9,16,12,10,17,13 -0.16666666666666666,10,16,12,11,17,13 -0.1643989873053573,11,16,12,12,17,13 -0.15811388300841897,12,16,12,13,17,13 -0.14907119849998599,13,16,12,14,17,13 -0.1386750490563073,14,16,12,15,17,13 -0.12803687993289598,15,16,12,16,17,13 -0.11785113019775793,16,16,12,17,17,13 -0.10846522890932808,17,16,12,18,17,13 -0.1,18,16,12,19,17,13 -0.08192319205190406,0,17,12,1,18,13 -0.08770580193070293,1,17,12,2,18,13 -0.09407208683835973,2,17,12,3,18,13 -0.10101525445522107,3,17,12,4,18,13 -0.10846522890932808,4,17,12,5,18,13 -0.11624763874381928,5,17,12,6,18,13 -0.12403473458920847,6,17,12,7,18,13 -0.13130643285972254,7,17,12,8,18,13 -0.13736056394868904,8,17,12,9,18,13 -0.1414213562373095,9,17,12,10,18,13 -0.14285714285714285,10,17,12,11,18,13 -0.1414213562373095,11,17,12,12,18,13 -0.13736056394868904,12,17,12,13,18,13 -0.13130643285972254,13,17,12,14,18,13 -0.12403473458920847,14,17,12,15,18,13 -0.11624763874381928,15,17,12,16,18,13 -0.10846522890932808,16,17,12,17,18,13 -0.10101525445522107,17,17,12,18,18,13 -0.09407208683835973,18,17,12,19,18,13 -0.07808688094430304,0,18,12,1,19,13 -0.08304547985373997,1,18,12,2,19,13 -0.08838834764831843,2,18,12,3,19,13 -0.09407208683835973,3,18,12,4,19,13 -0.1,4,18,12,5,19,13 -0.105999788000636,5,18,12,6,19,13 -0.11180339887498948,6,18,12,7,19,13 -0.11704114719613057,7,18,12,8,19,13 -0.12126781251816648,8,18,12,9,19,13 -0.12403473458920847,9,18,12,10,19,13 -0.125,10,18,12,11,19,13 -0.12403473458920847,11,18,12,12,19,13 -0.12126781251816648,12,18,12,13,19,13 -0.11704114719613057,13,18,12,14,19,13 -0.11180339887498948,14,18,12,15,19,13 -0.105999788000636,15,18,12,16,19,13 -0.1,16,18,12,17,19,13 -0.09407208683835973,17,18,12,18,19,13 -0.08838834764831843,18,18,12,19,19,13 -0.07071067811865475,0,0,13,1,1,14 -0.07432941462471664,1,0,13,2,1,14 -0.07808688094430304,2,0,13,3,1,14 -0.08192319205190406,3,0,13,4,1,14 -0.08574929257125441,4,0,13,5,1,14 -0.08944271909999159,5,0,13,6,1,14 -0.09284766908852593,6,0,13,7,1,14 -0.09578262852211514,7,0,13,8,1,14 -0.09805806756909202,8,0,13,9,1,14 -0.09950371902099892,9,0,13,10,1,14 -0.1,10,0,13,11,1,14 -0.09950371902099892,11,0,13,12,1,14 -0.09805806756909202,12,0,13,13,1,14 -0.09578262852211514,13,0,13,14,1,14 -0.09284766908852593,14,0,13,15,1,14 -0.08944271909999159,15,0,13,16,1,14 -0.08574929257125441,16,0,13,17,1,14 -0.08192319205190406,17,0,13,18,1,14 -0.07808688094430304,18,0,13,19,1,14 -0.07432941462471664,0,1,13,1,2,14 -0.07856742013183861,1,1,13,2,2,14 -0.08304547985373997,2,1,13,3,2,14 -0.08770580193070293,3,1,13,4,2,14 -0.09245003270420485,4,1,13,5,2,14 -0.09712858623572641,5,1,13,6,2,14 -0.10153461651336192,6,1,13,7,2,14 -0.10540925533894598,7,1,13,8,2,14 -0.10846522890932808,8,1,13,9,2,14 -0.11043152607484653,9,1,13,10,2,14 -0.1111111111111111,10,1,13,11,2,14 -0.11043152607484653,11,1,13,12,2,14 -0.10846522890932808,12,1,13,13,2,14 -0.10540925533894598,13,1,13,14,2,14 -0.10153461651336192,14,1,13,15,2,14 -0.09712858623572641,15,1,13,16,2,14 -0.09245003270420485,16,1,13,17,2,14 -0.08770580193070293,17,1,13,18,2,14 -0.08304547985373997,18,1,13,19,2,14 -0.07808688094430304,0,2,13,1,3,14 -0.08304547985373997,1,2,13,2,3,14 -0.08838834764831843,2,2,13,3,3,14 -0.09407208683835973,3,2,13,4,3,14 -0.1,4,2,13,5,3,14 -0.105999788000636,5,2,13,6,3,14 -0.11180339887498948,6,2,13,7,3,14 -0.11704114719613057,7,2,13,8,3,14 -0.12126781251816648,8,2,13,9,3,14 -0.12403473458920847,9,2,13,10,3,14 -0.125,10,2,13,11,3,14 -0.12403473458920847,11,2,13,12,3,14 -0.12126781251816648,12,2,13,13,3,14 -0.11704114719613057,13,2,13,14,3,14 -0.11180339887498948,14,2,13,15,3,14 -0.105999788000636,15,2,13,16,3,14 -0.1,16,2,13,17,3,14 -0.09407208683835973,17,2,13,18,3,14 -0.08838834764831843,18,2,13,19,3,14 -0.08192319205190406,0,3,13,1,4,14 -0.08770580193070293,1,3,13,2,4,14 -0.09407208683835973,2,3,13,3,4,14 -0.10101525445522107,3,3,13,4,4,14 -0.10846522890932808,4,3,13,5,4,14 -0.11624763874381928,5,3,13,6,4,14 -0.12403473458920847,6,3,13,7,4,14 -0.13130643285972254,7,3,13,8,4,14 -0.13736056394868904,8,3,13,9,4,14 -0.1414213562373095,9,3,13,10,4,14 -0.14285714285714285,10,3,13,11,4,14 -0.1414213562373095,11,3,13,12,4,14 -0.13736056394868904,12,3,13,13,4,14 -0.13130643285972254,13,3,13,14,4,14 -0.12403473458920847,14,3,13,15,4,14 -0.11624763874381928,15,3,13,16,4,14 -0.10846522890932808,16,3,13,17,4,14 -0.10101525445522107,17,3,13,18,4,14 -0.09407208683835973,18,3,13,19,4,14 -0.08574929257125441,0,4,13,1,5,14 -0.09245003270420485,1,4,13,2,5,14 -0.1,2,4,13,3,5,14 -0.10846522890932808,3,4,13,4,5,14 -0.11785113019775793,4,4,13,5,5,14 -0.12803687993289598,5,4,13,6,5,14 -0.1386750490563073,6,4,13,7,5,14 -0.14907119849998599,7,4,13,8,5,14 -0.15811388300841897,8,4,13,9,5,14 -0.1643989873053573,9,4,13,10,5,14 -0.16666666666666666,10,4,13,11,5,14 -0.1643989873053573,11,4,13,12,5,14 -0.15811388300841897,12,4,13,13,5,14 -0.14907119849998599,13,4,13,14,5,14 -0.1386750490563073,14,4,13,15,5,14 -0.12803687993289598,15,4,13,16,5,14 -0.11785113019775793,16,4,13,17,5,14 -0.10846522890932808,17,4,13,18,5,14 -0.1,18,4,13,19,5,14 -0.08944271909999159,0,5,13,1,6,14 -0.09712858623572641,1,5,13,2,6,14 -0.105999788000636,2,5,13,3,6,14 -0.11624763874381928,3,5,13,4,6,14 -0.12803687993289598,4,5,13,5,6,14 -0.1414213562373095,5,5,13,6,6,14 -0.15617376188860607,6,5,13,7,6,14 -0.17149858514250882,7,5,13,8,6,14 -0.18569533817705186,8,5,13,9,6,14 -0.19611613513818404,9,5,13,10,6,14 -0.2,10,5,13,11,6,14 -0.19611613513818404,11,5,13,12,6,14 -0.18569533817705186,12,5,13,13,6,14 -0.17149858514250882,13,5,13,14,6,14 -0.15617376188860607,14,5,13,15,6,14 -0.1414213562373095,15,5,13,16,6,14 -0.12803687993289598,16,5,13,17,6,14 -0.11624763874381928,17,5,13,18,6,14 -0.105999788000636,18,5,13,19,6,14 -0.09284766908852593,0,6,13,1,7,14 -0.10153461651336192,1,6,13,2,7,14 -0.11180339887498948,2,6,13,3,7,14 -0.12403473458920847,3,6,13,4,7,14 -0.1386750490563073,4,6,13,5,7,14 -0.15617376188860607,5,6,13,6,7,14 -0.17677669529663687,6,6,13,7,7,14 -0.2,7,6,13,8,7,14 -0.22360679774997896,8,6,13,9,7,14 -0.24253562503633297,9,6,13,10,7,14 -0.25,10,6,13,11,7,14 -0.24253562503633297,11,6,13,12,7,14 -0.22360679774997896,12,6,13,13,7,14 -0.2,13,6,13,14,7,14 -0.17677669529663687,14,6,13,15,7,14 -0.15617376188860607,15,6,13,16,7,14 -0.1386750490563073,16,6,13,17,7,14 -0.12403473458920847,17,6,13,18,7,14 -0.11180339887498948,18,6,13,19,7,14 -0.09578262852211514,0,7,13,1,8,14 -0.10540925533894598,1,7,13,2,8,14 -0.11704114719613057,2,7,13,3,8,14 -0.13130643285972254,3,7,13,4,8,14 -0.14907119849998599,4,7,13,5,8,14 -0.17149858514250882,5,7,13,6,8,14 -0.2,6,7,13,7,8,14 -0.23570226039551587,7,7,13,8,8,14 -0.2773500981126146,8,7,13,9,8,14 -0.31622776601683794,9,7,13,10,8,14 -0.3333333333333333,10,7,13,11,8,14 -0.31622776601683794,11,7,13,12,8,14 -0.2773500981126146,12,7,13,13,8,14 -0.23570226039551587,13,7,13,14,8,14 -0.2,14,7,13,15,8,14 -0.17149858514250882,15,7,13,16,8,14 -0.14907119849998599,16,7,13,17,8,14 -0.13130643285972254,17,7,13,18,8,14 -0.11704114719613057,18,7,13,19,8,14 -0.09805806756909202,0,8,13,1,9,14 -0.10846522890932808,1,8,13,2,9,14 -0.12126781251816648,2,8,13,3,9,14 -0.13736056394868904,3,8,13,4,9,14 -0.15811388300841897,4,8,13,5,9,14 -0.18569533817705186,5,8,13,6,9,14 -0.22360679774997896,6,8,13,7,9,14 -0.2773500981126146,7,8,13,8,9,14 -0.35355339059327373,8,8,13,9,9,14 -0.4472135954999579,9,8,13,10,9,14 -0.5,10,8,13,11,9,14 -0.4472135954999579,11,8,13,12,9,14 -0.35355339059327373,12,8,13,13,9,14 -0.2773500981126146,13,8,13,14,9,14 -0.22360679774997896,14,8,13,15,9,14 -0.18569533817705186,15,8,13,16,9,14 -0.15811388300841897,16,8,13,17,9,14 -0.13736056394868904,17,8,13,18,9,14 -0.12126781251816648,18,8,13,19,9,14 -0.09950371902099892,0,9,13,1,10,14 -0.11043152607484653,1,9,13,2,10,14 -0.12403473458920847,2,9,13,3,10,14 -0.1414213562373095,3,9,13,4,10,14 -0.1643989873053573,4,9,13,5,10,14 -0.19611613513818404,5,9,13,6,10,14 -0.24253562503633297,6,9,13,7,10,14 -0.31622776601683794,7,9,13,8,10,14 -0.4472135954999579,8,9,13,9,10,14 -0.7071067811865475,9,9,13,10,10,14 -1.0,10,9,13,11,10,14 -0.7071067811865475,11,9,13,12,10,14 -0.4472135954999579,12,9,13,13,10,14 -0.31622776601683794,13,9,13,14,10,14 -0.24253562503633297,14,9,13,15,10,14 -0.19611613513818404,15,9,13,16,10,14 -0.1643989873053573,16,9,13,17,10,14 -0.1414213562373095,17,9,13,18,10,14 -0.12403473458920847,18,9,13,19,10,14 -0.1,0,10,13,1,11,14 -0.1111111111111111,1,10,13,2,11,14 -0.125,2,10,13,3,11,14 -0.14285714285714285,3,10,13,4,11,14 -0.16666666666666666,4,10,13,5,11,14 -0.2,5,10,13,6,11,14 -0.25,6,10,13,7,11,14 -0.3333333333333333,7,10,13,8,11,14 -0.5,8,10,13,9,11,14 -1.0,9,10,13,10,11,14 -0,10,10,13,11,11,14 -1.0,11,10,13,12,11,14 -0.5,12,10,13,13,11,14 -0.3333333333333333,13,10,13,14,11,14 -0.25,14,10,13,15,11,14 -0.2,15,10,13,16,11,14 -0.16666666666666666,16,10,13,17,11,14 -0.14285714285714285,17,10,13,18,11,14 -0.125,18,10,13,19,11,14 -0.09950371902099892,0,11,13,1,12,14 -0.11043152607484653,1,11,13,2,12,14 -0.12403473458920847,2,11,13,3,12,14 -0.1414213562373095,3,11,13,4,12,14 -0.1643989873053573,4,11,13,5,12,14 -0.19611613513818404,5,11,13,6,12,14 -0.24253562503633297,6,11,13,7,12,14 -0.31622776601683794,7,11,13,8,12,14 -0.4472135954999579,8,11,13,9,12,14 -0.7071067811865475,9,11,13,10,12,14 -1.0,10,11,13,11,12,14 -0.7071067811865475,11,11,13,12,12,14 -0.4472135954999579,12,11,13,13,12,14 -0.31622776601683794,13,11,13,14,12,14 -0.24253562503633297,14,11,13,15,12,14 -0.19611613513818404,15,11,13,16,12,14 -0.1643989873053573,16,11,13,17,12,14 -0.1414213562373095,17,11,13,18,12,14 -0.12403473458920847,18,11,13,19,12,14 -0.09805806756909202,0,12,13,1,13,14 -0.10846522890932808,1,12,13,2,13,14 -0.12126781251816648,2,12,13,3,13,14 -0.13736056394868904,3,12,13,4,13,14 -0.15811388300841897,4,12,13,5,13,14 -0.18569533817705186,5,12,13,6,13,14 -0.22360679774997896,6,12,13,7,13,14 -0.2773500981126146,7,12,13,8,13,14 -0.35355339059327373,8,12,13,9,13,14 -0.4472135954999579,9,12,13,10,13,14 -0.5,10,12,13,11,13,14 -0.4472135954999579,11,12,13,12,13,14 -0.35355339059327373,12,12,13,13,13,14 -0.2773500981126146,13,12,13,14,13,14 -0.22360679774997896,14,12,13,15,13,14 -0.18569533817705186,15,12,13,16,13,14 -0.15811388300841897,16,12,13,17,13,14 -0.13736056394868904,17,12,13,18,13,14 -0.12126781251816648,18,12,13,19,13,14 -0.09578262852211514,0,13,13,1,14,14 -0.10540925533894598,1,13,13,2,14,14 -0.11704114719613057,2,13,13,3,14,14 -0.13130643285972254,3,13,13,4,14,14 -0.14907119849998599,4,13,13,5,14,14 -0.17149858514250882,5,13,13,6,14,14 -0.2,6,13,13,7,14,14 -0.23570226039551587,7,13,13,8,14,14 -0.2773500981126146,8,13,13,9,14,14 -0.31622776601683794,9,13,13,10,14,14 -0.3333333333333333,10,13,13,11,14,14 -0.31622776601683794,11,13,13,12,14,14 -0.2773500981126146,12,13,13,13,14,14 -0.23570226039551587,13,13,13,14,14,14 -0.2,14,13,13,15,14,14 -0.17149858514250882,15,13,13,16,14,14 -0.14907119849998599,16,13,13,17,14,14 -0.13130643285972254,17,13,13,18,14,14 -0.11704114719613057,18,13,13,19,14,14 -0.09284766908852593,0,14,13,1,15,14 -0.10153461651336192,1,14,13,2,15,14 -0.11180339887498948,2,14,13,3,15,14 -0.12403473458920847,3,14,13,4,15,14 -0.1386750490563073,4,14,13,5,15,14 -0.15617376188860607,5,14,13,6,15,14 -0.17677669529663687,6,14,13,7,15,14 -0.2,7,14,13,8,15,14 -0.22360679774997896,8,14,13,9,15,14 -0.24253562503633297,9,14,13,10,15,14 -0.25,10,14,13,11,15,14 -0.24253562503633297,11,14,13,12,15,14 -0.22360679774997896,12,14,13,13,15,14 -0.2,13,14,13,14,15,14 -0.17677669529663687,14,14,13,15,15,14 -0.15617376188860607,15,14,13,16,15,14 -0.1386750490563073,16,14,13,17,15,14 -0.12403473458920847,17,14,13,18,15,14 -0.11180339887498948,18,14,13,19,15,14 -0.08944271909999159,0,15,13,1,16,14 -0.09712858623572641,1,15,13,2,16,14 -0.105999788000636,2,15,13,3,16,14 -0.11624763874381928,3,15,13,4,16,14 -0.12803687993289598,4,15,13,5,16,14 -0.1414213562373095,5,15,13,6,16,14 -0.15617376188860607,6,15,13,7,16,14 -0.17149858514250882,7,15,13,8,16,14 -0.18569533817705186,8,15,13,9,16,14 -0.19611613513818404,9,15,13,10,16,14 -0.2,10,15,13,11,16,14 -0.19611613513818404,11,15,13,12,16,14 -0.18569533817705186,12,15,13,13,16,14 -0.17149858514250882,13,15,13,14,16,14 -0.15617376188860607,14,15,13,15,16,14 -0.1414213562373095,15,15,13,16,16,14 -0.12803687993289598,16,15,13,17,16,14 -0.11624763874381928,17,15,13,18,16,14 -0.105999788000636,18,15,13,19,16,14 -0.08574929257125441,0,16,13,1,17,14 -0.09245003270420485,1,16,13,2,17,14 -0.1,2,16,13,3,17,14 -0.10846522890932808,3,16,13,4,17,14 -0.11785113019775793,4,16,13,5,17,14 -0.12803687993289598,5,16,13,6,17,14 -0.1386750490563073,6,16,13,7,17,14 -0.14907119849998599,7,16,13,8,17,14 -0.15811388300841897,8,16,13,9,17,14 -0.1643989873053573,9,16,13,10,17,14 -0.16666666666666666,10,16,13,11,17,14 -0.1643989873053573,11,16,13,12,17,14 -0.15811388300841897,12,16,13,13,17,14 -0.14907119849998599,13,16,13,14,17,14 -0.1386750490563073,14,16,13,15,17,14 -0.12803687993289598,15,16,13,16,17,14 -0.11785113019775793,16,16,13,17,17,14 -0.10846522890932808,17,16,13,18,17,14 -0.1,18,16,13,19,17,14 -0.08192319205190406,0,17,13,1,18,14 -0.08770580193070293,1,17,13,2,18,14 -0.09407208683835973,2,17,13,3,18,14 -0.10101525445522107,3,17,13,4,18,14 -0.10846522890932808,4,17,13,5,18,14 -0.11624763874381928,5,17,13,6,18,14 -0.12403473458920847,6,17,13,7,18,14 -0.13130643285972254,7,17,13,8,18,14 -0.13736056394868904,8,17,13,9,18,14 -0.1414213562373095,9,17,13,10,18,14 -0.14285714285714285,10,17,13,11,18,14 -0.1414213562373095,11,17,13,12,18,14 -0.13736056394868904,12,17,13,13,18,14 -0.13130643285972254,13,17,13,14,18,14 -0.12403473458920847,14,17,13,15,18,14 -0.11624763874381928,15,17,13,16,18,14 -0.10846522890932808,16,17,13,17,18,14 -0.10101525445522107,17,17,13,18,18,14 -0.09407208683835973,18,17,13,19,18,14 -0.07808688094430304,0,18,13,1,19,14 -0.08304547985373997,1,18,13,2,19,14 -0.08838834764831843,2,18,13,3,19,14 -0.09407208683835973,3,18,13,4,19,14 -0.1,4,18,13,5,19,14 -0.105999788000636,5,18,13,6,19,14 -0.11180339887498948,6,18,13,7,19,14 -0.11704114719613057,7,18,13,8,19,14 -0.12126781251816648,8,18,13,9,19,14 -0.12403473458920847,9,18,13,10,19,14 -0.125,10,18,13,11,19,14 -0.12403473458920847,11,18,13,12,19,14 -0.12126781251816648,12,18,13,13,19,14 -0.11704114719613057,13,18,13,14,19,14 -0.11180339887498948,14,18,13,15,19,14 -0.105999788000636,15,18,13,16,19,14 -0.1,16,18,13,17,19,14 -0.09407208683835973,17,18,13,18,19,14 -0.08838834764831843,18,18,13,19,19,14 -0.07071067811865475,0,0,14,1,1,15 -0.07432941462471664,1,0,14,2,1,15 -0.07808688094430304,2,0,14,3,1,15 -0.08192319205190406,3,0,14,4,1,15 -0.08574929257125441,4,0,14,5,1,15 -0.08944271909999159,5,0,14,6,1,15 -0.09284766908852593,6,0,14,7,1,15 -0.09578262852211514,7,0,14,8,1,15 -0.09805806756909202,8,0,14,9,1,15 -0.09950371902099892,9,0,14,10,1,15 -0.1,10,0,14,11,1,15 -0.09950371902099892,11,0,14,12,1,15 -0.09805806756909202,12,0,14,13,1,15 -0.09578262852211514,13,0,14,14,1,15 -0.09284766908852593,14,0,14,15,1,15 -0.08944271909999159,15,0,14,16,1,15 -0.08574929257125441,16,0,14,17,1,15 -0.08192319205190406,17,0,14,18,1,15 -0.07808688094430304,18,0,14,19,1,15 -0.07432941462471664,0,1,14,1,2,15 -0.07856742013183861,1,1,14,2,2,15 -0.08304547985373997,2,1,14,3,2,15 -0.08770580193070293,3,1,14,4,2,15 -0.09245003270420485,4,1,14,5,2,15 -0.09712858623572641,5,1,14,6,2,15 -0.10153461651336192,6,1,14,7,2,15 -0.10540925533894598,7,1,14,8,2,15 -0.10846522890932808,8,1,14,9,2,15 -0.11043152607484653,9,1,14,10,2,15 -0.1111111111111111,10,1,14,11,2,15 -0.11043152607484653,11,1,14,12,2,15 -0.10846522890932808,12,1,14,13,2,15 -0.10540925533894598,13,1,14,14,2,15 -0.10153461651336192,14,1,14,15,2,15 -0.09712858623572641,15,1,14,16,2,15 -0.09245003270420485,16,1,14,17,2,15 -0.08770580193070293,17,1,14,18,2,15 -0.08304547985373997,18,1,14,19,2,15 -0.07808688094430304,0,2,14,1,3,15 -0.08304547985373997,1,2,14,2,3,15 -0.08838834764831843,2,2,14,3,3,15 -0.09407208683835973,3,2,14,4,3,15 -0.1,4,2,14,5,3,15 -0.105999788000636,5,2,14,6,3,15 -0.11180339887498948,6,2,14,7,3,15 -0.11704114719613057,7,2,14,8,3,15 -0.12126781251816648,8,2,14,9,3,15 -0.12403473458920847,9,2,14,10,3,15 -0.125,10,2,14,11,3,15 -0.12403473458920847,11,2,14,12,3,15 -0.12126781251816648,12,2,14,13,3,15 -0.11704114719613057,13,2,14,14,3,15 -0.11180339887498948,14,2,14,15,3,15 -0.105999788000636,15,2,14,16,3,15 -0.1,16,2,14,17,3,15 -0.09407208683835973,17,2,14,18,3,15 -0.08838834764831843,18,2,14,19,3,15 -0.08192319205190406,0,3,14,1,4,15 -0.08770580193070293,1,3,14,2,4,15 -0.09407208683835973,2,3,14,3,4,15 -0.10101525445522107,3,3,14,4,4,15 -0.10846522890932808,4,3,14,5,4,15 -0.11624763874381928,5,3,14,6,4,15 -0.12403473458920847,6,3,14,7,4,15 -0.13130643285972254,7,3,14,8,4,15 -0.13736056394868904,8,3,14,9,4,15 -0.1414213562373095,9,3,14,10,4,15 -0.14285714285714285,10,3,14,11,4,15 -0.1414213562373095,11,3,14,12,4,15 -0.13736056394868904,12,3,14,13,4,15 -0.13130643285972254,13,3,14,14,4,15 -0.12403473458920847,14,3,14,15,4,15 -0.11624763874381928,15,3,14,16,4,15 -0.10846522890932808,16,3,14,17,4,15 -0.10101525445522107,17,3,14,18,4,15 -0.09407208683835973,18,3,14,19,4,15 -0.08574929257125441,0,4,14,1,5,15 -0.09245003270420485,1,4,14,2,5,15 -0.1,2,4,14,3,5,15 -0.10846522890932808,3,4,14,4,5,15 -0.11785113019775793,4,4,14,5,5,15 -0.12803687993289598,5,4,14,6,5,15 -0.1386750490563073,6,4,14,7,5,15 -0.14907119849998599,7,4,14,8,5,15 -0.15811388300841897,8,4,14,9,5,15 -0.1643989873053573,9,4,14,10,5,15 -0.16666666666666666,10,4,14,11,5,15 -0.1643989873053573,11,4,14,12,5,15 -0.15811388300841897,12,4,14,13,5,15 -0.14907119849998599,13,4,14,14,5,15 -0.1386750490563073,14,4,14,15,5,15 -0.12803687993289598,15,4,14,16,5,15 -0.11785113019775793,16,4,14,17,5,15 -0.10846522890932808,17,4,14,18,5,15 -0.1,18,4,14,19,5,15 -0.08944271909999159,0,5,14,1,6,15 -0.09712858623572641,1,5,14,2,6,15 -0.105999788000636,2,5,14,3,6,15 -0.11624763874381928,3,5,14,4,6,15 -0.12803687993289598,4,5,14,5,6,15 -0.1414213562373095,5,5,14,6,6,15 -0.15617376188860607,6,5,14,7,6,15 -0.17149858514250882,7,5,14,8,6,15 -0.18569533817705186,8,5,14,9,6,15 -0.19611613513818404,9,5,14,10,6,15 -0.2,10,5,14,11,6,15 -0.19611613513818404,11,5,14,12,6,15 -0.18569533817705186,12,5,14,13,6,15 -0.17149858514250882,13,5,14,14,6,15 -0.15617376188860607,14,5,14,15,6,15 -0.1414213562373095,15,5,14,16,6,15 -0.12803687993289598,16,5,14,17,6,15 -0.11624763874381928,17,5,14,18,6,15 -0.105999788000636,18,5,14,19,6,15 -0.09284766908852593,0,6,14,1,7,15 -0.10153461651336192,1,6,14,2,7,15 -0.11180339887498948,2,6,14,3,7,15 -0.12403473458920847,3,6,14,4,7,15 -0.1386750490563073,4,6,14,5,7,15 -0.15617376188860607,5,6,14,6,7,15 -0.17677669529663687,6,6,14,7,7,15 -0.2,7,6,14,8,7,15 -0.22360679774997896,8,6,14,9,7,15 -0.24253562503633297,9,6,14,10,7,15 -0.25,10,6,14,11,7,15 -0.24253562503633297,11,6,14,12,7,15 -0.22360679774997896,12,6,14,13,7,15 -0.2,13,6,14,14,7,15 -0.17677669529663687,14,6,14,15,7,15 -0.15617376188860607,15,6,14,16,7,15 -0.1386750490563073,16,6,14,17,7,15 -0.12403473458920847,17,6,14,18,7,15 -0.11180339887498948,18,6,14,19,7,15 -0.09578262852211514,0,7,14,1,8,15 -0.10540925533894598,1,7,14,2,8,15 -0.11704114719613057,2,7,14,3,8,15 -0.13130643285972254,3,7,14,4,8,15 -0.14907119849998599,4,7,14,5,8,15 -0.17149858514250882,5,7,14,6,8,15 -0.2,6,7,14,7,8,15 -0.23570226039551587,7,7,14,8,8,15 -0.2773500981126146,8,7,14,9,8,15 -0.31622776601683794,9,7,14,10,8,15 -0.3333333333333333,10,7,14,11,8,15 -0.31622776601683794,11,7,14,12,8,15 -0.2773500981126146,12,7,14,13,8,15 -0.23570226039551587,13,7,14,14,8,15 -0.2,14,7,14,15,8,15 -0.17149858514250882,15,7,14,16,8,15 -0.14907119849998599,16,7,14,17,8,15 -0.13130643285972254,17,7,14,18,8,15 -0.11704114719613057,18,7,14,19,8,15 -0.09805806756909202,0,8,14,1,9,15 -0.10846522890932808,1,8,14,2,9,15 -0.12126781251816648,2,8,14,3,9,15 -0.13736056394868904,3,8,14,4,9,15 -0.15811388300841897,4,8,14,5,9,15 -0.18569533817705186,5,8,14,6,9,15 -0.22360679774997896,6,8,14,7,9,15 -0.2773500981126146,7,8,14,8,9,15 -0.35355339059327373,8,8,14,9,9,15 -0.4472135954999579,9,8,14,10,9,15 -0.5,10,8,14,11,9,15 -0.4472135954999579,11,8,14,12,9,15 -0.35355339059327373,12,8,14,13,9,15 -0.2773500981126146,13,8,14,14,9,15 -0.22360679774997896,14,8,14,15,9,15 -0.18569533817705186,15,8,14,16,9,15 -0.15811388300841897,16,8,14,17,9,15 -0.13736056394868904,17,8,14,18,9,15 -0.12126781251816648,18,8,14,19,9,15 -0.09950371902099892,0,9,14,1,10,15 -0.11043152607484653,1,9,14,2,10,15 -0.12403473458920847,2,9,14,3,10,15 -0.1414213562373095,3,9,14,4,10,15 -0.1643989873053573,4,9,14,5,10,15 -0.19611613513818404,5,9,14,6,10,15 -0.24253562503633297,6,9,14,7,10,15 -0.31622776601683794,7,9,14,8,10,15 -0.4472135954999579,8,9,14,9,10,15 -0.7071067811865475,9,9,14,10,10,15 -1.0,10,9,14,11,10,15 -0.7071067811865475,11,9,14,12,10,15 -0.4472135954999579,12,9,14,13,10,15 -0.31622776601683794,13,9,14,14,10,15 -0.24253562503633297,14,9,14,15,10,15 -0.19611613513818404,15,9,14,16,10,15 -0.1643989873053573,16,9,14,17,10,15 -0.1414213562373095,17,9,14,18,10,15 -0.12403473458920847,18,9,14,19,10,15 -0.1,0,10,14,1,11,15 -0.1111111111111111,1,10,14,2,11,15 -0.125,2,10,14,3,11,15 -0.14285714285714285,3,10,14,4,11,15 -0.16666666666666666,4,10,14,5,11,15 -0.2,5,10,14,6,11,15 -0.25,6,10,14,7,11,15 -0.3333333333333333,7,10,14,8,11,15 -0.5,8,10,14,9,11,15 -1.0,9,10,14,10,11,15 -0,10,10,14,11,11,15 -1.0,11,10,14,12,11,15 -0.5,12,10,14,13,11,15 -0.3333333333333333,13,10,14,14,11,15 -0.25,14,10,14,15,11,15 -0.2,15,10,14,16,11,15 -0.16666666666666666,16,10,14,17,11,15 -0.14285714285714285,17,10,14,18,11,15 -0.125,18,10,14,19,11,15 -0.09950371902099892,0,11,14,1,12,15 -0.11043152607484653,1,11,14,2,12,15 -0.12403473458920847,2,11,14,3,12,15 -0.1414213562373095,3,11,14,4,12,15 -0.1643989873053573,4,11,14,5,12,15 -0.19611613513818404,5,11,14,6,12,15 -0.24253562503633297,6,11,14,7,12,15 -0.31622776601683794,7,11,14,8,12,15 -0.4472135954999579,8,11,14,9,12,15 -0.7071067811865475,9,11,14,10,12,15 -1.0,10,11,14,11,12,15 -0.7071067811865475,11,11,14,12,12,15 -0.4472135954999579,12,11,14,13,12,15 -0.31622776601683794,13,11,14,14,12,15 -0.24253562503633297,14,11,14,15,12,15 -0.19611613513818404,15,11,14,16,12,15 -0.1643989873053573,16,11,14,17,12,15 -0.1414213562373095,17,11,14,18,12,15 -0.12403473458920847,18,11,14,19,12,15 -0.09805806756909202,0,12,14,1,13,15 -0.10846522890932808,1,12,14,2,13,15 -0.12126781251816648,2,12,14,3,13,15 -0.13736056394868904,3,12,14,4,13,15 -0.15811388300841897,4,12,14,5,13,15 -0.18569533817705186,5,12,14,6,13,15 -0.22360679774997896,6,12,14,7,13,15 -0.2773500981126146,7,12,14,8,13,15 -0.35355339059327373,8,12,14,9,13,15 -0.4472135954999579,9,12,14,10,13,15 -0.5,10,12,14,11,13,15 -0.4472135954999579,11,12,14,12,13,15 -0.35355339059327373,12,12,14,13,13,15 -0.2773500981126146,13,12,14,14,13,15 -0.22360679774997896,14,12,14,15,13,15 -0.18569533817705186,15,12,14,16,13,15 -0.15811388300841897,16,12,14,17,13,15 -0.13736056394868904,17,12,14,18,13,15 -0.12126781251816648,18,12,14,19,13,15 -0.09578262852211514,0,13,14,1,14,15 -0.10540925533894598,1,13,14,2,14,15 -0.11704114719613057,2,13,14,3,14,15 -0.13130643285972254,3,13,14,4,14,15 -0.14907119849998599,4,13,14,5,14,15 -0.17149858514250882,5,13,14,6,14,15 -0.2,6,13,14,7,14,15 -0.23570226039551587,7,13,14,8,14,15 -0.2773500981126146,8,13,14,9,14,15 -0.31622776601683794,9,13,14,10,14,15 -0.3333333333333333,10,13,14,11,14,15 -0.31622776601683794,11,13,14,12,14,15 -0.2773500981126146,12,13,14,13,14,15 -0.23570226039551587,13,13,14,14,14,15 -0.2,14,13,14,15,14,15 -0.17149858514250882,15,13,14,16,14,15 -0.14907119849998599,16,13,14,17,14,15 -0.13130643285972254,17,13,14,18,14,15 -0.11704114719613057,18,13,14,19,14,15 -0.09284766908852593,0,14,14,1,15,15 -0.10153461651336192,1,14,14,2,15,15 -0.11180339887498948,2,14,14,3,15,15 -0.12403473458920847,3,14,14,4,15,15 -0.1386750490563073,4,14,14,5,15,15 -0.15617376188860607,5,14,14,6,15,15 -0.17677669529663687,6,14,14,7,15,15 -0.2,7,14,14,8,15,15 -0.22360679774997896,8,14,14,9,15,15 -0.24253562503633297,9,14,14,10,15,15 -0.25,10,14,14,11,15,15 -0.24253562503633297,11,14,14,12,15,15 -0.22360679774997896,12,14,14,13,15,15 -0.2,13,14,14,14,15,15 -0.17677669529663687,14,14,14,15,15,15 -0.15617376188860607,15,14,14,16,15,15 -0.1386750490563073,16,14,14,17,15,15 -0.12403473458920847,17,14,14,18,15,15 -0.11180339887498948,18,14,14,19,15,15 -0.08944271909999159,0,15,14,1,16,15 -0.09712858623572641,1,15,14,2,16,15 -0.105999788000636,2,15,14,3,16,15 -0.11624763874381928,3,15,14,4,16,15 -0.12803687993289598,4,15,14,5,16,15 -0.1414213562373095,5,15,14,6,16,15 -0.15617376188860607,6,15,14,7,16,15 -0.17149858514250882,7,15,14,8,16,15 -0.18569533817705186,8,15,14,9,16,15 -0.19611613513818404,9,15,14,10,16,15 -0.2,10,15,14,11,16,15 -0.19611613513818404,11,15,14,12,16,15 -0.18569533817705186,12,15,14,13,16,15 -0.17149858514250882,13,15,14,14,16,15 -0.15617376188860607,14,15,14,15,16,15 -0.1414213562373095,15,15,14,16,16,15 -0.12803687993289598,16,15,14,17,16,15 -0.11624763874381928,17,15,14,18,16,15 -0.105999788000636,18,15,14,19,16,15 -0.08574929257125441,0,16,14,1,17,15 -0.09245003270420485,1,16,14,2,17,15 -0.1,2,16,14,3,17,15 -0.10846522890932808,3,16,14,4,17,15 -0.11785113019775793,4,16,14,5,17,15 -0.12803687993289598,5,16,14,6,17,15 -0.1386750490563073,6,16,14,7,17,15 -0.14907119849998599,7,16,14,8,17,15 -0.15811388300841897,8,16,14,9,17,15 -0.1643989873053573,9,16,14,10,17,15 -0.16666666666666666,10,16,14,11,17,15 -0.1643989873053573,11,16,14,12,17,15 -0.15811388300841897,12,16,14,13,17,15 -0.14907119849998599,13,16,14,14,17,15 -0.1386750490563073,14,16,14,15,17,15 -0.12803687993289598,15,16,14,16,17,15 -0.11785113019775793,16,16,14,17,17,15 -0.10846522890932808,17,16,14,18,17,15 -0.1,18,16,14,19,17,15 -0.08192319205190406,0,17,14,1,18,15 -0.08770580193070293,1,17,14,2,18,15 -0.09407208683835973,2,17,14,3,18,15 -0.10101525445522107,3,17,14,4,18,15 -0.10846522890932808,4,17,14,5,18,15 -0.11624763874381928,5,17,14,6,18,15 -0.12403473458920847,6,17,14,7,18,15 -0.13130643285972254,7,17,14,8,18,15 -0.13736056394868904,8,17,14,9,18,15 -0.1414213562373095,9,17,14,10,18,15 -0.14285714285714285,10,17,14,11,18,15 -0.1414213562373095,11,17,14,12,18,15 -0.13736056394868904,12,17,14,13,18,15 -0.13130643285972254,13,17,14,14,18,15 -0.12403473458920847,14,17,14,15,18,15 -0.11624763874381928,15,17,14,16,18,15 -0.10846522890932808,16,17,14,17,18,15 -0.10101525445522107,17,17,14,18,18,15 -0.09407208683835973,18,17,14,19,18,15 -0.07808688094430304,0,18,14,1,19,15 -0.08304547985373997,1,18,14,2,19,15 -0.08838834764831843,2,18,14,3,19,15 -0.09407208683835973,3,18,14,4,19,15 -0.1,4,18,14,5,19,15 -0.105999788000636,5,18,14,6,19,15 -0.11180339887498948,6,18,14,7,19,15 -0.11704114719613057,7,18,14,8,19,15 -0.12126781251816648,8,18,14,9,19,15 -0.12403473458920847,9,18,14,10,19,15 -0.125,10,18,14,11,19,15 -0.12403473458920847,11,18,14,12,19,15 -0.12126781251816648,12,18,14,13,19,15 -0.11704114719613057,13,18,14,14,19,15 -0.11180339887498948,14,18,14,15,19,15 -0.105999788000636,15,18,14,16,19,15 -0.1,16,18,14,17,19,15 -0.09407208683835973,17,18,14,18,19,15 -0.08838834764831843,18,18,14,19,19,15 -0.07071067811865475,0,0,15,1,1,16 -0.07432941462471664,1,0,15,2,1,16 -0.07808688094430304,2,0,15,3,1,16 -0.08192319205190406,3,0,15,4,1,16 -0.08574929257125441,4,0,15,5,1,16 -0.08944271909999159,5,0,15,6,1,16 -0.09284766908852593,6,0,15,7,1,16 -0.09578262852211514,7,0,15,8,1,16 -0.09805806756909202,8,0,15,9,1,16 -0.09950371902099892,9,0,15,10,1,16 -0.1,10,0,15,11,1,16 -0.09950371902099892,11,0,15,12,1,16 -0.09805806756909202,12,0,15,13,1,16 -0.09578262852211514,13,0,15,14,1,16 -0.09284766908852593,14,0,15,15,1,16 -0.08944271909999159,15,0,15,16,1,16 -0.08574929257125441,16,0,15,17,1,16 -0.08192319205190406,17,0,15,18,1,16 -0.07808688094430304,18,0,15,19,1,16 -0.07432941462471664,0,1,15,1,2,16 -0.07856742013183861,1,1,15,2,2,16 -0.08304547985373997,2,1,15,3,2,16 -0.08770580193070293,3,1,15,4,2,16 -0.09245003270420485,4,1,15,5,2,16 -0.09712858623572641,5,1,15,6,2,16 -0.10153461651336192,6,1,15,7,2,16 -0.10540925533894598,7,1,15,8,2,16 -0.10846522890932808,8,1,15,9,2,16 -0.11043152607484653,9,1,15,10,2,16 -0.1111111111111111,10,1,15,11,2,16 -0.11043152607484653,11,1,15,12,2,16 -0.10846522890932808,12,1,15,13,2,16 -0.10540925533894598,13,1,15,14,2,16 -0.10153461651336192,14,1,15,15,2,16 -0.09712858623572641,15,1,15,16,2,16 -0.09245003270420485,16,1,15,17,2,16 -0.08770580193070293,17,1,15,18,2,16 -0.08304547985373997,18,1,15,19,2,16 -0.07808688094430304,0,2,15,1,3,16 -0.08304547985373997,1,2,15,2,3,16 -0.08838834764831843,2,2,15,3,3,16 -0.09407208683835973,3,2,15,4,3,16 -0.1,4,2,15,5,3,16 -0.105999788000636,5,2,15,6,3,16 -0.11180339887498948,6,2,15,7,3,16 -0.11704114719613057,7,2,15,8,3,16 -0.12126781251816648,8,2,15,9,3,16 -0.12403473458920847,9,2,15,10,3,16 -0.125,10,2,15,11,3,16 -0.12403473458920847,11,2,15,12,3,16 -0.12126781251816648,12,2,15,13,3,16 -0.11704114719613057,13,2,15,14,3,16 -0.11180339887498948,14,2,15,15,3,16 -0.105999788000636,15,2,15,16,3,16 -0.1,16,2,15,17,3,16 -0.09407208683835973,17,2,15,18,3,16 -0.08838834764831843,18,2,15,19,3,16 -0.08192319205190406,0,3,15,1,4,16 -0.08770580193070293,1,3,15,2,4,16 -0.09407208683835973,2,3,15,3,4,16 -0.10101525445522107,3,3,15,4,4,16 -0.10846522890932808,4,3,15,5,4,16 -0.11624763874381928,5,3,15,6,4,16 -0.12403473458920847,6,3,15,7,4,16 -0.13130643285972254,7,3,15,8,4,16 -0.13736056394868904,8,3,15,9,4,16 -0.1414213562373095,9,3,15,10,4,16 -0.14285714285714285,10,3,15,11,4,16 -0.1414213562373095,11,3,15,12,4,16 -0.13736056394868904,12,3,15,13,4,16 -0.13130643285972254,13,3,15,14,4,16 -0.12403473458920847,14,3,15,15,4,16 -0.11624763874381928,15,3,15,16,4,16 -0.10846522890932808,16,3,15,17,4,16 -0.10101525445522107,17,3,15,18,4,16 -0.09407208683835973,18,3,15,19,4,16 -0.08574929257125441,0,4,15,1,5,16 -0.09245003270420485,1,4,15,2,5,16 -0.1,2,4,15,3,5,16 -0.10846522890932808,3,4,15,4,5,16 -0.11785113019775793,4,4,15,5,5,16 -0.12803687993289598,5,4,15,6,5,16 -0.1386750490563073,6,4,15,7,5,16 -0.14907119849998599,7,4,15,8,5,16 -0.15811388300841897,8,4,15,9,5,16 -0.1643989873053573,9,4,15,10,5,16 -0.16666666666666666,10,4,15,11,5,16 -0.1643989873053573,11,4,15,12,5,16 -0.15811388300841897,12,4,15,13,5,16 -0.14907119849998599,13,4,15,14,5,16 -0.1386750490563073,14,4,15,15,5,16 -0.12803687993289598,15,4,15,16,5,16 -0.11785113019775793,16,4,15,17,5,16 -0.10846522890932808,17,4,15,18,5,16 -0.1,18,4,15,19,5,16 -0.08944271909999159,0,5,15,1,6,16 -0.09712858623572641,1,5,15,2,6,16 -0.105999788000636,2,5,15,3,6,16 -0.11624763874381928,3,5,15,4,6,16 -0.12803687993289598,4,5,15,5,6,16 -0.1414213562373095,5,5,15,6,6,16 -0.15617376188860607,6,5,15,7,6,16 -0.17149858514250882,7,5,15,8,6,16 -0.18569533817705186,8,5,15,9,6,16 -0.19611613513818404,9,5,15,10,6,16 -0.2,10,5,15,11,6,16 -0.19611613513818404,11,5,15,12,6,16 -0.18569533817705186,12,5,15,13,6,16 -0.17149858514250882,13,5,15,14,6,16 -0.15617376188860607,14,5,15,15,6,16 -0.1414213562373095,15,5,15,16,6,16 -0.12803687993289598,16,5,15,17,6,16 -0.11624763874381928,17,5,15,18,6,16 -0.105999788000636,18,5,15,19,6,16 -0.09284766908852593,0,6,15,1,7,16 -0.10153461651336192,1,6,15,2,7,16 -0.11180339887498948,2,6,15,3,7,16 -0.12403473458920847,3,6,15,4,7,16 -0.1386750490563073,4,6,15,5,7,16 -0.15617376188860607,5,6,15,6,7,16 -0.17677669529663687,6,6,15,7,7,16 -0.2,7,6,15,8,7,16 -0.22360679774997896,8,6,15,9,7,16 -0.24253562503633297,9,6,15,10,7,16 -0.25,10,6,15,11,7,16 -0.24253562503633297,11,6,15,12,7,16 -0.22360679774997896,12,6,15,13,7,16 -0.2,13,6,15,14,7,16 -0.17677669529663687,14,6,15,15,7,16 -0.15617376188860607,15,6,15,16,7,16 -0.1386750490563073,16,6,15,17,7,16 -0.12403473458920847,17,6,15,18,7,16 -0.11180339887498948,18,6,15,19,7,16 -0.09578262852211514,0,7,15,1,8,16 -0.10540925533894598,1,7,15,2,8,16 -0.11704114719613057,2,7,15,3,8,16 -0.13130643285972254,3,7,15,4,8,16 -0.14907119849998599,4,7,15,5,8,16 -0.17149858514250882,5,7,15,6,8,16 -0.2,6,7,15,7,8,16 -0.23570226039551587,7,7,15,8,8,16 -0.2773500981126146,8,7,15,9,8,16 -0.31622776601683794,9,7,15,10,8,16 -0.3333333333333333,10,7,15,11,8,16 -0.31622776601683794,11,7,15,12,8,16 -0.2773500981126146,12,7,15,13,8,16 -0.23570226039551587,13,7,15,14,8,16 -0.2,14,7,15,15,8,16 -0.17149858514250882,15,7,15,16,8,16 -0.14907119849998599,16,7,15,17,8,16 -0.13130643285972254,17,7,15,18,8,16 -0.11704114719613057,18,7,15,19,8,16 -0.09805806756909202,0,8,15,1,9,16 -0.10846522890932808,1,8,15,2,9,16 -0.12126781251816648,2,8,15,3,9,16 -0.13736056394868904,3,8,15,4,9,16 -0.15811388300841897,4,8,15,5,9,16 -0.18569533817705186,5,8,15,6,9,16 -0.22360679774997896,6,8,15,7,9,16 -0.2773500981126146,7,8,15,8,9,16 -0.35355339059327373,8,8,15,9,9,16 -0.4472135954999579,9,8,15,10,9,16 -0.5,10,8,15,11,9,16 -0.4472135954999579,11,8,15,12,9,16 -0.35355339059327373,12,8,15,13,9,16 -0.2773500981126146,13,8,15,14,9,16 -0.22360679774997896,14,8,15,15,9,16 -0.18569533817705186,15,8,15,16,9,16 -0.15811388300841897,16,8,15,17,9,16 -0.13736056394868904,17,8,15,18,9,16 -0.12126781251816648,18,8,15,19,9,16 -0.09950371902099892,0,9,15,1,10,16 -0.11043152607484653,1,9,15,2,10,16 -0.12403473458920847,2,9,15,3,10,16 -0.1414213562373095,3,9,15,4,10,16 -0.1643989873053573,4,9,15,5,10,16 -0.19611613513818404,5,9,15,6,10,16 -0.24253562503633297,6,9,15,7,10,16 -0.31622776601683794,7,9,15,8,10,16 -0.4472135954999579,8,9,15,9,10,16 -0.7071067811865475,9,9,15,10,10,16 -1.0,10,9,15,11,10,16 -0.7071067811865475,11,9,15,12,10,16 -0.4472135954999579,12,9,15,13,10,16 -0.31622776601683794,13,9,15,14,10,16 -0.24253562503633297,14,9,15,15,10,16 -0.19611613513818404,15,9,15,16,10,16 -0.1643989873053573,16,9,15,17,10,16 -0.1414213562373095,17,9,15,18,10,16 -0.12403473458920847,18,9,15,19,10,16 -0.1,0,10,15,1,11,16 -0.1111111111111111,1,10,15,2,11,16 -0.125,2,10,15,3,11,16 -0.14285714285714285,3,10,15,4,11,16 -0.16666666666666666,4,10,15,5,11,16 -0.2,5,10,15,6,11,16 -0.25,6,10,15,7,11,16 -0.3333333333333333,7,10,15,8,11,16 -0.5,8,10,15,9,11,16 -1.0,9,10,15,10,11,16 -0,10,10,15,11,11,16 -1.0,11,10,15,12,11,16 -0.5,12,10,15,13,11,16 -0.3333333333333333,13,10,15,14,11,16 -0.25,14,10,15,15,11,16 -0.2,15,10,15,16,11,16 -0.16666666666666666,16,10,15,17,11,16 -0.14285714285714285,17,10,15,18,11,16 -0.125,18,10,15,19,11,16 -0.09950371902099892,0,11,15,1,12,16 -0.11043152607484653,1,11,15,2,12,16 -0.12403473458920847,2,11,15,3,12,16 -0.1414213562373095,3,11,15,4,12,16 -0.1643989873053573,4,11,15,5,12,16 -0.19611613513818404,5,11,15,6,12,16 -0.24253562503633297,6,11,15,7,12,16 -0.31622776601683794,7,11,15,8,12,16 -0.4472135954999579,8,11,15,9,12,16 -0.7071067811865475,9,11,15,10,12,16 -1.0,10,11,15,11,12,16 -0.7071067811865475,11,11,15,12,12,16 -0.4472135954999579,12,11,15,13,12,16 -0.31622776601683794,13,11,15,14,12,16 -0.24253562503633297,14,11,15,15,12,16 -0.19611613513818404,15,11,15,16,12,16 -0.1643989873053573,16,11,15,17,12,16 -0.1414213562373095,17,11,15,18,12,16 -0.12403473458920847,18,11,15,19,12,16 -0.09805806756909202,0,12,15,1,13,16 -0.10846522890932808,1,12,15,2,13,16 -0.12126781251816648,2,12,15,3,13,16 -0.13736056394868904,3,12,15,4,13,16 -0.15811388300841897,4,12,15,5,13,16 -0.18569533817705186,5,12,15,6,13,16 -0.22360679774997896,6,12,15,7,13,16 -0.2773500981126146,7,12,15,8,13,16 -0.35355339059327373,8,12,15,9,13,16 -0.4472135954999579,9,12,15,10,13,16 -0.5,10,12,15,11,13,16 -0.4472135954999579,11,12,15,12,13,16 -0.35355339059327373,12,12,15,13,13,16 -0.2773500981126146,13,12,15,14,13,16 -0.22360679774997896,14,12,15,15,13,16 -0.18569533817705186,15,12,15,16,13,16 -0.15811388300841897,16,12,15,17,13,16 -0.13736056394868904,17,12,15,18,13,16 -0.12126781251816648,18,12,15,19,13,16 -0.09578262852211514,0,13,15,1,14,16 -0.10540925533894598,1,13,15,2,14,16 -0.11704114719613057,2,13,15,3,14,16 -0.13130643285972254,3,13,15,4,14,16 -0.14907119849998599,4,13,15,5,14,16 -0.17149858514250882,5,13,15,6,14,16 -0.2,6,13,15,7,14,16 -0.23570226039551587,7,13,15,8,14,16 -0.2773500981126146,8,13,15,9,14,16 -0.31622776601683794,9,13,15,10,14,16 -0.3333333333333333,10,13,15,11,14,16 -0.31622776601683794,11,13,15,12,14,16 -0.2773500981126146,12,13,15,13,14,16 -0.23570226039551587,13,13,15,14,14,16 -0.2,14,13,15,15,14,16 -0.17149858514250882,15,13,15,16,14,16 -0.14907119849998599,16,13,15,17,14,16 -0.13130643285972254,17,13,15,18,14,16 -0.11704114719613057,18,13,15,19,14,16 -0.09284766908852593,0,14,15,1,15,16 -0.10153461651336192,1,14,15,2,15,16 -0.11180339887498948,2,14,15,3,15,16 -0.12403473458920847,3,14,15,4,15,16 -0.1386750490563073,4,14,15,5,15,16 -0.15617376188860607,5,14,15,6,15,16 -0.17677669529663687,6,14,15,7,15,16 -0.2,7,14,15,8,15,16 -0.22360679774997896,8,14,15,9,15,16 -0.24253562503633297,9,14,15,10,15,16 -0.25,10,14,15,11,15,16 -0.24253562503633297,11,14,15,12,15,16 -0.22360679774997896,12,14,15,13,15,16 -0.2,13,14,15,14,15,16 -0.17677669529663687,14,14,15,15,15,16 -0.15617376188860607,15,14,15,16,15,16 -0.1386750490563073,16,14,15,17,15,16 -0.12403473458920847,17,14,15,18,15,16 -0.11180339887498948,18,14,15,19,15,16 -0.08944271909999159,0,15,15,1,16,16 -0.09712858623572641,1,15,15,2,16,16 -0.105999788000636,2,15,15,3,16,16 -0.11624763874381928,3,15,15,4,16,16 -0.12803687993289598,4,15,15,5,16,16 -0.1414213562373095,5,15,15,6,16,16 -0.15617376188860607,6,15,15,7,16,16 -0.17149858514250882,7,15,15,8,16,16 -0.18569533817705186,8,15,15,9,16,16 -0.19611613513818404,9,15,15,10,16,16 -0.2,10,15,15,11,16,16 -0.19611613513818404,11,15,15,12,16,16 -0.18569533817705186,12,15,15,13,16,16 -0.17149858514250882,13,15,15,14,16,16 -0.15617376188860607,14,15,15,15,16,16 -0.1414213562373095,15,15,15,16,16,16 -0.12803687993289598,16,15,15,17,16,16 -0.11624763874381928,17,15,15,18,16,16 -0.105999788000636,18,15,15,19,16,16 -0.08574929257125441,0,16,15,1,17,16 -0.09245003270420485,1,16,15,2,17,16 -0.1,2,16,15,3,17,16 -0.10846522890932808,3,16,15,4,17,16 -0.11785113019775793,4,16,15,5,17,16 -0.12803687993289598,5,16,15,6,17,16 -0.1386750490563073,6,16,15,7,17,16 -0.14907119849998599,7,16,15,8,17,16 -0.15811388300841897,8,16,15,9,17,16 -0.1643989873053573,9,16,15,10,17,16 -0.16666666666666666,10,16,15,11,17,16 -0.1643989873053573,11,16,15,12,17,16 -0.15811388300841897,12,16,15,13,17,16 -0.14907119849998599,13,16,15,14,17,16 -0.1386750490563073,14,16,15,15,17,16 -0.12803687993289598,15,16,15,16,17,16 -0.11785113019775793,16,16,15,17,17,16 -0.10846522890932808,17,16,15,18,17,16 -0.1,18,16,15,19,17,16 -0.08192319205190406,0,17,15,1,18,16 -0.08770580193070293,1,17,15,2,18,16 -0.09407208683835973,2,17,15,3,18,16 -0.10101525445522107,3,17,15,4,18,16 -0.10846522890932808,4,17,15,5,18,16 -0.11624763874381928,5,17,15,6,18,16 -0.12403473458920847,6,17,15,7,18,16 -0.13130643285972254,7,17,15,8,18,16 -0.13736056394868904,8,17,15,9,18,16 -0.1414213562373095,9,17,15,10,18,16 -0.14285714285714285,10,17,15,11,18,16 -0.1414213562373095,11,17,15,12,18,16 -0.13736056394868904,12,17,15,13,18,16 -0.13130643285972254,13,17,15,14,18,16 -0.12403473458920847,14,17,15,15,18,16 -0.11624763874381928,15,17,15,16,18,16 -0.10846522890932808,16,17,15,17,18,16 -0.10101525445522107,17,17,15,18,18,16 -0.09407208683835973,18,17,15,19,18,16 -0.07808688094430304,0,18,15,1,19,16 -0.08304547985373997,1,18,15,2,19,16 -0.08838834764831843,2,18,15,3,19,16 -0.09407208683835973,3,18,15,4,19,16 -0.1,4,18,15,5,19,16 -0.105999788000636,5,18,15,6,19,16 -0.11180339887498948,6,18,15,7,19,16 -0.11704114719613057,7,18,15,8,19,16 -0.12126781251816648,8,18,15,9,19,16 -0.12403473458920847,9,18,15,10,19,16 -0.125,10,18,15,11,19,16 -0.12403473458920847,11,18,15,12,19,16 -0.12126781251816648,12,18,15,13,19,16 -0.11704114719613057,13,18,15,14,19,16 -0.11180339887498948,14,18,15,15,19,16 -0.105999788000636,15,18,15,16,19,16 -0.1,16,18,15,17,19,16 -0.09407208683835973,17,18,15,18,19,16 -0.08838834764831843,18,18,15,19,19,16 -0.07071067811865475,0,0,16,1,1,17 -0.07432941462471664,1,0,16,2,1,17 -0.07808688094430304,2,0,16,3,1,17 -0.08192319205190406,3,0,16,4,1,17 -0.08574929257125441,4,0,16,5,1,17 -0.08944271909999159,5,0,16,6,1,17 -0.09284766908852593,6,0,16,7,1,17 -0.09578262852211514,7,0,16,8,1,17 -0.09805806756909202,8,0,16,9,1,17 -0.09950371902099892,9,0,16,10,1,17 -0.1,10,0,16,11,1,17 -0.09950371902099892,11,0,16,12,1,17 -0.09805806756909202,12,0,16,13,1,17 -0.09578262852211514,13,0,16,14,1,17 -0.09284766908852593,14,0,16,15,1,17 -0.08944271909999159,15,0,16,16,1,17 -0.08574929257125441,16,0,16,17,1,17 -0.08192319205190406,17,0,16,18,1,17 -0.07808688094430304,18,0,16,19,1,17 -0.07432941462471664,0,1,16,1,2,17 -0.07856742013183861,1,1,16,2,2,17 -0.08304547985373997,2,1,16,3,2,17 -0.08770580193070293,3,1,16,4,2,17 -0.09245003270420485,4,1,16,5,2,17 -0.09712858623572641,5,1,16,6,2,17 -0.10153461651336192,6,1,16,7,2,17 -0.10540925533894598,7,1,16,8,2,17 -0.10846522890932808,8,1,16,9,2,17 -0.11043152607484653,9,1,16,10,2,17 -0.1111111111111111,10,1,16,11,2,17 -0.11043152607484653,11,1,16,12,2,17 -0.10846522890932808,12,1,16,13,2,17 -0.10540925533894598,13,1,16,14,2,17 -0.10153461651336192,14,1,16,15,2,17 -0.09712858623572641,15,1,16,16,2,17 -0.09245003270420485,16,1,16,17,2,17 -0.08770580193070293,17,1,16,18,2,17 -0.08304547985373997,18,1,16,19,2,17 -0.07808688094430304,0,2,16,1,3,17 -0.08304547985373997,1,2,16,2,3,17 -0.08838834764831843,2,2,16,3,3,17 -0.09407208683835973,3,2,16,4,3,17 -0.1,4,2,16,5,3,17 -0.105999788000636,5,2,16,6,3,17 -0.11180339887498948,6,2,16,7,3,17 -0.11704114719613057,7,2,16,8,3,17 -0.12126781251816648,8,2,16,9,3,17 -0.12403473458920847,9,2,16,10,3,17 -0.125,10,2,16,11,3,17 -0.12403473458920847,11,2,16,12,3,17 -0.12126781251816648,12,2,16,13,3,17 -0.11704114719613057,13,2,16,14,3,17 -0.11180339887498948,14,2,16,15,3,17 -0.105999788000636,15,2,16,16,3,17 -0.1,16,2,16,17,3,17 -0.09407208683835973,17,2,16,18,3,17 -0.08838834764831843,18,2,16,19,3,17 -0.08192319205190406,0,3,16,1,4,17 -0.08770580193070293,1,3,16,2,4,17 -0.09407208683835973,2,3,16,3,4,17 -0.10101525445522107,3,3,16,4,4,17 -0.10846522890932808,4,3,16,5,4,17 -0.11624763874381928,5,3,16,6,4,17 -0.12403473458920847,6,3,16,7,4,17 -0.13130643285972254,7,3,16,8,4,17 -0.13736056394868904,8,3,16,9,4,17 -0.1414213562373095,9,3,16,10,4,17 -0.14285714285714285,10,3,16,11,4,17 -0.1414213562373095,11,3,16,12,4,17 -0.13736056394868904,12,3,16,13,4,17 -0.13130643285972254,13,3,16,14,4,17 -0.12403473458920847,14,3,16,15,4,17 -0.11624763874381928,15,3,16,16,4,17 -0.10846522890932808,16,3,16,17,4,17 -0.10101525445522107,17,3,16,18,4,17 -0.09407208683835973,18,3,16,19,4,17 -0.08574929257125441,0,4,16,1,5,17 -0.09245003270420485,1,4,16,2,5,17 -0.1,2,4,16,3,5,17 -0.10846522890932808,3,4,16,4,5,17 -0.11785113019775793,4,4,16,5,5,17 -0.12803687993289598,5,4,16,6,5,17 -0.1386750490563073,6,4,16,7,5,17 -0.14907119849998599,7,4,16,8,5,17 -0.15811388300841897,8,4,16,9,5,17 -0.1643989873053573,9,4,16,10,5,17 -0.16666666666666666,10,4,16,11,5,17 -0.1643989873053573,11,4,16,12,5,17 -0.15811388300841897,12,4,16,13,5,17 -0.14907119849998599,13,4,16,14,5,17 -0.1386750490563073,14,4,16,15,5,17 -0.12803687993289598,15,4,16,16,5,17 -0.11785113019775793,16,4,16,17,5,17 -0.10846522890932808,17,4,16,18,5,17 -0.1,18,4,16,19,5,17 -0.08944271909999159,0,5,16,1,6,17 -0.09712858623572641,1,5,16,2,6,17 -0.105999788000636,2,5,16,3,6,17 -0.11624763874381928,3,5,16,4,6,17 -0.12803687993289598,4,5,16,5,6,17 -0.1414213562373095,5,5,16,6,6,17 -0.15617376188860607,6,5,16,7,6,17 -0.17149858514250882,7,5,16,8,6,17 -0.18569533817705186,8,5,16,9,6,17 -0.19611613513818404,9,5,16,10,6,17 -0.2,10,5,16,11,6,17 -0.19611613513818404,11,5,16,12,6,17 -0.18569533817705186,12,5,16,13,6,17 -0.17149858514250882,13,5,16,14,6,17 -0.15617376188860607,14,5,16,15,6,17 -0.1414213562373095,15,5,16,16,6,17 -0.12803687993289598,16,5,16,17,6,17 -0.11624763874381928,17,5,16,18,6,17 -0.105999788000636,18,5,16,19,6,17 -0.09284766908852593,0,6,16,1,7,17 -0.10153461651336192,1,6,16,2,7,17 -0.11180339887498948,2,6,16,3,7,17 -0.12403473458920847,3,6,16,4,7,17 -0.1386750490563073,4,6,16,5,7,17 -0.15617376188860607,5,6,16,6,7,17 -0.17677669529663687,6,6,16,7,7,17 -0.2,7,6,16,8,7,17 -0.22360679774997896,8,6,16,9,7,17 -0.24253562503633297,9,6,16,10,7,17 -0.25,10,6,16,11,7,17 -0.24253562503633297,11,6,16,12,7,17 -0.22360679774997896,12,6,16,13,7,17 -0.2,13,6,16,14,7,17 -0.17677669529663687,14,6,16,15,7,17 -0.15617376188860607,15,6,16,16,7,17 -0.1386750490563073,16,6,16,17,7,17 -0.12403473458920847,17,6,16,18,7,17 -0.11180339887498948,18,6,16,19,7,17 -0.09578262852211514,0,7,16,1,8,17 -0.10540925533894598,1,7,16,2,8,17 -0.11704114719613057,2,7,16,3,8,17 -0.13130643285972254,3,7,16,4,8,17 -0.14907119849998599,4,7,16,5,8,17 -0.17149858514250882,5,7,16,6,8,17 -0.2,6,7,16,7,8,17 -0.23570226039551587,7,7,16,8,8,17 -0.2773500981126146,8,7,16,9,8,17 -0.31622776601683794,9,7,16,10,8,17 -0.3333333333333333,10,7,16,11,8,17 -0.31622776601683794,11,7,16,12,8,17 -0.2773500981126146,12,7,16,13,8,17 -0.23570226039551587,13,7,16,14,8,17 -0.2,14,7,16,15,8,17 -0.17149858514250882,15,7,16,16,8,17 -0.14907119849998599,16,7,16,17,8,17 -0.13130643285972254,17,7,16,18,8,17 -0.11704114719613057,18,7,16,19,8,17 -0.09805806756909202,0,8,16,1,9,17 -0.10846522890932808,1,8,16,2,9,17 -0.12126781251816648,2,8,16,3,9,17 -0.13736056394868904,3,8,16,4,9,17 -0.15811388300841897,4,8,16,5,9,17 -0.18569533817705186,5,8,16,6,9,17 -0.22360679774997896,6,8,16,7,9,17 -0.2773500981126146,7,8,16,8,9,17 -0.35355339059327373,8,8,16,9,9,17 -0.4472135954999579,9,8,16,10,9,17 -0.5,10,8,16,11,9,17 -0.4472135954999579,11,8,16,12,9,17 -0.35355339059327373,12,8,16,13,9,17 -0.2773500981126146,13,8,16,14,9,17 -0.22360679774997896,14,8,16,15,9,17 -0.18569533817705186,15,8,16,16,9,17 -0.15811388300841897,16,8,16,17,9,17 -0.13736056394868904,17,8,16,18,9,17 -0.12126781251816648,18,8,16,19,9,17 -0.09950371902099892,0,9,16,1,10,17 -0.11043152607484653,1,9,16,2,10,17 -0.12403473458920847,2,9,16,3,10,17 -0.1414213562373095,3,9,16,4,10,17 -0.1643989873053573,4,9,16,5,10,17 -0.19611613513818404,5,9,16,6,10,17 -0.24253562503633297,6,9,16,7,10,17 -0.31622776601683794,7,9,16,8,10,17 -0.4472135954999579,8,9,16,9,10,17 -0.7071067811865475,9,9,16,10,10,17 -1.0,10,9,16,11,10,17 -0.7071067811865475,11,9,16,12,10,17 -0.4472135954999579,12,9,16,13,10,17 -0.31622776601683794,13,9,16,14,10,17 -0.24253562503633297,14,9,16,15,10,17 -0.19611613513818404,15,9,16,16,10,17 -0.1643989873053573,16,9,16,17,10,17 -0.1414213562373095,17,9,16,18,10,17 -0.12403473458920847,18,9,16,19,10,17 -0.1,0,10,16,1,11,17 -0.1111111111111111,1,10,16,2,11,17 -0.125,2,10,16,3,11,17 -0.14285714285714285,3,10,16,4,11,17 -0.16666666666666666,4,10,16,5,11,17 -0.2,5,10,16,6,11,17 -0.25,6,10,16,7,11,17 -0.3333333333333333,7,10,16,8,11,17 -0.5,8,10,16,9,11,17 -1.0,9,10,16,10,11,17 -0,10,10,16,11,11,17 -1.0,11,10,16,12,11,17 -0.5,12,10,16,13,11,17 -0.3333333333333333,13,10,16,14,11,17 -0.25,14,10,16,15,11,17 -0.2,15,10,16,16,11,17 -0.16666666666666666,16,10,16,17,11,17 -0.14285714285714285,17,10,16,18,11,17 -0.125,18,10,16,19,11,17 -0.09950371902099892,0,11,16,1,12,17 -0.11043152607484653,1,11,16,2,12,17 -0.12403473458920847,2,11,16,3,12,17 -0.1414213562373095,3,11,16,4,12,17 -0.1643989873053573,4,11,16,5,12,17 -0.19611613513818404,5,11,16,6,12,17 -0.24253562503633297,6,11,16,7,12,17 -0.31622776601683794,7,11,16,8,12,17 -0.4472135954999579,8,11,16,9,12,17 -0.7071067811865475,9,11,16,10,12,17 -1.0,10,11,16,11,12,17 -0.7071067811865475,11,11,16,12,12,17 -0.4472135954999579,12,11,16,13,12,17 -0.31622776601683794,13,11,16,14,12,17 -0.24253562503633297,14,11,16,15,12,17 -0.19611613513818404,15,11,16,16,12,17 -0.1643989873053573,16,11,16,17,12,17 -0.1414213562373095,17,11,16,18,12,17 -0.12403473458920847,18,11,16,19,12,17 -0.09805806756909202,0,12,16,1,13,17 -0.10846522890932808,1,12,16,2,13,17 -0.12126781251816648,2,12,16,3,13,17 -0.13736056394868904,3,12,16,4,13,17 -0.15811388300841897,4,12,16,5,13,17 -0.18569533817705186,5,12,16,6,13,17 -0.22360679774997896,6,12,16,7,13,17 -0.2773500981126146,7,12,16,8,13,17 -0.35355339059327373,8,12,16,9,13,17 -0.4472135954999579,9,12,16,10,13,17 -0.5,10,12,16,11,13,17 -0.4472135954999579,11,12,16,12,13,17 -0.35355339059327373,12,12,16,13,13,17 -0.2773500981126146,13,12,16,14,13,17 -0.22360679774997896,14,12,16,15,13,17 -0.18569533817705186,15,12,16,16,13,17 -0.15811388300841897,16,12,16,17,13,17 -0.13736056394868904,17,12,16,18,13,17 -0.12126781251816648,18,12,16,19,13,17 -0.09578262852211514,0,13,16,1,14,17 -0.10540925533894598,1,13,16,2,14,17 -0.11704114719613057,2,13,16,3,14,17 -0.13130643285972254,3,13,16,4,14,17 -0.14907119849998599,4,13,16,5,14,17 -0.17149858514250882,5,13,16,6,14,17 -0.2,6,13,16,7,14,17 -0.23570226039551587,7,13,16,8,14,17 -0.2773500981126146,8,13,16,9,14,17 -0.31622776601683794,9,13,16,10,14,17 -0.3333333333333333,10,13,16,11,14,17 -0.31622776601683794,11,13,16,12,14,17 -0.2773500981126146,12,13,16,13,14,17 -0.23570226039551587,13,13,16,14,14,17 -0.2,14,13,16,15,14,17 -0.17149858514250882,15,13,16,16,14,17 -0.14907119849998599,16,13,16,17,14,17 -0.13130643285972254,17,13,16,18,14,17 -0.11704114719613057,18,13,16,19,14,17 -0.09284766908852593,0,14,16,1,15,17 -0.10153461651336192,1,14,16,2,15,17 -0.11180339887498948,2,14,16,3,15,17 -0.12403473458920847,3,14,16,4,15,17 -0.1386750490563073,4,14,16,5,15,17 -0.15617376188860607,5,14,16,6,15,17 -0.17677669529663687,6,14,16,7,15,17 -0.2,7,14,16,8,15,17 -0.22360679774997896,8,14,16,9,15,17 -0.24253562503633297,9,14,16,10,15,17 -0.25,10,14,16,11,15,17 -0.24253562503633297,11,14,16,12,15,17 -0.22360679774997896,12,14,16,13,15,17 -0.2,13,14,16,14,15,17 -0.17677669529663687,14,14,16,15,15,17 -0.15617376188860607,15,14,16,16,15,17 -0.1386750490563073,16,14,16,17,15,17 -0.12403473458920847,17,14,16,18,15,17 -0.11180339887498948,18,14,16,19,15,17 -0.08944271909999159,0,15,16,1,16,17 -0.09712858623572641,1,15,16,2,16,17 -0.105999788000636,2,15,16,3,16,17 -0.11624763874381928,3,15,16,4,16,17 -0.12803687993289598,4,15,16,5,16,17 -0.1414213562373095,5,15,16,6,16,17 -0.15617376188860607,6,15,16,7,16,17 -0.17149858514250882,7,15,16,8,16,17 -0.18569533817705186,8,15,16,9,16,17 -0.19611613513818404,9,15,16,10,16,17 -0.2,10,15,16,11,16,17 -0.19611613513818404,11,15,16,12,16,17 -0.18569533817705186,12,15,16,13,16,17 -0.17149858514250882,13,15,16,14,16,17 -0.15617376188860607,14,15,16,15,16,17 -0.1414213562373095,15,15,16,16,16,17 -0.12803687993289598,16,15,16,17,16,17 -0.11624763874381928,17,15,16,18,16,17 -0.105999788000636,18,15,16,19,16,17 -0.08574929257125441,0,16,16,1,17,17 -0.09245003270420485,1,16,16,2,17,17 -0.1,2,16,16,3,17,17 -0.10846522890932808,3,16,16,4,17,17 -0.11785113019775793,4,16,16,5,17,17 -0.12803687993289598,5,16,16,6,17,17 -0.1386750490563073,6,16,16,7,17,17 -0.14907119849998599,7,16,16,8,17,17 -0.15811388300841897,8,16,16,9,17,17 -0.1643989873053573,9,16,16,10,17,17 -0.16666666666666666,10,16,16,11,17,17 -0.1643989873053573,11,16,16,12,17,17 -0.15811388300841897,12,16,16,13,17,17 -0.14907119849998599,13,16,16,14,17,17 -0.1386750490563073,14,16,16,15,17,17 -0.12803687993289598,15,16,16,16,17,17 -0.11785113019775793,16,16,16,17,17,17 -0.10846522890932808,17,16,16,18,17,17 -0.1,18,16,16,19,17,17 -0.08192319205190406,0,17,16,1,18,17 -0.08770580193070293,1,17,16,2,18,17 -0.09407208683835973,2,17,16,3,18,17 -0.10101525445522107,3,17,16,4,18,17 -0.10846522890932808,4,17,16,5,18,17 -0.11624763874381928,5,17,16,6,18,17 -0.12403473458920847,6,17,16,7,18,17 -0.13130643285972254,7,17,16,8,18,17 -0.13736056394868904,8,17,16,9,18,17 -0.1414213562373095,9,17,16,10,18,17 -0.14285714285714285,10,17,16,11,18,17 -0.1414213562373095,11,17,16,12,18,17 -0.13736056394868904,12,17,16,13,18,17 -0.13130643285972254,13,17,16,14,18,17 -0.12403473458920847,14,17,16,15,18,17 -0.11624763874381928,15,17,16,16,18,17 -0.10846522890932808,16,17,16,17,18,17 -0.10101525445522107,17,17,16,18,18,17 -0.09407208683835973,18,17,16,19,18,17 -0.07808688094430304,0,18,16,1,19,17 -0.08304547985373997,1,18,16,2,19,17 -0.08838834764831843,2,18,16,3,19,17 -0.09407208683835973,3,18,16,4,19,17 -0.1,4,18,16,5,19,17 -0.105999788000636,5,18,16,6,19,17 -0.11180339887498948,6,18,16,7,19,17 -0.11704114719613057,7,18,16,8,19,17 -0.12126781251816648,8,18,16,9,19,17 -0.12403473458920847,9,18,16,10,19,17 -0.125,10,18,16,11,19,17 -0.12403473458920847,11,18,16,12,19,17 -0.12126781251816648,12,18,16,13,19,17 -0.11704114719613057,13,18,16,14,19,17 -0.11180339887498948,14,18,16,15,19,17 -0.105999788000636,15,18,16,16,19,17 -0.1,16,18,16,17,19,17 -0.09407208683835973,17,18,16,18,19,17 -0.08838834764831843,18,18,16,19,19,17 -0.07071067811865475,0,0,17,1,1,18 -0.07432941462471664,1,0,17,2,1,18 -0.07808688094430304,2,0,17,3,1,18 -0.08192319205190406,3,0,17,4,1,18 -0.08574929257125441,4,0,17,5,1,18 -0.08944271909999159,5,0,17,6,1,18 -0.09284766908852593,6,0,17,7,1,18 -0.09578262852211514,7,0,17,8,1,18 -0.09805806756909202,8,0,17,9,1,18 -0.09950371902099892,9,0,17,10,1,18 -0.1,10,0,17,11,1,18 -0.09950371902099892,11,0,17,12,1,18 -0.09805806756909202,12,0,17,13,1,18 -0.09578262852211514,13,0,17,14,1,18 -0.09284766908852593,14,0,17,15,1,18 -0.08944271909999159,15,0,17,16,1,18 -0.08574929257125441,16,0,17,17,1,18 -0.08192319205190406,17,0,17,18,1,18 -0.07808688094430304,18,0,17,19,1,18 -0.07432941462471664,0,1,17,1,2,18 -0.07856742013183861,1,1,17,2,2,18 -0.08304547985373997,2,1,17,3,2,18 -0.08770580193070293,3,1,17,4,2,18 -0.09245003270420485,4,1,17,5,2,18 -0.09712858623572641,5,1,17,6,2,18 -0.10153461651336192,6,1,17,7,2,18 -0.10540925533894598,7,1,17,8,2,18 -0.10846522890932808,8,1,17,9,2,18 -0.11043152607484653,9,1,17,10,2,18 -0.1111111111111111,10,1,17,11,2,18 -0.11043152607484653,11,1,17,12,2,18 -0.10846522890932808,12,1,17,13,2,18 -0.10540925533894598,13,1,17,14,2,18 -0.10153461651336192,14,1,17,15,2,18 -0.09712858623572641,15,1,17,16,2,18 -0.09245003270420485,16,1,17,17,2,18 -0.08770580193070293,17,1,17,18,2,18 -0.08304547985373997,18,1,17,19,2,18 -0.07808688094430304,0,2,17,1,3,18 -0.08304547985373997,1,2,17,2,3,18 -0.08838834764831843,2,2,17,3,3,18 -0.09407208683835973,3,2,17,4,3,18 -0.1,4,2,17,5,3,18 -0.105999788000636,5,2,17,6,3,18 -0.11180339887498948,6,2,17,7,3,18 -0.11704114719613057,7,2,17,8,3,18 -0.12126781251816648,8,2,17,9,3,18 -0.12403473458920847,9,2,17,10,3,18 -0.125,10,2,17,11,3,18 -0.12403473458920847,11,2,17,12,3,18 -0.12126781251816648,12,2,17,13,3,18 -0.11704114719613057,13,2,17,14,3,18 -0.11180339887498948,14,2,17,15,3,18 -0.105999788000636,15,2,17,16,3,18 -0.1,16,2,17,17,3,18 -0.09407208683835973,17,2,17,18,3,18 -0.08838834764831843,18,2,17,19,3,18 -0.08192319205190406,0,3,17,1,4,18 -0.08770580193070293,1,3,17,2,4,18 -0.09407208683835973,2,3,17,3,4,18 -0.10101525445522107,3,3,17,4,4,18 -0.10846522890932808,4,3,17,5,4,18 -0.11624763874381928,5,3,17,6,4,18 -0.12403473458920847,6,3,17,7,4,18 -0.13130643285972254,7,3,17,8,4,18 -0.13736056394868904,8,3,17,9,4,18 -0.1414213562373095,9,3,17,10,4,18 -0.14285714285714285,10,3,17,11,4,18 -0.1414213562373095,11,3,17,12,4,18 -0.13736056394868904,12,3,17,13,4,18 -0.13130643285972254,13,3,17,14,4,18 -0.12403473458920847,14,3,17,15,4,18 -0.11624763874381928,15,3,17,16,4,18 -0.10846522890932808,16,3,17,17,4,18 -0.10101525445522107,17,3,17,18,4,18 -0.09407208683835973,18,3,17,19,4,18 -0.08574929257125441,0,4,17,1,5,18 -0.09245003270420485,1,4,17,2,5,18 -0.1,2,4,17,3,5,18 -0.10846522890932808,3,4,17,4,5,18 -0.11785113019775793,4,4,17,5,5,18 -0.12803687993289598,5,4,17,6,5,18 -0.1386750490563073,6,4,17,7,5,18 -0.14907119849998599,7,4,17,8,5,18 -0.15811388300841897,8,4,17,9,5,18 -0.1643989873053573,9,4,17,10,5,18 -0.16666666666666666,10,4,17,11,5,18 -0.1643989873053573,11,4,17,12,5,18 -0.15811388300841897,12,4,17,13,5,18 -0.14907119849998599,13,4,17,14,5,18 -0.1386750490563073,14,4,17,15,5,18 -0.12803687993289598,15,4,17,16,5,18 -0.11785113019775793,16,4,17,17,5,18 -0.10846522890932808,17,4,17,18,5,18 -0.1,18,4,17,19,5,18 -0.08944271909999159,0,5,17,1,6,18 -0.09712858623572641,1,5,17,2,6,18 -0.105999788000636,2,5,17,3,6,18 -0.11624763874381928,3,5,17,4,6,18 -0.12803687993289598,4,5,17,5,6,18 -0.1414213562373095,5,5,17,6,6,18 -0.15617376188860607,6,5,17,7,6,18 -0.17149858514250882,7,5,17,8,6,18 -0.18569533817705186,8,5,17,9,6,18 -0.19611613513818404,9,5,17,10,6,18 -0.2,10,5,17,11,6,18 -0.19611613513818404,11,5,17,12,6,18 -0.18569533817705186,12,5,17,13,6,18 -0.17149858514250882,13,5,17,14,6,18 -0.15617376188860607,14,5,17,15,6,18 -0.1414213562373095,15,5,17,16,6,18 -0.12803687993289598,16,5,17,17,6,18 -0.11624763874381928,17,5,17,18,6,18 -0.105999788000636,18,5,17,19,6,18 -0.09284766908852593,0,6,17,1,7,18 -0.10153461651336192,1,6,17,2,7,18 -0.11180339887498948,2,6,17,3,7,18 -0.12403473458920847,3,6,17,4,7,18 -0.1386750490563073,4,6,17,5,7,18 -0.15617376188860607,5,6,17,6,7,18 -0.17677669529663687,6,6,17,7,7,18 -0.2,7,6,17,8,7,18 -0.22360679774997896,8,6,17,9,7,18 -0.24253562503633297,9,6,17,10,7,18 -0.25,10,6,17,11,7,18 -0.24253562503633297,11,6,17,12,7,18 -0.22360679774997896,12,6,17,13,7,18 -0.2,13,6,17,14,7,18 -0.17677669529663687,14,6,17,15,7,18 -0.15617376188860607,15,6,17,16,7,18 -0.1386750490563073,16,6,17,17,7,18 -0.12403473458920847,17,6,17,18,7,18 -0.11180339887498948,18,6,17,19,7,18 -0.09578262852211514,0,7,17,1,8,18 -0.10540925533894598,1,7,17,2,8,18 -0.11704114719613057,2,7,17,3,8,18 -0.13130643285972254,3,7,17,4,8,18 -0.14907119849998599,4,7,17,5,8,18 -0.17149858514250882,5,7,17,6,8,18 -0.2,6,7,17,7,8,18 -0.23570226039551587,7,7,17,8,8,18 -0.2773500981126146,8,7,17,9,8,18 -0.31622776601683794,9,7,17,10,8,18 -0.3333333333333333,10,7,17,11,8,18 -0.31622776601683794,11,7,17,12,8,18 -0.2773500981126146,12,7,17,13,8,18 -0.23570226039551587,13,7,17,14,8,18 -0.2,14,7,17,15,8,18 -0.17149858514250882,15,7,17,16,8,18 -0.14907119849998599,16,7,17,17,8,18 -0.13130643285972254,17,7,17,18,8,18 -0.11704114719613057,18,7,17,19,8,18 -0.09805806756909202,0,8,17,1,9,18 -0.10846522890932808,1,8,17,2,9,18 -0.12126781251816648,2,8,17,3,9,18 -0.13736056394868904,3,8,17,4,9,18 -0.15811388300841897,4,8,17,5,9,18 -0.18569533817705186,5,8,17,6,9,18 -0.22360679774997896,6,8,17,7,9,18 -0.2773500981126146,7,8,17,8,9,18 -0.35355339059327373,8,8,17,9,9,18 -0.4472135954999579,9,8,17,10,9,18 -0.5,10,8,17,11,9,18 -0.4472135954999579,11,8,17,12,9,18 -0.35355339059327373,12,8,17,13,9,18 -0.2773500981126146,13,8,17,14,9,18 -0.22360679774997896,14,8,17,15,9,18 -0.18569533817705186,15,8,17,16,9,18 -0.15811388300841897,16,8,17,17,9,18 -0.13736056394868904,17,8,17,18,9,18 -0.12126781251816648,18,8,17,19,9,18 -0.09950371902099892,0,9,17,1,10,18 -0.11043152607484653,1,9,17,2,10,18 -0.12403473458920847,2,9,17,3,10,18 -0.1414213562373095,3,9,17,4,10,18 -0.1643989873053573,4,9,17,5,10,18 -0.19611613513818404,5,9,17,6,10,18 -0.24253562503633297,6,9,17,7,10,18 -0.31622776601683794,7,9,17,8,10,18 -0.4472135954999579,8,9,17,9,10,18 -0.7071067811865475,9,9,17,10,10,18 -1.0,10,9,17,11,10,18 -0.7071067811865475,11,9,17,12,10,18 -0.4472135954999579,12,9,17,13,10,18 -0.31622776601683794,13,9,17,14,10,18 -0.24253562503633297,14,9,17,15,10,18 -0.19611613513818404,15,9,17,16,10,18 -0.1643989873053573,16,9,17,17,10,18 -0.1414213562373095,17,9,17,18,10,18 -0.12403473458920847,18,9,17,19,10,18 -0.1,0,10,17,1,11,18 -0.1111111111111111,1,10,17,2,11,18 -0.125,2,10,17,3,11,18 -0.14285714285714285,3,10,17,4,11,18 -0.16666666666666666,4,10,17,5,11,18 -0.2,5,10,17,6,11,18 -0.25,6,10,17,7,11,18 -0.3333333333333333,7,10,17,8,11,18 -0.5,8,10,17,9,11,18 -1.0,9,10,17,10,11,18 -0,10,10,17,11,11,18 -1.0,11,10,17,12,11,18 -0.5,12,10,17,13,11,18 -0.3333333333333333,13,10,17,14,11,18 -0.25,14,10,17,15,11,18 -0.2,15,10,17,16,11,18 -0.16666666666666666,16,10,17,17,11,18 -0.14285714285714285,17,10,17,18,11,18 -0.125,18,10,17,19,11,18 -0.09950371902099892,0,11,17,1,12,18 -0.11043152607484653,1,11,17,2,12,18 -0.12403473458920847,2,11,17,3,12,18 -0.1414213562373095,3,11,17,4,12,18 -0.1643989873053573,4,11,17,5,12,18 -0.19611613513818404,5,11,17,6,12,18 -0.24253562503633297,6,11,17,7,12,18 -0.31622776601683794,7,11,17,8,12,18 -0.4472135954999579,8,11,17,9,12,18 -0.7071067811865475,9,11,17,10,12,18 -1.0,10,11,17,11,12,18 -0.7071067811865475,11,11,17,12,12,18 -0.4472135954999579,12,11,17,13,12,18 -0.31622776601683794,13,11,17,14,12,18 -0.24253562503633297,14,11,17,15,12,18 -0.19611613513818404,15,11,17,16,12,18 -0.1643989873053573,16,11,17,17,12,18 -0.1414213562373095,17,11,17,18,12,18 -0.12403473458920847,18,11,17,19,12,18 -0.09805806756909202,0,12,17,1,13,18 -0.10846522890932808,1,12,17,2,13,18 -0.12126781251816648,2,12,17,3,13,18 -0.13736056394868904,3,12,17,4,13,18 -0.15811388300841897,4,12,17,5,13,18 -0.18569533817705186,5,12,17,6,13,18 -0.22360679774997896,6,12,17,7,13,18 -0.2773500981126146,7,12,17,8,13,18 -0.35355339059327373,8,12,17,9,13,18 -0.4472135954999579,9,12,17,10,13,18 -0.5,10,12,17,11,13,18 -0.4472135954999579,11,12,17,12,13,18 -0.35355339059327373,12,12,17,13,13,18 -0.2773500981126146,13,12,17,14,13,18 -0.22360679774997896,14,12,17,15,13,18 -0.18569533817705186,15,12,17,16,13,18 -0.15811388300841897,16,12,17,17,13,18 -0.13736056394868904,17,12,17,18,13,18 -0.12126781251816648,18,12,17,19,13,18 -0.09578262852211514,0,13,17,1,14,18 -0.10540925533894598,1,13,17,2,14,18 -0.11704114719613057,2,13,17,3,14,18 -0.13130643285972254,3,13,17,4,14,18 -0.14907119849998599,4,13,17,5,14,18 -0.17149858514250882,5,13,17,6,14,18 -0.2,6,13,17,7,14,18 -0.23570226039551587,7,13,17,8,14,18 -0.2773500981126146,8,13,17,9,14,18 -0.31622776601683794,9,13,17,10,14,18 -0.3333333333333333,10,13,17,11,14,18 -0.31622776601683794,11,13,17,12,14,18 -0.2773500981126146,12,13,17,13,14,18 -0.23570226039551587,13,13,17,14,14,18 -0.2,14,13,17,15,14,18 -0.17149858514250882,15,13,17,16,14,18 -0.14907119849998599,16,13,17,17,14,18 -0.13130643285972254,17,13,17,18,14,18 -0.11704114719613057,18,13,17,19,14,18 -0.09284766908852593,0,14,17,1,15,18 -0.10153461651336192,1,14,17,2,15,18 -0.11180339887498948,2,14,17,3,15,18 -0.12403473458920847,3,14,17,4,15,18 -0.1386750490563073,4,14,17,5,15,18 -0.15617376188860607,5,14,17,6,15,18 -0.17677669529663687,6,14,17,7,15,18 -0.2,7,14,17,8,15,18 -0.22360679774997896,8,14,17,9,15,18 -0.24253562503633297,9,14,17,10,15,18 -0.25,10,14,17,11,15,18 -0.24253562503633297,11,14,17,12,15,18 -0.22360679774997896,12,14,17,13,15,18 -0.2,13,14,17,14,15,18 -0.17677669529663687,14,14,17,15,15,18 -0.15617376188860607,15,14,17,16,15,18 -0.1386750490563073,16,14,17,17,15,18 -0.12403473458920847,17,14,17,18,15,18 -0.11180339887498948,18,14,17,19,15,18 -0.08944271909999159,0,15,17,1,16,18 -0.09712858623572641,1,15,17,2,16,18 -0.105999788000636,2,15,17,3,16,18 -0.11624763874381928,3,15,17,4,16,18 -0.12803687993289598,4,15,17,5,16,18 -0.1414213562373095,5,15,17,6,16,18 -0.15617376188860607,6,15,17,7,16,18 -0.17149858514250882,7,15,17,8,16,18 -0.18569533817705186,8,15,17,9,16,18 -0.19611613513818404,9,15,17,10,16,18 -0.2,10,15,17,11,16,18 -0.19611613513818404,11,15,17,12,16,18 -0.18569533817705186,12,15,17,13,16,18 -0.17149858514250882,13,15,17,14,16,18 -0.15617376188860607,14,15,17,15,16,18 -0.1414213562373095,15,15,17,16,16,18 -0.12803687993289598,16,15,17,17,16,18 -0.11624763874381928,17,15,17,18,16,18 -0.105999788000636,18,15,17,19,16,18 -0.08574929257125441,0,16,17,1,17,18 -0.09245003270420485,1,16,17,2,17,18 -0.1,2,16,17,3,17,18 -0.10846522890932808,3,16,17,4,17,18 -0.11785113019775793,4,16,17,5,17,18 -0.12803687993289598,5,16,17,6,17,18 -0.1386750490563073,6,16,17,7,17,18 -0.14907119849998599,7,16,17,8,17,18 -0.15811388300841897,8,16,17,9,17,18 -0.1643989873053573,9,16,17,10,17,18 -0.16666666666666666,10,16,17,11,17,18 -0.1643989873053573,11,16,17,12,17,18 -0.15811388300841897,12,16,17,13,17,18 -0.14907119849998599,13,16,17,14,17,18 -0.1386750490563073,14,16,17,15,17,18 -0.12803687993289598,15,16,17,16,17,18 -0.11785113019775793,16,16,17,17,17,18 -0.10846522890932808,17,16,17,18,17,18 -0.1,18,16,17,19,17,18 -0.08192319205190406,0,17,17,1,18,18 -0.08770580193070293,1,17,17,2,18,18 -0.09407208683835973,2,17,17,3,18,18 -0.10101525445522107,3,17,17,4,18,18 -0.10846522890932808,4,17,17,5,18,18 -0.11624763874381928,5,17,17,6,18,18 -0.12403473458920847,6,17,17,7,18,18 -0.13130643285972254,7,17,17,8,18,18 -0.13736056394868904,8,17,17,9,18,18 -0.1414213562373095,9,17,17,10,18,18 -0.14285714285714285,10,17,17,11,18,18 -0.1414213562373095,11,17,17,12,18,18 -0.13736056394868904,12,17,17,13,18,18 -0.13130643285972254,13,17,17,14,18,18 -0.12403473458920847,14,17,17,15,18,18 -0.11624763874381928,15,17,17,16,18,18 -0.10846522890932808,16,17,17,17,18,18 -0.10101525445522107,17,17,17,18,18,18 -0.09407208683835973,18,17,17,19,18,18 -0.07808688094430304,0,18,17,1,19,18 -0.08304547985373997,1,18,17,2,19,18 -0.08838834764831843,2,18,17,3,19,18 -0.09407208683835973,3,18,17,4,19,18 -0.1,4,18,17,5,19,18 -0.105999788000636,5,18,17,6,19,18 -0.11180339887498948,6,18,17,7,19,18 -0.11704114719613057,7,18,17,8,19,18 -0.12126781251816648,8,18,17,9,19,18 -0.12403473458920847,9,18,17,10,19,18 -0.125,10,18,17,11,19,18 -0.12403473458920847,11,18,17,12,19,18 -0.12126781251816648,12,18,17,13,19,18 -0.11704114719613057,13,18,17,14,19,18 -0.11180339887498948,14,18,17,15,19,18 -0.105999788000636,15,18,17,16,19,18 -0.1,16,18,17,17,19,18 -0.09407208683835973,17,18,17,18,19,18 -0.08838834764831843,18,18,17,19,19,18 -0.07071067811865475,0,0,18,1,1,19 -0.07432941462471664,1,0,18,2,1,19 -0.07808688094430304,2,0,18,3,1,19 -0.08192319205190406,3,0,18,4,1,19 -0.08574929257125441,4,0,18,5,1,19 -0.08944271909999159,5,0,18,6,1,19 -0.09284766908852593,6,0,18,7,1,19 -0.09578262852211514,7,0,18,8,1,19 -0.09805806756909202,8,0,18,9,1,19 -0.09950371902099892,9,0,18,10,1,19 -0.1,10,0,18,11,1,19 -0.09950371902099892,11,0,18,12,1,19 -0.09805806756909202,12,0,18,13,1,19 -0.09578262852211514,13,0,18,14,1,19 -0.09284766908852593,14,0,18,15,1,19 -0.08944271909999159,15,0,18,16,1,19 -0.08574929257125441,16,0,18,17,1,19 -0.08192319205190406,17,0,18,18,1,19 -0.07808688094430304,18,0,18,19,1,19 -0.07432941462471664,0,1,18,1,2,19 -0.07856742013183861,1,1,18,2,2,19 -0.08304547985373997,2,1,18,3,2,19 -0.08770580193070293,3,1,18,4,2,19 -0.09245003270420485,4,1,18,5,2,19 -0.09712858623572641,5,1,18,6,2,19 -0.10153461651336192,6,1,18,7,2,19 -0.10540925533894598,7,1,18,8,2,19 -0.10846522890932808,8,1,18,9,2,19 -0.11043152607484653,9,1,18,10,2,19 -0.1111111111111111,10,1,18,11,2,19 -0.11043152607484653,11,1,18,12,2,19 -0.10846522890932808,12,1,18,13,2,19 -0.10540925533894598,13,1,18,14,2,19 -0.10153461651336192,14,1,18,15,2,19 -0.09712858623572641,15,1,18,16,2,19 -0.09245003270420485,16,1,18,17,2,19 -0.08770580193070293,17,1,18,18,2,19 -0.08304547985373997,18,1,18,19,2,19 -0.07808688094430304,0,2,18,1,3,19 -0.08304547985373997,1,2,18,2,3,19 -0.08838834764831843,2,2,18,3,3,19 -0.09407208683835973,3,2,18,4,3,19 -0.1,4,2,18,5,3,19 -0.105999788000636,5,2,18,6,3,19 -0.11180339887498948,6,2,18,7,3,19 -0.11704114719613057,7,2,18,8,3,19 -0.12126781251816648,8,2,18,9,3,19 -0.12403473458920847,9,2,18,10,3,19 -0.125,10,2,18,11,3,19 -0.12403473458920847,11,2,18,12,3,19 -0.12126781251816648,12,2,18,13,3,19 -0.11704114719613057,13,2,18,14,3,19 -0.11180339887498948,14,2,18,15,3,19 -0.105999788000636,15,2,18,16,3,19 -0.1,16,2,18,17,3,19 -0.09407208683835973,17,2,18,18,3,19 -0.08838834764831843,18,2,18,19,3,19 -0.08192319205190406,0,3,18,1,4,19 -0.08770580193070293,1,3,18,2,4,19 -0.09407208683835973,2,3,18,3,4,19 -0.10101525445522107,3,3,18,4,4,19 -0.10846522890932808,4,3,18,5,4,19 -0.11624763874381928,5,3,18,6,4,19 -0.12403473458920847,6,3,18,7,4,19 -0.13130643285972254,7,3,18,8,4,19 -0.13736056394868904,8,3,18,9,4,19 -0.1414213562373095,9,3,18,10,4,19 -0.14285714285714285,10,3,18,11,4,19 -0.1414213562373095,11,3,18,12,4,19 -0.13736056394868904,12,3,18,13,4,19 -0.13130643285972254,13,3,18,14,4,19 -0.12403473458920847,14,3,18,15,4,19 -0.11624763874381928,15,3,18,16,4,19 -0.10846522890932808,16,3,18,17,4,19 -0.10101525445522107,17,3,18,18,4,19 -0.09407208683835973,18,3,18,19,4,19 -0.08574929257125441,0,4,18,1,5,19 -0.09245003270420485,1,4,18,2,5,19 -0.1,2,4,18,3,5,19 -0.10846522890932808,3,4,18,4,5,19 -0.11785113019775793,4,4,18,5,5,19 -0.12803687993289598,5,4,18,6,5,19 -0.1386750490563073,6,4,18,7,5,19 -0.14907119849998599,7,4,18,8,5,19 -0.15811388300841897,8,4,18,9,5,19 -0.1643989873053573,9,4,18,10,5,19 -0.16666666666666666,10,4,18,11,5,19 -0.1643989873053573,11,4,18,12,5,19 -0.15811388300841897,12,4,18,13,5,19 -0.14907119849998599,13,4,18,14,5,19 -0.1386750490563073,14,4,18,15,5,19 -0.12803687993289598,15,4,18,16,5,19 -0.11785113019775793,16,4,18,17,5,19 -0.10846522890932808,17,4,18,18,5,19 -0.1,18,4,18,19,5,19 -0.08944271909999159,0,5,18,1,6,19 -0.09712858623572641,1,5,18,2,6,19 -0.105999788000636,2,5,18,3,6,19 -0.11624763874381928,3,5,18,4,6,19 -0.12803687993289598,4,5,18,5,6,19 -0.1414213562373095,5,5,18,6,6,19 -0.15617376188860607,6,5,18,7,6,19 -0.17149858514250882,7,5,18,8,6,19 -0.18569533817705186,8,5,18,9,6,19 -0.19611613513818404,9,5,18,10,6,19 -0.2,10,5,18,11,6,19 -0.19611613513818404,11,5,18,12,6,19 -0.18569533817705186,12,5,18,13,6,19 -0.17149858514250882,13,5,18,14,6,19 -0.15617376188860607,14,5,18,15,6,19 -0.1414213562373095,15,5,18,16,6,19 -0.12803687993289598,16,5,18,17,6,19 -0.11624763874381928,17,5,18,18,6,19 -0.105999788000636,18,5,18,19,6,19 -0.09284766908852593,0,6,18,1,7,19 -0.10153461651336192,1,6,18,2,7,19 -0.11180339887498948,2,6,18,3,7,19 -0.12403473458920847,3,6,18,4,7,19 -0.1386750490563073,4,6,18,5,7,19 -0.15617376188860607,5,6,18,6,7,19 -0.17677669529663687,6,6,18,7,7,19 -0.2,7,6,18,8,7,19 -0.22360679774997896,8,6,18,9,7,19 -0.24253562503633297,9,6,18,10,7,19 -0.25,10,6,18,11,7,19 -0.24253562503633297,11,6,18,12,7,19 -0.22360679774997896,12,6,18,13,7,19 -0.2,13,6,18,14,7,19 -0.17677669529663687,14,6,18,15,7,19 -0.15617376188860607,15,6,18,16,7,19 -0.1386750490563073,16,6,18,17,7,19 -0.12403473458920847,17,6,18,18,7,19 -0.11180339887498948,18,6,18,19,7,19 -0.09578262852211514,0,7,18,1,8,19 -0.10540925533894598,1,7,18,2,8,19 -0.11704114719613057,2,7,18,3,8,19 -0.13130643285972254,3,7,18,4,8,19 -0.14907119849998599,4,7,18,5,8,19 -0.17149858514250882,5,7,18,6,8,19 -0.2,6,7,18,7,8,19 -0.23570226039551587,7,7,18,8,8,19 -0.2773500981126146,8,7,18,9,8,19 -0.31622776601683794,9,7,18,10,8,19 -0.3333333333333333,10,7,18,11,8,19 -0.31622776601683794,11,7,18,12,8,19 -0.2773500981126146,12,7,18,13,8,19 -0.23570226039551587,13,7,18,14,8,19 -0.2,14,7,18,15,8,19 -0.17149858514250882,15,7,18,16,8,19 -0.14907119849998599,16,7,18,17,8,19 -0.13130643285972254,17,7,18,18,8,19 -0.11704114719613057,18,7,18,19,8,19 -0.09805806756909202,0,8,18,1,9,19 -0.10846522890932808,1,8,18,2,9,19 -0.12126781251816648,2,8,18,3,9,19 -0.13736056394868904,3,8,18,4,9,19 -0.15811388300841897,4,8,18,5,9,19 -0.18569533817705186,5,8,18,6,9,19 -0.22360679774997896,6,8,18,7,9,19 -0.2773500981126146,7,8,18,8,9,19 -0.35355339059327373,8,8,18,9,9,19 -0.4472135954999579,9,8,18,10,9,19 -0.5,10,8,18,11,9,19 -0.4472135954999579,11,8,18,12,9,19 -0.35355339059327373,12,8,18,13,9,19 -0.2773500981126146,13,8,18,14,9,19 -0.22360679774997896,14,8,18,15,9,19 -0.18569533817705186,15,8,18,16,9,19 -0.15811388300841897,16,8,18,17,9,19 -0.13736056394868904,17,8,18,18,9,19 -0.12126781251816648,18,8,18,19,9,19 -0.09950371902099892,0,9,18,1,10,19 -0.11043152607484653,1,9,18,2,10,19 -0.12403473458920847,2,9,18,3,10,19 -0.1414213562373095,3,9,18,4,10,19 -0.1643989873053573,4,9,18,5,10,19 -0.19611613513818404,5,9,18,6,10,19 -0.24253562503633297,6,9,18,7,10,19 -0.31622776601683794,7,9,18,8,10,19 -0.4472135954999579,8,9,18,9,10,19 -0.7071067811865475,9,9,18,10,10,19 -1.0,10,9,18,11,10,19 -0.7071067811865475,11,9,18,12,10,19 -0.4472135954999579,12,9,18,13,10,19 -0.31622776601683794,13,9,18,14,10,19 -0.24253562503633297,14,9,18,15,10,19 -0.19611613513818404,15,9,18,16,10,19 -0.1643989873053573,16,9,18,17,10,19 -0.1414213562373095,17,9,18,18,10,19 -0.12403473458920847,18,9,18,19,10,19 -0.1,0,10,18,1,11,19 -0.1111111111111111,1,10,18,2,11,19 -0.125,2,10,18,3,11,19 -0.14285714285714285,3,10,18,4,11,19 -0.16666666666666666,4,10,18,5,11,19 -0.2,5,10,18,6,11,19 -0.25,6,10,18,7,11,19 -0.3333333333333333,7,10,18,8,11,19 -0.5,8,10,18,9,11,19 -1.0,9,10,18,10,11,19 -0,10,10,18,11,11,19 -1.0,11,10,18,12,11,19 -0.5,12,10,18,13,11,19 -0.3333333333333333,13,10,18,14,11,19 -0.25,14,10,18,15,11,19 -0.2,15,10,18,16,11,19 -0.16666666666666666,16,10,18,17,11,19 -0.14285714285714285,17,10,18,18,11,19 -0.125,18,10,18,19,11,19 -0.09950371902099892,0,11,18,1,12,19 -0.11043152607484653,1,11,18,2,12,19 -0.12403473458920847,2,11,18,3,12,19 -0.1414213562373095,3,11,18,4,12,19 -0.1643989873053573,4,11,18,5,12,19 -0.19611613513818404,5,11,18,6,12,19 -0.24253562503633297,6,11,18,7,12,19 -0.31622776601683794,7,11,18,8,12,19 -0.4472135954999579,8,11,18,9,12,19 -0.7071067811865475,9,11,18,10,12,19 -1.0,10,11,18,11,12,19 -0.7071067811865475,11,11,18,12,12,19 -0.4472135954999579,12,11,18,13,12,19 -0.31622776601683794,13,11,18,14,12,19 -0.24253562503633297,14,11,18,15,12,19 -0.19611613513818404,15,11,18,16,12,19 -0.1643989873053573,16,11,18,17,12,19 -0.1414213562373095,17,11,18,18,12,19 -0.12403473458920847,18,11,18,19,12,19 -0.09805806756909202,0,12,18,1,13,19 -0.10846522890932808,1,12,18,2,13,19 -0.12126781251816648,2,12,18,3,13,19 -0.13736056394868904,3,12,18,4,13,19 -0.15811388300841897,4,12,18,5,13,19 -0.18569533817705186,5,12,18,6,13,19 -0.22360679774997896,6,12,18,7,13,19 -0.2773500981126146,7,12,18,8,13,19 -0.35355339059327373,8,12,18,9,13,19 -0.4472135954999579,9,12,18,10,13,19 -0.5,10,12,18,11,13,19 -0.4472135954999579,11,12,18,12,13,19 -0.35355339059327373,12,12,18,13,13,19 -0.2773500981126146,13,12,18,14,13,19 -0.22360679774997896,14,12,18,15,13,19 -0.18569533817705186,15,12,18,16,13,19 -0.15811388300841897,16,12,18,17,13,19 -0.13736056394868904,17,12,18,18,13,19 -0.12126781251816648,18,12,18,19,13,19 -0.09578262852211514,0,13,18,1,14,19 -0.10540925533894598,1,13,18,2,14,19 -0.11704114719613057,2,13,18,3,14,19 -0.13130643285972254,3,13,18,4,14,19 -0.14907119849998599,4,13,18,5,14,19 -0.17149858514250882,5,13,18,6,14,19 -0.2,6,13,18,7,14,19 -0.23570226039551587,7,13,18,8,14,19 -0.2773500981126146,8,13,18,9,14,19 -0.31622776601683794,9,13,18,10,14,19 -0.3333333333333333,10,13,18,11,14,19 -0.31622776601683794,11,13,18,12,14,19 -0.2773500981126146,12,13,18,13,14,19 -0.23570226039551587,13,13,18,14,14,19 -0.2,14,13,18,15,14,19 -0.17149858514250882,15,13,18,16,14,19 -0.14907119849998599,16,13,18,17,14,19 -0.13130643285972254,17,13,18,18,14,19 -0.11704114719613057,18,13,18,19,14,19 -0.09284766908852593,0,14,18,1,15,19 -0.10153461651336192,1,14,18,2,15,19 -0.11180339887498948,2,14,18,3,15,19 -0.12403473458920847,3,14,18,4,15,19 -0.1386750490563073,4,14,18,5,15,19 -0.15617376188860607,5,14,18,6,15,19 -0.17677669529663687,6,14,18,7,15,19 -0.2,7,14,18,8,15,19 -0.22360679774997896,8,14,18,9,15,19 -0.24253562503633297,9,14,18,10,15,19 -0.25,10,14,18,11,15,19 -0.24253562503633297,11,14,18,12,15,19 -0.22360679774997896,12,14,18,13,15,19 -0.2,13,14,18,14,15,19 -0.17677669529663687,14,14,18,15,15,19 -0.15617376188860607,15,14,18,16,15,19 -0.1386750490563073,16,14,18,17,15,19 -0.12403473458920847,17,14,18,18,15,19 -0.11180339887498948,18,14,18,19,15,19 -0.08944271909999159,0,15,18,1,16,19 -0.09712858623572641,1,15,18,2,16,19 -0.105999788000636,2,15,18,3,16,19 -0.11624763874381928,3,15,18,4,16,19 -0.12803687993289598,4,15,18,5,16,19 -0.1414213562373095,5,15,18,6,16,19 -0.15617376188860607,6,15,18,7,16,19 -0.17149858514250882,7,15,18,8,16,19 -0.18569533817705186,8,15,18,9,16,19 -0.19611613513818404,9,15,18,10,16,19 -0.2,10,15,18,11,16,19 -0.19611613513818404,11,15,18,12,16,19 -0.18569533817705186,12,15,18,13,16,19 -0.17149858514250882,13,15,18,14,16,19 -0.15617376188860607,14,15,18,15,16,19 -0.1414213562373095,15,15,18,16,16,19 -0.12803687993289598,16,15,18,17,16,19 -0.11624763874381928,17,15,18,18,16,19 -0.105999788000636,18,15,18,19,16,19 -0.08574929257125441,0,16,18,1,17,19 -0.09245003270420485,1,16,18,2,17,19 -0.1,2,16,18,3,17,19 -0.10846522890932808,3,16,18,4,17,19 -0.11785113019775793,4,16,18,5,17,19 -0.12803687993289598,5,16,18,6,17,19 -0.1386750490563073,6,16,18,7,17,19 -0.14907119849998599,7,16,18,8,17,19 -0.15811388300841897,8,16,18,9,17,19 -0.1643989873053573,9,16,18,10,17,19 -0.16666666666666666,10,16,18,11,17,19 -0.1643989873053573,11,16,18,12,17,19 -0.15811388300841897,12,16,18,13,17,19 -0.14907119849998599,13,16,18,14,17,19 -0.1386750490563073,14,16,18,15,17,19 -0.12803687993289598,15,16,18,16,17,19 -0.11785113019775793,16,16,18,17,17,19 -0.10846522890932808,17,16,18,18,17,19 -0.1,18,16,18,19,17,19 -0.08192319205190406,0,17,18,1,18,19 -0.08770580193070293,1,17,18,2,18,19 -0.09407208683835973,2,17,18,3,18,19 -0.10101525445522107,3,17,18,4,18,19 -0.10846522890932808,4,17,18,5,18,19 -0.11624763874381928,5,17,18,6,18,19 -0.12403473458920847,6,17,18,7,18,19 -0.13130643285972254,7,17,18,8,18,19 -0.13736056394868904,8,17,18,9,18,19 -0.1414213562373095,9,17,18,10,18,19 -0.14285714285714285,10,17,18,11,18,19 -0.1414213562373095,11,17,18,12,18,19 -0.13736056394868904,12,17,18,13,18,19 -0.13130643285972254,13,17,18,14,18,19 -0.12403473458920847,14,17,18,15,18,19 -0.11624763874381928,15,17,18,16,18,19 -0.10846522890932808,16,17,18,17,18,19 -0.10101525445522107,17,17,18,18,18,19 -0.09407208683835973,18,17,18,19,18,19 -0.07808688094430304,0,18,18,1,19,19 -0.08304547985373997,1,18,18,2,19,19 -0.08838834764831843,2,18,18,3,19,19 -0.09407208683835973,3,18,18,4,19,19 -0.1,4,18,18,5,19,19 -0.105999788000636,5,18,18,6,19,19 -0.11180339887498948,6,18,18,7,19,19 -0.11704114719613057,7,18,18,8,19,19 -0.12126781251816648,8,18,18,9,19,19 -0.12403473458920847,9,18,18,10,19,19 -0.125,10,18,18,11,19,19 -0.12403473458920847,11,18,18,12,19,19 -0.12126781251816648,12,18,18,13,19,19 -0.11704114719613057,13,18,18,14,19,19 -0.11180339887498948,14,18,18,15,19,19 -0.105999788000636,15,18,18,16,19,19 -0.1,16,18,18,17,19,19 -0.09407208683835973,17,18,18,18,19,19 -0.08838834764831843,18,18,18,19,19,19 diff --git a/points.csv.import b/points.csv.import deleted file mode 100644 index 8dd0c09..0000000 --- a/points.csv.import +++ /dev/null @@ -1,3 +0,0 @@ -[remap] - -importer="keep" diff --git a/project.godot b/project.godot index da609a6..69ef670 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,11 @@ config_version=4 [application] config/name="VoxelTest" -run/main_scene="res://scenes/Main.tscn" +run/main_scene="res://scenes/MainMenu.tscn" + +[autoload] + +Global="*res://scripts/Global.gd" [gui] @@ -69,6 +73,21 @@ toggle_debug={ "events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":86,"physical_scancode":0,"unicode":0,"echo":false,"script":null) ] } +sprint={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777237,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} +esc={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} +interact={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":70,"physical_scancode":0,"unicode":0,"echo":false,"script":null) + ] +} [physics] diff --git a/scenes/GeigerCounter.tscn b/scenes/GeigerCounter.tscn index 09f62bb..e11d44b 100644 --- a/scenes/GeigerCounter.tscn +++ b/scenes/GeigerCounter.tscn @@ -1,88 +1,123 @@ -[gd_scene load_steps=14 format=2] +[gd_scene load_steps=26 format=2] -[ext_resource path="res://scripts/GeigerViewport.gd" type="Script" id=1] -[ext_resource path="res://fonts/Montserrat-Medium.ttf" type="DynamicFontData" id=2] [ext_resource path="res://fonts/Cutive_Mono/CutiveMono-Regular.ttf" type="DynamicFontData" id=3] [ext_resource path="res://geigercounter.ogg" type="AudioStream" id=4] [ext_resource path="res://scripts/ClickSound.gd" type="Script" id=5] +[ext_resource path="res://textures/SoundButton.png" type="Texture" id=6] +[ext_resource path="res://textures/PowerButton.png" type="Texture" id=7] +[ext_resource path="res://models/GeigerCounter.obj" type="ArrayMesh" id=8] +[ext_resource path="res://textures/UnitButton.png" type="Texture" id=9] +[ext_resource path="res://textures/SoundWaves.png" type="Texture" id=10] +[ext_resource path="res://textures/SoundIcon.png" type="Texture" id=11] +[ext_resource path="res://textures/BatteryIcon.png" type="Texture" id=12] -[sub_resource type="CubeMesh" id=1] -size = Vector3( 1, 1, 1 ) +[sub_resource type="SpatialMaterial" id=12] +albedo_color = Color( 0.145098, 0.145098, 0.145098, 1 ) + +[sub_resource type="SpatialMaterial" id=19] +flags_transparent = true +albedo_color = Color( 0.427451, 0.427451, 0.427451, 0.352941 ) + +[sub_resource type="SpatialMaterial" id=14] +albedo_color = Color( 0.709804, 0.0666667, 0.0666667, 1 ) + +[sub_resource type="SpatialMaterial" id=15] + +[sub_resource type="SpatialMaterial" id=20] +albedo_color = Color( 0.364706, 0.364706, 0.364706, 1 ) -[sub_resource type="SpatialMaterial" id=2] -albedo_color = Color( 0.0156863, 0.160784, 0.501961, 1 ) +[sub_resource type="SpatialMaterial" id=21] +albedo_texture = ExtResource( 7 ) +uv1_scale = Vector3( 1.992, -1.974, 1 ) -[sub_resource type="CubeMesh" id=3] +[sub_resource type="SpatialMaterial" id=22] +albedo_texture = ExtResource( 6 ) +uv1_scale = Vector3( 2, 2, 1 ) + +[sub_resource type="SpatialMaterial" id=23] +albedo_texture = ExtResource( 9 ) +uv1_scale = Vector3( 2, -2, 1 ) + +[sub_resource type="SpatialMaterial" id=18] +albedo_color = Color( 0.0705882, 0.0705882, 0.0705882, 1 ) + +[sub_resource type="CubeMesh" id=24] size = Vector3( 1, 1, 1 ) -[sub_resource type="SpatialMaterial" id=6] -albedo_color = Color( 0, 0, 0, 1 ) +[sub_resource type="SpatialMaterial" id=25] +albedo_texture = ExtResource( 12 ) +uv1_scale = Vector3( 2.553, 0.69, 1 ) +uv1_offset = Vector3( 0.055, 0.327, 0 ) -[sub_resource type="ViewportTexture" id=8] -viewport_path = NodePath("Sprite3D/GeigerViewport") +[sub_resource type="SpatialMaterial" id=26] +albedo_texture = ExtResource( 11 ) +uv1_scale = Vector3( 2.287, 1.197, 1 ) +uv1_offset = Vector3( 0.131, 0.194, 0 ) -[sub_resource type="DynamicFont" id=7] -size = 40 -outline_size = 1 -font_data = ExtResource( 2 ) +[sub_resource type="SpatialMaterial" id=27] +albedo_texture = ExtResource( 10 ) +uv1_scale = Vector3( 1.145, 1.366, 1 ) +uv1_offset = Vector3( 0.372, 0.136, 0 ) -[sub_resource type="ViewportTexture" id=11] -viewport_path = NodePath("Sprite3D2/GeigerViewport") +[sub_resource type="DynamicFont" id=28] +size = 100 +outline_size = 3 +font_data = ExtResource( 3 ) -[sub_resource type="DynamicFont" id=10] +[sub_resource type="DynamicFont" id=29] size = 100 outline_size = 3 font_data = ExtResource( 3 ) [node name="GeigerCounter" type="Spatial"] -[node name="MeshInstance" type="MeshInstance" parent="."] -transform = Transform( 3, 0, 0, 0, 5, 0, 0, 0, 1, 0, -1.49012e-08, 0 ) -mesh = SubResource( 1 ) -skeleton = NodePath("../../../..") -material/0 = SubResource( 2 ) - -[node name="MeshInstance2" type="MeshInstance" parent="."] -transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 1, 0.1 ) -mesh = SubResource( 3 ) -material/0 = SubResource( 6 ) - -[node name="Sprite3D" type="Sprite3D" parent="."] -transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 1.09795e-10, 1.838, 0.634 ) -texture = SubResource( 8 ) - -[node name="GeigerViewport" type="Viewport" parent="Sprite3D"] -size = Vector2( 362, 50 ) -transparent_bg = true -render_target_v_flip = true -script = ExtResource( 1 ) - -[node name="Label" type="Label" parent="Sprite3D/GeigerViewport"] -margin_right = 78.0 -margin_bottom = 14.0 -custom_fonts/font = SubResource( 7 ) -text = "Current Radiation" -align = 1 -valign = 1 - -[node name="Sprite3D2" type="Sprite3D" parent="."] -transform = Transform( 0.35, 0, 0, 0, 0.35, 0, 0, 0, 0.35, 0, 1.126, 0.64 ) -texture = SubResource( 11 ) - -[node name="GeigerViewport" type="Viewport" parent="Sprite3D2"] -size = Vector2( 549, 111 ) -transparent_bg = true -render_target_v_flip = true -script = ExtResource( 1 ) - -[node name="Label" type="Label" parent="Sprite3D2/GeigerViewport"] -margin_right = 40.0 -margin_bottom = 14.0 -custom_fonts/font = SubResource( 10 ) -text = "0.0000000" -align = 1 -valign = 1 - [node name="ClickSound" type="AudioStreamPlayer3D" parent="."] stream = ExtResource( 4 ) script = ExtResource( 5 ) + +[node name="MeshInstance" type="MeshInstance" parent="."] +transform = Transform( 1.5, 0.000250392, -0.00210797, 0.00210788, 0.000523183, 1.5, 0.000251116, -1.5, 0.000522832, -0.0278158, 0.516422, -0.0447059 ) +mesh = ExtResource( 8 ) +material/0 = SubResource( 12 ) +material/1 = SubResource( 19 ) +material/2 = SubResource( 14 ) +material/3 = SubResource( 15 ) +material/4 = SubResource( 20 ) +material/5 = SubResource( 20 ) +material/6 = SubResource( 20 ) +material/7 = SubResource( 14 ) +material/8 = SubResource( 21 ) +material/9 = SubResource( 22 ) +material/10 = SubResource( 23 ) +material/11 = SubResource( 18 ) +material/12 = SubResource( 18 ) + +[node name="Battery" type="MeshInstance" parent="."] +transform = Transform( 0.205, 0, 0, 0, 0.099, 0, 0, 0, 0.001, 0.475, 1.493, 0.512 ) +mesh = SubResource( 24 ) +skeleton = NodePath("") +material/0 = SubResource( 25 ) + +[node name="Sound" type="MeshInstance" parent="."] +transform = Transform( 0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.001, 0.209346, 1.493, 0.512 ) +mesh = SubResource( 24 ) +skeleton = NodePath("") +material/0 = SubResource( 26 ) + +[node name="Waves" type="MeshInstance" parent="."] +transform = Transform( 0.05, 0, 0, 0, 0.1, 0, 0, 0, 0.001, 0.276648, 1.49226, 0.512 ) +mesh = SubResource( 24 ) +skeleton = NodePath("") +material/0 = SubResource( 27 ) + +[node name="ValueLabel" type="Label3D" parent="."] +transform = Transform( 0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, -0.021, 1.075, 0.512 ) +modulate = Color( 0, 0, 0, 1 ) +text = "0.0000000" +font = SubResource( 28 ) + +[node name="UnitsLabel" type="Label3D" parent="."] +transform = Transform( 0.13, 0, 0, 0, 0.13, 0, 0, 0, 0.13, 0.372197, 0.935638, 0.512812 ) +modulate = Color( 0, 0, 0, 1 ) +text = "μSv/hr" +font = SubResource( 29 ) diff --git a/scenes/HowToPlayScreen.tscn b/scenes/HowToPlayScreen.tscn new file mode 100644 index 0000000..3a3d8e4 --- /dev/null +++ b/scenes/HowToPlayScreen.tscn @@ -0,0 +1,183 @@ +[gd_scene load_steps=9 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://scripts/HowToPlayScreen.gd" type="Script" id=2] +[ext_resource path="res://text_theme.tres" type="Theme" id=3] + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.784314, 0.231373, 0.231373, 1 ) + +[sub_resource type="Theme" id=3] +Panel/styles/panel = SubResource( 2 ) + +[sub_resource type="DynamicFont" id=4] +size = 56 +outline_size = 4 +outline_color = Color( 0.411765, 0, 0, 1 ) +font_data = ExtResource( 1 ) + +[sub_resource type="Theme" id=5] + +[sub_resource type="DynamicFont" id=6] +size = 30 +font_data = ExtResource( 1 ) + +[node name="HowToPlayScreen" type="Panel"] +margin_right = 1024.0 +margin_bottom = 600.0 +theme = SubResource( 3 ) +script = ExtResource( 2 ) + +[node name="Title" type="Label" parent="."] +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -149.5 +margin_right = 149.5 +margin_bottom = 86.0 +custom_fonts/font = SubResource( 4 ) +text = "How To Play" + +[node name="GridContainer" type="GridContainer" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -376.5 +margin_top = -198.0 +margin_right = 376.5 +margin_bottom = 198.0 +theme = SubResource( 5 ) +custom_constants/hseparation = 40 +columns = 2 + +[node name="Label" type="Label" parent="GridContainer"] +margin_right = 389.0 +margin_bottom = 46.0 +custom_fonts/font = SubResource( 6 ) +text = "Movement" + +[node name="Label4" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_right = 753.0 +margin_bottom = 46.0 +custom_fonts/font = SubResource( 6 ) +text = "WASD" + +[node name="Label11" type="Label" parent="GridContainer"] +margin_top = 50.0 +margin_right = 389.0 +margin_bottom = 96.0 +custom_fonts/font = SubResource( 6 ) +text = "Move up" + +[node name="Label12" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 50.0 +margin_right = 753.0 +margin_bottom = 96.0 +custom_fonts/font = SubResource( 6 ) +text = "E" + +[node name="Label13" type="Label" parent="GridContainer"] +margin_top = 100.0 +margin_right = 389.0 +margin_bottom = 146.0 +custom_fonts/font = SubResource( 6 ) +text = "Move Down" + +[node name="Label14" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 100.0 +margin_right = 753.0 +margin_bottom = 146.0 +custom_fonts/font = SubResource( 6 ) +text = "Q" + +[node name="Label15" type="Label" parent="GridContainer"] +margin_top = 150.0 +margin_right = 389.0 +margin_bottom = 196.0 +custom_fonts/font = SubResource( 6 ) +text = "Sprint" + +[node name="Label16" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 150.0 +margin_right = 753.0 +margin_bottom = 196.0 +custom_fonts/font = SubResource( 6 ) +text = "Left Shift" + +[node name="Label2" type="Label" parent="GridContainer"] +margin_top = 200.0 +margin_right = 389.0 +margin_bottom = 246.0 +custom_fonts/font = SubResource( 6 ) +text = "Stats" + +[node name="Label5" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 200.0 +margin_right = 753.0 +margin_bottom = 246.0 +custom_fonts/font = SubResource( 6 ) +text = "TAB" + +[node name="Label3" type="Label" parent="GridContainer"] +margin_top = 250.0 +margin_right = 389.0 +margin_bottom = 296.0 +custom_fonts/font = SubResource( 6 ) +text = "Pause" + +[node name="Label6" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 250.0 +margin_right = 753.0 +margin_bottom = 296.0 +custom_fonts/font = SubResource( 6 ) +text = "ESC" + +[node name="Label7" type="Label" parent="GridContainer"] +margin_top = 300.0 +margin_right = 389.0 +margin_bottom = 346.0 +custom_fonts/font = SubResource( 6 ) +text = "Zoom" + +[node name="Label8" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 300.0 +margin_right = 753.0 +margin_bottom = 346.0 +custom_fonts/font = SubResource( 6 ) +text = "Scroll" + +[node name="Label9" type="Label" parent="GridContainer"] +margin_top = 350.0 +margin_right = 389.0 +margin_bottom = 396.0 +custom_fonts/font = SubResource( 6 ) +text = "Pan camera while zoomed out" + +[node name="Label10" type="Label" parent="GridContainer"] +margin_left = 429.0 +margin_top = 350.0 +margin_right = 753.0 +margin_bottom = 396.0 +custom_fonts/font = SubResource( 6 ) +text = "Hold Right Click + Mouse" + +[node name="Button" type="Button" parent="."] +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -125.0 +margin_top = -85.0 +margin_right = 125.0 +margin_bottom = -15.0 +theme = ExtResource( 3 ) +text = "Main Menu" + +[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"] diff --git a/scenes/Instructions1.tscn b/scenes/Instructions1.tscn new file mode 100644 index 0000000..9c7b55b --- /dev/null +++ b/scenes/Instructions1.tscn @@ -0,0 +1,34 @@ +[gd_scene load_steps=5 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Regular.ttf" type="DynamicFontData" id=2] + +[sub_resource type="DynamicFont" id=1] +size = 37 +font_data = ExtResource( 1 ) + +[sub_resource type="DynamicFont" id=2] +size = 37 +font_data = ExtResource( 2 ) + +[node name="Instructions1" type="HBoxContainer"] +margin_right = 40.0 +margin_bottom = 40.0 +rect_pivot_offset = Vector2( -419, -74 ) + +[node name="Title" type="Label" parent="."] +margin_right = 230.0 +margin_bottom = 117.0 +rect_min_size = Vector2( 230, 117 ) +custom_fonts/font = SubResource( 1 ) +text = "Instructions:" + +[node name="Description" type="Label" parent="."] +margin_left = 234.0 +margin_right = 734.0 +margin_bottom = 117.0 +rect_min_size = Vector2( 500, 0 ) +size_flags_stretch_ratio = 2.0 +custom_fonts/font = SubResource( 2 ) +text = "Navigate the facility and receive as little radiation as possible." +autowrap = true diff --git a/scenes/Level1.tscn b/scenes/Level1.tscn new file mode 100644 index 0000000..c0ba206 --- /dev/null +++ b/scenes/Level1.tscn @@ -0,0 +1,75 @@ +[gd_scene load_steps=13 format=2] + +[ext_resource path="res://scripts/Level1.gd" type="Script" id=1] +[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/RadioactiveRoom.tscn" type="PackedScene" id=3] +[ext_resource path="res://scenes/TabScreen.tscn" type="PackedScene" id=4] +[ext_resource path="res://scenes/PauseScreen.tscn" type="PackedScene" id=5] +[ext_resource path="res://scenes/Instructions1.tscn" type="PackedScene" id=6] +[ext_resource path="res://scenes/Objectives1.tscn" type="PackedScene" id=7] +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=8] +[ext_resource path="res://scenes/ObjNotif.tscn" type="PackedScene" id=9] +[ext_resource path="res://scenes/LvlCompleteScreen.tscn" type="PackedScene" id=10] + +[sub_resource type="BoxShape" id=1] + +[sub_resource type="DynamicFont" id=2] +size = 27 +font_data = ExtResource( 8 ) + +[node name="Level1" type="Node"] +script = ExtResource( 1 ) + +[node name="Player" parent="." instance=ExtResource( 2 )] +transform = Transform( -4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 7.27318, 1.2296, -6.6927 ) + +[node name="DirectionalLight" type="DirectionalLight" parent="."] +transform = Transform( 1, 0, 0, 0, 0.551194, 0.834377, 0, -0.834377, 0.551194, 0.0895562, 6.06915, 11.8562 ) + +[node name="RadioactiveRoom" parent="." groups=["sources"] instance=ExtResource( 3 )] + +[node name="TabScreen" parent="." instance=ExtResource( 4 )] +visible = false + +[node name="PauseScreen" parent="." instance=ExtResource( 5 )] + +[node name="InstObj1" type="CanvasLayer" parent="."] +layer = 2 + +[node name="VBoxContainer" type="VBoxContainer" parent="InstObj1"] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -367.0 +margin_top = -150.0 +margin_right = 367.0 +margin_bottom = 101.0 + +[node name="Instructions1" parent="InstObj1/VBoxContainer" instance=ExtResource( 6 )] +margin_right = 734.0 +margin_bottom = 117.0 + +[node name="Objectives1" parent="InstObj1/VBoxContainer" instance=ExtResource( 7 )] +margin_top = 121.0 +margin_right = 734.0 +margin_bottom = 251.0 + +[node name="ObjNotif" parent="." instance=ExtResource( 9 )] + +[node name="EndZone" type="Area" parent="."] + +[node name="CollisionShape" type="CollisionShape" parent="EndZone"] +transform = Transform( 1.75, 0, 0, 0, 1.25, 0, 0, 0, 1.75, 6.25, 1.25, 6.75 ) +shape = SubResource( 1 ) + +[node name="CompLvlText" type="Label3D" parent="."] +transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 7.99483, 1.354, 6.803 ) +double_sided = false +text = "[F] Complete Level" +font = SubResource( 2 ) + +[node name="LvlCompleteScreen" parent="." instance=ExtResource( 10 )] + +[connection signal="body_entered" from="EndZone" to="." method="_on_EndZone_body_entered"] +[connection signal="body_exited" from="EndZone" to="." method="_on_EndZone_body_exited"] diff --git a/scenes/LevelSelect.tscn b/scenes/LevelSelect.tscn new file mode 100644 index 0000000..819788c --- /dev/null +++ b/scenes/LevelSelect.tscn @@ -0,0 +1,145 @@ +[gd_scene load_steps=8 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://text_theme.tres" type="Theme" id=2] +[ext_resource path="res://scripts/LevelSelect.gd" type="Script" id=3] +[ext_resource path="res://textures/RadioactiveRoomThumbnail.png" type="Texture" id=4] + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.784314, 0.231373, 0.231373, 1 ) + +[sub_resource type="Theme" id=3] +Panel/styles/panel = SubResource( 2 ) + +[sub_resource type="DynamicFont" id=1] +size = 70 +font_data = ExtResource( 1 ) + +[node name="LevelSelect" type="Panel"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = SubResource( 3 ) +script = ExtResource( 3 ) + +[node name="Label" type="Label" parent="."] +margin_left = 332.0 +margin_top = 10.0 +margin_right = 691.0 +margin_bottom = 118.0 +custom_fonts/font = SubResource( 1 ) +text = "Level Select" +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -447.0 +margin_top = -170.0 +margin_right = 447.0 +margin_bottom = 183.0 +custom_constants/separation = 74 + +[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer"] +margin_right = 410.0 +margin_bottom = 353.0 +rect_min_size = Vector2( 410, 353 ) + +[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/ScrollContainer"] +margin_right = 395.0 +margin_bottom = 470.0 +custom_constants/separation = 2 + +[node name="LevelButton1" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_right = 395.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 395, 0 ) +theme = ExtResource( 2 ) +text = "1: RadioactiveRoom" + +[node name="LevelButton2" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 59.0 +margin_right = 395.0 +margin_bottom = 116.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton3" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 118.0 +margin_right = 395.0 +margin_bottom = 175.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton4" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 177.0 +margin_right = 395.0 +margin_bottom = 234.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton5" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 236.0 +margin_right = 395.0 +margin_bottom = 293.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton6" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 295.0 +margin_right = 395.0 +margin_bottom = 352.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton7" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 354.0 +margin_right = 395.0 +margin_bottom = 411.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="LevelButton8" type="Button" parent="HBoxContainer/ScrollContainer/VBoxContainer"] +margin_top = 413.0 +margin_right = 395.0 +margin_bottom = 470.0 +theme = ExtResource( 2 ) +text = "???" + +[node name="ColorRect" type="ColorRect" parent="HBoxContainer"] +margin_left = 484.0 +margin_right = 894.0 +margin_bottom = 353.0 +rect_min_size = Vector2( 410, 353 ) +color = Color( 0.172549, 0.172549, 0.172549, 1 ) + +[node name="TextureRect1" type="TextureRect" parent="HBoxContainer/ColorRect"] +visible = false +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -197.0 +margin_top = 14.0 +margin_right = 627.0 +margin_bottom = 684.0 +rect_scale = Vector2( 0.48, 0.48 ) +texture = ExtResource( 4 ) + +[node name="MainMenuButton" type="Button" parent="."] +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -125.0 +margin_top = -85.0 +margin_right = 125.0 +margin_bottom = -15.0 +theme = ExtResource( 2 ) +text = "Main Menu" + +[connection signal="mouse_entered" from="HBoxContainer/ScrollContainer/VBoxContainer/LevelButton1" to="." method="_on_LevelButton1_mouse_entered"] +[connection signal="mouse_exited" from="HBoxContainer/ScrollContainer/VBoxContainer/LevelButton1" to="." method="_on_LevelButton1_mouse_exited"] +[connection signal="pressed" from="HBoxContainer/ScrollContainer/VBoxContainer/LevelButton1" to="." method="_on_LevelButton1_pressed"] +[connection signal="pressed" from="MainMenuButton" to="." method="_on_MainMenuButton_pressed"] diff --git a/scenes/LoadingScreen.tscn b/scenes/LoadingScreen.tscn new file mode 100644 index 0000000..f21f74f --- /dev/null +++ b/scenes/LoadingScreen.tscn @@ -0,0 +1,39 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] + +[sub_resource type="DynamicFont" id=1] +size = 70 +font_data = ExtResource( 1 ) + +[sub_resource type="DynamicFont" id=2] +size = 34 +font_data = ExtResource( 1 ) + +[node name="LoadingScreen" type="Node"] + +[node name="CanvasLayer" type="CanvasLayer" parent="."] + +[node name="ColorRect" type="ColorRect" parent="CanvasLayer"] +margin_right = 1024.0 +margin_bottom = 600.0 +color = Color( 0.556863, 0.556863, 0.556863, 1 ) + +[node name="CanvasLayer2" type="CanvasLayer" parent="."] +layer = 2 + +[node name="Label" type="Label" parent="CanvasLayer2"] +margin_left = 332.0 +margin_top = 200.0 +margin_right = 691.0 +margin_bottom = 308.0 +custom_fonts/font = SubResource( 1 ) +text = "Loading..." +align = 1 + +[node name="ProgressBar" type="ProgressBar" parent="CanvasLayer2"] +margin_left = 162.0 +margin_top = 369.0 +margin_right = 862.0 +margin_bottom = 409.0 +custom_fonts/font = SubResource( 2 ) diff --git a/scenes/LvlCompleteScreen.tscn b/scenes/LvlCompleteScreen.tscn new file mode 100644 index 0000000..06ecd85 --- /dev/null +++ b/scenes/LvlCompleteScreen.tscn @@ -0,0 +1,177 @@ +[gd_scene load_steps=16 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Regular.ttf" type="DynamicFontData" id=2] +[ext_resource path="res://scripts/LvlCompleteScreen.gd" type="Script" id=3] + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.12549, 0.152941, 0.211765, 1 ) + +[sub_resource type="Theme" id=3] +Panel/styles/panel = SubResource( 2 ) + +[sub_resource type="Animation" id=10] +resource_name = "FadeIn" +length = 0.6 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.6 ), +"transitions": PoolRealArray( 0.517633, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ] +} + +[sub_resource type="Animation" id=11] +length = 0.001 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 1 ) ] +} + +[sub_resource type="DynamicFont" id=4] +size = 70 +font_data = ExtResource( 1 ) + +[sub_resource type="Theme" id=5] +HBoxContainer/constants/separation = 91 + +[sub_resource type="StyleBoxFlat" id=12] +bg_color = Color( 0.196078, 0.196078, 0.196078, 1 ) + +[sub_resource type="DynamicFont" id=13] +size = 46 +font_data = ExtResource( 1 ) + +[sub_resource type="Theme" id=14] +default_font = SubResource( 13 ) +Button/colors/font_color_hover = Color( 0.631373, 0.631373, 0.631373, 1 ) +Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 ) +Button/styles/hover = SubResource( 12 ) + +[sub_resource type="Theme" id=7] +HBoxContainer/constants/separation = 63 + +[sub_resource type="DynamicFont" id=8] +size = 37 +font_data = ExtResource( 1 ) + +[sub_resource type="DynamicFont" id=9] +size = 37 +font_data = ExtResource( 2 ) + +[node name="LvlCompleteScreen" type="Panel"] +pause_mode = 2 +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = SubResource( 3 ) +script = ExtResource( 3 ) + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +anims/FadeIn = SubResource( 10 ) +anims/RESET = SubResource( 11 ) + +[node name="Title" type="Label" parent="."] +margin_top = 3.0 +margin_right = 1024.0 +margin_bottom = 111.0 +custom_fonts/font = SubResource( 4 ) +text = "Level Complete" +align = 1 +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="Buttons" type="HBoxContainer" parent="."] +anchor_left = 0.5 +anchor_top = 1.0 +anchor_right = 0.5 +anchor_bottom = 1.0 +margin_left = -437.0 +margin_top = -120.0 +margin_right = 435.0 +margin_bottom = -43.0 +theme = SubResource( 5 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="LevelSelectButton" type="Button" parent="Buttons"] +margin_right = 260.0 +margin_bottom = 77.0 +rect_min_size = Vector2( 260, 0 ) +theme = SubResource( 14 ) +text = "Level Select" + +[node name="QuitButton" type="Button" parent="Buttons"] +margin_left = 351.0 +margin_right = 521.0 +margin_bottom = 77.0 +rect_min_size = Vector2( 170, 0 ) +theme = SubResource( 14 ) +text = "Quit" + +[node name="ContinueButton" type="Button" parent="Buttons"] +margin_left = 612.0 +margin_right = 872.0 +margin_bottom = 77.0 +rect_min_size = Vector2( 260, 0 ) +theme = SubResource( 14 ) +text = "Continue" + +[node name="RadiationReceived" type="HBoxContainer" parent="."] +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -439.5 +margin_top = 100.0 +margin_right = 439.5 +margin_bottom = 157.0 +theme = SubResource( 7 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[node name="Title" type="Label" parent="RadiationReceived"] +margin_right = 316.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 230, 0 ) +custom_fonts/font = SubResource( 8 ) +text = "Radiation Received:" + +[node name="Number" type="Label" parent="RadiationReceived"] +margin_left = 379.0 +margin_right = 879.0 +margin_bottom = 57.0 +rect_min_size = Vector2( 500, 0 ) +size_flags_stretch_ratio = 2.0 +custom_fonts/font = SubResource( 9 ) +text = "0.1112321" +autowrap = true + +[node name="CanvasLayer" type="CanvasLayer" parent="."] +layer = 2 + +[node name="ColorRect" type="ColorRect" parent="CanvasLayer"] +margin_top = 90.0 +margin_right = 1020.0 +margin_bottom = 490.0 +color = Color( 1, 1, 1, 0 ) +__meta__ = { +"_edit_use_anchors_": true +} + +[connection signal="pressed" from="Buttons/LevelSelectButton" to="." method="_on_LevelSelectButton_pressed"] +[connection signal="pressed" from="Buttons/QuitButton" to="." method="_on_QuitButton_pressed"] +[connection signal="pressed" from="Buttons/ContinueButton" to="." method="_on_ContinueButton_pressed"] diff --git a/scenes/Main.tscn b/scenes/Main.tscn deleted file mode 100644 index 0a63d53..0000000 --- a/scenes/Main.tscn +++ /dev/null @@ -1,20 +0,0 @@ -[gd_scene load_steps=5 format=2] - -[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=1] -[ext_resource path="res://scripts/Main.gd" type="Script" id=3] -[ext_resource path="res://scenes/RadioactiveRoom.tscn" type="PackedScene" id=5] -[ext_resource path="res://scenes/TabScreen.tscn" type="PackedScene" id=6] - -[node name="Main" type="Node"] -script = ExtResource( 3 ) - -[node name="Player" parent="." instance=ExtResource( 1 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -16.6444, 1.2296, -19.5018 ) - -[node name="DirectionalLight" type="DirectionalLight" parent="."] -transform = Transform( 1, 0, 0, 0, 0.551194, 0.834377, 0, -0.834377, 0.551194, 0.0895562, 6.06915, 11.8562 ) - -[node name="RadioactiveRoom" parent="." groups=["sources"] instance=ExtResource( 5 )] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -12.0891, 0, -22.197 ) - -[node name="TabScreen" parent="." instance=ExtResource( 6 )] diff --git a/scenes/MainMenu.tscn b/scenes/MainMenu.tscn new file mode 100644 index 0000000..dc3a4c4 --- /dev/null +++ b/scenes/MainMenu.tscn @@ -0,0 +1,636 @@ +[gd_scene load_steps=55 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://text_theme.tres" type="Theme" id=2] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Roughness.jpg" type="Texture" id=3] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Roughness.jpg" type="Texture" id=4] +[ext_resource path="res://scripts/MainMenu.gd" type="Script" id=5] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_NormalGL.jpg" type="Texture" id=6] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_NormalGL.jpg" type="Texture" id=7] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Displacement.jpg" type="Texture" id=8] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Color.jpg" type="Texture" id=9] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Displacement.jpg" type="Texture" id=10] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Color.jpg" type="Texture" id=11] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Roughness.jpg" type="Texture" id=12] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Color.jpg" type="Texture" id=13] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Displacement.jpg" type="Texture" id=14] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Color.jpg" type="Texture" id=15] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_NormalGL.jpg" type="Texture" id=16] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Roughness.jpg" type="Texture" id=17] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Displacement.jpg" type="Texture" id=18] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_NormalGL.jpg" type="Texture" id=19] +[ext_resource path="res://models/TwoRoomExpanded.obj" type="ArrayMesh" id=20] + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.439216, 0.439216, 0.439216, 0 ) + +[sub_resource type="Theme" id=3] +Panel/styles/panel = SubResource( 2 ) + +[sub_resource type="DynamicFont" id=1] +size = 70 +outline_size = 7 +outline_color = Color( 0.419608, 0.027451, 0.027451, 1 ) +font_data = ExtResource( 1 ) + +[sub_resource type="Theme" id=35] +default_font = SubResource( 1 ) + +[sub_resource type="Animation" id=6] +resource_name = "Move0" +length = 16.0 +tracks/0/type = "value" +tracks/0/path = NodePath("Camera:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 16 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( 3.6496, 0.985948, 4.24741 ), Vector3( 3.86477, 0.974733, 1.59468 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Camera:rotation_degrees") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 16 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( 0.12379, 48.7857, 0.162747 ), Vector3( -0.142681, 83.5207, 0.312021 ) ] +} + +[sub_resource type="Animation" id=4] +resource_name = "Move1" +length = 10.0 +tracks/0/type = "value" +tracks/0/path = NodePath("Camera:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 10 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( 2, 1.806, -8.219 ), Vector3( 0.39, 1.6, -8.219 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Camera:rotation_degrees") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 10 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( 0, 165.073, 0 ), Vector3( 0, 200, 0 ) ] +} + +[sub_resource type="Animation" id=7] +resource_name = "Move2" +length = 20.0 +tracks/0/type = "value" +tracks/0/path = NodePath("Camera:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 20 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( 0.769132, 1.39385, 8.10579 ), Vector3( 6.50013, 1.39385, 8.10579 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Camera:rotation_degrees") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 20 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( -0.142681, -12.7953, 0.312021 ), Vector3( -0.142681, 38.3017, 0.312021 ) ] +} + +[sub_resource type="Animation" id=33] +resource_name = "Move3" +length = 22.0 +tracks/0/type = "value" +tracks/0/path = NodePath("Camera:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 22 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( -2.28626, 1.55487, -7.91189 ), Vector3( -1.5, 1.684, -3 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Camera:rotation_degrees") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0, 22 ), +"transitions": PoolRealArray( 1, 1 ), +"update": 0, +"values": [ Vector3( -0.157587, -96.4564, 0.247683 ), Vector3( 0, -175, 0 ) ] +} + +[sub_resource type="Animation" id=5] +length = 0.001 +tracks/0/type = "value" +tracks/0/path = NodePath("Camera:translation") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 0, +"values": [ Vector3( 3.45791, 1.80574, -8.21942 ) ] +} +tracks/1/type = "value" +tracks/1/path = NodePath("Camera:rotation_degrees") +tracks/1/interp = 1 +tracks/1/loop_wrap = true +tracks/1/imported = false +tracks/1/enabled = true +tracks/1/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 0, +"values": [ Vector3( 0, 165.073, 0 ) ] +} + +[sub_resource type="SpatialMaterial" id=8] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 14, 1 ) +uv1_offset = Vector3( 0.338, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=9] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 8, 1 ) + +[sub_resource type="SpatialMaterial" id=10] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 3.5, 1 ) +uv1_offset = Vector3( 0, 0.03, 0 ) + +[sub_resource type="SpatialMaterial" id=11] +albedo_texture = ExtResource( 15 ) +roughness_texture = ExtResource( 17 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 19 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 5, 7.5, 1 ) + +[sub_resource type="SpatialMaterial" id=12] +albedo_texture = ExtResource( 13 ) +roughness_texture = ExtResource( 4 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 7 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 18 ) +uv1_scale = Vector3( 3.5, 5, 1 ) + +[sub_resource type="SpatialMaterial" id=13] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 3.5, 1 ) +uv1_offset = Vector3( 0, 0.362, 0 ) + +[sub_resource type="SpatialMaterial" id=14] +flags_transparent = true +albedo_color = Color( 0.294118, 0.294118, 0.294118, 0.564706 ) +roughness = 0.0 + +[sub_resource type="SpatialMaterial" id=15] +flags_transparent = true +albedo_color = Color( 0, 1, 0.0666667, 1 ) +metallic = 0.5 +roughness = 0.0 + +[sub_resource type="SpatialMaterial" id=16] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 15, 1 ) + +[sub_resource type="SpatialMaterial" id=17] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 6, 1 ) + +[sub_resource type="SpatialMaterial" id=18] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 0.75, 1 ) + +[sub_resource type="SpatialMaterial" id=19] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 5.6, 1 ) + +[sub_resource type="SpatialMaterial" id=20] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 16.8, 1 ) +uv1_offset = Vector3( 0.371, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=21] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 25.9, 1 ) +uv1_offset = Vector3( 0.25, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=22] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 25.9, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=23] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 0.7, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=24] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 5.6, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=25] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 9, 1 ) + +[sub_resource type="SpatialMaterial" id=26] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 18, 1 ) + +[sub_resource type="SpatialMaterial" id=27] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 27, 1 ) + +[sub_resource type="SpatialMaterial" id=28] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 0.75, 1 ) + +[sub_resource type="SpatialMaterial" id=29] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 15, 1 ) + +[sub_resource type="SpatialMaterial" id=30] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 6, 1 ) + +[sub_resource type="SpatialMaterial" id=31] +albedo_texture = ExtResource( 9 ) +roughness_texture = ExtResource( 3 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 8 ) +uv1_scale = Vector3( 0.35, 8, 1 ) + +[sub_resource type="SpatialMaterial" id=32] +albedo_texture = ExtResource( 11 ) +roughness_texture = ExtResource( 12 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 14 ) +uv1_scale = Vector3( 4, 0.7, 1 ) +uv1_offset = Vector3( 0.106, 0, 0 ) + +[node name="MainMenu" type="Panel"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = SubResource( 3 ) +script = ExtResource( 5 ) + +[node name="Title" type="Label" parent="."] +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -475.0 +margin_top = 30.0 +margin_right = 475.0 +margin_bottom = 138.0 +theme = SubResource( 35 ) +text = "Radiation Detection Simulator" +align = 1 +valign = 1 + +[node name="StartButton" type="Button" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -125.0 +margin_top = -120.0 +margin_right = 125.0 +margin_bottom = -50.0 +theme = ExtResource( 2 ) +text = "Start" + +[node name="HowToPlayButton" type="Button" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -125.0 +margin_top = -10.0 +margin_right = 125.0 +margin_bottom = 60.0 +theme = ExtResource( 2 ) +text = "How To Play" + +[node name="QuitButton" type="Button" parent="."] +anchor_left = -0.000976563 +anchor_top = 0.0333333 +anchor_right = -0.000976563 +anchor_bottom = 0.0333333 +margin_left = 388.0 +margin_top = 380.0 +margin_right = 638.0 +margin_bottom = 450.0 +theme = ExtResource( 2 ) +text = "Quit" + +[node name="Camera" type="Camera" parent="."] +transform = Transform( -0.966255, 0, 0.257588, 0, 1, 0, -0.257588, 0, -0.966255, 3.45791, 1.80574, -8.21942 ) + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +anims/Move0 = SubResource( 6 ) +anims/Move1 = SubResource( 4 ) +anims/Move2 = SubResource( 7 ) +anims/Move3 = SubResource( 33 ) +anims/RESET = SubResource( 5 ) + +[node name="RadioactiveRoomMesh" type="MeshInstance" parent="."] +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 4.5, -0.5, -5.5 ) +mesh = ExtResource( 20 ) +material/0 = SubResource( 8 ) +material/1 = SubResource( 8 ) +material/2 = SubResource( 9 ) +material/3 = SubResource( 10 ) +material/4 = SubResource( 11 ) +material/5 = SubResource( 12 ) +material/6 = SubResource( 13 ) +material/7 = SubResource( 14 ) +material/8 = SubResource( 15 ) +material/9 = SubResource( 16 ) +material/10 = SubResource( 16 ) +material/11 = SubResource( 17 ) +material/12 = SubResource( 18 ) +material/13 = SubResource( 17 ) +material/14 = SubResource( 18 ) +material/15 = SubResource( 17 ) +material/16 = SubResource( 17 ) +material/17 = SubResource( 18 ) +material/18 = SubResource( 19 ) +material/19 = SubResource( 20 ) +material/20 = SubResource( 21 ) +material/21 = SubResource( 22 ) +material/22 = SubResource( 22 ) +material/23 = SubResource( 23 ) +material/24 = SubResource( 24 ) +material/25 = SubResource( 25 ) +material/26 = SubResource( 26 ) +material/27 = SubResource( 26 ) +material/28 = SubResource( 27 ) +material/29 = SubResource( 27 ) +material/30 = SubResource( 28 ) +material/31 = SubResource( 29 ) +material/32 = SubResource( 30 ) +material/33 = SubResource( 31 ) +material/34 = SubResource( 32 ) +material/35 = SubResource( 23 ) +material/36 = SubResource( 23 ) + +[node name="OmniLight" type="OmniLight" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.61853, 2.34849, 3.19597 ) + +[node name="OmniLight2" type="OmniLight" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.61853, 2.34849, -2.54027 ) + +[node name="DirectionalLight" type="DirectionalLight" parent="."] +transform = Transform( 1, 0, 0, 0, 0.551194, 0.834377, 0, -0.834377, 0.551194, 0.0895562, 6.06915, 11.8562 ) + +[connection signal="pressed" from="StartButton" to="." method="_on_StartButton_pressed"] +[connection signal="pressed" from="HowToPlayButton" to="." method="_on_HowToPlayButton_pressed"] +[connection signal="pressed" from="QuitButton" to="." method="_on_QuitButton_pressed"] diff --git a/scenes/ObjNotif.tscn b/scenes/ObjNotif.tscn new file mode 100644 index 0000000..f7a7261 --- /dev/null +++ b/scenes/ObjNotif.tscn @@ -0,0 +1,75 @@ +[gd_scene load_steps=8 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://scripts/ObjNotif.gd" type="Script" id=2] + +[sub_resource type="StyleBoxFlat" id=4] +bg_color = Color( 0.0588235, 0.513726, 0.631373, 1 ) + +[sub_resource type="Theme" id=5] +Panel/styles/panel = SubResource( 4 ) + +[sub_resource type="DynamicFont" id=1] +size = 27 +font_data = ExtResource( 1 ) + +[sub_resource type="Animation" id=2] +resource_name = "Fade" +length = 3.0 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0, 0.5, 2, 3 ), +"transitions": PoolRealArray( 1, 1, 1.51572, 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ] +} + +[sub_resource type="Animation" id=3] +length = 0.001 +tracks/0/type = "value" +tracks/0/path = NodePath(".:modulate") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/keys = { +"times": PoolRealArray( 0 ), +"transitions": PoolRealArray( 1 ), +"update": 0, +"values": [ Color( 1, 1, 1, 1 ) ] +} + +[node name="ObjNotif" type="Panel"] +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = 112.0 +margin_top = 422.0 +margin_right = -112.0 +margin_bottom = -178.0 +rect_min_size = Vector2( 800, 42 ) +theme = SubResource( 5 ) +script = ExtResource( 2 ) + +[node name="Label" type="Label" parent="."] +margin_right = 250.0 +margin_bottom = 42.0 +rect_min_size = Vector2( 800, 0 ) +custom_fonts/font = SubResource( 1 ) +text = "Objective Completed:" +align = 1 +valign = 1 + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +anims/Fade = SubResource( 2 ) +anims/RESET = SubResource( 3 ) + +[node name="Timer" type="Timer" parent="."] +wait_time = 5.0 +one_shot = true + +[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"] diff --git a/scenes/Objectives1.tscn b/scenes/Objectives1.tscn new file mode 100644 index 0000000..36acd2a --- /dev/null +++ b/scenes/Objectives1.tscn @@ -0,0 +1,50 @@ +[gd_scene load_steps=8 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://textures/Checkedbox.png" type="Texture" id=2] +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Regular.ttf" type="DynamicFontData" id=3] +[ext_resource path="res://textures/Uncheckedbox.png" type="Texture" id=4] + +[sub_resource type="DynamicFont" id=7] +size = 37 +font_data = ExtResource( 1 ) + +[sub_resource type="DynamicFont" id=6] +size = 36 +font_data = ExtResource( 3 ) + +[sub_resource type="Theme" id=8] +default_font = SubResource( 6 ) +CheckBox/colors/font_color_pressed = Color( 0, 1, 0.109804, 1 ) +CheckBox/icons/checked = ExtResource( 2 ) +CheckBox/icons/unchecked = ExtResource( 4 ) + +[node name="Objectives1" type="HBoxContainer"] +margin_right = 40.0 +margin_bottom = 40.0 +rect_pivot_offset = Vector2( -326, -82 ) + +[node name="Title" type="Label" parent="."] +margin_right = 230.0 +margin_bottom = 130.0 +rect_min_size = Vector2( 230, 130 ) +custom_fonts/font = SubResource( 7 ) +text = "Objectives:" + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +margin_left = 234.0 +margin_right = 721.0 +margin_bottom = 130.0 + +[node name="CheckBox" type="CheckBox" parent="VBoxContainer"] +margin_right = 487.0 +margin_bottom = 63.0 +theme = SubResource( 8 ) +text = "Reach the End Zone" + +[node name="CheckBox2" type="CheckBox" parent="VBoxContainer"] +margin_top = 67.0 +margin_right = 487.0 +margin_bottom = 130.0 +theme = SubResource( 8 ) +text = "See the Radioactive Cylinder" diff --git a/scenes/PauseScreen.tscn b/scenes/PauseScreen.tscn new file mode 100644 index 0000000..8407ed6 --- /dev/null +++ b/scenes/PauseScreen.tscn @@ -0,0 +1,73 @@ +[gd_scene load_steps=9 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://scripts/PauseScreen.gd" type="Script" id=2] + +[sub_resource type="StyleBoxFlat" id=15] +bg_color = Color( 0.0117647, 0.188235, 0.282353, 0.603922 ) + +[sub_resource type="Theme" id=16] +Panel/styles/panel = SubResource( 15 ) + +[sub_resource type="StyleBoxFlat" id=12] +bg_color = Color( 0.196078, 0.196078, 0.196078, 1 ) + +[sub_resource type="DynamicFont" id=13] +size = 46 +font_data = ExtResource( 1 ) + +[sub_resource type="Theme" id=14] +default_font = SubResource( 13 ) +Button/colors/font_color_hover = Color( 0.631373, 0.631373, 0.631373, 1 ) +Button/colors/font_color_pressed = Color( 0.388235, 0.388235, 0.388235, 1 ) +Button/styles/hover = SubResource( 12 ) + +[sub_resource type="DynamicFont" id=3] +size = 70 +font_data = ExtResource( 1 ) + +[node name="PauseScreen" type="Panel"] +pause_mode = 2 +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = SubResource( 16 ) +script = ExtResource( 2 ) + +[node name="CanvasLayer" type="CanvasLayer" parent="."] +layer = 3 + +[node name="ColorRect" type="ColorRect" parent="CanvasLayer"] +margin_top = 90.0 +margin_right = 1020.0 +margin_bottom = 490.0 +color = Color( 1, 1, 1, 0 ) + +[node name="QuitButton" type="Button" parent="."] +margin_left = 637.0 +margin_top = 501.0 +margin_right = 899.0 +margin_bottom = 578.0 +theme = SubResource( 14 ) +text = "Quit" + +[node name="LevelSelectButton" type="Button" parent="."] +margin_left = 125.0 +margin_top = 500.0 +margin_right = 387.0 +margin_bottom = 577.0 +theme = SubResource( 14 ) +text = "Level Select" + +[node name="Title" type="Label" parent="."] +margin_top = 3.0 +margin_right = 1024.0 +margin_bottom = 111.0 +custom_fonts/font = SubResource( 3 ) +text = "Game Paused" +align = 1 +__meta__ = { +"_edit_use_anchors_": true +} + +[connection signal="pressed" from="QuitButton" to="." method="_on_QuitButton_pressed"] +[connection signal="pressed" from="LevelSelectButton" to="." method="_on_LevelSelectButton_pressed"] diff --git a/scenes/Player.tscn b/scenes/Player.tscn index 6516763..e196159 100644 --- a/scenes/Player.tscn +++ b/scenes/Player.tscn @@ -21,7 +21,7 @@ transform = Transform( 0.25, 0, 0, 0, -1.09278e-08, -0.25, 0, 0.25, -1.09278e-08 shape = SubResource( 5 ) [node name="MeshInstance" type="MeshInstance" parent="."] -transform = Transform( 0.5, 0, 0, 0, -2.18557e-08, -0.5, 0, 0.5, -2.18557e-08, 0, 0, 0 ) +transform = Transform( 0.3, 0, 0, 0, 0, -0.3, 0, 0.3, 0, 0, 0, 0 ) mesh = SubResource( 6 ) material/0 = SubResource( 7 ) @@ -32,4 +32,4 @@ script = ExtResource( 2 ) [node name="Camera" type="Camera" parent="CameraJoint"] [node name="GeigerCounter" parent="CameraJoint/Camera" instance=ExtResource( 3 )] -transform = Transform( 0.0469192, 0, -0.0172797, 0, 0.05, 0, 0.0172797, 0, 0.0469192, 0.231, -0.098, -0.7 ) +transform = Transform( 0.0469192, 0, -0.0172797, 0, 0.05, 0, 0.0172797, 0, 0.0469192, 0.208276, -0.0759904, -0.277737 ) diff --git a/scenes/RadioactiveRoom.tscn b/scenes/RadioactiveRoom.tscn index f5b3025..d96d241 100644 --- a/scenes/RadioactiveRoom.tscn +++ b/scenes/RadioactiveRoom.tscn @@ -1,13 +1,24 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=55 format=2] [ext_resource path="res://scripts/RadioactiveRoom.gd" type="Script" id=1] -[ext_resource path="res://tworoomModel.obj" type="ArrayMesh" id=2] - -[sub_resource type="CylinderMesh" id=7] -height = 1.0 - -[sub_resource type="SpatialMaterial" id=6] -albedo_color = Color( 0.0117647, 0.933333, 0.00392157, 1 ) +[ext_resource path="res://models/TwoRoomModel.obj" type="ArrayMesh" id=2] +[ext_resource path="res://models/TwoRoomExpanded.obj" type="ArrayMesh" id=3] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Color.jpg" type="Texture" id=4] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Roughness.jpg" type="Texture" id=5] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_NormalGL.jpg" type="Texture" id=6] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_NormalGL.jpg" type="Texture" id=7] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Color.jpg" type="Texture" id=8] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Roughness.jpg" type="Texture" id=9] +[ext_resource path="res://textures/Plaster/Plaster001_1K-JPG_Displacement.jpg" type="Texture" id=10] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Displacement.jpg" type="Texture" id=11] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Color.jpg" type="Texture" id=12] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_NormalGL.jpg" type="Texture" id=13] +[ext_resource path="res://textures/TiledFloor/Tiles051_1K-JPG_Roughness.jpg" type="Texture" id=14] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Roughness.jpg" type="Texture" id=15] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_NormalGL.jpg" type="Texture" id=16] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Displacement.jpg" type="Texture" id=17] +[ext_resource path="res://textures/Wood2/Wood058_1K-JPG_Color.jpg" type="Texture" id=18] +[ext_resource path="res://textures/CeilingTile/OfficeCeiling001_1K-JPG_Displacement.jpg" type="Texture" id=19] [sub_resource type="CubeMesh" id=1] size = Vector3( 1, 1, 1 ) @@ -20,21 +31,533 @@ albedo_color = Color( 1, 0, 0, 0.458824 ) flags_transparent = true albedo_color = Color( 1, 1, 1, 0.270588 ) +[sub_resource type="SpatialMaterial" id=9] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 14, 1 ) +uv1_offset = Vector3( 0.338, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=10] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 8, 1 ) + +[sub_resource type="SpatialMaterial" id=11] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 3.5, 1 ) +uv1_offset = Vector3( 0, 0.03, 0 ) + +[sub_resource type="SpatialMaterial" id=21] +albedo_texture = ExtResource( 4 ) +roughness_texture = ExtResource( 5 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 7 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 19 ) +uv1_scale = Vector3( 5, 7.5, 1 ) + +[sub_resource type="SpatialMaterial" id=22] +albedo_texture = ExtResource( 12 ) +roughness_texture = ExtResource( 14 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 13 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 11 ) +uv1_scale = Vector3( 3.5, 5, 1 ) + +[sub_resource type="SpatialMaterial" id=12] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 3.5, 1 ) +uv1_offset = Vector3( 0, 0.362, 0 ) + +[sub_resource type="SpatialMaterial" id=23] +flags_transparent = true +albedo_color = Color( 0.294118, 0.294118, 0.294118, 0 ) +roughness = 0.0 + +[sub_resource type="SpatialMaterial" id=24] +flags_transparent = true +albedo_color = Color( 0, 1, 0.0666667, 0 ) +metallic = 0.5 +roughness = 0.0 + +[sub_resource type="SpatialMaterial" id=25] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 15, 1 ) + +[sub_resource type="SpatialMaterial" id=26] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 6, 1 ) + +[sub_resource type="SpatialMaterial" id=27] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 0.75, 1 ) + +[sub_resource type="SpatialMaterial" id=14] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 5.6, 1 ) + +[sub_resource type="SpatialMaterial" id=15] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 16.8, 1 ) +uv1_offset = Vector3( 0.371, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=16] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 25.9, 1 ) +uv1_offset = Vector3( 0.25, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=17] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 25.9, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=18] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 0.7, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=19] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 5.6, 1 ) +uv1_offset = Vector3( 0.572, 0, 0 ) + +[sub_resource type="SpatialMaterial" id=28] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 9, 1 ) + +[sub_resource type="SpatialMaterial" id=29] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 18, 1 ) + +[sub_resource type="SpatialMaterial" id=30] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 27, 1 ) + +[sub_resource type="SpatialMaterial" id=31] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 0.75, 1 ) + +[sub_resource type="SpatialMaterial" id=32] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 15, 1 ) + +[sub_resource type="SpatialMaterial" id=33] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 6, 1 ) + +[sub_resource type="SpatialMaterial" id=34] +albedo_texture = ExtResource( 18 ) +roughness_texture = ExtResource( 15 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 16 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 17 ) +uv1_scale = Vector3( 0.35, 8, 1 ) + +[sub_resource type="SpatialMaterial" id=20] +albedo_texture = ExtResource( 8 ) +roughness_texture = ExtResource( 9 ) +normal_enabled = true +normal_scale = -1.0 +normal_texture = ExtResource( 6 ) +depth_enabled = true +depth_scale = -0.01 +depth_deep_parallax = false +depth_flip_tangent = false +depth_flip_binormal = false +depth_texture = ExtResource( 10 ) +uv1_scale = Vector3( 4, 0.7, 1 ) +uv1_offset = Vector3( 0.106, 0, 0 ) + +[sub_resource type="BoxShape" id=37] +extents = Vector3( 0.5, 0.5, 0.5 ) + +[sub_resource type="CubeMesh" id=38] +size = Vector3( 1, 1, 1 ) + +[sub_resource type="SpatialMaterial" id=39] +flags_transparent = true +albedo_color = Color( 0.294118, 0.294118, 0.294118, 0.564706 ) +roughness = 0.0 + +[sub_resource type="CylinderShape" id=41] +height = 1.0 + +[sub_resource type="CylinderMesh" id=40] +height = 1.0 + +[sub_resource type="SpatialMaterial" id=36] +albedo_color = Color( 0, 1, 0.0666667, 1 ) +metallic = 0.5 +roughness = 0.0 + +[sub_resource type="BoxShape" id=35] + [node name="RadioactiveRoom" type="Spatial"] script = ExtResource( 1 ) -[node name="Cylinder" type="MeshInstance" parent="."] -transform = Transform( 0.2, 0, 0, 0, 1, 0, 0, 0, 0.2, 1.95, 0.5, 0.975 ) -mesh = SubResource( 7 ) -skeleton = NodePath("../Room") -material/0 = SubResource( 6 ) - [node name="CurrentVoxel" type="MeshInstance" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 12, 0, 0, 0 ) +visible = false mesh = SubResource( 1 ) material/0 = SubResource( 2 ) [node name="Room" type="MeshInstance" parent="."] transform = Transform( -0.01, 8.74228e-10, 3.82137e-17, 0, -4.37114e-10, 0.01, 8.74228e-10, 0.01, 4.37114e-10, 4.452, -0.5, -5.521 ) +visible = false mesh = ExtResource( 2 ) material/0 = SubResource( 8 ) + +[node name="MeshInstance" type="MeshInstance" parent="."] +transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 4.5, -0.5, -5.5 ) +mesh = ExtResource( 3 ) +material/0 = SubResource( 9 ) +material/1 = SubResource( 9 ) +material/2 = SubResource( 10 ) +material/3 = SubResource( 11 ) +material/4 = SubResource( 21 ) +material/5 = SubResource( 22 ) +material/6 = SubResource( 12 ) +material/7 = SubResource( 23 ) +material/8 = SubResource( 24 ) +material/9 = SubResource( 25 ) +material/10 = SubResource( 25 ) +material/11 = SubResource( 26 ) +material/12 = SubResource( 27 ) +material/13 = SubResource( 26 ) +material/14 = SubResource( 27 ) +material/15 = SubResource( 26 ) +material/16 = SubResource( 26 ) +material/17 = SubResource( 27 ) +material/18 = SubResource( 14 ) +material/19 = SubResource( 15 ) +material/20 = SubResource( 16 ) +material/21 = SubResource( 17 ) +material/22 = SubResource( 17 ) +material/23 = SubResource( 18 ) +material/24 = SubResource( 19 ) +material/25 = SubResource( 28 ) +material/26 = SubResource( 29 ) +material/27 = SubResource( 29 ) +material/28 = SubResource( 30 ) +material/29 = SubResource( 30 ) +material/30 = SubResource( 31 ) +material/31 = SubResource( 32 ) +material/32 = SubResource( 33 ) +material/33 = SubResource( 34 ) +material/34 = SubResource( 20 ) +material/35 = SubResource( 18 ) +material/36 = SubResource( 18 ) + +[node name="OmniLight" type="OmniLight" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.61853, 2.34849, 3.19597 ) + +[node name="OmniLight2" type="OmniLight" parent="."] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 2.61853, 2.34849, -2.54027 ) + +[node name="GlassWall" type="StaticBody" parent="."] +transform = Transform( 0.05, 0, 0, 0, 1.5, 0, 0, 0, 2, 2.475, 0.75, 1 ) + +[node name="CollisionShape" type="CollisionShape" parent="GlassWall"] +shape = SubResource( 37 ) + +[node name="MeshInstance" type="MeshInstance" parent="GlassWall"] +mesh = SubResource( 38 ) +material/0 = SubResource( 39 ) + +[node name="Cylinder" type="StaticBody" parent="."] +transform = Transform( 0.2, 0, 0, 0, 1, 0, 0, 0, 0.2, 2, 0.5, 1 ) + +[node name="CollisionShape" type="CollisionShape" parent="Cylinder"] +shape = SubResource( 41 ) + +[node name="MeshInstance" type="MeshInstance" parent="Cylinder"] +mesh = SubResource( 40 ) +material/0 = SubResource( 36 ) + +[node name="Wall" type="StaticBody" parent="."] +transform = Transform( 1, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 2, 1.25, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall2" type="StaticBody" parent="."] +transform = Transform( 3, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 5, 1.25, -5.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall2"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall3" type="StaticBody" parent="."] +transform = Transform( 1, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 2, 1.25, 4.75 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall3"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall4" type="StaticBody" parent="."] +transform = Transform( 6, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 2.5, 1.25, -9.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall4"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall5" type="StaticBody" parent="."] +transform = Transform( 6, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 2.5, 1.25, 8.75 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall5"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall6" type="StaticBody" parent="."] +transform = Transform( 1.75, 0, 0, 0, 1.25, 0, 0, 0, 0.25, 6.25, 1.25, 4.75 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall6"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall7" type="StaticBody" parent="."] +transform = Transform( 0.25, 0, 0, 0, 1.25, 0, 0, 0, 8.75, 8.25, 1.25, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall7"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall8" type="StaticBody" parent="."] +transform = Transform( 0.25, 0, 0, 0, 1.25, 0, 0, 0, 8.75, -3.25, 1.25, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall8"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall9" type="StaticBody" parent="."] +transform = Transform( 0.25, 0, 0, 0, 1.25, 0, 0, 0, 5, 4.25, 1.25, 0 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall9"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Wall10" type="StaticBody" parent="."] +transform = Transform( 0.25, 0, 0, 0, 1.25, 0, 0, 0, 5.25, 0.75, 1.25, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Wall10"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Floor" type="StaticBody" parent="."] +transform = Transform( 6, 0, 0, 0, 0.25, 0, 0, 0, 9.25, 2.5, -0.25, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Floor"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) + +[node name="Ceiling" type="StaticBody" parent="."] +transform = Transform( 6, 0, 0, 0, 0.25, 0, 0, 0, 9.25, 2.5, 2.75, -0.25 ) + +[node name="CollisionShape" type="CollisionShape" parent="Ceiling"] +transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98023e-08, 1.49012e-08, 0 ) +shape = SubResource( 35 ) diff --git a/scripts/CameraJoint.gd b/scripts/CameraJoint.gd index d2fb42b..ac5b8f3 100644 --- a/scripts/CameraJoint.gd +++ b/scripts/CameraJoint.gd @@ -1,21 +1,17 @@ extends SpringArm - var mouse_sensitivity = 0.5 var scroll_speed = 40 const MAX_SPRING_LENGTH = 7; const INITIAL_SPRING_LENGTH = 3; +# paths to nodes to improve performance +onready var GeigerCounter = $Camera/GeigerCounter # Called when the node enters the scene tree for the first time. func _ready(): set_as_toplevel(true) - spring_length = 0 - # GeigerCounter is in correct initial position, but if we want the camera - # to start as zoomed out we must subtract that zoom from the GeigerCounter to - # make sure it stays in the same place - spring_length += INITIAL_SPRING_LENGTH - $Camera/GeigerCounter.translation.z -= INITIAL_SPRING_LENGTH + spring_length = 0 # start in 1st person mode func _physics_process(delta): # calculate the absolute zoom amount based on whether we scroll in or out @@ -27,7 +23,7 @@ func _physics_process(delta): spring_length = clamp(spring_length + zoom, 0, MAX_SPRING_LENGTH) # make geiger counter move in opposite direction so it appears stationary - $Camera/GeigerCounter.translation.z -= zoom + GeigerCounter.translation.z -= zoom # if the player is fully zoomed in (1st person mode), move mouse to center of screen and # lock it there diff --git a/scripts/ClickSound.gd b/scripts/ClickSound.gd index 4f575a9..7052d57 100644 --- a/scripts/ClickSound.gd +++ b/scripts/ClickSound.gd @@ -6,7 +6,6 @@ const RADIATION_MAX = 0.1 # radiation value that will cause the most clicking const SOUND_START = 0.3 # when the click sound plays in the .ogg file var radiation = 0 # total radiation at Geiger Counter's location - func _process(delta): # the more radiation there is, the more likely a sound will be played @@ -14,6 +13,5 @@ func _process(delta): if random < radiation: play(SOUND_START) -# set the timer's timeout based on how much radiation there is func set_radiation(value): radiation = value diff --git a/scripts/GeigerViewport.gd b/scripts/GeigerViewport.gd deleted file mode 100644 index 1e878b1..0000000 --- a/scripts/GeigerViewport.gd +++ /dev/null @@ -1,6 +0,0 @@ -tool # makes this script run in the editor -extends Viewport - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta): - size = $Label.rect_size diff --git a/scripts/Global.gd b/scripts/Global.gd new file mode 100644 index 0000000..dd2bbc9 --- /dev/null +++ b/scripts/Global.gd @@ -0,0 +1,103 @@ +extends Node + +onready var loading_scene = preload("res://scenes/LoadingScreen.tscn") +var current_scene + +func _ready(): + var root = get_tree().root + current_scene = root.get_child(root.get_child_count() - 1) + +# Use this function for loading in scenes which take a long time to load +# next_scene: filepath to the scene you want +func load_scene(next_scene): + # add loading scene to root + var loading_scene_instance = loading_scene.instance() + get_tree().get_root().call_deferred("add_child", loading_scene_instance) + + # start loading the next scene + var loader = ResourceLoader.load_interactive(next_scene) + # check for errors + if loader == null: + print("error occurred while getting the NEXT scene") + pass + + # remove current scene from root + current_scene.queue_free() + # wait for 0.5s for loading scene to appear + yield(get_tree().create_timer(1), "timeout") + + # load next scene using poll() + # poll() needs to be in a loop because it loads data in chunks + var loader_stage_mult = 100.0 / loader.get_stage_count() + while true: + var status = loader.poll() + # a chunk of data was loaded + if status == OK: + # update progress bar according to amount of data loaded + var progress_bar = loading_scene_instance.get_node("./CanvasLayer2/ProgressBar") + progress_bar.value = float(loader.get_stage()) * loader_stage_mult + + # finished loading next scene + elif status == ERR_FILE_EOF: + # create instance of next scene + var next_scene_instance = loader.get_resource().instance() + # add it to root + get_tree().get_root().call_deferred("add_child", next_scene_instance) + # set it as the new current_scene + current_scene = next_scene_instance + # remove loading scene + loading_scene_instance.queue_free() + # housekeeping to make sure game is unpaused and player can move mouse + make_game_playable() + return + + # an error occurred while loading + else: + print("error occurred when loading NEXT scene") + return + +# Use this function to change to scenes that load quickly +# This is a replacement of the change_scene() function +# next_scene: filepath to the scene you want +func go_to_scene(next_scene): + # use call_deferred because the current_scene might still be executing code + # call_deferred runs when nothing else is running + call_deferred("_deferred_go_to_scene", next_scene) + +func _deferred_go_to_scene(next_scene): + # remove the current scene + current_scene.free() + # load the next scene + var s = ResourceLoader.load(next_scene) + # instance the next scene + current_scene = s.instance() + # Add it to the active scene, as child of root. + get_tree().root.add_child(current_scene) + # housekeeping to make sure game is unpaused and player can move mouse + make_game_playable() + +func make_game_playable(): + # unpause the game + get_tree().paused = false + # let player move mouse + Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) + +# raycasts from the camera to the object to see if there are no objects between them +# ignore: array of objects to ignore in the raycast +# returns true if there are no objects between them, false otherwise +func camera_sees_object(camera, object, ignore): + # get fov of the camera + var half_camera_fov = camera.fov / 2.0 + # raycast from camera to object + var space = get_viewport().world.direct_space_state + var obj_between = space.intersect_ray(camera.global_transform.origin, object.global_transform.origin, ignore) + # check if there's nothing between camera and object + if obj_between and obj_between.collider == object: + # check if the object is in the camera's FOV (using dot product and angles) + var cam_vector = -1 * camera.get_global_transform().basis.z + var cam_to_obj_vector = object.global_transform.origin - camera.global_transform.origin + var dot_product = cam_vector.dot(cam_to_obj_vector) + var angle = acos(dot_product / (cam_vector.length() * cam_to_obj_vector.length())) + var angle_deg = rad2deg(angle) + # camera saw the object if the object is in Camera's FOV + return (angle_deg <= half_camera_fov and angle_deg >= (-1) * half_camera_fov) diff --git a/scripts/HowToPlayScreen.gd b/scripts/HowToPlayScreen.gd new file mode 100644 index 0000000..758c926 --- /dev/null +++ b/scripts/HowToPlayScreen.gd @@ -0,0 +1,4 @@ +extends Panel + +func _on_Button_pressed(): + Global.go_to_scene("res://scenes/MainMenu.tscn") diff --git a/scripts/Level1.gd b/scripts/Level1.gd new file mode 100644 index 0000000..12f6f79 --- /dev/null +++ b/scripts/Level1.gd @@ -0,0 +1,133 @@ +extends Node + +var sources # all the radioactive sources in the scene +var accumulated_radiation # total radiation accumulated over time + +# bools for objectives +onready var saw_cylinder = false # whether the player has seen the cylinder +onready var reached_end_zone = false # whether the player has made it to the end of the level +onready var lvl_complete = false # prevent player from spamming "f" at the EndZone + +# paths to nodes to improve performance +onready var GC_ClickSound = $Player/CameraJoint/Camera/GeigerCounter/ClickSound +onready var GeigerCounter = $Player/CameraJoint/Camera/GeigerCounter +onready var PlayerCamera = $Player/CameraJoint/Camera +onready var Player = $Player +onready var Cylinder = $RadioactiveRoom/Cylinder +onready var GlassWall = $RadioactiveRoom/GlassWall +onready var RadiationText = $TabScreen/RadiationText +onready var ReachEndZoneObj = $InstObj1/VBoxContainer/Objectives1/VBoxContainer/CheckBox +onready var SeeCylinderObj = $InstObj1/VBoxContainer/Objectives1/VBoxContainer/CheckBox2 +onready var CompLvlText = $CompLvlText +onready var LvlCompleteScreen = $LvlCompleteScreen +onready var RadiationReceived = $LvlCompleteScreen/RadiationReceived + +# Called when the node enters the scene tree for the first time. +func _ready(): + sources = get_tree().get_nodes_in_group("sources") + accumulated_radiation = 0.0 + # pass reference of InstObj to PauseScreen + $PauseScreen.InstObj = $InstObj1 + # hide InstObj (pause screen is not visible at start) + $InstObj1.visible = false + # hide the CompLvlText prompt when player isn't in EndZone + CompLvlText.visible = false + # set the next level + LvlCompleteScreen.next_level = 1 # TODO change this to 2 + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + var player_pos = GeigerCounter.global_transform.origin + + var voxel_text = "" + var total_radiation = 0 + var index = 1 + # iterate through all sources + for source in sources: + var radiation = source.get_radiation(player_pos.x, player_pos.y, player_pos.z) + total_radiation += radiation[0] + + # add text for the voxel position the player is in + voxel_text += "\n%s. %s [%s, %s, %s] %s" % [index, source.name, radiation[1].x, \ + radiation[1].y, radiation[1].z, radiation[0]] + + # increment index + index += 1 + + accumulated_radiation += total_radiation * delta + + # set the label's text with total radiation and voxel positions + RadiationText.text = "Accumulated Radiation: %s\n" % accumulated_radiation + RadiationText.text += "Total Radiation: %s" % total_radiation + RadiationText.text += voxel_text + + # set value on GeigerCounter + Player.set_GeigerCounter_value(total_radiation) + + # set timeout on ClickTimer for the click sound + GC_ClickSound.set_radiation(total_radiation) + + # toggle whether current voxels in the MCNPMeshes are shown if v is pressed. + if Input.is_action_just_pressed("toggle_debug"): + for source in sources: + source.toggle_show_voxel() + + if !saw_cylinder: + if Global.camera_sees_object(PlayerCamera, Cylinder, [GlassWall]): + # make sure the objective cannot be completed more than once + saw_cylinder = true + # check off the objective + SeeCylinderObj.pressed = true + # show a notification for the objective that was completed + $ObjNotif.add_notification(SeeCylinderObj.text) + + # show LvlCompleteScreen if the player presses "f" in the EndZone + if CompLvlText.visible and Input.is_action_pressed("interact") and !lvl_complete: + # prevent this from happening more than once + lvl_complete = true + complete_level() + + +func complete_level(): + # remove PauseScreen to prevent player from pressing "esc" to open it + $PauseScreen.queue_free() + # prevent TabScreen from being opened + $TabScreen.lvl_complete = true + # reparent Objectives node as child of LvlCompleteScreen + var objectives = $InstObj1/VBoxContainer/Objectives1 + $InstObj1/VBoxContainer.remove_child(objectives) + LvlCompleteScreen.add_child(objectives) + # move objectives to a better position + objectives.rect_position = RadiationReceived.rect_position + objectives.rect_position.y += RadiationReceived.rect_size.y + 20 + # set the total radiation received + LvlCompleteScreen.set_RadiationReceived(accumulated_radiation) + + # pause the game + get_tree().paused = true + # let player move mouse + Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) + + # show the screen + LvlCompleteScreen.show() + + + +func _on_EndZone_body_entered(body): + if body == Player: + # show the CompLvlText prompt + CompLvlText.visible = true + if !reached_end_zone: + # make sure the objective cannot be completed more than once + reached_end_zone = true + # check off the objective + ReachEndZoneObj.pressed = true + # show a notification for the objective that was completed + $ObjNotif.add_notification(ReachEndZoneObj.text) + + +func _on_EndZone_body_exited(body): + if body == Player: + # hide the CompLvlText prompt + CompLvlText.visible = false diff --git a/scripts/LevelSelect.gd b/scripts/LevelSelect.gd new file mode 100644 index 0000000..97826ce --- /dev/null +++ b/scripts/LevelSelect.gd @@ -0,0 +1,13 @@ +extends Panel + +func _on_LevelButton1_pressed(): + Global.load_scene("res://scenes/Level1.tscn") + +func _on_LevelButton1_mouse_entered(): + $HBoxContainer/ColorRect/TextureRect1.visible = true + +func _on_LevelButton1_mouse_exited(): + $HBoxContainer/ColorRect/TextureRect1.visible = false + +func _on_MainMenuButton_pressed(): + Global.go_to_scene("res://scenes/MainMenu.tscn") diff --git a/scripts/LvlCompleteScreen.gd b/scripts/LvlCompleteScreen.gd new file mode 100644 index 0000000..388cf5c --- /dev/null +++ b/scripts/LvlCompleteScreen.gd @@ -0,0 +1,34 @@ +extends Panel + +var next_level # number of the next level + +# Called when the node enters the scene tree for the first time. +func _ready(): + # hide the level complete screen on startup + visible = false + $CanvasLayer.visible = false + modulate.a = 0 + +func _notification(what): + if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST: + get_tree().quit() # default behavior to quit game + +func _on_LevelSelectButton_pressed(): + # change scene to Level Select scene + Global.go_to_scene("res://scenes/LevelSelect.tscn") + +func _on_QuitButton_pressed(): + # send notification to quit game + get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST) + +func _on_ContinueButton_pressed(): + # go to next level + Global.load_scene("res://scenes/Level%s.tscn" % next_level) + +func show(): + visible = true + $CanvasLayer.visible = true + $AnimationPlayer.play("FadeIn") + +func set_RadiationReceived(value): + $RadiationReceived/Number.text = "%f" % value diff --git a/scripts/MCNPMesh.gd b/scripts/MCNPMesh.gd index ec0588c..8b120fd 100644 --- a/scripts/MCNPMesh.gd +++ b/scripts/MCNPMesh.gd @@ -26,6 +26,9 @@ var y_is_up = true # bool for whether to show the current voxel mesh var show_voxel = false +# paths to nodes to improve performance +onready var CurrentVoxel = $CurrentVoxel + # Used to get the x,y,z boundaries of the voxels in the radiation map # units is the units of the boundaries. (Ex. if boundaries are in cm, units # would be 1/100) @@ -91,7 +94,7 @@ func initialize(csv_file_name, y_is_up_IN, units_IN): max_index = radiation_map.size() # hide the current voxel mesh on startup - $CurrentVoxel.visible = show_voxel + CurrentVoxel.visible = show_voxel # returns the index of the largest value in the array that is still smaller @@ -137,7 +140,7 @@ func get_radiation(x, y, z): # return early if any indices are -1 (indicates player is not in radiation map) if x_index == -1 or y_index == -1 or z_index == -1: - $CurrentVoxel.visible = false + CurrentVoxel.visible = false return [value, centroid] # calculate index of voxel that the player is in @@ -160,18 +163,18 @@ func get_radiation(x, y, z): # only update and show the voxel if we want it shown if index != prev_index and show_voxel: # set mesh's position to voxel's centroid - $CurrentVoxel.translation = centroid + CurrentVoxel.translation = centroid # set size of mesh - $CurrentVoxel.scale.x = bounds_x[x_index + 1] - bounds_x[x_index] - $CurrentVoxel.scale.y = bounds_y[y_index + 1] - bounds_y[y_index] - $CurrentVoxel.scale.z = bounds_z[z_index + 1] - bounds_z[z_index] + CurrentVoxel.scale.x = bounds_x[x_index + 1] - bounds_x[x_index] + CurrentVoxel.scale.y = bounds_y[y_index + 1] - bounds_y[y_index] + CurrentVoxel.scale.z = bounds_z[z_index + 1] - bounds_z[z_index] # update prev_index to latest index queried prev_index = index # show the mesh - $CurrentVoxel.visible = true + CurrentVoxel.visible = true # return an array with the radiation value and the voxel position return [value, centroid] @@ -179,4 +182,4 @@ func get_radiation(x, y, z): # toggles whether the current voxel mesh is shown or not func toggle_show_voxel(): show_voxel = !show_voxel - $CurrentVoxel.visible = show_voxel + CurrentVoxel.visible = show_voxel diff --git a/scripts/Main.gd b/scripts/Main.gd deleted file mode 100644 index 67dd61c..0000000 --- a/scripts/Main.gd +++ /dev/null @@ -1,49 +0,0 @@ -extends Node - -var sources # all the radioactive sources in the scene -var accumulated_radiation # total radiation accumulated over time - -# Called when the node enters the scene tree for the first time. -func _ready(): - sources = get_tree().get_nodes_in_group("sources") - accumulated_radiation = 0.0 - - -# Called every frame. 'delta' is the elapsed time since the previous frame. -func _process(delta): - var player_pos = $Player/CameraJoint/Camera/GeigerCounter.global_transform.origin - - var voxel_text = "" - var total_radiation = 0 - var index = 1 - # iterate through all sources - for source in sources: - var radiation = source.get_radiation(player_pos.x, player_pos.y, player_pos.z) - total_radiation += radiation[0] - - # add text for the voxel position the player is in - voxel_text += "\n%s. %s [%s, %s, %s] %s" % [index, source.name, radiation[1].x, \ - radiation[1].y, radiation[1].z, radiation[0]] - - # increment index - index += 1 - - accumulated_radiation += total_radiation * delta - - # set the label's text with total radiation and voxel positions - $TabScreen/RadiationText.text = "Accumulated Radiation: %s\n" % accumulated_radiation - $TabScreen/RadiationText.text += "Total Radiation: %s" % total_radiation - $TabScreen/RadiationText.text += voxel_text - - # set value on GeigerCounter - $Player.set_GeigerCounter_value(total_radiation) - - # set timeout on ClickTimer for the click sound - $Player.GC_click_sound.set_radiation(total_radiation) - - # toggle whether current voxels in the MCNPMeshes are shown if v is pressed. - if Input.is_action_just_pressed("toggle_debug"): - for source in sources: - source.toggle_show_voxel() - - diff --git a/scripts/MainMenu.gd b/scripts/MainMenu.gd new file mode 100644 index 0000000..83779e5 --- /dev/null +++ b/scripts/MainMenu.gd @@ -0,0 +1,26 @@ +extends Panel + +onready var animation = 0 + +func _process(delta): + if !$AnimationPlayer.is_playing(): + $AnimationPlayer.play("Move%s" % animation) + animation = (animation + 1) % 4 + + +func _notification(what): + if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST: + get_tree().quit() # default behavior to quit game + +func _on_StartButton_pressed(): + # change scene to Level Select scene + Global.go_to_scene("res://scenes/LevelSelect.tscn") + +func _on_HowToPlayButton_pressed(): + Global.go_to_scene("res://scenes/HowToPlayScreen.tscn") + +func _on_QuitButton_pressed(): + # send notification to quit game + get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST) + + diff --git a/scripts/ObjNotif.gd b/scripts/ObjNotif.gd new file mode 100644 index 0000000..45402a1 --- /dev/null +++ b/scripts/ObjNotif.gd @@ -0,0 +1,33 @@ +extends Panel + +# create an array as a queue for objectives +var objectives = [] +# only show a new notification if we aren't showing one now +onready var showing_notification = false + +func _ready(): + visible = false + modulate.a = 0 + +func _process(delta): + if objectives and !showing_notification: + show_notification(objectives.pop_front()) + +func add_notification(objective): + objectives.push_back(objective) + +func show_notification(objective): + showing_notification = true + visible = true + $Label.text = "Objective Complete: %s" % objective + # play the fade in and fade out animation + $AnimationPlayer.play("Fade") + # hide the notification after 3s + $Timer.start(3.0) + +func _on_Timer_timeout(): + # hide the notification + visible = false + # allow the next notification to be shown + showing_notification = false + diff --git a/scripts/PauseScreen.gd b/scripts/PauseScreen.gd new file mode 100644 index 0000000..0cb0086 --- /dev/null +++ b/scripts/PauseScreen.gd @@ -0,0 +1,34 @@ +extends Panel + +var show_pause # whether the pause screen is visible or not +var InstObj # reference to the InstObj of this level + +func _ready(): + show_pause = false + visible = false; + $CanvasLayer.visible = false + +func _notification(what): + if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST: + get_tree().quit() # default behavior to quit game + +func _on_LevelSelectButton_pressed(): + # change scene to Level Select scene + Global.go_to_scene("res://scenes/LevelSelect.tscn") + +func _on_QuitButton_pressed(): + # send notification to quit game + get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST) + +func _unhandled_key_input(event): + if event.is_action_pressed("esc"): + # toggle whether the game is paused or not + show_pause = !show_pause + visible = show_pause + $CanvasLayer.visible = show_pause + InstObj.visible = show_pause + get_tree().paused = show_pause + if show_pause: + # let player move mouse (in case he is fully zoomed in) + Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE) + diff --git a/scripts/Player.gd b/scripts/Player.gd index 8be7869..8c534d9 100644 --- a/scripts/Player.gd +++ b/scripts/Player.gd @@ -1,14 +1,11 @@ extends KinematicBody - export var speed = 2 var velocity = Vector3.ZERO -onready var GC_click_sound = $CameraJoint/Camera/GeigerCounter/ClickSound - -# Called when the node enters the scene tree for the first time. -func _ready(): - pass # Replace with function body. +# paths to nodes to improve performance +onready var CameraJoint = $CameraJoint +onready var GC_ValueLabel = $CameraJoint/Camera/GeigerCounter/ValueLabel func _physics_process(delta): var direction = Vector3.ZERO @@ -25,15 +22,20 @@ func _physics_process(delta): direction += Vector3.UP if Input.is_action_pressed("move_down"): direction += Vector3.DOWN + # allow player to sprint by pressing shift + if Input.is_action_pressed("sprint"): + speed = 4 + else: + speed = 2 # change rotation of the player based on movement if direction != Vector3.ZERO: # rotate the direction of motion so it's relative to the camera's position - direction = direction.rotated(Vector3.UP, $CameraJoint.rotation.y).normalized() + direction = direction.rotated(Vector3.UP, CameraJoint.rotation.y).normalized() # make the player look in the direction of motion # this changes the model's orientation # only do this if we're not zoomed in (1st person mode) - if ($CameraJoint.spring_length != 0): + if (CameraJoint.spring_length != 0): var look_direction = Vector2(direction.z, direction.x) rotation.y = look_direction.angle() @@ -42,8 +44,8 @@ func _physics_process(delta): velocity = move_and_slide(velocity, Vector3.UP) # move the camera with the player - $CameraJoint.translation = translation + CameraJoint.translation = translation func set_GeigerCounter_value(value): - $CameraJoint/Camera/GeigerCounter/Sprite3D2/GeigerViewport/Label.text = "%.7f" % value + GC_ValueLabel.text = "%.7f" % value diff --git a/scripts/RadioactiveRod.gd b/scripts/RadioactiveRod.gd index e70f755..ab2b279 100644 --- a/scripts/RadioactiveRod.gd +++ b/scripts/RadioactiveRod.gd @@ -22,7 +22,7 @@ var prev_index = -1 # Called when the node enters the scene tree for the first time. func _ready(): var csv_file = File.new() - csv_file.open("res://points.csv", File.READ) + csv_file.open("res://radiationData/points.csv", File.READ) csv_file.get_csv_line() # skip past first line of labels # copy all values of the csv file into an array diff --git a/scripts/RadioactiveRoom.gd b/scripts/RadioactiveRoom.gd index c89a30a..74922bb 100644 --- a/scripts/RadioactiveRoom.gd +++ b/scripts/RadioactiveRoom.gd @@ -2,4 +2,4 @@ extends "res://scripts/MCNPMesh.gd" # Called when the node enters the scene tree for the first time. func _ready(): - initialize("res://tworoom10msht.csv", false, 1.0/100) + initialize("res://radiationData/tworoom10msht.csv", false, 1.0/100) diff --git a/scripts/RadioactiveTank.gd b/scripts/RadioactiveTank.gd index e733810..8854cd0 100644 --- a/scripts/RadioactiveTank.gd +++ b/scripts/RadioactiveTank.gd @@ -2,4 +2,4 @@ extends "res://scripts/MCNPMesh.gd" # Called when the node enters the scene tree for the first time. func _ready(): - initialize("res://tank10.csv", true, 1.0/100) + initialize("res://radiationData/tank10.csv", true, 1.0/100) diff --git a/scripts/TabScreen.gd b/scripts/TabScreen.gd index 0a5a397..fa58cf2 100644 --- a/scripts/TabScreen.gd +++ b/scripts/TabScreen.gd @@ -1,9 +1,13 @@ extends Control +onready var lvl_complete = false + # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta): - # if TAB is pressed, display the TabScreen - visible = Input.is_action_pressed("ui_focus_next") + # display the TabScreen when TAB is pressed, but only when we haven't + # completed the level + if !lvl_complete: + visible = Input.is_action_pressed("ui_focus_next") func set_RadiationText(text): $RadiationText.text = text diff --git a/text_theme.tres b/text_theme.tres new file mode 100644 index 0000000..72fcbe9 --- /dev/null +++ b/text_theme.tres @@ -0,0 +1,23 @@ +[gd_resource type="Theme" load_steps=5 format=2] + +[ext_resource path="res://fonts/TitilliumWeb/TitilliumWeb-Bold.ttf" type="DynamicFontData" id=1] + +[sub_resource type="StyleBoxFlat" id=1] +bg_color = Color( 0.337255, 0.0352941, 0.0352941, 1 ) + +[sub_resource type="StyleBoxFlat" id=2] +bg_color = Color( 0.596078, 0.101961, 0.101961, 1 ) + +[sub_resource type="DynamicFont" id=3] +size = 37 +font_data = ExtResource( 1 ) + +[resource] +default_font = SubResource( 3 ) +Button/colors/font_color = Color( 1, 1, 1, 1 ) +Button/colors/font_color_disabled = Color( 1, 1, 1, 1 ) +Button/colors/font_color_focus = Color( 1, 1, 1, 1 ) +Button/colors/font_color_hover = Color( 0.580392, 0.580392, 0.580392, 1 ) +Button/colors/font_color_pressed = Color( 0.364706, 0.364706, 0.364706, 1 ) +Button/styles/hover = SubResource( 1 ) +Button/styles/normal = SubResource( 2 )