Copy disabled (too large)
Download .txt
Showing preview only (23,634K chars total). Download the full file to get everything.
Repository: marczych/RayTracer
Branch: main
Commit: 4c9f2dd389ac
Files: 95
Total size: 22.5 MB
Directory structure:
gitextract_04poqq6s/
├── .gitignore
├── LICENSE
├── README.md
├── models/
│ ├── bunny.orig.m
│ ├── bunny10k.m
│ ├── bunny500.m
│ ├── cessna500.m
│ ├── cessna_color.m
│ ├── cessna_color500.m
│ ├── dragon10k.m
│ ├── dragon1K.m
│ ├── fandisk_10k.m
│ ├── fandisk_1k.m
│ ├── gameguy.m
│ ├── gameguy1k.m
│ ├── gameguy_color.m
│ ├── gameguy_noinfo_20k.m
│ ├── gargoyle500.m
│ ├── gargoyle_2k.m
│ ├── gg1k_noinfo.m
│ ├── test1.m
│ ├── test_simp1.m
│ ├── tyra_100k.m
│ ├── tyra_1k.m
│ └── tyra_20k.m
├── samples/
│ └── 471Presentation.pptx
├── scenes/
│ ├── GenerateBallsOnAPlane.php
│ ├── allMaterials.scn
│ ├── ballsInAPit.scn
│ ├── ballsOnAPlane.scn
│ ├── ballsOnAPlaneClose.scn
│ ├── bunny.scn
│ ├── dragon.scn
│ ├── line.scn
│ ├── lineFar.scn
│ ├── modelTest1.scn
│ ├── modelTest2.scn
│ ├── modelTest3.scn
│ ├── texturesInYoFace.scn
│ ├── triangleSpheres.scn
│ ├── triangleTest1.scn
│ └── tumbledStones.scn
└── src/
├── Air.cpp
├── Air.h
├── BSP.cpp
├── BSP.h
├── Boundaries.cpp
├── Boundaries.h
├── Camera.cpp
├── Camera.h
├── Checkerboard.cpp
├── Checkerboard.h
├── Color.cpp
├── Color.h
├── CrissCross.cpp
├── CrissCross.h
├── FlatColor.cpp
├── FlatColor.h
├── Glass.cpp
├── Glass.h
├── Image.cpp
├── Image.h
├── Intersection.cpp
├── Intersection.h
├── Light.cpp
├── Light.h
├── Makefile
├── Marble.cpp
├── Marble.h
├── Material.cpp
├── Material.h
├── NormalMap.cpp
├── NormalMap.h
├── Object.cpp
├── Object.h
├── PerlinNoise.cpp
├── PerlinNoise.h
├── Ray.cpp
├── Ray.h
├── RayTracer.cpp
├── RayTracer.h
├── ShinyColor.cpp
├── ShinyColor.h
├── Sphere.cpp
├── Sphere.h
├── Triangle.cpp
├── Triangle.h
├── Turbulence.cpp
├── Turbulence.h
├── Vector.cpp
├── Vector.h
├── Wood.cpp
├── Wood.h
├── main.cpp
└── runAndOpenAll.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
RayTracer
*.tga
*.gch
*.out
*.o
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: README.md
================================================
# Ray Tracer!
This is a simple ray tracer developed as a final project for CSC 471 Introduction to Graphics at Cal Poly and later extended in CSC 570.
It currently supports phong lighting, shadows, reflections, refractions, procedural textures, super sampling, and depth of field.
The only objects supported are spheres.
## Basic Ray Tracing
The basic ray tracing model is as follows.
A camera is placed in the world and rays are cast from the camera's position to points on an imaginary image plane.
A ray is used to determine what light would be going towards the camera at that point and direction.
In our case each ray represents a pixel in the output image and the resulting color of the ray determines the color output for the pixel.
## Intersections
Each ray performs an intersection test with all objects in the scene to determine the closest intersection.
The closest intersection is used to determine the resulting color.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/intersection_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/intersection.jpeg)
## Lighting
In addition to objects, lights are positioned in the world to shade the objects.
### Diffuse
Diffuse lighting is determined by computing the intensity of the light at a point on the sphere.
If the angle is close to the normal at that point then the intensity will be increased.
The intensity determines how much of the object's color to contribute.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/diffuse_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/diffuse.jpeg)
### Shadows
Shadows are incorporated into lighting.
To determine if a light source should contribute to the lighting at an intersection point a shadow ray is cast from the intersection point to the light source.
If there is an intersection before the light source then this point is in the shadow of that light source.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/shadows_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/shadows.jpeg)
### Specular
Specular lighting is calculated by computing a reflection ray by reflecting the light vector about the normal at the intersection point.
The view ray is compared to the reflection ray to determine how much specular lighting to contribute.
The more parallel the vectors are the more specular lighting will be added.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/specular_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/specular.jpeg)
## Reflections
Reflections are performed by casting rays originating from the intersection point directed along the reflection vector.
A portion of the reflected ray's color will be contributed to the original intersection point based on how reflective the surface is.
Fortunately this is fairly easy given the a recursive approach for casting rays.
There is an arbitrary limit on how many reflections a ray can perform before stopping to improve performance and eliminate potential infinite loops.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/reflections_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/reflections.jpeg)
## Refractions
Refractions occur when rays intersect refractive spheres.
The light at the intersection point is determined by blending the reflected and refracted light at that point.
A reflective ray is cast in the same way as described in the previous section.
The refractive ray is calculated by bending the original ray based on the angle of incidence and the indices of refraction of the two materials.
The amount of reflective and refractive light at the point is determined by the Fresnel equation.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/refraction_2_1_thumb.jpg" />](https://raw.github.com/marczych/RayTracer/master/samples/refraction_2_1.jpg)
## Procedural Textures and Normal Mapping
Procedural textures are a simple way to texture geometry without generating any texture files by hand.
They can be used to simulate lots of different materials such as wood, marble, granite, metal, stone, etc.
Procedural textures are typically generated using a noise function such as Perlin noise which produces coherent noise.
Given some coordinates in space the noise function will return a number between -1 and 1.
Noise functions can be used to generate procedural textures by sampling several versions of the function at different resolutions.
The resulting value is used to blend multiple colors together to get the final color.
Perlin noise can also be used to perform normal mapping in which the normals at an intersection point are modified from their original values.
This affects lighting computations so the geometry appears to be deformed from its original state.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/allMaterials_2_1_thumb.jpg" />](https://raw.github.com/marczych/RayTracer/master/samples/allMaterials_2_1.jpg)
## Super Sampling (Anti-aliasing)
Aliasing is an artifact of images that have sharp, jagged edges.
Super sampling is an anti-aliasing technique to smooth out jagged edges.
My super sampling algorithm works by casting more initial rays and averaging neighboring samples together.
For example, 2x super sampling involves calculating 4 sub points for each pixel.
The following images have 1, 2, and 3 time super sampling, respectively.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx1_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx1.jpeg)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx2_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx2.jpeg)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx3_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx3.jpeg)
## Depth of Field
Depth of field is simulated by defining a sharp plane where all objects will be in focus.
The idea is that the camera doesn't detect light at a single precise point.
The final image is composed of light coming from slightly different directions because of the size of the camera.
Any ray passing through the same point on the sharp plane will contribute to the same pixel on the image.
Slightly randomizing the originating point from the camera makes objects not on the focus plane to be out of focus.
Casting many randomized rays and averaging their results creates a blurred effect.
If few rays are cast then the resulting image will be grainy and noisy.
The images below were rendered by casting hundreds of rays per pixel to reduce this effect.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/line_4_300_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/line_4_300.jpeg)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/lineFar_4_300_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/lineFar_4_300.jpeg)
## Final Renders
__Note:__ Images rendered on a 4-core machine using OpenMP.
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/ballsInAPit_2_60_thumb.jpg" />](https://raw.github.com/marczych/RayTracer/master/samples/ballsInAPit_2_60.jpg)
1,665,574,078 rays in 1121m33.392s (2x super sampling and 60 rays per pixel for depth of field)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/texturesInYoFace_3_1_thumb.jpg" />](https://raw.github.com/marczych/RayTracer/master/samples/texturesInYoFace_3_1.jpg)
66,818,420 rays in 8m14.464s (3x super sampling)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/tumbledStones_3_1_thumb.jpg" />](https://raw.github.com/marczych/RayTracer/master/samples/tumbledStones_3_1.jpg)
104,733,878 rays in 11m58.162s (3x super sampling)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlaneClose_3_1_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlaneClose_3_1.jpeg)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlane_2_50_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlane_2_50.jpeg)
[<img src="https://raw.github.com/marczych/RayTracer/master/samples/triangleSpheres_4_300_thumb.jpeg" />](https://raw.github.com/marczych/RayTracer/master/samples/triangleSpheres_4_300.jpeg)
================================================
FILE: models/bunny.orig.m
================================================
# |Created using:
# | Filtermesh -ge -rmcomp 0 -ge -flip -triang -ge
# |(Timing on cpu=sgi host=squiggle)
# | (_readmesh: 11.83)
# |Genus: c=1 b=5 v=35947 f=69451 e=104288 genus=-556
# |Removed 0 mesh components
# |Removed 1113 isolated vertices
# | (_rmcomponents: 2.44)
# |Genus: c=1 b=5 v=34834 f=69451 e=104288 genus=0
# |Found 0 faces to triangulate
# |Genus: c=1 b=5 v=34834 f=69451 e=104288 genus=0
# | (Filtermesh: 34.71)
# Created using:
# Filtermesh bunny_5h.m.gz -fillholes 25 -triang
# (Timing on cpu=sgi host=squiggle)
# (_readmesh: 9.34)
# filling in hole with 22 sides
# Filled in 1 holes
# Sbndsub: (1 ) 1:1 av=1 sd=0
# Sbndlen: (1 ) 22:22 av=22 sd=0
# (_fillholes: 0.72)
# Found 1 faces to triangulate
# Sfverts: (1 ) 22:22 av=22 sd=0
# (Filtermesh: 10.32)
Vertex 1 -0.0378297 0.12794 0.00447467
Vertex 2 -0.0447794 0.128887 0.00190497
Vertex 3 -0.0680095 0.151244 0.0371953
Vertex 4 -0.00228741 0.13015 0.0232201
Vertex 5 -0.0226054 0.126675 0.00715587
Vertex 6 -0.0251078 0.125921 0.00624226
Vertex 7 -0.0371209 0.127449 0.0017956
Vertex 8 0.033213 0.112692 0.0276861
Vertex 9 -0.0255083 0.112568 0.0366767
Vertex 10 -0.0245306 0.112636 0.0373469
Vertex 11 0.0274031 0.12156 0.0212208
Vertex 12 -0.0628961 0.158419 -0.0175871
Vertex 13 0.0400813 0.104202 0.0221684
Vertex 14 0.0451532 0.0931968 0.0111604
Vertex 15 -0.0324965 0.174231 -0.00238999
Vertex 16 -0.0724944 0.126022 0.052902
Vertex 17 0.00799809 0.131294 0.0169006
Vertex 18 0.0400265 0.10701 0.00816505
Vertex 19 0.0371657 0.0997172 -0.00981258
Vertex 20 -0.0905968 0.140629 0.0221693
Vertex 21 -0.0843417 0.109004 0.0243603
Vertex 22 -0.0688709 0.156258 0.0147705
Vertex 23 -0.0844782 0.152284 0.0269844
Vertex 24 0.00536718 0.125777 0.0317922
Vertex 25 0.00893209 0.124393 0.0330753
Vertex 26 -0.0315414 0.125778 0.00387502
Vertex 27 -0.049674 0.141672 0.0123895
Vertex 28 -0.0784825 0.135851 0.0506454
Vertex 29 -0.00425882 0.128035 0.0283342
Vertex 30 -0.0454789 0.123431 0.0251209
Vertex 31 -0.0235385 0.11268 0.0379979
Vertex 32 -0.0790203 0.0935614 -0.0105962
Vertex 33 0.0235742 0.124212 0.0226421
Vertex 34 -0.0902127 0.122664 0.0052855
Vertex 35 0.0403742 0.101353 -0.00282827
Vertex 36 0.041224 0.101389 -0.000814438
Vertex 37 -0.0859766 0.117044 0.000228439
Vertex 38 -0.0499053 0.141681 0.0133989
Vertex 39 -0.0325018 0.177105 -0.00443384
Vertex 40 -0.0774954 0.147028 0.0416906
Vertex 41 0.0240312 0.1242 0.0213823
Vertex 42 -0.0225205 0.112681 0.0384786
Vertex 43 -0.0202018 0.177138 -0.0227808
Vertex 44 -0.0381912 0.168168 -0.0127822
Vertex 45 -0.0214993 0.112665 0.0388138
Vertex 46 -0.0322365 0.126297 0.00653811
Vertex 47 -0.0303734 0.125779 0.00722581
Vertex 48 0.0104221 0.127848 0.0278469
Vertex 49 -0.0463671 0.133058 0.0160254
Vertex 50 -0.0263079 0.125672 0.00579971
Vertex 51 -0.0238556 0.126292 0.00669874
Vertex 52 0.0174667 0.122816 0.0304302
Vertex 53 0.0184111 0.122524 0.0307587
Vertex 54 0.0166382 0.123302 0.0301317
Vertex 55 0.0337656 0.111689 0.027893
Vertex 56 0.0320484 0.11465 0.0272407
Vertex 57 -0.0405044 0.166738 0.00354035
Vertex 58 -0.0891386 0.129503 0.00423129
Vertex 59 -0.0537547 0.143134 0.0264016
Vertex 60 0.0429765 0.0987175 0.0181666
Vertex 61 0.042638 0.101488 0.0111603
Vertex 62 0.040945 0.0957511 0.0281635
Vertex 63 -0.055076 0.154226 0.0167194
Vertex 64 -0.0246921 0.156571 -0.00408158
Vertex 65 -0.0685096 0.147001 0.0412847
Vertex 66 -0.0715343 0.141411 0.0464325
Vertex 67 -0.0700345 0.0631474 0.0200567
Vertex 68 -0.0904383 0.119966 0.00529664
Vertex 69 -0.0754938 0.127441 0.0530403
Vertex 70 -0.0405211 0.16525 0.00379284
Vertex 71 -0.0644897 0.161538 -0.0184978
Vertex 72 -0.0343115 0.126654 0.00282732
Vertex 73 -0.0460392 0.132757 0.0146796
Vertex 74 -0.0682754 0.155222 0.00480981
Vertex 75 -0.0921421 0.116123 0.0383102
Vertex 76 0.00630024 0.125509 0.0321214
Vertex 77 0.00717458 0.125139 0.032446
Vertex 78 0.00805559 0.124767 0.0327601
Vertex 79 -0.0324333 0.126109 0.00355422
Vertex 80 -0.0633574 0.155908 0.0123853
Vertex 81 0.0314417 0.115539 0.0270138
Vertex 82 0.0308488 0.116432 0.0267923
Vertex 83 0.0396492 0.0970274 -0.00677557
Vertex 84 -0.0715237 0.165101 -0.0167379
Vertex 85 -0.0725643 0.165173 -0.0170441
Vertex 86 -0.00749309 0.122405 0.0352331
Vertex 87 -0.008499 0.12243 0.035017
Vertex 88 0.0289099 0.0929198 0.0437028
Vertex 89 -0.0135013 0.163627 -0.011822
Vertex 90 -0.0434958 0.166715 0.00391556
Vertex 91 -0.0302474 0.125253 0.00290344
Vertex 92 -0.0427308 0.169809 0.000879537
Vertex 93 -0.0205091 0.112696 0.0389743
Vertex 94 -0.0905331 0.135117 0.0212107
Vertex 95 -0.0764984 0.127442 0.0532158
Vertex 96 -0.0194912 0.112675 0.0392933
Vertex 97 -0.0864902 0.103559 0.00540359
Vertex 98 -0.0500639 0.141673 0.0143962
Vertex 99 0.0322675 0.102123 0.0362847
Vertex 100 -0.0344941 0.171246 -0.000779029
Vertex 101 -0.0764811 0.141399 0.0471717
Vertex 102 -0.0764751 0.146968 0.0421376
Vertex 103 -0.0394762 0.17111 0.000601324
Vertex 104 0.0391769 0.106978 0.0201683
Vertex 105 -0.085121 0.108927 0.00536277
Vertex 106 0.0452897 0.0861791 0.0201631
Vertex 107 0.0172248 0.12732 0.0217261
Vertex 108 -0.000517251 0.0386237 0.0468325
Vertex 109 0.00049898 0.0385943 0.0466363
Vertex 110 0.00148534 0.0385845 0.0464325
Vertex 111 -0.0157632 0.12799 0.00385748
Vertex 112 -0.0725199 0.141421 0.0466976
Vertex 113 -0.0504991 0.156412 0.0101915
Vertex 114 -0.0907438 0.135107 0.0202099
Vertex 115 -0.0754962 0.141423 0.0471972
Vertex 116 -0.0355139 0.176726 -0.00796363
Vertex 117 0.0406665 0.105637 0.00516291
Vertex 118 -0.0920359 0.126943 0.0332532
Vertex 119 0.037492 0.0983062 -0.0097724
Vertex 120 0.0404914 0.098527 -0.00482713
Vertex 121 0.0418428 0.0986036 -0.00180869
Vertex 122 0.0306552 0.102095 0.0374778
Vertex 123 0.0457525 0.0862068 0.0131643
Vertex 124 -0.0305333 0.178655 -0.00565353
Vertex 125 -0.028415 0.178753 -0.00594863
Vertex 126 -0.0714932 0.121802 0.0535223
Vertex 127 -0.0725041 0.146981 0.0423864
Vertex 128 -0.0610006 0.129721 0.0398956
Vertex 129 0.0426086 0.0930422 0.0261716
Vertex 130 -0.00885946 0.13031 0.0150517
Vertex 131 -0.0173344 0.128368 0.0119773
Vertex 132 -0.0313084 0.126018 0.00688499
Vertex 133 -0.0700706 0.155642 0.00707306
Vertex 134 0.012157 0.123544 0.032833
Vertex 135 -0.0093317 0.127279 0.0279745
Vertex 136 -0.0657234 0.153927 0.0319321
Vertex 137 -0.0717789 0.154685 0.0298089
Vertex 138 0.0193029 0.12103 0.032512
Vertex 139 -0.0425159 0.17187 -0.00332083
Vertex 140 -0.0442176 0.170815 -0.00391429
Vertex 141 -0.0574617 0.0399955 0.0466824
Vertex 142 -0.0564911 0.0400264 0.0468768
Vertex 143 -0.0554873 0.0400326 0.0469712
Vertex 144 -0.0544992 0.0400332 0.0469658
Vertex 145 -0.018505 0.112714 0.0394706
Vertex 146 -0.0504965 0.157865 0.00943584
Vertex 147 -0.0754858 0.146995 0.0422823
Vertex 148 -0.0137239 0.16215 -0.0118322
Vertex 149 -0.0735613 0.16372 -0.0149978
Vertex 150 0.0386678 0.106943 0.0231645
Vertex 151 0.0390362 0.108381 0.0141662
Vertex 152 0.0421962 0.0929549 -0.00479827
Vertex 153 -0.0454996 0.163749 0.00555272
Vertex 154 -0.0435232 0.163746 0.00524284
Vertex 155 -0.0424866 0.0396651 0.043393
Vertex 156 -0.0415057 0.0396254 0.0430594
Vertex 157 -0.0703661 0.16678 -0.0206717
Vertex 158 -0.025416 0.0905129 0.0490114
Vertex 159 -0.0352058 0.126987 0.0025067
Vertex 160 -0.0872747 0.139127 0.00719289
Vertex 161 -0.0147356 0.124887 0.0290085
Vertex 162 -0.0360017 0.17408 -0.0118959
Vertex 163 -0.089164 0.0928946 0.0114433
Vertex 164 -0.033385 0.126374 0.00317306
Vertex 165 0.0192795 0.122165 0.0310901
Vertex 166 -0.0646073 0.15754 -0.0113176
Vertex 167 -0.0641033 0.156361 -0.011127
Vertex 168 -0.0635915 0.15525 -0.0109401
Vertex 169 -0.0709666 0.138448 -0.00754922
Vertex 170 -0.0705473 0.1414 0.0460484
Vertex 171 -0.0755718 0.165165 -0.0201548
Vertex 172 -0.0767116 0.165247 -0.022942
Vertex 173 0.0296197 0.117006 0.0277632
Vertex 174 0.0302544 0.115002 0.0294335
Vertex 175 0.0405971 0.101404 0.0241737
Vertex 176 0.0404422 0.105635 0.0151656
Vertex 177 -0.0174953 0.112701 0.0395679
Vertex 178 -0.073496 0.147014 0.0424214
Vertex 179 -0.0734653 0.11597 0.0519419
Vertex 180 0.0134925 0.114016 0.0379994
Vertex 181 0.0124885 0.114028 0.0382457
Vertex 182 -0.0826299 0.110259 0.0284001
Vertex 183 0.0417216 0.100008 -0.000812454
Vertex 184 -0.077491 0.135849 0.0507593
Vertex 185 -0.0164902 0.112704 0.0398029
Vertex 186 -0.0154996 0.112736 0.0400881
Vertex 187 -0.0354998 0.17123 0.000174393
Vertex 188 -0.0364553 0.171237 0.000642707
Vertex 189 -0.0375058 0.171208 0.000818011
Vertex 190 -0.0384996 0.171162 0.000767348
Vertex 191 -0.0619095 0.118087 -0.0102757
Vertex 192 -0.070971 0.166609 -0.0480118
Vertex 193 -0.091466 0.14613 0.0241501
Vertex 194 -0.0144894 0.112737 0.0404341
Vertex 195 -0.0134864 0.112741 0.0406725
Vertex 196 -0.012499 0.112778 0.04085
Vertex 197 0.00347876 0.039945 0.0459765
Vertex 198 -0.0215095 0.114043 0.0376946
Vertex 199 -0.0903131 0.126767 0.00528424
Vertex 200 0.0104915 0.114065 0.0387753
Vertex 201 0.0276403 0.118218 0.0284429
Vertex 202 0.0309816 0.102484 -0.0145328
Vertex 203 0.0424909 0.101472 0.00517268
Vertex 204 0.000497836 0.114196 0.0414191
Vertex 205 -0.0675175 0.146991 0.0409028
Vertex 206 0.0424058 0.101483 0.00416631
Vertex 207 0.0405495 0.0999198 -0.00379356
Vertex 208 -0.0724896 0.12743 0.0524304
Vertex 209 -0.0415986 0.169934 0.00129157
Vertex 210 -0.0145885 0.128899 0.00863716
Vertex 211 0.0043237 0.131753 0.0112849
Vertex 212 -0.0635102 0.151152 0.0361873
Vertex 213 0.034591 0.113857 0.0224952
Vertex 214 0.0213151 0.0393899 0.0411211
Vertex 215 0.0175297 0.092684 0.048312
Vertex 216 0.00701986 0.131464 0.0165435
Vertex 217 -0.0114796 0.112753 0.0411508
Vertex 218 0.0381875 0.10978 0.0131678
Vertex 219 -0.0793995 0.0962934 -0.0095136
Vertex 220 0.0412927 0.101424 0.0211601
Vertex 221 0.0419266 0.101462 0.0171593
Vertex 222 -0.0787984 0.113337 -0.0032043
Vertex 223 -0.0779682 0.135412 -0.00525448
Vertex 224 0.00613123 0.105885 -0.0208912
Vertex 225 0.00913637 0.105871 -0.0204027
Vertex 226 0.0111199 0.129735 0.0223368
Vertex 227 0.00437534 0.131145 0.0198749
Vertex 228 -0.00201716 0.131125 0.0175388
Vertex 229 -0.0363521 0.126723 0.0183002
Vertex 230 -0.0160775 0.128732 0.0124337
Vertex 231 -0.0331235 0.126633 0.00621772
Vertex 232 0.00953758 0.128186 0.0275085
Vertex 233 -0.0221316 0.122996 0.0264112
Vertex 234 -0.0709341 0.162789 -0.0122264
Vertex 235 -0.0620602 0.155611 0.00849054
Vertex 236 -0.0468392 0.132859 0.0202702
Vertex 237 -0.0410267 0.172571 -0.00282243
Vertex 238 -0.0385594 0.173184 -0.00190958
Vertex 239 -0.0141081 0.128922 0.00736661
Vertex 240 -0.0564742 0.041367 0.0464242
Vertex 241 -0.0554898 0.041398 0.0465154
Vertex 242 -0.0544756 0.0413314 0.0465715
Vertex 243 -0.0534963 0.0413918 0.0463882
Vertex 244 -0.0526044 0.041455 0.0460966
Vertex 245 -0.0415348 0.163761 0.00444738
Vertex 246 -0.00473635 0.13076 0.00793547
Vertex 247 -0.0898767 0.135147 0.0252168
Vertex 248 -0.00862433 0.122038 -0.0113292
Vertex 249 -0.0475127 0.0411749 0.0444313
Vertex 250 -0.0464937 0.0411703 0.0442462
Vertex 251 -0.0454852 0.0411575 0.0440424
Vertex 252 -0.0424856 0.0410553 0.0431368
Vertex 253 -0.0414945 0.041025 0.0428519
Vertex 254 -0.0650951 0.162442 -0.0187197
Vertex 255 -0.0336466 0.125738 0.0192922
Vertex 256 -0.0806268 0.150792 0.0343829
Vertex 257 -0.0650964 0.155112 0.00596226
Vertex 258 -0.00214115 0.127727 0.0291435
Vertex 259 -0.0897483 0.0929448 0.0154361
Vertex 260 0.0208676 0.121124 0.0316774
Vertex 261 0.0201038 0.121698 0.0313961
Vertex 262 -0.0652623 0.158339 -0.0115587
Vertex 263 -0.0319348 0.125225 0.000800634
Vertex 264 -0.0328435 0.125555 0.000439943
Vertex 265 -0.0337259 0.125903 0.000119567
Vertex 266 -0.0346506 0.126197 -0.000232823
Vertex 267 -0.0355882 0.126454 -0.000576513
Vertex 268 -0.0838755 0.106118 0.000396239
Vertex 269 -0.0164965 0.114086 0.0389356
Vertex 270 0.0422361 0.101506 0.0151693
Vertex 271 0.0394332 0.101324 0.027167
Vertex 272 0.0402348 0.101386 0.0251818
Vertex 273 0.0395793 0.107012 0.0171684
Vertex 274 -0.0524989 0.157892 0.00946562
Vertex 275 -0.0494896 0.157875 0.00921755
Vertex 276 -0.0485004 0.157854 0.0090451
Vertex 277 -0.0104878 0.112778 0.0413082
Vertex 278 -0.0374903 0.172653 -0.000576721
Vertex 279 0.0417828 0.101446 0.0181564
Vertex 280 0.0448261 0.0875458 0.0221634
Vertex 281 -0.0300853 0.179019 -0.00589649
Vertex 282 -0.0235755 0.157761 -0.0033973
Vertex 283 0.0234635 0.12256 0.0268857
Vertex 284 -0.00779065 0.130523 0.0125627
Vertex 285 0.04086 0.101423 0.0231764
Vertex 286 0.0382413 0.108427 0.0210592
Vertex 287 -0.0275027 0.115261 0.0337596
Vertex 288 -0.0255204 0.115294 0.0339151
Vertex 289 -0.021518 0.115416 0.036565
Vertex 290 -0.0205005 0.115412 0.03703
Vertex 291 -0.0754994 0.115715 0.0515239
Vertex 292 -0.000524008 0.041433 0.0467891
Vertex 293 0.000487446 0.041412 0.0465786
Vertex 294 0.00148054 0.0413996 0.0463959
Vertex 295 0.00248318 0.0413744 0.0461608
Vertex 296 0.00348805 0.0413645 0.0460201
Vertex 297 0.00450182 0.0413372 0.0458645
Vertex 298 0.00549603 0.0413259 0.0457036
Vertex 299 0.00648432 0.0413231 0.0455852
Vertex 300 0.00748602 0.041302 0.0454759
Vertex 301 0.00849456 0.0412846 0.0453159
Vertex 302 -0.0504978 0.159322 0.00851944
Vertex 303 -0.0484837 0.159357 0.00832828
Vertex 304 -0.0464924 0.159333 0.00779524
Vertex 305 -0.0094881 0.112787 0.0415502
Vertex 306 -0.00849378 0.112803 0.0415796
Vertex 307 -0.0755022 0.131669 0.0524935
Vertex 308 0.0269735 0.121605 0.0224835
Vertex 309 -0.0609269 0.155849 0.0219449
Vertex 310 -0.0175043 0.114096 0.0387143
Vertex 311 0.0303038 0.118886 0.0223059
Vertex 312 0.038029 0.105425 -0.00179734
Vertex 313 -0.0824071 0.136209 -0.001703
Vertex 314 0.0380176 0.101228 -0.00786632
Vertex 315 -0.00749383 0.112788 0.0415528
Vertex 316 -0.0365049 0.169731 0.000981263
Vertex 317 -0.0754975 0.123189 0.0531282
Vertex 318 0.0354525 0.106753 -0.0069512
Vertex 319 -0.0714939 0.126019 0.0527835
Vertex 320 0.0377471 0.104052 -0.00484079
Vertex 321 0.0414464 0.101443 0.020163
Vertex 322 0.0459345 0.0862193 0.0101703
Vertex 323 -0.0708515 0.0937008 -0.0159297
Vertex 324 -0.0698326 0.0937229 -0.0162704
Vertex 325 -0.0738109 0.0935956 -0.0146814
Vertex 326 -0.071815 0.0936645 -0.0155813
Vertex 327 -0.072824 0.0936306 -0.0150907
Vertex 328 -0.0274399 0.180304 -0.00715734
Vertex 329 -0.025431 0.180214 -0.00870569
Vertex 330 0.0102401 0.13009 0.0220074
Vertex 331 -0.0554437 0.158541 0.0079523
Vertex 332 -0.059742 0.156334 0.00641085
Vertex 333 -0.0624591 0.155071 0.0054624
Vertex 334 -0.0686509 0.155409 0.00612964
Vertex 335 -0.0354711 0.126342 0.0186171
Vertex 336 -0.023563 0.126621 0.00971624
Vertex 337 -0.0340011 0.127005 0.00589371
Vertex 338 -0.072851 0.148958 0.0401319
Vertex 339 -0.0719375 0.16298 -0.0125698
Vertex 340 -0.0469091 0.134066 0.0158053
Vertex 341 -0.0697412 0.154452 0.0305168
Vertex 342 -0.0772099 0.0954309 0.0368548
Vertex 343 -0.0397448 0.172952 -0.00234724
Vertex 344 -0.0574975 0.0426993 0.0453715
Vertex 345 -0.0564882 0.042714 0.0457133
Vertex 346 -0.0554949 0.0427291 0.0458455
Vertex 347 -0.0544973 0.0427375 0.0458563
Vertex 348 -0.0534987 0.0427392 0.045857
Vertex 349 -0.0525195 0.0426931 0.0456595
Vertex 350 -0.0372497 0.126436 -0.00264816
Vertex 351 0.0390771 0.099844 -0.00681802
Vertex 352 -0.0875792 0.134961 0.00324767
Vertex 353 -0.0484986 0.0425777 0.0442245
Vertex 354 -0.0475009 0.0425468 0.0439593
Vertex 355 -0.0465061 0.0425232 0.0438042
Vertex 356 -0.0454992 0.0425256 0.0437126
Vertex 357 -0.0445079 0.0424992 0.043443
Vertex 358 -0.0424905 0.0424327 0.0427417
Vertex 359 -0.0414965 0.0424145 0.0425934
Vertex 360 -0.040483 0.0423569 0.0419938
Vertex 361 -0.0394907 0.0422995 0.0416287
Vertex 362 -0.0702433 0.163232 -0.0134117
Vertex 363 -0.0693658 0.16286 -0.0130912
Vertex 364 -0.0685971 0.162283 -0.0128033
Vertex 365 -0.0678768 0.1616 -0.0125361
Vertex 366 -0.0672213 0.1608 -0.0122924
Vertex 367 -0.0665531 0.160013 -0.0120422
Vertex 368 -0.0659186 0.159142 -0.0118027
Vertex 369 -0.0310902 0.124844 0.00108587
Vertex 370 -0.030417 0.0360576 0.0517185
Vertex 371 -0.0285156 0.0433359 0.0513164
Vertex 372 -0.0274517 0.043312 0.0519115
Vertex 373 -0.0263289 0.0434924 0.0526862
Vertex 374 -0.0254805 0.0434932 0.0531599
Vertex 375 -0.0245014 0.043543 0.0534366
Vertex 376 -0.023487 0.0435372 0.0536017
Vertex 377 -0.0224934 0.0435545 0.0535652
Vertex 378 0.00943169 0.130854 0.0188531
Vertex 379 -0.0435085 0.165227 0.00470373
Vertex 380 -0.0445007 0.165214 0.00483168
Vertex 381 0.0219297 0.123716 0.0263137
Vertex 382 -0.0237608 0.156715 -0.0053038
Vertex 383 -0.00664529 0.1307 0.0129838
Vertex 384 -0.0145323 0.043279 0.0510718
Vertex 385 -0.0135206 0.0432479 0.0507363
Vertex 386 -0.012539 0.0432081 0.0504383
Vertex 387 -0.011518 0.0431769 0.0500228
Vertex 388 -0.0105379 0.0431327 0.0497176
Vertex 389 -0.0095237 0.0431051 0.0494016
Vertex 390 -0.00853122 0.0430617 0.0490142
Vertex 391 -0.0075399 0.0430305 0.0487452
Vertex 392 -0.00654714 0.043 0.0484741
Vertex 393 -0.00554666 0.0429634 0.0481135
Vertex 394 -0.0045458 0.042944 0.0478735
Vertex 395 -0.00354236 0.0429091 0.0474905
Vertex 396 -0.00253313 0.0428829 0.047136
Vertex 397 -0.000523566 0.0428273 0.0465064
Vertex 398 0.000556364 0.0427979 0.0462128
Vertex 399 0.00148401 0.0427923 0.0460657
Vertex 400 0.00249537 0.0427747 0.0458993
Vertex 401 0.00349523 0.0427434 0.0456833
Vertex 402 0.00450037 0.0427385 0.0456181
Vertex 403 0.0055205 0.0427186 0.0455303
Vertex 404 0.00649466 0.0427198 0.0454361
Vertex 405 0.00748686 0.0427091 0.0452774
Vertex 406 0.00848754 0.0426921 0.0451471
Vertex 407 0.00949394 0.0426698 0.0450285
Vertex 408 -0.0312712 0.125373 0.00251041
Vertex 409 0.0185111 0.114004 0.0370685
Vertex 410 -0.0166719 0.128014 0.0194984
Vertex 411 -0.00948977 0.114167 0.0408028
Vertex 412 -0.0114786 0.114128 0.0403922
Vertex 413 -0.0134888 0.11412 0.0398002
Vertex 414 -0.0255274 0.113962 0.0353265
Vertex 415 -0.0530543 0.14469 0.0223994
Vertex 416 -0.0623396 0.172509 -0.0536126
Vertex 417 -0.0381364 0.171203 -0.0118442
Vertex 418 -0.0538885 0.131144 0.0343613
Vertex 419 -0.065797 0.132562 0.0435297
Vertex 420 0.0425599 0.101502 0.0121632
Vertex 421 0.0269244 0.118903 0.0281816
Vertex 422 -0.0384984 0.169734 0.00180247
Vertex 423 -0.0938575 0.120136 0.0242923
Vertex 424 0.0455621 0.0889987 0.00417598
Vertex 425 -0.00649004 0.112763 0.0415025
Vertex 426 -0.00548831 0.112771 0.0416249
Vertex 427 -0.0768441 0.113421 -0.00459179
Vertex 428 -0.0461647 0.162128 -0.00806097
Vertex 429 -0.0411461 0.162173 -0.0113613
Vertex 430 -0.0506704 0.0680761 0.0375114
Vertex 431 -0.0358262 0.0929298 -0.0238031
Vertex 432 -0.0368263 0.0929138 -0.0236695
Vertex 433 -0.00449355 0.112805 0.041803
Vertex 434 0.0398162 0.107019 0.0141667
Vertex 435 -0.0715276 0.14003 0.0472238
Vertex 436 -0.0845757 0.151155 0.0298105
Vertex 437 -0.00349089 0.112806 0.0419152
Vertex 438 0.00931098 0.130351 0.0216675
Vertex 439 -0.0611888 0.155469 0.00589931
Vertex 440 -0.0686715 0.165205 -0.0529941
Vertex 441 -0.0657827 0.158229 -0.0103034
Vertex 442 -0.0646035 0.156332 -0.00986181
Vertex 443 -0.00112962 0.125371 0.0323555
Vertex 444 -0.0248162 0.126254 0.00926143
Vertex 445 -0.0388176 0.128112 0.00411022
Vertex 446 -0.0747959 0.149331 0.0394056
Vertex 447 0.0112941 0.127457 0.0281604
Vertex 448 -0.0707468 0.161979 -0.010709
Vertex 449 0.0184391 0.121423 0.0322194
Vertex 450 -0.0677549 0.154168 0.0312275
Vertex 451 -0.064733 0.15377 0.0322824
Vertex 452 -0.0574962 0.0440189 0.0444763
Vertex 453 -0.0564899 0.0440403 0.0448345
Vertex 454 -0.0554809 0.0440191 0.0450323
Vertex 455 -0.0544952 0.0440117 0.0450302
Vertex 456 -0.0535025 0.0440354 0.0449405
Vertex 457 -0.0515259 0.0439564 0.0445165
Vertex 458 -0.0505573 0.0439128 0.0441317
Vertex 459 -0.0495011 0.0439447 0.0438293
Vertex 460 -0.0485184 0.0438796 0.0435224
Vertex 461 -0.0475121 0.0438565 0.0432608
Vertex 462 -0.0465128 0.0438401 0.043121
Vertex 463 -0.0455024 0.0438631 0.0430524
Vertex 464 -0.0445045 0.0438483 0.042919
Vertex 465 -0.0435038 0.0438236 0.0424673
Vertex 466 -0.0425002 0.0437706 0.0420539
Vertex 467 -0.0414888 0.0437926 0.0421195
Vertex 468 -0.0404988 0.043751 0.0418177
Vertex 469 -0.039497 0.0436994 0.0413132
Vertex 470 -0.0384894 0.0436513 0.0409963
Vertex 471 -0.0143198 0.128437 0.0203415
Vertex 472 -0.0229389 0.126187 0.00412352
Vertex 473 -0.0241862 0.125789 0.00366503
Vertex 474 -0.0255023 0.125351 0.00317915
Vertex 475 -0.0266954 0.125077 0.00273937
Vertex 476 -0.0278953 0.124828 0.00229374
Vertex 477 -0.028881 0.124884 0.00195054
Vertex 478 -0.0300707 0.124739 0.00148409
Vertex 479 -0.0294793 0.0446083 0.0503994
Vertex 480 -0.0284587 0.0446173 0.0507119
Vertex 481 -0.0274798 0.0446461 0.0507675
Vertex 482 -0.0264922 0.0447022 0.0511549
Vertex 483 -0.0254758 0.0447668 0.0519525
Vertex 484 -0.0244827 0.044849 0.0526821
Vertex 485 -0.0234833 0.0448815 0.0530288
Vertex 486 -0.0224929 0.0448955 0.0530527
Vertex 487 -0.0205217 0.0448565 0.0528623
Vertex 488 -0.0664988 0.146992 0.0401715
Vertex 489 -0.0174883 0.044685 0.0517611
Vertex 490 -0.0165095 0.0446732 0.0513338
Vertex 491 -0.0155403 0.0446621 0.0510487
Vertex 492 -0.0145231 0.0446315 0.0506096
Vertex 493 -0.0135516 0.0445689 0.0502862
Vertex 494 -0.0125497 0.0445369 0.0499253
Vertex 495 -0.0115453 0.0445033 0.0495732
Vertex 496 -0.0105391 0.0444694 0.0492224
Vertex 497 -0.0095351 0.0444416 0.0488648
Vertex 498 -0.00853579 0.044404 0.0484956
Vertex 499 -0.00752629 0.0443832 0.0481509
Vertex 500 -0.00652958 0.0443624 0.0478753
Vertex 501 -0.0055195 0.0443362 0.047543
Vertex 502 -0.00452146 0.0443187 0.0472734
Vertex 503 -0.00351628 0.0442826 0.04692
Vertex 504 -0.00251639 0.0442645 0.0466529
Vertex 505 -0.00150749 0.0442279 0.0463824
Vertex 506 -0.000506085 0.0442149 0.046198
Vertex 507 0.000494981 0.0442085 0.0460563
Vertex 508 0.00150093 0.0441835 0.0459725
Vertex 509 0.00250242 0.0441898 0.0459568
Vertex 510 0.00350312 0.0441648 0.0458711
Vertex 511 0.00450017 0.0441843 0.0459802
Vertex 512 0.00550628 0.0441375 0.0457857
Vertex 513 0.00650269 0.044152 0.0457422
Vertex 514 0.00751849 0.0440876 0.0454461
Vertex 515 0.00849016 0.0441134 0.0451901
Vertex 516 0.00949781 0.0440631 0.0448456
Vertex 517 0.0194908 0.113962 0.0368661
Vertex 518 -0.000436317 0.122463 0.0356275
Vertex 519 0.00748358 0.11412 0.0398951
Vertex 520 -0.010493 0.114167 0.0405696
Vertex 521 -0.0124865 0.114128 0.0400495
Vertex 522 -0.023546 0.114036 0.0366055
Vertex 523 -0.0245515 0.114015 0.0358596
Vertex 524 -0.0195083 0.11546 0.0373373
Vertex 525 -0.0795053 0.148405 0.0389114
Vertex 526 -0.0784976 0.148406 0.0395361
Vertex 527 -0.0775017 0.148428 0.039927
Vertex 528 -0.0444613 0.12936 0.0182577
Vertex 529 -0.0804668 0.131637 0.0521945
Vertex 530 -0.0514917 0.154976 0.0111
Vertex 531 -0.0395009 0.16971 0.00189803
Vertex 532 0.0385319 0.0997972 -0.00779458
Vertex 533 0.0379028 0.0997575 -0.00879746
Vertex 534 0.0451983 0.0889806 0.0171667
Vertex 535 0.000137104 0.104495 -0.0221519
Vertex 536 -0.0738111 0.0907253 -0.0150698
Vertex 537 -0.0728162 0.0907583 -0.0154663
Vertex 538 -0.0718188 0.0907915 -0.0158595
Vertex 539 -0.070799 0.0908224 -0.0163205
Vertex 540 -0.0688127 0.0908552 -0.0166124
Vertex 541 -0.0698172 0.0908437 -0.0164973
Vertex 542 -0.033107 0.125984 0.00180258
Vertex 543 0.0255618 0.120425 0.027665
Vertex 544 -0.039513 0.166742 0.00312951
Vertex 545 -0.0384463 0.166779 0.00239389
Vertex 546 -0.00482205 0.130969 0.0150835
Vertex 547 -0.0735195 0.135848 0.0500526
Vertex 548 0.00828872 0.130472 0.0213052
Vertex 549 -0.015947 0.124632 0.0285893
Vertex 550 -0.0661935 0.155092 0.00556387
Vertex 551 -0.0651326 0.157423 -0.0100634
Vertex 552 -0.0671177 0.159814 -0.0107973
Vertex 553 -0.0222267 0.0906414 0.0528718
Vertex 554 -0.0349319 0.127285 0.00554823
Vertex 555 -0.0398081 0.128271 0.00374611
Vertex 556 -0.0920085 0.116136 0.0393096
Vertex 557 -0.00402267 0.0975528 0.0526596
Vertex 558 -0.0669805 0.1589 -0.00929727
Vertex 559 -0.0127755 0.126776 0.0267341
Vertex 560 -0.0139293 0.126622 0.0263262
Vertex 561 0.047185 0.0692848 0.0242283
Vertex 562 -0.0574743 0.0452883 0.0435332
Vertex 563 -0.0564615 0.0452367 0.0437224
Vertex 564 -0.0554801 0.0452738 0.0437595
Vertex 565 -0.052516 0.0452355 0.0436109
Vertex 566 -0.0515128 0.0452783 0.043411
Vertex 567 -0.0505103 0.0452467 0.0429196
Vertex 568 -0.0495176 0.0451863 0.0426306
Vertex 569 -0.0485029 0.0452121 0.0424266
Vertex 570 -0.047499 0.0451812 0.0421654
Vertex 571 -0.0464981 0.0451704 0.0419279
Vertex 572 -0.0454982 0.045182 0.0420491
Vertex 573 -0.044496 0.0451943 0.0419603
Vertex 574 -0.0434918 0.0451945 0.0416496
Vertex 575 -0.0424936 0.045133 0.0413379
Vertex 576 -0.0414975 0.045132 0.0414403
Vertex 577 -0.0404955 0.0451407 0.0414639
Vertex 578 -0.0395021 0.0450562 0.0411081
Vertex 579 -0.038496 0.0450464 0.0406484
Vertex 580 -0.069527 0.156219 -3.70248e-05
Vertex 581 -0.0725884 0.155473 0.0265843
Vertex 582 -0.0758153 0.155373 0.0254598
Vertex 583 -0.00601771 0.0990415 0.0504631
Vertex 584 0.0296092 0.114943 -0.00583865
Vertex 585 -0.0918829 0.116106 0.0333156
Vertex 586 -0.0294372 0.045874 0.0494957
Vertex 587 -0.02847 0.045966 0.0500228
Vertex 588 -0.0274618 0.045988 0.0503593
Vertex 589 -0.0264467 0.0459901 0.0505652
Vertex 590 -0.025466 0.0460651 0.0509844
Vertex 591 -0.0244855 0.0461464 0.0516096
Vertex 592 -0.0234881 0.0462034 0.0522022
Vertex 593 -0.0224893 0.0462052 0.0523041
Vertex 594 -0.0214969 0.0461967 0.0522939
Vertex 595 -0.0205102 0.0461853 0.0521703
Vertex 596 -0.0195364 0.0461211 0.0518679
Vertex 597 -0.0185448 0.0460852 0.0515079
Vertex 598 -0.0175443 0.0460366 0.0510389
Vertex 599 -0.0165385 0.0459978 0.0505746
Vertex 600 -0.0155349 0.0459646 0.0502157
Vertex 601 -0.0145321 0.0459268 0.0498594
Vertex 602 -0.0135288 0.0458914 0.0493586
Vertex 603 -0.012533 0.0458468 0.048979
Vertex 604 -0.0115387 0.0458293 0.048671
Vertex 605 -0.0105333 0.0457993 0.0483516
Vertex 606 -0.0095211 0.045789 0.0480158
Vertex 607 -0.00850771 0.0457646 0.047699
Vertex 608 -0.00750575 0.0457415 0.0474579
Vertex 609 -0.00649796 0.0457161 0.0472731
Vertex 610 -0.00549495 0.0456998 0.0471564
Vertex 611 -0.00449363 0.0456798 0.0470573
Vertex 612 -0.00349731 0.0456721 0.0469862
Vertex 613 -0.00248901 0.0456504 0.0469622
Vertex 614 -0.00149685 0.0456811 0.047029
Vertex 615 -0.000499367 0.0456802 0.0470389
Vertex 616 0.000501495 0.0457296 0.0472541
Vertex 617 0.00150908 0.0458287 0.0477014
Vertex 618 0.00251634 0.0459065 0.0480561
Vertex 619 0.00351191 0.0459363 0.0483003
Vertex 620 0.00450167 0.0459455 0.0484199
Vertex 621 0.00549045 0.0459551 0.048539
Vertex 622 0.00647697 0.0459611 0.0484012
Vertex 623 0.00747158 0.0458651 0.0478111
Vertex 624 0.00845531 0.04577 0.0469205
Vertex 625 0.00953188 0.0455622 0.0461832
Vertex 626 -0.0354984 0.115235 0.0327878
Vertex 627 -0.033517 0.115303 0.0329858
Vertex 628 -0.034501 0.115223 0.0328885
Vertex 629 -0.0484911 0.115278 0.0334198
Vertex 630 -0.00248977 0.112799 0.0419964
Vertex 631 0.0429479 0.0845778 -0.00579145
Vertex 632 -0.00749309 0.114174 0.0409291
Vertex 633 -0.00648723 0.114138 0.040862
Vertex 634 -0.0343726 0.127227 0.0072164
Vertex 635 -0.0675131 0.145595 0.0418048
Vertex 636 -0.0685186 0.1456 0.0424246
Vertex 637 -0.076485 0.148385 0.0403892
Vertex 638 -0.0393744 0.174134 -0.00504658
Vertex 639 0.0410678 0.10142 0.0221661
Vertex 640 -0.0514931 0.156432 0.0104716
Vertex 641 0.0202898 0.124676 0.0257091
Vertex 642 -0.0151278 0.128803 0.00988702
Vertex 643 -0.00149333 0.112805 0.0421166
Vertex 644 -0.0228105 0.123961 0.023212
Vertex 645 0.0405574 0.104219 0.0191648
Vertex 646 0.0315129 0.0439606 0.0299133
Vertex 647 0.0325099 0.0439072 0.0294151
Vertex 648 -0.0490964 0.156122 -0.00621407
Vertex 649 -0.0271937 0.174158 -0.0183459
Vertex 650 -0.0307256 0.0915724 -0.0247467
Vertex 651 -0.0318346 0.0915622 -0.0244444
Vertex 652 -0.0298676 0.0916468 -0.0252289
Vertex 653 -0.0494924 0.160775 0.00747898
Vertex 654 -0.0322408 0.125589 0.00213325
Vertex 655 -0.0888501 0.151809 0.0151852
Vertex 656 0.0343092 0.113032 0.0252402
Vertex 657 0.0375985 0.10834 0.0241868
Vertex 658 -0.0254275 0.181837 -0.00892324
Vertex 659 0.028089 0.0929174 0.0442737
Vertex 660 -0.000498881 0.112805 0.0421187
Vertex 661 0.00328959 0.131137 0.0194851
Vertex 662 -0.00316996 0.131012 0.0171239
Vertex 663 0.00680734 0.129132 0.0265205
Vertex 664 0.00773558 0.128847 0.0268569
Vertex 665 -0.0445078 0.128204 0.0197407
Vertex 666 -0.0288355 0.125617 0.00924976
Vertex 667 -0.0407972 0.128426 0.00338476
Vertex 668 -0.088826 0.122625 0.00229599
Vertex 669 -0.00326172 0.0994383 0.0499516
Vertex 670 -0.0426789 0.168728 0.0023488
Vertex 671 -0.0657091 0.157202 -0.00882727
Vertex 672 -0.0645952 0.155196 -0.0084031
Vertex 673 -0.0635463 0.153079 -0.00800928
Vertex 674 -0.0236453 0.0906062 0.0514725
Vertex 675 -0.0564936 0.0465915 0.0420515
Vertex 676 -0.0554996 0.0466308 0.0421953
Vertex 677 -0.053498 0.0465766 0.0420409
Vertex 678 -0.0525012 0.046573 0.0420391
Vertex 679 -0.0515001 0.0465582 0.0417907
Vertex 680 -0.0504972 0.0465484 0.0414292
Vertex 681 -0.0495014 0.0464837 0.0411417
Vertex 682 -0.048497 0.0464891 0.040915
Vertex 683 -0.0474979 0.0464882 0.040801
Vertex 684 -0.0464961 0.0464761 0.0407845
Vertex 685 -0.0454996 0.0464888 0.0408011
Vertex 686 -0.0444986 0.0465011 0.0409291
Vertex 687 -0.0435026 0.0465062 0.0407289
Vertex 688 -0.0424955 0.0464529 0.0406301
Vertex 689 -0.0414956 0.0464933 0.0408152
Vertex 690 -0.0404958 0.0464911 0.0408136
Vertex 691 -0.0394936 0.046476 0.0404962
Vertex 692 -0.0384944 0.0464446 0.0402202
Vertex 693 -0.0375004 0.0464372 0.040096
Vertex 694 -0.036507 0.0464425 0.0402005
Vertex 695 -0.0255118 0.0936195 -0.0293755
Vertex 696 -0.0297999 0.12434 0.000117203
Vertex 697 -0.0308235 0.12443 -0.00028071
Vertex 698 -0.0317456 0.124703 -0.000629789
Vertex 699 -0.0326323 0.125019 -0.000941466
Vertex 700 -0.0335104 0.125389 -0.00127044
Vertex 701 -0.0344386 0.125663 -0.00162003
Vertex 702 -0.0284556 0.0472262 0.0488083
Vertex 703 -0.0274608 0.0473022 0.0495228
Vertex 704 -0.0264774 0.0473675 0.0499125
Vertex 705 -0.0254423 0.0473682 0.0503166
Vertex 706 -0.0244616 0.0474336 0.050725
Vertex 707 -0.0234912 0.0474961 0.0510145
Vertex 708 -0.0224848 0.0474635 0.0510926
Vertex 709 -0.0214953 0.0474568 0.0509792
Vertex 710 -0.0205082 0.0474421 0.0508554
Vertex 711 -0.0195149 0.0474114 0.0506124
Vertex 712 -0.0185134 0.0473863 0.05026
Vertex 713 -0.0175351 0.0472943 0.0498404
Vertex 714 -0.0165233 0.0472885 0.0494939
Vertex 715 -0.0155034 0.0472755 0.0490261
Vertex 716 -0.0144968 0.0472352 0.0484474
Vertex 717 -0.0134961 0.0472092 0.0480936
Vertex 718 -0.0124976 0.0472007 0.0479814
Vertex 719 -0.0114987 0.0471911 0.0478612
Vertex 720 -0.010495 0.0471724 0.0477907
Vertex 721 -0.00949656 0.0471698 0.047803
Vertex 722 -0.00851871 0.0471234 0.047663
Vertex 723 -0.00750517 0.0471136 0.0478292
Vertex 724 -0.00650105 0.0472142 0.0482843
Vertex 725 -0.00549562 0.0472961 0.0485942
Vertex 726 -0.0044937 0.0473352 0.0489501
Vertex 727 -0.0034922 0.0473569 0.0490622
Vertex 728 -0.00249349 0.0474079 0.0491587
Vertex 729 -0.00147854 0.0474532 0.049375
Vertex 730 -0.000486036 0.047441 0.049521
Vertex 731 0.000507196 0.0474213 0.049671
Vertex 732 0.00150975 0.0474485 0.049901
Vertex 733 0.00250708 0.0474439 0.0499052
Vertex 734 0.00350193 0.0474397 0.0500395
Vertex 735 0.00449953 0.0474774 0.0501288
Vertex 736 0.00549435 0.0474709 0.0500045
Vertex 737 0.00648582 0.047441 0.0497645
Vertex 738 0.00747686 0.0474111 0.0493962
Vertex 739 0.00849245 0.0473031 0.0488481
Vertex 740 0.00946392 0.0472926 0.0483305
Vertex 741 0.0104364 0.0472441 0.0475563
Vertex 742 -0.0764988 0.13725 0.0499203
Vertex 743 -0.0774908 0.137247 0.0499166
Vertex 744 -0.0325172 0.115309 0.0332233
Vertex 745 0.0348698 0.112104 0.0254475
Vertex 746 -0.00549593 0.114185 0.0409403
Vertex 747 -0.0755046 0.137255 0.0498073
Vertex 748 -0.0745038 0.137269 0.049596
Vertex 749 -0.0735087 0.137262 0.0493527
Vertex 750 -0.0715111 0.145604 0.0434169
Vertex 751 -0.0725069 0.145589 0.0436497
Vertex 752 -0.0675145 0.148386 0.0398761
Vertex 753 -0.0663959 0.148276 0.0393784
Vertex 754 -0.0810243 0.0936828 -0.00856919
Vertex 755 0.0432798 0.100122 0.00916351
Vertex 756 -0.0475138 0.156385 0.00914965
Vertex 757 0.0402856 0.10561 0.017163
Vertex 758 -0.0774854 0.142838 0.0458543
Vertex 759 -0.0749127 0.151363 0.0363064
Vertex 760 -0.0284773 0.177212 -0.00607735
Vertex 761 0.0325091 0.0454335 0.0302933
Vertex 762 0.0335076 0.0453895 0.0300756
Vertex 763 0.0345025 0.0454126 0.0301845
Vertex 764 0.035496 0.0454077 0.0303438
Vertex 765 0.0364941 0.0454217 0.0304675
Vertex 766 0.0375013 0.045461 0.0306904
Vertex 767 0.0385027 0.0454964 0.0307784
Vertex 768 -0.0154988 0.114109 0.0392017
Vertex 769 -0.0475053 0.16079 0.00736091
Vertex 770 -0.0434424 0.160833 0.00573037
Vertex 771 -0.0127683 0.163589 -0.0126806
Vertex 772 0.0323217 0.116577 0.0230638
Vertex 773 -0.0414995 0.168206 0.00296291
Vertex 774 0.0393714 0.104176 0.025187
Vertex 775 0.0299608 0.102103 0.0382304
Vertex 776 -0.0255896 0.182763 -0.0105092
Vertex 777 -0.0245507 0.183147 -0.010424
Vertex 778 -0.0100076 0.130157 0.0146359
Vertex 779 -0.0185901 0.128007 0.0115203
Vertex 780 0.000382137 0.128869 0.0270967
Vertex 781 0.00961512 0.122501 0.0348066
Vertex 782 -0.0689992 0.150311 0.0384044
Vertex 783 -0.0742776 0.161639 -0.0118948
Vertex 784 -0.0699149 0.161541 -0.0103834
Vertex 785 -0.0437665 0.168716 0.00196199
Vertex 786 -0.00338001 0.130095 0.0228247
Vertex 787 -0.0637552 0.15245 -0.00517189
Vertex 788 -0.067462 0.157723 -0.00658264
Vertex 789 -0.0696084 0.159782 -0.00738408
Vertex 790 -0.0564952 0.047766 0.0395183
Vertex 791 -0.0554939 0.0477978 0.0398952
Vertex 792 -0.0544725 0.0478754 0.0402183
Vertex 793 -0.0534956 0.0478266 0.0400304
Vertex 794 -0.0524983 0.0477783 0.0397646
Vertex 795 -0.0514997 0.047729 0.0396118
Vertex 796 -0.0504949 0.0477308 0.0397221
Vertex 797 -0.0494981 0.0477699 0.0395132
Vertex 798 -0.0484934 0.047761 0.0395051
Vertex 799 -0.0474969 0.0477925 0.0396528
Vertex 800 -0.0464984 0.047794 0.0396541
Vertex 801 -0.045503 0.0478046 0.0396725
Vertex 802 -0.044502 0.0478297 0.0399289
Vertex 803 -0.0435018 0.0478421 0.040059
Vertex 804 -0.0425045 0.0478596 0.0401075
Vertex 805 -0.0414999 0.0478558 0.040117
Vertex 806 -0.0404958 0.0478428 0.0400733
Vertex 807 -0.0394895 0.0478295 0.0398724
Vertex 808 -0.0384924 0.0478181 0.0398313
Vertex 809 -0.0374932 0.0478153 0.0397186
Vertex 810 -0.0365036 0.0478079 0.0395886
Vertex 811 -0.0355275 0.04785 0.0396404
Vertex 812 -0.0697425 0.164473 -0.0161193
Vertex 813 -0.0689178 0.164003 -0.0158096
Vertex 814 -0.0681413 0.163425 -0.0155251
Vertex 815 -0.0673944 0.162815 -0.015253
Vertex 816 -0.0666931 0.162075 -0.0149837
Vertex 817 -0.0660878 0.161167 -0.014759
Vertex 818 -0.0654948 0.160255 -0.0145439
Vertex 819 -0.0274537 0.0485303 0.0479606
Vertex 820 -0.0264744 0.0486202 0.0485825
Vertex 821 -0.0254941 0.0486931 0.0489695
Vertex 822 -0.0244788 0.0486839 0.0492934
Vertex 823 -0.0234883 0.0487024 0.0493089
Vertex 824 -0.0224914 0.04868 0.0491885
Vertex 825 -0.0214981 0.0486638 0.0490621
Vertex 826 -0.0205025 0.0486482 0.0489372
Vertex 827 -0.0194857 0.0486564 0.0485018
Vertex 828 -0.0184963 0.0486167 0.0482304
Vertex 829 -0.017497 0.0485942 0.047882
Vertex 830 -0.0164973 0.0485745 0.0476342
Vertex 831 -0.0154987 0.0485755 0.0476399
Vertex 832 -0.0144966 0.0485988 0.0478804
Vertex 833 -0.013506 0.0486161 0.0481837
Vertex 834 -0.0125023 0.0486789 0.0487656
Vertex 835 -0.0114995 0.0486859 0.0490069
Vertex 836 -0.010491 0.0487865 0.0492904
Vertex 837 -0.00948608 0.0488348 0.0496357
Vertex 838 -0.0084766 0.0489124 0.0500846
Vertex 839 -0.00748372 0.0488969 0.0502433
Vertex 840 -0.00649633 0.0488329 0.050181
Vertex 841 -0.00549072 0.0488848 0.0502608
Vertex 842 -0.00449485 0.0488681 0.0504112
Vertex 843 -0.00348603 0.0489394 0.050606
Vertex 844 -0.00249719 0.0488761 0.0505372
Vertex 845 -0.00148646 0.0489421 0.0507365
Vertex 846 -0.000497779 0.0489051 0.0509033
Vertex 847 0.000506827 0.0489752 0.0512269
Vertex 848 0.0015066 0.0490028 0.0513272
Vertex 849 0.00250363 0.0489881 0.0513443
Vertex 850 0.00350274 0.0489558 0.0513808
Vertex 851 0.00450171 0.04895 0.0512539
Vertex 852 0.00549546 0.0489597 0.051102
Vertex 853 0.0064937 0.048929 0.05087
Vertex 854 0.00748827 0.048894 0.0505047
Vertex 855 0.0084996 0.0488213 0.0500608
Vertex 856 0.00949238 0.0487693 0.0494463
Vertex 857 0.0104455 0.0488162 0.0487077
Vertex 858 -0.0724967 0.123205 0.0535111
Vertex 859 -0.00949475 0.122405 0.0348735
Vertex 860 0.0449966 0.0931749 0.00418165
Vertex 861 -0.0893649 0.111932 0.017326
Vertex 862 0.000497507 0.112823 0.0420607
Vertex 863 -0.0744965 0.123196 0.0533572
Vertex 864 -0.0576724 0.155657 0.012957
Vertex 865 0.00599322 0.131555 0.0161709
Vertex 866 -0.0764972 0.123179 0.0527664
Vertex 867 -0.0735012 0.145587 0.0437725
Vertex 868 -0.074493 0.145596 0.0437863
Vertex 869 -0.0754893 0.145614 0.0436847
Vertex 870 -0.0764843 0.145607 0.0435529
Vertex 871 -0.0654644 0.148292 0.0388168
Vertex 872 -0.0645196 0.148285 0.0383203
Vertex 873 -0.063566 0.148289 0.0378536
Vertex 874 -0.0624682 0.148372 0.0373168
Vertex 875 -0.061629 0.148291 0.0370712
Vertex 876 -0.000397233 0.131333 0.0167016
Vertex 877 -0.00149054 0.131258 0.0163007
Vertex 878 0.0325208 0.0469245 0.0310812
Vertex 879 0.0335068 0.0468989 0.0306812
Vertex 880 0.0345037 0.0468848 0.0307194
Vertex 881 0.0354988 0.0469226 0.030944
Vertex 882 0.0364837 0.0469104 0.0311466
Vertex 883 0.0374899 0.0469458 0.0313688
Vertex 884 0.0384949 0.0469555 0.0314897
Vertex 885 0.0405026 0.0469928 0.0315524
Vertex 886 -0.0893231 0.14203 0.0321578
Vertex 887 0.00149473 0.112812 0.0419217
Vertex 888 -0.0774962 0.131676 0.0527303
Vertex 889 -0.00266999 0.131274 0.0130017
Vertex 890 -0.0625219 0.151129 0.0359075
Vertex 891 0.0444235 0.0917457 0.0211574
Vertex 892 0.00249002 0.112797 0.0416669
Vertex 893 0.0432951 0.0987146 0.0161577
Vertex 894 -0.0354636 0.172718 -0.000342918
Vertex 895 -0.02246 0.183226 -0.0115124
Vertex 896 0.0430875 0.0930739 0.0251589
Vertex 897 -0.0260776 0.125932 0.00880255
Vertex 898 -0.0358232 0.127618 0.00522677
Vertex 899 -0.0417874 0.128546 0.00302224
Vertex 900 -0.0728566 0.162156 -0.0114327
Vertex 901 -0.069106 0.161031 -0.0101008
Vertex 902 -0.0683786 0.160357 -0.00982452
Vertex 903 -0.0643494 0.153359 -0.00540282
Vertex 904 -0.0681652 0.158429 -0.00684039
Vertex 905 -0.0704807 0.1602 -0.00768602
Vertex 906 -0.0725078 0.160609 -0.0083559
Vertex 907 -0.0555 0.0488797 0.0362241
Vertex 908 0.00348618 0.11278 0.041408
Vertex 909 -0.0534691 0.0491595 0.0373719
Vertex 910 -0.05252 0.0490121 0.0379722
Vertex 911 -0.0515081 0.0490357 0.0376444
Vertex 912 -0.0505546 0.0490872 0.0373101
Vertex 913 -0.0495075 0.0490436 0.0377607
Vertex 914 -0.0485055 0.0490796 0.0381424
Vertex 915 -0.0475135 0.0491287 0.0385522
Vertex 916 -0.0465112 0.0491437 0.0387964
Vertex 917 -0.0454932 0.0491469 0.0390026
Vertex 918 -0.0445073 0.0491885 0.039305
Vertex 919 -0.0435045 0.0492094 0.0395536
Vertex 920 -0.0425019 0.049221 0.0396798
Vertex 921 -0.0415014 0.0492193 0.0396812
Vertex 922 -0.0404973 0.0492165 0.0395965
Vertex 923 -0.0394944 0.0492076 0.0395541
Vertex 924 -0.0384865 0.0492045 0.0394845
Vertex 925 -0.0374859 0.0491992 0.0393813
Vertex 926 -0.0364777 0.0491722 0.0391199
Vertex 927 -0.0354984 0.0491504 0.038916
Vertex 928 -0.00403191 0.0987119 0.0511654
Vertex 929 -0.0358096 0.12684 0.0170169
Vertex 930 -0.00679601 0.100851 0.0456503
Vertex 931 -0.0432963 0.128843 0.0142751
Vertex 932 -0.0581623 0.155642 0.0142378
Vertex 933 -0.0730465 0.158091 -0.00419381
Vertex 934 -0.0265027 0.0498541 0.0461184
Vertex 935 -0.0254896 0.049863 0.0466034
Vertex 936 -0.0244999 0.049902 0.0466266
Vertex 937 -0.0234974 0.0498976 0.0468652
Vertex 938 -0.0224974 0.0498852 0.046496
Vertex 939 -0.0214969 0.0498836 0.0466158
Vertex 940 -0.0205078 0.049871 0.046386
Vertex 941 -0.0194942 0.0498847 0.046612
Vertex 942 -0.0185111 0.0499058 0.0467842
Vertex 943 -0.0175003 0.0499225 0.0470061
Vertex 944 -0.0165027 0.0499584 0.0473896
Vertex 945 -0.0154803 0.0500282 0.047966
Vertex 946 -0.0144943 0.0500942 0.0487331
Vertex 947 -0.0134983 0.0501789 0.0495792
Vertex 948 -0.0125327 0.0502379 0.050201
Vertex 949 -0.0114878 0.0502762 0.0503958
Vertex 950 -0.0104937 0.0502816 0.0505289
Vertex 951 -0.00949487 0.0503088 0.0507661
Vertex 952 -0.0084955 0.0503277 0.0510127
Vertex 953 -0.00749319 0.0503553 0.0512463
Vertex 954 -0.00648958 0.0503786 0.0513549
Vertex 955 -0.00549746 0.0503818 0.0516227
Vertex 956 -0.00449958 0.0504123 0.0519892
Vertex 957 -0.00349567 0.0504603 0.052334
Vertex 958 -0.00249426 0.0505094 0.0526827
Vertex 959 -0.00149572 0.0505531 0.0529099
Vertex 960 -0.000498029 0.0505184 0.0529377
Vertex 961 0.000511374 0.0503823 0.0524384
Vertex 962 0.00150167 0.0504398 0.0522275
Vertex 963 0.00250222 0.0504849 0.0522926
Vertex 964 0.00349864 0.0505127 0.0525247
Vertex 965 0.00450189 0.050474 0.0524519
Vertex 966 0.00551166 0.0504095 0.0521406
Vertex 967 0.00650609 0.0503877 0.0517539
Vertex 968 0.00749105 0.050377 0.0513506
Vertex 969 0.00847112 0.0503629 0.0509458
Vertex 970 0.00951901 0.0504027 0.0504431
Vertex 971 -0.0625516 0.147537 -0.0115723
Vertex 972 -0.0908043 0.122683 0.00627651
Vertex 973 -0.0626008 0.160001 -0.0205855
Vertex 974 -0.0266054 0.0916781 -0.031606
Vertex 975 -0.0703512 0.170836 -0.0520339
Vertex 976 -0.0744896 0.128852 0.0526631
Vertex 977 -0.0617312 0.142927 -0.00565867
Vertex 978 -0.0945717 0.122812 0.0182725
Vertex 979 0.0327608 0.11383 -0.00261931
Vertex 980 -0.00947595 0.130265 0.0133884
Vertex 981 -0.0528475 0.140082 0.0254195
Vertex 982 -0.00648998 0.122405 0.0354776
Vertex 983 -0.013019 0.129549 0.0120959
Vertex 984 -0.0617146 0.155302 -0.0255819
Vertex 985 -0.0853384 0.107683 0.0213404
Vertex 986 -0.0774937 0.145636 0.0432119
Vertex 987 0.00323629 0.131729 0.0108817
Vertex 988 -0.0896348 0.140659 0.0301806
Vertex 989 -0.0267629 0.124714 0.018819
Vertex 990 -0.0293056 0.125075 0.00323421
Vertex 991 0.0335365 0.0483507 0.0312493
Vertex 992 0.0345069 0.0483661 0.0310725
Vertex 993 0.0354985 0.0483762 0.03122
Vertex 994 0.0364932 0.0484054 0.0314672
Vertex 995 0.0374917 0.0484328 0.0317174
Vertex 996 0.038489 0.0484512 0.0319961
Vertex 997 0.039494 0.0484532 0.0321483
Vertex 998 0.0405023 0.0484755 0.0322215
Vertex 999 -0.0394865 0.115305 0.0335817
Vertex 1000 -0.0881399 0.122604 0.000302573
Vertex 1001 0.0396737 0.107002 0.0161655
Vertex 1002 0.0398576 0.101362 0.0261824
Vertex 1003 -0.0744916 0.146991 0.0423999
Vertex 1004 -0.0424971 0.165251 0.00449932
Vertex 1005 -0.0704743 0.121802 0.053345
Vertex 1006 0.0267515 0.102116 0.0406018
Vertex 1007 -0.0878008 0.119885 0.00028492
Vertex 1008 -0.089797 0.129515 0.00524651
Vertex 1009 -0.0269413 0.181454 -0.0140289
Vertex 1010 -0.0307494 0.125973 0.00854668
Vertex 1011 -0.0747157 0.155426 0.0258403
Vertex 1012 -0.0624118 0.148891 -0.00459657
Vertex 1013 -0.0640913 0.154089 -0.00821335
Vertex 1014 -0.0630663 0.151874 -0.00782908
Vertex 1015 -0.075878 0.0954761 0.0383509
Vertex 1016 0.0169167 0.127898 0.0201801
Vertex 1017 -0.00552471 0.130134 0.0220582
Vertex 1018 -0.0148858 0.0985034 0.047376
Vertex 1019 -0.0088618 0.129865 0.0208462
Vertex 1020 -0.0384222 0.125448 0.0219859
Vertex 1021 -0.0504584 0.0502644 0.0363006
Vertex 1022 -0.0495137 0.0503617 0.0366255
Vertex 1023 -0.0485081 0.0504118 0.037253
Vertex 1024 -0.0475093 0.0504634 0.0377677
Vertex 1025 -0.0465214 0.0505047 0.038174
Vertex 1026 -0.0455152 0.0505363 0.0385492
Vertex 1027 -0.0445141 0.050571 0.038927
Vertex 1028 -0.0435279 0.0506014 0.0392212
Vertex 1029 -0.0425018 0.0506116 0.0394181
Vertex 1030 -0.0415011 0.0506114 0.0394281
Vertex 1031 -0.0404972 0.0506061 0.0393715
Vertex 1032 -0.0394902 0.0506047 0.0393469
Vertex 1033 -0.0384895 0.050603 0.0393394
Vertex 1034 -0.0374901 0.0505918 0.0391881
Vertex 1035 -0.036484 0.0505609 0.038833
Vertex 1036 -0.0354915 0.050532 0.0385401
Vertex 1037 -0.0344903 0.0505305 0.0383369
Vertex 1038 -0.0334893 0.050539 0.0382432
Vertex 1039 0.0299711 0.119398 0.020753
Vertex 1040 0.0306772 0.118704 0.0210209
Vertex 1041 0.0313679 0.117954 0.0212794
Vertex 1042 0.0320331 0.117177 0.0215305
Vertex 1043 0.0326927 0.116394 0.0217802
Vertex 1044 -0.0264808 0.0509031 0.0429156
Vertex 1045 -0.0254692 0.0509386 0.0434079
Vertex 1046 -0.0244966 0.0509689 0.0431921
Vertex 1047 -0.0234839 0.0509996 0.0435588
Vertex 1048 -0.0224071 0.0510134 0.0440995
Vertex 1049 -0.02141 0.0511007 0.0448554
Vertex 1050 -0.0205114 0.0512056 0.0456176
Vertex 1051 -0.0195075 0.0512747 0.046374
Vertex 1052 -0.0184955 0.0513594 0.0472431
Vertex 1053 -0.0174765 0.0514437 0.047967
Vertex 1054 -0.0164815 0.0515035 0.0485835
Vertex 1055 -0.015494 0.0515277 0.0489706
Vertex 1056 -0.0144633 0.051615 0.0495133
Vertex 1057 -0.0134374 0.0516868 0.0502089
Vertex 1058 -0.0124795 0.0517352 0.0508543
Vertex 1059 -0.0115065 0.0517326 0.051159
Vertex 1060 -0.010498 0.0517545 0.0512545
Vertex 1061 -0.00949945 0.0517772 0.0514996
Vertex 1062 -0.00849798 0.051815 0.0518583
Vertex 1063 -0.0074916 0.0518487 0.0520774
Vertex 1064 -0.0065051 0.0518538 0.05236
Vertex 1065 -0.00548466 0.051944 0.0528973
Vertex 1066 -0.00451507 0.0519264 0.0531932
Vertex 1067 -0.0034931 0.0519852 0.0535284
Vertex 1068 -0.00249774 0.0520145 0.0539036
Vertex 1069 -0.00150003 0.0520299 0.0541649
Vertex 1070 -0.000496894 0.0520342 0.0541515
Vertex 1071 0.000500504 0.0519731 0.0534094
Vertex 1072 0.00149895 0.0519342 0.0529111
Vertex 1073 0.00250445 0.0519435 0.0530423
Vertex 1074 0.00349695 0.0519735 0.0532512
Vertex 1075 0.00449781 0.0519669 0.0532713
Vertex 1076 0.00550647 0.0519309 0.0530702
Vertex 1077 0.00652038 0.0518639 0.0525018
Vertex 1078 0.00750786 0.0518308 0.0519822
Vertex 1079 0.00848446 0.0518256 0.0516867
Vertex 1080 0.00950265 0.0517655 0.0513753
Vertex 1081 -0.0734977 0.128836 0.0522844
Vertex 1082 -0.0725184 0.128806 0.0519752
Vertex 1083 0.042865 0.0958458 -0.000810373
Vertex 1084 0.0445611 0.0931651 0.0181595
Vertex 1085 0.0444356 0.0931566 0.0191609
Vertex 1086 -0.0754919 0.128859 0.0530266
Vertex 1087 0.00647696 0.11413 0.0402504
Vertex 1088 -0.0765071 0.126009 0.0528667
Vertex 1089 -0.0764996 0.128859 0.0532215
Vertex 1090 -0.0849208 0.114388 0.046865
Vertex 1091 -0.0918951 0.117319 0.00831437
Vertex 1092 -0.0735209 0.134443 0.0506533
Vertex 1093 -0.0745084 0.134461 0.0510337
Vertex 1094 -0.0754981 0.13448 0.0513067
Vertex 1095 -0.0764995 0.134472 0.0515165
Vertex 1096 0.0335187 0.113275 -0.00203325
Vertex 1097 -0.0922478 0.11733 0.00930597
Vertex 1098 0.0044777 0.112767 0.0412512
Vertex 1099 -0.00448954 0.122402 0.0358368
Vertex 1100 -0.00442605 0.128738 0.0268092
Vertex 1101 0.0161585 0.128774 0.0170439
Vertex 1102 0.0427229 0.10007 0.00318201
Vertex 1103 0.0156241 0.128368 0.0211329
Vertex 1104 0.0335218 0.0499029 0.0322045
Vertex 1105 0.0345233 0.0498189 0.0314944
Vertex 1106 0.0355057 0.0498307 0.031489
Vertex 1107 0.0364957 0.049851 0.0316154
Vertex 1108 0.0374928 0.0498822 0.031843
Vertex 1109 0.0384903 0.0499056 0.0320993
Vertex 1110 0.0394879 0.0499122 0.0322705
Vertex 1111 0.0404983 0.0499404 0.0324741
Vertex 1112 0.0415062 0.0499285 0.0325086
Vertex 1113 0.0425051 0.049941 0.0324381
Vertex 1114 -0.0704857 0.116111 0.0520944
Vertex 1115 0.0232634 0.124781 0.0210949
Vertex 1116 0.0208043 0.12624 0.020186
Vertex 1117 -0.00332845 0.128773 0.0271941
Vertex 1118 0.040053 0.107027 0.0101639
Vertex 1119 -0.0794099 0.141428 0.0463829
Vertex 1120 0.0220922 0.12286 0.0278182
Vertex 1121 -0.015772 0.160715 -0.00958045
Vertex 1122 -0.0775565 0.148654 -0.00488618
Vertex 1123 -0.0875531 0.12123 -0.000692815
Vertex 1124 -0.025877 0.125557 0.00449924
Vertex 1125 0.0220166 0.125337 0.0220596
Vertex 1126 -0.06497 0.154244 -0.00563561
Vertex 1127 0.012166 0.127075 0.0284779
Vertex 1128 -0.0151406 0.126373 0.0259068
Vertex 1129 -0.0405676 0.171048 0.000226569
Vertex 1130 -0.0417025 0.170926 -0.000183345
Vertex 1131 -0.0719231 0.155792 0.0253493
Vertex 1132 -0.0410851 0.123071 0.0255089
Vertex 1133 -0.0704025 0.156596 -0.000355665
Vertex 1134 0.0158791 0.123986 0.0298499
Vertex 1135 -0.0494029 0.0516267 0.0356191
Vertex 1136 -0.0484712 0.0517504 0.0365675
Vertex 1137 -0.0474808 0.0518309 0.037336
Vertex 1138 -0.0465141 0.0518831 0.0377757
Vertex 1139 -0.045508 0.0519257 0.0382686
Vertex 1140 -0.0444939 0.0519693 0.038747
Vertex 1141 -0.0435203 0.0519967 0.0390799
Vertex 1142 -0.0425091 0.0520201 0.0393163
Vertex 1143 -0.0415114 0.0520187 0.0393909
Vertex 1144 -0.0404977 0.0520197 0.0394004
Vertex 1145 -0.0394885 0.0520168 0.0393574
Vertex 1146 -0.0384859 0.0520062 0.0392089
Vertex 1147 -0.0374857 0.0519831 0.0389557
Vertex 1148 -0.0364795 0.0519621 0.0386972
Vertex 1149 -0.035474 0.0519266 0.0383228
Vertex 1150 -0.0344826 0.0519106 0.0380623
Vertex 1151 -0.0334582 0.0518969 0.0377238
Vertex 1152 -0.0324964 0.0518418 0.0373712
Vertex 1153 -0.0643667 0.159406 -0.0155654
Vertex 1154 -0.0637704 0.158563 -0.0153492
Vertex 1155 -0.0362227 0.121033 0.0288309
Vertex 1156 -0.0353536 0.12061 0.029103
Vertex 1157 -0.0345743 0.120058 0.0294165
Vertex 1158 -0.0254497 0.052221 0.0403383
Vertex 1159 -0.0244489 0.052187 0.0413714
Vertex 1160 -0.0234293 0.0522884 0.0423691
Vertex 1161 -0.0224569 0.0524128 0.0435307
Vertex 1162 -0.0214965 0.0525299 0.044709
Vertex 1163 -0.0204809 0.0526524 0.0459576
Vertex 1164 -0.0194396 0.0527865 0.0471813
Vertex 1165 -0.0184644 0.0528818 0.0482087
Vertex 1166 -0.0174692 0.0529782 0.0491698
Vertex 1167 -0.0164825 0.0530314 0.0497852
Vertex 1168 -0.0154865 0.0530505 0.0500296
Vertex 1169 -0.0144826 0.0530653 0.0501401
Vertex 1170 -0.0134843 0.053101 0.0504987
Vertex 1171 -0.0124761 0.0531764 0.0512005
Vertex 1172 -0.0114906 0.0532044 0.051601
Vertex 1173 -0.01051 0.0531978 0.0517663
Vertex 1174 -0.00949468 0.0532459 0.0520833
Vertex 1175 -0.00849647 0.0532799 0.0524507
Vertex 1176 -0.00749418 0.0533074 0.0526841
Vertex 1177 -0.00650042 0.0533369 0.0530605
Vertex 1178 -0.0054947 0.0533903 0.0535249
Vertex 1179 -0.00451061 0.0534011 0.0538125
Vertex 1180 -0.00349166 0.0534503 0.0541192
Vertex 1181 -0.00249263 0.0534855 0.0544759
Vertex 1182 -0.00149823 0.0535022 0.0547476
Vertex 1183 -0.000498287 0.0535066 0.0547347
Vertex 1184 0.000497149 0.0534577 0.0541163
Vertex 1185 0.00150153 0.0534013 0.0535077
Vertex 1186 0.00251869 0.05336 0.0534808
Vertex 1187 0.00350403 0.0533854 0.0535456
Vertex 1188 0.00450086 0.0533884 0.0535142
Vertex 1189 0.00550371 0.0533623 0.0533002
Vertex 1190 0.0065027 0.0533154 0.0528127
Vertex 1191 0.00750328 0.0532576 0.0522142
Vertex 1192 0.008486 0.0532759 0.0521458
Vertex 1193 0.00951284 0.0532319 0.0521285
Vertex 1194 0.0105195 0.053345 0.0519069
Vertex 1195 -0.0124978 0.122374 0.0339942
Vertex 1196 0.0366798 0.105376 -0.00582172
Vertex 1197 -0.0745126 0.131657 0.0521168
Vertex 1198 -0.0621605 0.170953 -0.0526019
Vertex 1199 0.00548112 0.11414 0.0405028
Vertex 1200 0.00448236 0.11415 0.0407558
Vertex 1201 -0.0435006 0.115257 0.0335166
Vertex 1202 -0.0785029 0.128864 0.0532728
Vertex 1203 -0.079504 0.128859 0.053141
Vertex 1204 0.0366571 0.0968397 -0.0108144
Vertex 1205 -0.0262668 0.179961 -0.0169689
Vertex 1206 -0.0225205 0.114038 0.037332
Vertex 1207 -0.0774938 0.134462 0.0515018
Vertex 1208 -0.0784776 0.134439 0.0514602
Vertex 1209 -0.0794917 0.134473 0.0511764
Vertex 1210 -0.0804551 0.134426 0.050865
Vertex 1211 -9.29522e-05 0.131467 0.0096514
Vertex 1212 -0.0809318 0.142082 0.0447817
Vertex 1213 0.0288769 0.120252 0.0217702
Vertex 1214 -0.0298175 0.125729 0.00888885
Vertex 1215 0.0398988 0.106999 0.0131638
Vertex 1216 0.0355423 0.0512597 0.0315836
Vertex 1217 0.0365033 0.0512847 0.031619
Vertex 1218 0.037495 0.0513025 0.031739
Vertex 1219 0.0384886 0.0513309 0.0319844
Vertex 1220 0.0394872 0.0513548 0.03224
Vertex 1221 0.0404949 0.0513767 0.0324659
Vertex 1222 0.0414995 0.0513848 0.032599
Vertex 1223 0.0425053 0.0513815 0.0326154
Vertex 1224 0.0435142 0.0513638 0.0325031
Vertex 1225 -0.0265155 0.115287 0.0336658
Vertex 1226 -0.0586545 0.152137 0.0330321
Vertex 1227 -0.0655672 0.149686 0.0379738
Vertex 1228 0.0284626 0.102127 0.0395666
Vertex 1229 0.0350916 0.102085 0.0333486
Vertex 1230 0.0308728 0.114122 0.0296728
Vertex 1231 0.0426395 0.101487 0.00716583
Vertex 1232 -0.0318889 0.124978 0.0199371
Vertex 1233 0.0398408 0.105612 0.0201716
Vertex 1234 -0.0688748 0.159133 -0.00709894
Vertex 1235 0.01303 0.126665 0.0287751
Vertex 1236 -0.0294715 0.117536 0.0312989
Vertex 1237 -0.0448162 0.12956 0.0195798
Vertex 1238 0.0138368 0.126165 0.029064
Vertex 1239 0.0138704 0.12508 0.0305218
Vertex 1240 -0.0729271 0.151083 0.037025
Vertex 1241 -0.0614531 0.154118 0.0305097
Vertex 1242 -0.0733037 0.155556 0.00591793
Vertex 1243 -0.0710688 0.156192 0.0139947
Vertex 1244 -0.048428 0.0531039 0.036022
Vertex 1245 -0.0475344 0.05323 0.0369443
Vertex 1246 -0.0464945 0.0532702 0.037612
Vertex 1247 -0.0445186 0.0533636 0.0386768
Vertex 1248 -0.0435006 0.0534118 0.0391466
Vertex 1249 -0.042519 0.0534194 0.039352
Vertex 1250 -0.0415063 0.0534301 0.0394734
Vertex 1251 -0.0404974 0.0534278 0.0394751
Vertex 1252 -0.0394917 0.0534182 0.0393765
Vertex 1253 -0.0384745 0.0533908 0.0391471
Vertex 1254 -0.03749 0.0533987 0.0390423
Vertex 1255 -0.036476 0.0533606 0.0387027
Vertex 1256 -0.0354965 0.0533413 0.0383699
Vertex 1257 -0.034498 0.0533048 0.037996
Vertex 1258 -0.0334673 0.0532523 0.0375728
Vertex 1259 -0.0324736 0.0532348 0.0372028
Vertex 1260 -0.0314741 0.053189 0.0369367
Vertex 1261 -0.0304869 0.0532061 0.0367531
Vertex 1262 -0.0600274 0.155812 0.00342033
Vertex 1263 -0.0649586 0.160381 -0.0157887
Vertex 1264 -0.0632603 0.157387 -0.0151607
Vertex 1265 -0.0883817 0.123968 0.00128346
Vertex 1266 -0.0676833 0.155656 0.026832
Vertex 1267 -0.0245117 0.0536384 0.0409132
Vertex 1268 -0.0234219 0.0537493 0.0424994
Vertex 1269 -0.0224181 0.05387 0.0440179
Vertex 1270 -0.021445 0.0539977 0.0453008
Vertex 1271 -0.020414 0.0541289 0.0465389
Vertex 1272 -0.0194474 0.054231 0.0477027
Vertex 1273 -0.0184804 0.0543192 0.0487134
Vertex 1274 -0.0174561 0.0544373 0.0497557
Vertex 1275 -0.0164926 0.0544756 0.0504072
Vertex 1276 -0.0154767 0.0545272 0.0507241
Vertex 1277 -0.0145052 0.0544906 0.0506759
Vertex 1278 -0.0134767 0.0545379 0.0508338
Vertex 1279 -0.0124579 0.0545987 0.0514221
Vertex 1280 -0.0114754 0.0546403 0.0519269
Vertex 1281 -0.0105014 0.0546468 0.0522278
Vertex 1282 -0.00949649 0.0546877 0.0525704
Vertex 1283 -0.00849625 0.0547108 0.0528122
Vertex 1284 -0.00749363 0.0547355 0.05304
Vertex 1285 -0.00650329 0.0547609 0.0534371
Vertex 1286 -0.00550412 0.0547964 0.0538028
Vertex 1287 -0.00449379 0.0548276 0.0540049
Vertex 1288 -0.00348783 0.0548509 0.0542207
Vertex 1289 -0.00248496 0.0548872 0.0545581
Vertex 1290 -0.00149759 0.0549023 0.0548542
Vertex 1291 -0.000496498 0.0549075 0.0548747
Vertex 1292 0.000535895 0.0548656 0.0545076
Vertex 1293 0.00151752 0.0547965 0.0538164
Vertex 1294 0.00250208 0.0547919 0.0536548
Vertex 1295 0.00350625 0.0547769 0.0535608
Vertex 1296 0.00450584 0.0547654 0.053433
Vertex 1297 0.0054972 0.0547598 0.0532635
Vertex 1298 0.00650352 0.0547197 0.0529464
Vertex 1299 0.00749482 0.0546914 0.0525351
Vertex 1300 0.00850697 0.0546686 0.0524774
Vertex 1301 0.00950273 0.0546854 0.0525766
Vertex 1302 -0.0805181 0.12599 0.0525745
Vertex 1303 -0.0795103 0.126002 0.0528073
Vertex 1304 -0.0785092 0.126003 0.0529555
Vertex 1305 -0.0775133 0.126 0.0528602
Vertex 1306 -0.0494959 0.115246 0.0337414
Vertex 1307 0.00348793 0.114165 0.0408953
Vertex 1308 -0.0445033 0.11527 0.0334071
Vertex 1309 -0.0425002 0.115266 0.0336474
Vertex 1310 -0.0335104 0.175675 -0.00315318
Vertex 1311 -0.0805024 0.128853 0.052889
Vertex 1312 -0.0814773 0.128835 0.0524787
Vertex 1313 0.0351546 0.112861 0.0227039
Vertex 1314 -0.0366664 0.175138 -0.00407486
Vertex 1315 -0.0620073 0.155313 -0.0175819
Vertex 1316 -0.00957953 0.177197 -0.0268263
Vertex 1317 0.0442559 0.0973532 0.00916034
Vertex 1318 0.0386307 0.106935 0.00116239
Vertex 1319 -0.0776201 0.171284 -0.03689
Vertex 1320 -0.0304741 0.177281 -0.004356
Vertex 1321 -0.089623 0.0983355 0.0134109
Vertex 1322 0.0014962 0.114186 0.0411808
Vertex 1323 -0.0745038 0.141441 0.0470955
Vertex 1324 0.0365187 0.0526805 0.0315096
Vertex 1325 0.0375018 0.0527008 0.0316063
Vertex 1326 0.038497 0.0527286 0.031838
Vertex 1327 0.0394926 0.052754 0.032086
Vertex 1328 0.0404835 0.052774 0.0322642
Vertex 1329 0.041497 0.0527902 0.0324777
Vertex 1330 0.0424986 0.0527982 0.0326152
Vertex 1331 0.0435095 0.0527832 0.0325495
Vertex 1332 0.0444807 0.0526489 0.0324592
Vertex 1333 0.0175085 0.114012 0.0373101
Vertex 1334 0.0254796 0.122858 0.0219249
Vertex 1335 0.0243371 0.123621 0.0229269
Vertex 1336 -0.0282153 0.125116 0.00364014
Vertex 1337 -0.00263978 0.131127 0.015882
Vertex 1338 -0.0624811 0.149792 0.0367836
Vertex 1339 -0.0614742 0.149784 0.0364078
Vertex 1340 -0.087948 0.102288 0.00840013
Vertex 1341 -0.0454844 0.1652 0.00481603
Vertex 1342 0.018594 0.125548 0.0250901
Vertex 1343 -0.0745647 0.162191 -0.0132518
Vertex 1344 -0.0200308 0.127492 0.00809368
Vertex 1345 -0.0719688 0.147362 0.0419058
Vertex 1346 -0.0713898 0.160567 -0.00801414
Vertex 1347 -0.0663516 0.155012 0.0287678
Vertex 1348 -0.0684694 0.153743 0.0324784
Vertex 1349 0.0145581 0.125506 0.0293407
Vertex 1350 -0.00661995 0.130084 0.0216557
Vertex 1351 -0.062494 0.155703 0.00979223
Vertex 1352 -0.0653695 0.151233 0.0366147
Vertex 1353 -0.0745121 0.155307 0.0054919
Vertex 1354 -0.0224768 0.123487 0.0248086
Vertex 1355 -0.0711203 0.163576 -0.0137477
Vertex 1356 -0.0153636 0.128543 0.00690549
Vertex 1357 -0.0574953 0.153709 0.0290191
Vertex 1358 -0.0238083 0.125586 0.00234805
Vertex 1359 -0.0445292 0.0547767 0.038815
Vertex 1360 -0.0435028 0.0548283 0.0392794
Vertex 1361 -0.0425065 0.0548487 0.0395533
Vertex 1362 -0.0415045 0.0548576 0.0396938
Vertex 1363 -0.0404982 0.0548597 0.0396645
Vertex 1364 -0.0394936 0.0548399 0.0395943
Vertex 1365 -0.0384864 0.0548303 0.0394681
Vertex 1366 -0.03748 0.0548048 0.0392179
Vertex 1367 -0.0364861 0.0547872 0.0389196
Vertex 1368 -0.0354687 0.054727 0.0384538
Vertex 1369 -0.0344916 0.0547205 0.0381399
Vertex 1370 -0.0334777 0.0546734 0.0376709
Vertex 1371 -0.0324718 0.0546382 0.0373194
Vertex 1372 -0.0314811 0.0546225 0.0370229
Vertex 1373 -0.0304966 0.0545819 0.0366047
Vertex 1374 -0.029505 0.0545565 0.0362962
Vertex 1375 -0.0285043 0.0545632 0.0363758
Vertex 1376 -0.0107039 0.129221 0.0216334
Vertex 1377 -0.00955325 0.129382 0.0220461
Vertex 1378 -0.027617 0.125471 0.0155889
Vertex 1379 -0.0725432 0.15415 0.0310449
Vertex 1380 -0.0786632 0.155487 0.0200952
Vertex 1381 -0.079327 0.169353 -0.0390258
Vertex 1382 -0.0768438 0.0975378 -0.0115852
Vertex 1383 -0.012834 0.128656 0.00349339
Vertex 1384 -0.00196689 0.131088 0.00752604
Vertex 1385 0.00256341 0.131601 0.00920655
Vertex 1386 0.0134351 0.129972 0.01319
Vertex 1387 -0.016529 0.0558872 0.0508401
Vertex 1388 -0.0154895 0.0559453 0.0511175
Vertex 1389 -0.0144925 0.0559441 0.0511232
Vertex 1390 -0.0134794 0.0559661 0.0512091
Vertex 1391 -0.0124902 0.0560062 0.0517339
Vertex 1392 -0.0114896 0.0560578 0.0523304
Vertex 1393 -0.0105297 0.0560622 0.0527517
Vertex 1394 -0.00947974 0.0561444 0.0530127
Vertex 1395 -0.00850551 0.0561268 0.0532043
Vertex 1396 -0.00750736 0.0561433 0.0534652
Vertex 1397 -0.00650086 0.0561902 0.0537938
Vertex 1398 -0.00550353 0.0561986 0.0539335
Vertex 1399 -0.00450247 0.056202 0.0539356
Vertex 1400 -0.00349598 0.0562185 0.05401
Vertex 1401 -0.00250456 0.0562401 0.0542942
Vertex 1402 -0.00149512 0.0562755 0.0546084
Vertex 1403 -0.000496913 0.056284 0.0547664
Vertex 1404 0.000502788 0.056275 0.0546165
Vertex 1405 0.00150976 0.0562224 0.0541662
Vertex 1406 0.00252507 0.0561606 0.0537161
Vertex 1407 0.00351715 0.0561463 0.0534882
Vertex 1408 0.00451269 0.0561377 0.0533474
Vertex 1409 0.00550694 0.0561304 0.0532033
Vertex 1410 0.00651257 0.056103 0.0529931
Vertex 1411 0.00750493 0.0561002 0.0528313
Vertex 1412 0.00850148 0.0561026 0.0528172
Vertex 1413 0.00951185 0.0560842 0.0527429
Vertex 1414 0.0104958 0.0560929 0.0526786
Vertex 1415 0.0045023 0.122399 0.0348631
Vertex 1416 0.00349789 0.122445 0.0347995
Vertex 1417 0.0023439 0.122378 0.0350184
Vertex 1418 0.0407559 0.0844033 -0.0107694
Vertex 1419 0.0103725 0.130878 0.016344
Vertex 1420 -0.0335039 0.113859 0.0341437
Vertex 1421 0.00248459 0.114158 0.0410016
Vertex 1422 -0.037487 0.115255 0.0329307
Vertex 1423 -0.0815194 0.125984 0.0522053
Vertex 1424 -0.0037337 0.131051 0.015481
Vertex 1425 0.0452295 0.0931909 0.0101587
Vertex 1426 0.00547548 0.112757 0.0410095
Vertex 1427 0.0064659 0.11274 0.0407332
Vertex 1428 0.0228866 0.122341 0.0280976
Vertex 1429 0.0316544 0.117354 0.0228159
Vertex 1430 -0.0547075 0.153861 0.0184094
Vertex 1431 -0.0208042 0.125974 0.0209606
Vertex 1432 0.00417447 0.127894 0.028461
Vertex 1433 -0.00381736 0.131135 0.0125816
Vertex 1434 0.0084546 0.131034 0.0184964
Vertex 1435 -0.0290201 0.125445 0.00626167
Vertex 1436 -0.0205709 0.127392 0.00935219
Vertex 1437 -0.0275449 0.178709 -0.00674077
Vertex 1438 -0.0784667 0.141403 0.0468168
Vertex 1439 0.0375206 0.0540908 0.0314327
Vertex 1440 0.0384994 0.0541178 0.0316123
Vertex 1441 0.0394926 0.0541437 0.0318453
Vertex 1442 0.0404914 0.0541681 0.032094
Vertex 1443 0.0414903 0.0541829 0.0322405
Vertex 1444 0.0424932 0.0541962 0.0323753
Vertex 1445 0.0435018 0.0542009 0.0324922
Vertex 1446 0.0445103 0.0541956 0.0324876
Vertex 1447 0.0455381 0.0540654 0.0323771
Vertex 1448 -0.0764978 0.13864 0.0490601
Vertex 1449 -0.0273424 0.0931435 -0.0275899
Vertex 1450 -0.0316129 0.119551 -0.0104429
Vertex 1451 -0.0474174 0.157905 0.00867917
Vertex 1452 -0.0204551 0.0879984 0.0554627
Vertex 1453 0.0197435 0.125962 0.0226458
Vertex 1454 -0.0835371 0.151134 0.0310567
Vertex 1455 0.0391698 0.101249 -0.00580082
Vertex 1456 -0.0775506 0.172738 -0.0395384
Vertex 1457 0.0314823 0.114431 0.0284596
Vertex 1458 0.0289756 0.116666 0.0289439
Vertex 1459 -0.0609581 0.142927 -0.00458074
Vertex 1460 -0.0737585 0.160179 -0.00884095
Vertex 1461 -0.0175794 0.128153 0.00899134
Vertex 1462 -0.066041 0.156288 0.0201296
Vertex 1463 -0.0758021 0.154133 0.0299324
Vertex 1464 -0.00771604 0.130016 0.0212618
Vertex 1465 -0.0613933 0.155777 0.0101812
Vertex 1466 -0.0090472 0.129209 0.0236827
Vertex 1467 0.0270825 0.114018 -0.00875387
Vertex 1468 -0.0365963 0.127614 0.0137714
Vertex 1469 -0.0165553 0.128252 0.0064647
Vertex 1470 0.00136992 0.128685 0.0274437
Vertex 1471 -0.0213082 0.126358 0.00326486
Vertex 1472 -0.0706171 0.164859 -0.0164358
Vertex 1473 -0.044501 0.0562098 0.0390177
Vertex 1474 -0.0435207 0.0562403 0.0394546
Vertex 1475 -0.042508 0.0562794 0.0398023
Vertex 1476 -0.041504 0.0562873 0.0399374
Vertex 1477 -0.0405006 0.0562797 0.0399754
Vertex 1478 -0.0394955 0.0562825 0.0399491
Vertex 1479 -0.0384935 0.0562767 0.0397971
Vertex 1480 -0.0374897 0.0562507 0.0395531
Vertex 1481 -0.0364959 0.0562316 0.0392716
Vertex 1482 -0.0354821 0.0561791 0.038801
Vertex 1483 -0.0344763 0.0561322 0.0383021
Vertex 1484 -0.0334848 0.0561021 0.0379001
Vertex 1485 -0.0324882 0.0560654 0.0375153
Vertex 1486 -0.0314956 0.0560344 0.0371147
Vertex 1487 -0.0304896 0.0559845 0.0366491
Vertex 1488 -0.0294988 0.0559628 0.0364214
Vertex 1489 -0.0285134 0.0559644 0.0364164
Vertex 1490 -0.0275116 0.0560234 0.0370088
Vertex 1491 -0.0247631 0.123128 0.0239793
Vertex 1492 0.0149217 0.127634 0.0251635
Vertex 1493 -0.0818191 0.154205 0.0234297
Vertex 1494 -0.0942641 0.126921 0.0212556
Vertex 1495 -0.0777677 0.0975799 -0.010556
Vertex 1496 -0.0115095 0.129073 0.00398865
Vertex 1497 -0.00311195 0.130927 0.00709886
Vertex 1498 0.00365619 0.131646 0.00960837
Vertex 1499 0.012555 0.130318 0.0128667
Vertex 1500 0.0195332 0.12729 0.0154357
Vertex 1501 -0.0165413 0.0573347 0.0511714
Vertex 1502 -0.0154965 0.0573571 0.0513792
Vertex 1503 -0.0144744 0.0573903 0.0514423
Vertex 1504 -0.0363729 0.176071 -0.00683571
Vertex 1505 -0.0115063 0.0575113 0.0530742
Vertex 1506 -0.0104794 0.0575747 0.0533869
Vertex 1507 -0.00951316 0.0575536 0.0537045
Vertex 1508 -0.00849376 0.0576353 0.0542501
Vertex 1509 -0.00749701 0.0576432 0.054379
Vertex 1510 -0.00649525 0.0576581 0.0543368
Vertex 1511 -0.0054972 0.0576157 0.054162
Vertex 1512 -0.00449169 0.0575673 0.0538908
Vertex 1513 -0.00349897 0.0575855 0.053786
Vertex 1514 -0.0025152 0.0575969 0.0540026
Vertex 1515 -0.00151732 0.0576213 0.0542293
Vertex 1516 -0.000508059 0.0576316 0.0544767
Vertex 1517 0.000501319 0.0576739 0.0545888
Vertex 1518 0.00150103 0.0576486 0.0543674
Vertex 1519 0.00250286 0.0576093 0.0540213
Vertex 1520 0.00351232 0.0575709 0.0538233
Vertex 1521 0.00450187 0.0575756 0.0536585
Vertex 1522 0.00550441 0.0575487 0.0534334
Vertex 1523 0.00650779 0.0575337 0.0533257
Vertex 1524 0.00751117 0.0575089 0.0530994
Vertex 1525 0.00850874 0.0575011 0.0529664
Vertex 1526 0.00952232 0.057476 0.0527668
Vertex 1527 0.0105117 0.057471 0.0526043
Vertex 1528 -0.0315128 0.115295 0.0334421
Vertex 1529 -0.0174938 0.122238 0.0311921
Vertex 1530 -0.0164768 0.122235 0.0319313
Vertex 1531 -0.0682947 0.162375 -0.0539731
Vertex 1532 -0.0241621 0.125878 0.0168174
Vertex 1533 -0.0345055 0.113874 0.0339275
Vertex 1534 -0.0354987 0.113848 0.0338946
Vertex 1535 -0.0305056 0.115271 0.0335326
Vertex 1536 0.00550466 0.122397 0.0349805
Vertex 1537 0.0339681 0.114736 0.0222644
Vertex 1538 -0.0343294 0.175491 -0.0032043
Vertex 1539 -0.0642372 0.158555 -0.0140759
Vertex 1540 -0.0648774 0.159303 -0.0143091
Vertex 1541 -0.0194915 0.120861 0.0324568
Vertex 1542 -0.0915531 0.115336 0.039285
Vertex 1543 -0.0638143 0.15519 -0.0396115
Vertex 1544 0.040097 0.105566 0.00218117
Vertex 1545 -0.0518485 0.147799 0.0174109
Vertex 1546 0.0259145 0.102099 0.0411479
Vertex 1547 -0.0374501 0.127748 0.0031441
Vertex 1548 -0.0174933 0.120917 0.0332266
Vertex 1549 -0.0615165 0.15114 0.0355512
Vertex 1550 0.040798 0.105646 0.00916422
Vertex 1551 -0.0924012 0.125564 0.030262
Vertex 1552 -0.0785035 0.127443 0.053282
Vertex 1553 0.0375436 0.055493 0.03143
Vertex 1554 0.0385307 0.0554981 0.0313684
Vertex 1555 0.0395 0.055533 0.0316092
Vertex 1556 0.0404941 0.0555582 0.0318463
Vertex 1557 0.041496 0.0555737 0.0320634
Vertex 1558 0.0424902 0.0555855 0.0321183
Vertex 1559 0.0434964 0.0555926 0.0322399
Vertex 1560 0.0445032 0.0555996 0.0323503
Vertex 1561 0.0455086 0.055594 0.0323303
Vertex 1562 0.0465727 0.0554592 0.0320923
Vertex 1563 -0.0774982 0.133088 0.0521596
Vertex 1564 -0.0784904 0.133065 0.0521095
Vertex 1565 -0.0794975 0.133078 0.0519067
Vertex 1566 -0.0775459 0.0688051 0.0117853
Vertex 1567 -0.0756208 0.166729 -0.0233779
Vertex 1568 -0.0383911 0.127983 0.00280515
Vertex 1569 0.0188647 0.126347 0.0223312
Vertex 1570 0.00946799 0.112678 0.0395888
Vertex 1571 0.0424151 0.101486 0.0141591
Vertex 1572 -0.00945917 0.175708 -0.0257473
Vertex 1573 -0.0225647 0.184728 -0.0122995
Vertex 1574 -0.0750934 0.159541 -0.00936327
Vertex 1575 -0.00717727 0.0999816 0.0485274
Vertex 1576 -0.074389 0.0874223 0.0399149
Vertex 1577 -0.00712049 0.126279 0.0302479
Vertex 1578 -0.0665222 0.156255 0.0214077
Vertex 1579 -0.00239285 0.100006 0.0487279
Vertex 1580 -0.060198 0.152175 0.0339452
Vertex 1581 -0.0178682 0.127784 0.00598386
Vertex 1582 0.00609443 0.127443 0.0291456
Vertex 1583 -0.0198477 0.126879 0.00378288
Vertex 1584 -0.0215304 0.127346 0.0119061
Vertex 1585 -0.0805747 0.154604 0.0238516
Vertex 1586 -0.0435068 0.0576714 0.0396679
Vertex 1587 -0.0425042 0.0577064 0.0400486
Vertex 1588 -0.0415058 0.0577139 0.0401965
Vertex 1589 -0.040496 0.0577326 0.0402811
Vertex 1590 -0.0394971 0.057712 0.040203
Vertex 1591 -0.0384946 0.0577019 0.0400515
Vertex 1592 -0.0374871 0.0576725 0.0398228
Vertex 1593 -0.0364968 0.0576627 0.0395237
Vertex 1594 -0.0354902 0.0576195 0.0391492
Vertex 1595 -0.0344815 0.0575696 0.0386716
Vertex 1596 -0.0334964 0.0575473 0.0382542
Vertex 1597 -0.0325132 0.0575193 0.0378292
Vertex 1598 -0.0314915 0.057461 0.0373842
Vertex 1599 -0.0304883 0.0574252 0.0370157
Vertex 1600 -0.0294978 0.0574079 0.0367222
Vertex 1601 -0.0285008 0.0573948 0.0366096
Vertex 1602 -0.0275166 0.057436 0.037149
Vertex 1603 -0.0231678 0.124994 -0.000333927
Vertex 1604 -0.0242322 0.124794 -0.000701199
Vertex 1605 -0.0308709 0.178515 -0.0130008
Vertex 1606 -0.0786212 0.0976351 -0.0095679
Vertex 1607 -0.0102634 0.129467 0.00444971
Vertex 1608 -0.00431736 0.130694 0.00665461
Vertex 1609 0.0047441 0.131688 0.0100125
Vertex 1610 0.0116725 0.130674 0.0125466
Vertex 1611 0.0203982 0.126887 0.0157559
Vertex 1612 -0.0164996 0.0587643 0.0515064
Vertex 1613 -0.0154906 0.0587868 0.0517337
Vertex 1614 -0.0145087 0.0587885 0.0518852
Vertex 1615 -0.0125152 0.0589286 0.0534547
Vertex 1616 -0.0114781 0.0589986 0.0537512
Vertex 1617 -0.0105137 0.0589924 0.0541839
Vertex 1618 -0.00950572 0.0590791 0.0548422
Vertex 1619 -0.0084928 0.0591086 0.0550857
Vertex 1620 -0.00750142 0.0590729 0.0550185
Vertex 1621 -0.00649422 0.0590504 0.0549316
Vertex 1622 -0.00549453 0.0590678 0.0548923
Vertex 1623 -0.00449702 0.0590031 0.0543234
Vertex 1624 -0.0035043 0.0589584 0.0540181
Vertex 1625 -0.00249479 0.0590139 0.0541301
Vertex 1626 -0.00150748 0.059016 0.0544507
Vertex 1627 -0.000499764 0.0590718 0.0548831
Vertex 1628 0.000501847 0.0590908 0.0549783
Vertex 1629 0.00150053 0.0591133 0.0550768
Vertex 1630 0.00250252 0.0590979 0.0551087
Vertex 1631 0.00350505 0.0590839 0.0549927
Vertex 1632 0.00449835 0.0590783 0.0547231
Vertex 1633 0.00548498 0.0590856 0.0545593
Vertex 1634 0.00649387 0.0590149 0.0539921
Vertex 1635 0.00749975 0.0589567 0.0535286
Vertex 1636 0.00964614 0.0589005 0.0527021
Vertex 1637 0.0106562 0.0589179 0.0524466
Vertex 1638 -0.0124881 0.120998 0.0354929
Vertex 1639 -0.0134923 0.120989 0.0351213
Vertex 1640 -0.0144851 0.120961 0.0347298
Vertex 1641 -0.0155011 0.120965 0.0341268
Vertex 1642 -0.0165005 0.120964 0.0336371
Vertex 1643 -0.0364913 0.113889 0.0338295
Vertex 1644 -0.0374809 0.113893 0.0340704
Vertex 1645 -0.0194949 0.122198 0.0303074
Vertex 1646 0.00650251 0.122426 0.0350167
Vertex 1647 0.00749947 0.122404 0.035106
Vertex 1648 0.00849573 0.122392 0.0350922
Vertex 1649 -0.014506 0.114132 0.0394731
Vertex 1650 0.0335837 0.114911 0.0235455
Vertex 1651 -0.0353742 0.125928 -0.00196324
Vertex 1652 -0.0400541 0.128036 0.0139949
Vertex 1653 -0.0661021 0.155727 0.025928
Vertex 1654 -0.00158005 0.131357 0.0134024
Vertex 1655 0.00547063 0.131454 0.017409
Vertex 1656 -0.026736 0.125755 0.00710307
Vertex 1657 -0.0106209 0.130105 0.0129711
Vertex 1658 -0.0118194 0.129824 0.0125318
Vertex 1659 0.0395657 0.0998694 -0.00580754
Vertex 1660 0.0103588 0.130588 0.0191927
Vertex 1661 -0.0354216 0.17545 -0.00362892
Vertex 1662 -0.0374813 0.169748 0.00157136
Vertex 1663 0.038562 0.0568882 0.0311978
Vertex 1664 0.0395203 0.0569025 0.0311403
Vertex 1665 0.040497 0.0569389 0.0314027
Vertex 1666 0.0414852 0.0569681 0.0316528
Vertex 1667 0.0424943 0.0569701 0.0318321
Vertex 1668 0.0434926 0.056984 0.0319757
Vertex 1669 0.0444988 0.0569914 0.0320977
Vertex 1670 0.0455074 0.0569933 0.0321208
Vertex 1671 0.0465619 0.0568462 0.0320779
Vertex 1672 0.0475192 0.0568404 0.0316921
Vertex 1673 0.0443161 0.095966 0.0141619
Vertex 1674 0.0444938 0.0959562 0.00517859
Vertex 1675 -0.0804891 0.133061 0.0515278
Vertex 1676 -0.0814521 0.13302 0.0511119
Vertex 1677 -0.0795217 0.123111 0.0512585
Vertex 1678 -0.0860777 0.110355 0.00735249
Vertex 1679 0.0394644 0.107011 0.0181712
Vertex 1680 -0.0620057 0.153738 -0.0265835
Vertex 1681 -0.0744939 0.127436 0.052791
Vertex 1682 0.0145889 0.124413 0.0307966
Vertex 1683 -0.00442413 0.130145 0.0224484
Vertex 1684 -0.0795255 0.0953936 0.0349279
Vertex 1685 -0.0768234 0.0927696 0.0379671
Vertex 1686 -0.0284025 0.119846 0.0286714
Vertex 1687 -0.00815712 0.126302 0.0298556
Vertex 1688 -0.0545817 0.152467 0.0257328
Vertex 1689 -0.0712761 0.153449 0.0330143
Vertex 1690 -0.0610187 0.152669 0.0336579
Vertex 1691 -0.0190623 0.127503 0.00554509
Vertex 1692 -0.0701097 0.156012 0.00122102
Vertex 1693 -0.0225598 0.125982 0.00280455
Vertex 1694 0.0122871 0.124953 0.0313975
Vertex 1695 -0.0769692 0.155214 0.0250641
Vertex 1696 -0.0435242 0.0590876 0.0398271
Vertex 1697 -0.0425056 0.0591222 0.0401769
Vertex 1698 -0.041507 0.0591281 0.0403212
Vertex 1699 -0.0404996 0.0591463 0.0404229
Vertex 1700 -0.0394972 0.0591632 0.0405173
Vertex 1701 -0.0384905 0.0591295 0.0404813
Vertex 1702 -0.0374964 0.0591338 0.0402834
Vertex 1703 -0.0364983 0.059104 0.0398977
Vertex 1704 -0.0354822 0.0590569 0.0395591
Vertex 1705 -0.034478 0.0590226 0.0391844
Vertex 1706 -0.0334706 0.0589721 0.0386927
Vertex 1707 -0.0325011 0.058955 0.0382451
Vertex 1708 -0.0315398 0.0589058 0.0377684
Vertex 1709 -0.030503 0.0588732 0.0373493
Vertex 1710 -0.0294983 0.0588236 0.0368769
Vertex 1711 -0.0285046 0.0588067 0.036767
Vertex 1712 -0.0275164 0.0588544 0.0372755
Vertex 1713 -0.0266186 0.0589226 0.0382515
Vertex 1714 -0.014074 0.128231 0.00303832
Vertex 1715 -0.0795696 0.0976882 -0.00856087
Vertex 1716 -0.00906667 0.129748 0.004892
Vertex 1717 -0.00546011 0.130518 0.00622904
Vertex 1718 0.00577065 0.131636 0.0103849
Vertex 1719 0.0107439 0.130936 0.0122066
Vertex 1720 0.0212208 0.126407 0.0160623
Vertex 1721 0.0288964 0.120556 0.0189249
Vertex 1722 -0.0164899 0.0602176 0.0520938
Vertex 1723 -0.0154981 0.060248 0.0524646
Vertex 1724 -0.0124985 0.0603974 0.0541523
Vertex 1725 -0.0114926 0.0604332 0.0544994
Vertex 1726 -0.0104903 0.0604984 0.0550813
Vertex 1727 -0.00950118 0.06052 0.0554819
Vertex 1728 -0.00851812 0.0604987 0.0555487
Vertex 1729 -0.00749367 0.0605601 0.0556586
Vertex 1730 -0.00649644 0.0605343 0.0557379
Vertex 1731 -0.00549595 0.0605287 0.0555985
Vertex 1732 -0.00449819 0.0604864 0.0551163
Vertex 1733 -0.00349094 0.060529 0.0547186
Vertex 1734 -0.00244861 0.0605864 0.0553645
Vertex 1735 -0.00148294 0.0606073 0.0558577
Vertex 1736 -0.000492298 0.0605899 0.0560413
Vertex 1737 0.000506781 0.0605965 0.0560209
Vertex 1738 0.00150254 0.0605844 0.0560506
Vertex 1739 0.002504 0.0605716 0.0560843
Vertex 1740 0.00349883 0.0605728 0.0559342
Vertex 1741 0.0044963 0.0605551 0.0556784
Vertex 1742 0.00553119 0.0603997 0.0554086
Vertex 1743 -0.015609 0.128774 0.0111587
Vertex 1744 -0.0155019 0.119619 0.0357771
Vertex 1745 0.000493498 0.119652 0.0380928
Vertex 1746 -0.0942207 0.120117 0.0202902
Vertex 1747 -0.0234909 0.120747 0.0300444
Vertex 1748 -0.0224887 0.120777 0.0306794
Vertex 1749 -0.0214979 0.120818 0.0311972
Vertex 1750 -0.0455015 0.115241 0.0333765
Vertex 1751 -0.0474934 0.115292 0.0331905
Vertex 1752 -0.0384898 0.113893 0.0344296
Vertex 1753 -0.0394837 0.113931 0.0345962
Vertex 1754 -0.0204678 0.122105 0.0297617
Vertex 1755 -0.0214771 0.122102 0.0291424
Vertex 1756 -0.0224613 0.12203 0.0284859
Vertex 1757 -0.0745006 0.142795 0.0461595
Vertex 1758 -0.0536299 0.144677 0.0243972
Vertex 1759 0.0216673 0.125834 0.0205048
Vertex 1760 -0.0816886 0.154881 0.0175845
Vertex 1761 0.0126438 0.130236 0.0157508
Vertex 1762 0.0373352 0.108319 0.0251875
Vertex 1763 -0.0620106 0.15528 -0.0315878
Vertex 1764 -0.0455612 0.125305 -0.00846085
Vertex 1765 0.0416081 0.101418 0.000182195
Vertex 1766 0.0426769 0.101505 0.0101616
Vertex 1767 -0.0699808 0.136988 -0.00795948
Vertex 1768 -0.084368 0.114299 0.000284663
Vertex 1769 -0.0235296 0.159196 -0.00227474
Vertex 1770 0.0395682 0.0582726 0.0307001
Vertex 1771 0.0405223 0.0582848 0.0307512
Vertex 1772 0.0414985 0.058326 0.0311197
Vertex 1773 0.0424926 0.0583469 0.0313486
Vertex 1774 0.0434891 0.0583702 0.0316051
Vertex 1775 0.0444976 0.0583814 0.0318302
Vertex 1776 0.0455013 0.0583861 0.0319381
Vertex 1777 0.0465079 0.0583728 0.0318256
Vertex 1778 0.0475195 0.0583521 0.0315949
Vertex 1779 0.0484836 0.0582148 0.031165
Vertex 1780 -0.0859867 0.140484 0.00417932
Vertex 1781 0.0442088 0.0931449 0.0211603
Vertex 1782 -0.0632381 0.170981 -0.0495819
Vertex 1783 -0.0737003 0.156269 0.0145144
Vertex 1784 -0.0823392 0.111551 0.0443764
Vertex 1785 -0.0444887 0.166716 0.00379579
Vertex 1786 -0.0896061 0.126751 0.00429509
Vertex 1787 -0.0623544 0.152149 -0.0255836
Vertex 1788 -0.0735334 0.165176 -0.017728
Vertex 1789 -0.0924363 0.118744 0.0263157
Vertex 1790 0.0105014 0.112682 0.0391847
Vertex 1791 0.0114979 0.112659 0.03891
Vertex 1792 -0.0575 0.0588269 0.0212602
Vertex 1793 0.0124968 0.112648 0.0387734
Vertex 1794 0.0134971 0.112635 0.0387508
Vertex 1795 -0.035368 0.122868 0.0260927
Vertex 1796 -0.0710693 0.155098 0.0285743
Vertex 1797 -0.0100751 0.129607 0.0204184
Vertex 1798 -0.0541438 0.151337 0.0259237
Vertex 1799 0.0215791 0.120444 0.0319368
Vertex 1800 -0.0801398 0.154387 0.00935749
Vertex 1801 -0.0203743 0.127028 0.00506457
Vertex 1802 -0.00823225 0.127328 0.0283641
Vertex 1803 -0.0251238 0.125152 0.00185767
Vertex 1804 -0.076884 0.155644 0.0221655
Vertex 1805 -0.0502879 0.133796 0.0278403
Vertex 1806 -0.0435044 0.0605182 0.0400424
Vertex 1807 -0.0425016 0.0605517 0.0404213
Vertex 1808 -0.0415072 0.0605699 0.0406995
Vertex 1809 -0.0405058 0.060576 0.0408455
Vertex 1810 -0.039497 0.060614 0.0410267
Vertex 1811 -0.0384926 0.0605846 0.0409778
Vertex 1812 -0.037493 0.0605801 0.0408152
Vertex 1813 -0.0364972 0.0605644 0.0405385
Vertex 1814 -0.0354996 0.0605317 0.0401535
Vertex 1815 -0.0344836 0.0604651 0.0395531
Vertex 1816 -0.0334912 0.0604137 0.038899
Vertex 1817 -0.0325027 0.0603855 0.0384943
Vertex 1818 -0.0314976 0.0603384 0.0380002
Vertex 1819 -0.0304988 0.0603029 0.0376116
Vertex 1820 -0.0294972 0.0602632 0.0372614
Vertex 1821 -0.028493 0.0602587 0.0370952
Vertex 1822 -0.0274915 0.0602914 0.037483
Vertex 1823 -0.0265857 0.0603669 0.0385952
Vertex 1824 -0.00786498 0.13001 0.00533674
Vertex 1825 -0.0066641 0.130277 0.00578337
Vertex 1826 -0.000819486 0.131234 0.00795191
Vertex 1827 0.00782583 0.131487 0.0111342
Vertex 1828 0.0169782 0.128539 0.0144983
Vertex 1829 0.0220436 0.125932 0.0163676
Vertex 1830 0.0281636 0.121218 0.0186511
Vertex 1831 0.032372 0.116958 0.0202394
Vertex 1832 -0.00645905 0.128953 0.0260767
Vertex 1833 -0.0164629 0.0616668 0.0525376
Vertex 1834 -0.0154642 0.0617228 0.0531313
Vertex 1835 -0.0135115 0.0617879 0.0541775
Vertex 1836 -0.012492 0.061843 0.0546212
Vertex 1837 -0.0114833 0.0618754 0.0549615
Vertex 1838 -0.0104902 0.0619157 0.0554492
Vertex 1839 -0.0094927 0.0619497 0.0558121
Vertex 1840 -0.00850445 0.0619527 0.0559735
Vertex 1841 -0.00750248 0.0619634 0.0561006
Vertex 1842 -0.00649716 0.0619561 0.0561245
Vertex 1843 -0.0054968 0.061946 0.0559894
Vertex 1844 -0.00449481 0.0619627 0.0557718
Vertex 1845 -0.00349601 0.0619414 0.0556852
Vertex 1846 -0.00249339 0.0619776 0.0560364
Vertex 1847 -0.00149436 0.0620061 0.056412
Vertex 1848 -0.000496937 0.0620135 0.0565388
Vertex 1849 0.000501079 0.0620074 0.0565701
Vertex 1850 0.00150309 0.0619973 0.0566118
Vertex 1851 0.00250176 0.0620246 0.0566613
Vertex 1852 0.00350624 0.0619975 0.0564502
Vertex 1853 0.00451197 0.0619711 0.0562284
Vertex 1854 0.00552678 0.0619607 0.0559576
Vertex 1855 0.00660499 0.0617786 0.0553203
Vertex 1856 0.0337482 0.102096 0.0349353
Vertex 1857 -0.0144951 0.119623 0.0361429
Vertex 1858 -0.000499702 0.119705 0.0381547
Vertex 1859 -0.00149547 0.119691 0.0381347
Vertex 1860 -0.00249391 0.119678 0.0379989
Vertex 1861 -0.00349428 0.119696 0.0379021
Vertex 1862 -0.00449084 0.119679 0.0378771
Vertex 1863 -0.00548321 0.119649 0.0378412
Vertex 1864 -0.0064872 0.119657 0.0377321
Vertex 1865 -0.00749647 0.119689 0.0375376
Vertex 1866 -0.0659203 0.122383 -0.00896938
Vertex 1867 -0.0408255 0.0914222 -0.0231618
Vertex 1868 -0.0943455 0.121485 0.0232874
Vertex 1869 -0.0114919 0.121016 0.0357517
Vertex 1870 -0.0104801 0.120983 0.0360777
Vertex 1871 -0.00949197 0.121025 0.0361236
Vertex 1872 -0.00848516 0.121007 0.0363393
Vertex 1873 -0.0941076 0.120125 0.0222927
Vertex 1874 -0.0942113 0.120123 0.0212925
Vertex 1875 -0.0529166 0.0566407 0.0191372
Vertex 1876 -0.0625812 0.150647 -0.00957658
Vertex 1877 -0.0628107 0.150584 -0.0245802
Vertex 1878 0.0439346 0.0959403 0.0181595
Vertex 1879 -0.0784743 0.140032 0.0478552
Vertex 1880 0.0368905 0.10997 0.023344
Vertex 1881 -0.0883977 0.0983242 0.022387
Vertex 1882 0.0370893 0.106835 -0.00283087
Vertex 1883 -0.0348521 0.0972102 -0.0229902
Vertex 1884 0.0419445 0.0972272 0.0251571
Vertex 1885 0.0414472 0.0971985 0.0261597
Vertex 1886 0.0409571 0.0971716 0.0271682
Vertex 1887 0.0405486 0.0596459 0.0301455
Vertex 1888 0.0415111 0.0596706 0.0303495
Vertex 1889 0.0424994 0.0597124 0.0306347
Vertex 1890 0.0434928 0.0597185 0.030951
Vertex 1891 0.0444883 0.05975 0.0312137
Vertex 1892 0.0455002 0.059749 0.0314265
Vertex 1893 0.0465043 0.0597504 0.0314309
Vertex 1894 0.0475108 0.0597433 0.0313293
Vertex 1895 0.0485157 0.0597129 0.0310438
Vertex 1896 0.0495183 0.0596792 0.0306871
Vertex 1897 0.0503974 0.0595708 0.0303584
Vertex 1898 0.0407085 0.0956949 -0.00580768
Vertex 1899 0.0296013 0.119582 0.02204
Vertex 1900 0.0281452 0.12091 0.0214948
Vertex 1901 0.0411647 0.0886413 -0.00977915
Vertex 1902 0.0112861 0.130316 0.0195341
Vertex 1903 -0.024907 0.0916549 -0.0335476
Vertex 1904 0.0407967 0.105643 0.0101649
Vertex 1905 0.0115111 0.114076 0.0384616
Vertex 1906 0.042138 0.101461 0.00217211
Vertex 1907 0.0144928 0.11263 0.0387455
Vertex 1908 0.0155048 0.112635 0.0385412
Vertex 1909 -0.0760639 0.155862 0.0136886
Vertex 1910 0.0152697 0.128852 0.0195703
Vertex 1911 -0.0628269 0.1502 -0.00476792
Vertex 1912 -0.0655762 0.155146 -0.00586759
Vertex 1913 -0.0585553 0.060477 0.023496
Vertex 1914 -0.0574179 0.0608499 0.024689
Vertex 1915 0.0164932 0.112605 0.0382483
Vertex 1916 0.017486 0.112589 0.0378808
Vertex 1917 -0.0533559 0.0609747 0.0280244
Vertex 1918 0.0152572 0.124805 0.0295869
Vertex 1919 -0.0327176 0.125444 0.0196276
Vertex 1920 0.0137336 0.122464 0.0333928
Vertex 1921 -0.0216874 0.126575 0.00458035
Vertex 1922 -0.0263156 0.124827 0.00142734
Vertex 1923 0.000667625 0.0985049 0.0513232
Vertex 1924 0.0158763 0.121559 0.0327664
Vertex 1925 0.0263229 0.122689 0.0193841
Vertex 1926 -0.0434938 0.0619471 0.0402773
Vertex 1927 -0.0424946 0.0619914 0.040787
Vertex 1928 -0.0415061 0.0620057 0.0410722
Vertex 1929 -0.0404923 0.0620428 0.0412639
Vertex 1930 -0.0394989 0.0620307 0.0413298
Vertex 1931 -0.0384965 0.0620329 0.0413169
Vertex 1932 -0.0374934 0.0620193 0.0412021
Vertex 1933 -0.036486 0.0619956 0.0409573
Vertex 1934 -0.0354995 0.0619703 0.0405316
Vertex 1935 -0.0345243 0.0619374 0.0399691
Vertex 1936 -0.0334995 0.0618586 0.0392638
Vertex 1937 -0.0325014 0.0618008 0.0386259
Vertex 1938 -0.031495 0.061765 0.0382603
Vertex 1939 -0.0305049 0.0617476 0.0379767
Vertex 1940 -0.0294951 0.0617035 0.0376524
Vertex 1941 -0.0285033 0.0616825 0.0373869
Vertex 1942 -0.0274823 0.0617236 0.037721
Vertex 1943 -0.0265671 0.0617846 0.0387137
Vertex 1944 0.00147793 0.131501 0.00880182
Vertex 1945 0.000326986 0.131385 0.00837406
Vertex 1946 0.00679991 0.131589 0.0107583
Vertex 1947 0.0160657 0.128852 0.0141586
Vertex 1948 0.0228597 0.125444 0.016672
Vertex 1949 0.0274329 0.121878 0.0183804
Vertex 1950 0.0330284 0.116174 0.0204895
Vertex 1951 0.00617007 0.126444 0.0306412
Vertex 1952 -0.0604932 0.155795 0.0206537
Vertex 1953 -0.0164541 0.0630817 0.0527623
Vertex 1954 -0.0155135 0.0631057 0.0533345
Vertex 1955 -0.037924 0.175153 -0.00739726
Vertex 1956 -0.0124743 0.0632507 0.0548154
Vertex 1957 -0.0114871 0.063283 0.055206
Vertex 1958 -0.0105123 0.0633015 0.0555068
Vertex 1959 -0.00949444 0.063336 0.0558203
Vertex 1960 -0.00850113 0.0633575 0.0560799
Vertex 1961 -0.00750585 0.0633646 0.0562436
Vertex 1962 -0.00650337 0.0633626 0.0562557
Vertex 1963 -0.00549722 0.0633676 0.0561862
Vertex 1964 -0.00449554 0.0633716 0.0561592
Vertex 1965 -0.00349688 0.0633763 0.0563118
Vertex 1966 -0.00250336 0.0633801 0.0564795
Vertex 1967 -0.00149888 0.0634085 0.0566876
Vertex 1968 -0.000501715 0.0634055 0.0567322
Vertex 1969 0.000499004 0.0634057 0.0567297
Vertex 1970 0.00150192 0.0634213 0.0567922
Vertex 1971 0.00250861 0.0634123 0.0567384
Vertex 1972 0.00351519 0.0634007 0.0566286
Vertex 1973 0.00451348 0.0633892 0.056472
Vertex 1974 0.00552401 0.0633596 0.0561453
Vertex 1975 0.00652265 0.0633208 0.0557678
Vertex 1976 0.00753471 0.0632773 0.055432
Vertex 1977 0.012487 0.118181 0.036207
Vertex 1978 -0.0867528 0.121192 -0.00171893
Vertex 1979 -0.0135041 0.11966 0.0364252
Vertex 1980 -0.0124895 0.119639 0.0367572
Vertex 1981 -0.0114857 0.119632 0.0369891
Vertex 1982 -0.0104925 0.119661 0.037142
Vertex 1983 -0.0094889 0.119647 0.0372435
Vertex 1984 -0.0875722 0.151019 0.0254764
Vertex 1985 -0.0705258 0.142815 0.0451961
Vertex 1986 -0.0755017 0.140041 0.0481
Vertex 1987 -0.0164574 0.11955 0.0353527
Vertex 1988 0.001497 0.119685 0.0377723
Vertex 1989 0.0441509 0.0959467 0.0161545
Vertex 1990 -0.0617076 0.156842 -0.0315932
Vertex 1991 0.0429803 0.0916104 -0.003806
Vertex 1992 0.0426083 0.0915862 -0.00481093
Vertex 1993 -0.0075036 0.12108 0.0363047
Vertex 1994 -0.00649673 0.121064 0.0364033
Vertex 1995 -0.00548988 0.121033 0.0366102
Vertex 1996 -0.00449347 0.121049 0.0367461
Vertex 1997 -0.00348704 0.121028 0.0369539
Vertex 1998 -0.00149798 0.121047 0.037107
Vertex 1999 0.000500084 0.12107 0.0367737
Vertex 2000 -0.079441 0.139988 0.0475582
Vertex 2001 -0.0355723 0.127236 0.00383072
Vertex 2002 -0.0144799 0.123658 0.0314246
Vertex 2003 -0.0154726 0.123613 0.0307813
Vertex 2004 -0.00850001 0.125156 0.0314578
Vertex 2005 -0.00749813 0.125151 0.0317009
Vertex 2006 0.0435925 0.0958855 0.00119521
Vertex 2007 0.0432433 0.0958712 0.000187851
Vertex 2008 0.0405445 0.0610221 0.0298369
Vertex 2009 0.0415387 0.0610238 0.0295203
Vertex 2010 0.0425062 0.0610428 0.0297234
Vertex 2011 0.043495 0.0610671 0.0301862
Vertex 2012 0.0444927 0.0610909 0.0304355
Vertex 2013 0.0454967 0.0611109 0.0306935
Vertex 2014 0.046501 0.0611194 0.0308227
Vertex 2015 0.0475064 0.0611159 0.0308231
Vertex 2016 0.0485116 0.0611011 0.0306918
Vertex 2017 0.0495286 0.0610841 0.0304744
Vertex 2018 0.0505141 0.0610459 0.0301699
Vertex 2019 0.0515419 0.0610093 0.0297195
Vertex 2020 -0.00301536 0.127034 0.030217
Vertex 2021 0.0184989 0.11258 0.037522
Vertex 2022 0.0165164 0.126586 0.0257514
Vertex 2023 -0.0334673 0.174268 -0.00177832
Vertex 2024 0.0360643 0.108191 -0.003826
Vertex 2025 0.0389991 0.108356 0.0151637
Vertex 2026 0.0194959 0.11257 0.0373879
Vertex 2027 -0.0294775 0.17726 -0.00505881
Vertex 2028 0.0205916 0.112587 0.0371117
Vertex 2029 -0.0271582 0.125819 0.00840694
Vertex 2030 -0.0368019 0.127806 0.00485952
Vertex 2031 -0.0428232 0.12861 0.00263817
Vertex 2032 -0.067466 0.154933 0.00219081
Vertex 2033 -0.000406928 0.0996624 0.04942
Vertex 2034 0.0144323 0.129298 0.0192627
Vertex 2035 -0.0661878 0.156038 -0.00610123
Vertex 2036 -0.0381245 0.162196 -0.0129852
Vertex 2037 -0.043053 0.153237 -0.00732462
Vertex 2038 -0.0564752 0.0624455 0.0290854
Vertex 2039 -0.0555013 0.0623754 0.0293782
Vertex 2040 -0.0544738 0.0624824 0.0299832
Vertex 2041 -0.053455 0.0625326 0.0304805
Vertex 2042 -0.0523859 0.0626167 0.0314055
Vertex 2043 -0.0514165 0.0627417 0.0327301
Vertex 2044 -0.050463 0.0627793 0.0338697
Vertex 2045 -0.0692317 0.155651 0.00154206
Vertex 2046 -0.0274601 0.124651 0.00100866
Vertex 2047 0.00601824 0.128477 0.0276707
Vertex 2048 0.000773445 0.126081 0.0315854
Vertex 2049 0.0270658 0.12207 0.0196667
Vertex 2050 -0.0183396 0.126605 0.021835
Vertex 2051 -0.043478 0.0633766 0.0405033
Vertex 2052 -0.0424707 0.0634258 0.0409808
Vertex 2053 -0.0414812 0.0634467 0.0412468
Vertex 2054 -0.0404969 0.0634536 0.0414219
Vertex 2055 -0.039496 0.0634667 0.0415276
Vertex 2056 -0.0384984 0.0634699 0.041507
Vertex 2057 -0.037501 0.0634549 0.0414009
Vertex 2058 -0.0364902 0.0634253 0.0412069
Vertex 2059 -0.0354974 0.0634085 0.0409173
Vertex 2060 -0.0345208 0.0633716 0.0403553
Vertex 2061 -0.033478 0.0632761 0.0395519
Vertex 2062 -0.0325077 0.0632413 0.0389915
Vertex 2063 -0.0315047 0.0631978 0.0384961
Vertex 2064 -0.0304985 0.0631621 0.0381216
Vertex 2065 -0.029494 0.0631194 0.0377814
Vertex 2066 -0.0284985 0.0631152 0.0376198
Vertex 2067 -0.0274987 0.0631476 0.0380009
Vertex 2068 -0.0265303 0.0632322 0.0390504
Vertex 2069 0.00977817 0.131153 0.0118468
Vertex 2070 0.00880568 0.131337 0.0114907
Vertex 2071 0.0178265 0.128119 0.0148069
Vertex 2072 0.0244543 0.124393 0.0172632
Vertex 2073 0.0267042 0.122545 0.0181085
Vertex 2074 0.0343104 0.114465 0.0209626
Vertex 2075 0.00803725 0.125889 0.0313
Vertex 2076 -0.0461368 0.13275 0.0116924
Vertex 2077 0.0108694 0.130662 0.0179509
Vertex 2078 -0.0164763 0.064491 0.0530345
Vertex 2079 -0.0154803 0.0645289 0.0535158
Vertex 2080 -0.0144784 0.0645279 0.0535035
Vertex 2081 -0.0134598 0.0645734 0.0539775
Vertex 2082 -0.0124605 0.0646213 0.0545516
Vertex 2083 -0.0114811 0.0646532 0.0550744
Vertex 2084 -0.0105091 0.0646847 0.0553841
Vertex 2085 -0.00951396 0.0647096 0.055646
Vertex 2086 -0.00851461 0.0647289 0.0558918
Vertex 2087 -0.00749994 0.0647419 0.0560829
Vertex 2088 -0.0064961 0.0647536 0.0562043
Vertex 2089 -0.00550336 0.0647558 0.0562438
Vertex 2090 -0.00450514 0.0647631 0.0563697
Vertex 2091 -0.00349826 0.0647878 0.0565544
Vertex 2092 -0.00250198 0.0647948 0.0567081
Vertex 2093 -0.00150357 0.0647954 0.0567431
Vertex 2094 -0.000498244 0.0647983 0.0567029
Vertex 2095 0.000503407 0.0647904 0.0566018
Vertex 2096 0.00150101 0.0647986 0.0566673
Vertex 2097 0.00251112 0.0647983 0.0566425
Vertex 2098 0.00350781 0.064793 0.0565955
Vertex 2099 0.00451245 0.064772 0.0563635
Vertex 2100 0.00550696 0.0647473 0.0560963
Vertex 2101 0.00651279 0.0647152 0.0557475
Vertex 2102 0.00750963 0.0646928 0.0554932
Vertex 2103 0.00852849 0.0646614 0.0551736
Vertex 2104 0.0135044 0.118213 0.0361594
Vertex 2105 -0.0767143 0.154218 -0.0048969
Vertex 2106 -0.0737112 0.155478 -0.0269075
Vertex 2107 -0.0843615 0.0993477 -0.00259153
Vertex 2108 0.0424402 0.100042 0.00119598
Vertex 2109 -0.0754947 0.142836 0.0460912
Vertex 2110 -0.077508 0.174998 -0.0490226
Vertex 2111 0.000190276 0.131527 0.0154789
Vertex 2112 -0.0175015 0.119559 0.0348485
Vertex 2113 0.00249824 0.119676 0.0375233
Vertex 2114 0.00349102 0.11963 0.0373483
Vertex 2115 0.0044907 0.119648 0.0370088
Vertex 2116 0.00549953 0.119637 0.0367537
Vertex 2117 0.006499 0.119638 0.036869
Vertex 2118 0.00749696 0.119642 0.0368719
Vertex 2119 -0.0205115 0.114066 0.0379617
Vertex 2120 -0.0181282 0.187252 -0.018852
Vertex 2121 0.0416377 0.084481 -0.00877138
Vertex 2122 -0.0464848 0.12067 0.0277891
Vertex 2123 -0.0454987 0.120637 0.0275066
Vertex 2124 -0.00249278 0.121064 0.0370013
Vertex 2125 -0.000500925 0.121055 0.0369996
Vertex 2126 -0.0745094 0.140045 0.0479791
Vertex 2127 -0.0922148 0.11614 0.0373108
Vertex 2128 -0.0134871 0.123689 0.0319378
Vertex 2129 -0.0104881 0.125079 0.0309157
Vertex 2130 -0.0509699 0.122064 -0.0109984
Vertex 2131 0.0199669 0.107838 -0.0162613
Vertex 2132 -0.0940806 0.122789 0.0152778
Vertex 2133 0.0405961 0.0624185 0.0297312
Vertex 2134 0.0415243 0.0623608 0.0290336
Vertex 2135 0.0425314 0.0623712 0.0287546
Vertex 2136 0.0434691 0.0624283 0.0290897
Vertex 2137 0.0444853 0.062436 0.0294527
Vertex 2138 0.0454875 0.0624627 0.0298224
Vertex 2139 0.0464905 0.0624784 0.0299685
Vertex 2140 0.0475024 0.06248 0.0300852
Vertex 2141 0.0485082 0.0624718 0.0300814
Vertex 2142 0.0495191 0.0624602 0.0299628
Vertex 2143 0.0505407 0.062451 0.0297568
Vertex 2144 0.0515344 0.0624078 0.0294591
Vertex 2145 0.0365694 0.109049 0.0260841
Vertex 2146 -0.00603107 0.130744 0.0146461
Vertex 2147 -0.0424989 0.16674 0.00381643
Vertex 2148 -0.0475653 0.166962 -0.00492463
Vertex 2149 -0.0471313 0.132491 0.00541336
Vertex 2150 -0.0926871 0.118696 0.0103064
Vertex 2151 -0.0870053 0.0954387 0.00242783
Vertex 2152 -0.0784995 0.162482 -0.0259435
Vertex 2153 -0.078491 0.121738 0.0515581
Vertex 2154 0.00224686 0.131192 0.0191047
Vertex 2155 -0.00426313 0.130924 0.016725
Vertex 2156 -0.011153 0.129981 0.0142184
Vertex 2157 -0.0197896 0.127727 0.0110836
Vertex 2158 -0.0283564 0.125587 0.00796681
Vertex 2159 -0.0410879 0.12806 0.000341883
Vertex 2160 -0.0421309 0.128083 -3.62159e-05
Vertex 2161 -0.00713141 0.127357 0.0287426
Vertex 2162 -0.00124361 0.130098 0.0236021
Vertex 2163 -0.0252829 0.0751884 0.0479421
Vertex 2164 -0.063251 0.15135 -0.00497603
Vertex 2165 -0.0668589 0.156842 -0.00635476
Vertex 2166 -0.0608875 0.104029 -0.0182853
Vertex 2167 -0.0598828 0.104039 -0.0184233
Vertex 2168 -0.0739165 0.113504 -0.00683708
Vertex 2169 -0.0628061 0.0896011 -0.0190246
Vertex 2170 -0.0308936 0.0901442 -0.0248987
Vertex 2171 -0.052462 0.0642313 0.0336351
Vertex 2172 -0.051438 0.0643214 0.0343604
Vertex 2173 -0.0503626 0.0642656 0.0349674
Vertex 2174 -0.0494719 0.0643044 0.0356628
Vertex 2175 -0.0228512 0.126901 0.0114323
Vertex 2176 -0.021597 0.124211 0.0236359
Vertex 2177 0.0277966 0.12141 0.0199376
Vertex 2178 -0.00541562 0.128879 0.0264449
Vertex 2179 -0.0661547 0.1622 -0.0162285
Vertex 2180 -0.0434723 0.0647942 0.0406198
Vertex 2181 -0.0424858 0.064826 0.0410217
Vertex 2182 -0.0414966 0.064844 0.0412967
Vertex 2183 -0.0404921 0.0648693 0.0415314
Vertex 2184 -0.0394972 0.0648803 0.0416583
Vertex 2185 -0.0384977 0.0648621 0.0416261
Vertex 2186 -0.0375049 0.0648832 0.0416292
Vertex 2187 -0.0364897 0.0648519 0.0414613
Vertex 2188 -0.035492 0.0648204 0.0410644
Vertex 2189 -0.0345021 0.0647803 0.0405279
Vertex 2190 -0.0335094 0.0647262 0.0398847
Vertex 2191 -0.0325205 0.0646875 0.0393461
Vertex 2192 -0.0314872 0.0646167 0.0387865
Vertex 2193 -0.0304944 0.064586 0.038393
Vertex 2194 -0.0294959 0.0645466 0.0380401
Vertex 2195 -0.0285046 0.0645461 0.0380462
Vertex 2196 -0.027486 0.0646029 0.0384895
Vertex 2197 0.0143125 0.129601 0.0135477
Vertex 2198 0.0151955 0.129241 0.0138359
Vertex 2199 0.0236525 0.124901 0.0169603
Vertex 2200 0.0259555 0.123153 0.0178233
Vertex 2201 0.0349362 0.113582 0.0211925
Vertex 2202 -0.00900002 0.1303 0.0121232
Vertex 2203 -0.0467325 0.133652 0.0114554
Vertex 2204 0.0472026 0.0681414 0.0256953
Vertex 2205 -0.0164672 0.0659336 0.0534892
Vertex 2206 -0.0154968 0.0659374 0.0537935
Vertex 2207 -0.014508 0.0659228 0.0537042
Vertex 2208 -0.0134952 0.0659366 0.0537869
Vertex 2209 -0.0124852 0.0659775 0.0542376
Vertex 2210 -0.0114925 0.06602 0.0547394
Vertex 2211 -0.0104895 0.0660607 0.0552117
Vertex 2212 -0.00950506 0.0660833 0.0554985
Vertex 2213 -0.00849416 0.0661021 0.0557034
Vertex 2214 -0.00750518 0.0661146 0.0558703
Vertex 2215 -0.00650089 0.0661332 0.0560881
Vertex 2216 -0.00550273 0.0661441 0.0562254
Vertex 2217 -0.00450592 0.0661541 0.056364
Vertex 2218 -0.0034975 0.0661744 0.0565538
Vertex 2219 -0.00249995 0.0661849 0.0567093
Vertex 2220 -0.00149822 0.0661867 0.0567241
Vertex 2221 -0.000497657 0.066177 0.0565989
Vertex 2222 0.000499624 0.0661631 0.0564081
Vertex 2223 0.0015045 0.0661578 0.0563313
Vertex 2224 0.00251128 0.0661582 0.0562906
Vertex 2225 0.00351414 0.0661565 0.0562774
Vertex 2226 0.0045204 0.0661365 0.0560558
Vertex 2227 0.00551724 0.0661119 0.0558057
Vertex 2228 0.00651157 0.066084 0.0555109
Vertex 2229 0.00750533 0.0660627 0.0552439
Vertex 2230 0.00851416 0.06604 0.0550264
Vertex 2231 0.0144977 0.11819 0.0360011
Vertex 2232 0.0154982 0.118174 0.0357451
Vertex 2233 0.0165026 0.118175 0.0355154
Vertex 2234 0.0175115 0.118187 0.0352964
Vertex 2235 0.0185027 0.118159 0.035136
Vertex 2236 -0.0387263 0.127561 -0.000266265
Vertex 2237 -0.0245336 0.118082 0.0325274
Vertex 2238 0.00949782 0.11825 0.0371477
Vertex 2239 0.00284904 0.131659 0.0150261
Vertex 2240 -0.0185008 0.119534 0.0344711
Vertex 2241 -0.0195067 0.119545 0.0340058
Vertex 2242 -0.0204952 0.119495 0.0334766
Vertex 2243 -0.0225483 0.119525 0.0321637
Vertex 2244 -0.0215106 0.119492 0.0328652
Vertex 2245 0.00849911 0.119651 0.036768
Vertex 2246 0.00950115 0.119644 0.0365249
Vertex 2247 -0.0367939 0.127143 0.000444502
Vertex 2248 0.012488 0.119576 0.0355898
Vertex 2249 0.0121624 0.129948 0.0198557
Vertex 2250 0.0164452 0.127885 0.0214354
Vertex 2251 -0.0725345 0.140015 0.0475615
Vertex 2252 0.0147905 0.128825 0.0208219
Vertex 2253 -0.0124935 0.123722 0.0323282
Vertex 2254 -0.0946145 0.122826 0.0212791
Vertex 2255 -0.0498404 0.122243 -0.0112035
Vertex 2256 0.0431391 0.098698 0.00317491
Vertex 2257 0.0442623 0.0959503 0.0151546
Vertex 2258 0.0406613 0.0638232 0.0297482
Vertex 2259 0.0416181 0.0637615 0.0286411
Vertex 2260 0.0425502 0.0637218 0.0280932
Vertex 2261 0.0435205 0.0637429 0.0281056
Vertex 2262 0.0444941 0.0637658 0.0284543
Vertex 2263 0.0454797 0.0637982 0.0288243
Vertex 2264 0.0464934 0.0638096 0.0291729
Vertex 2265 0.0474969 0.0638142 0.0292952
Vertex 2266 0.0485032 0.0638048 0.0293893
Vertex 2267 0.0495086 0.0638139 0.0293036
Vertex 2268 0.0505111 0.0637895 0.0291551
Vertex 2269 -0.0687402 0.156349 0.0177202
Vertex 2270 0.0161 0.12839 0.0198796
Vertex 2271 -0.0211124 0.182965 -0.0210132
Vertex 2272 0.030263 0.116206 0.0279976
Vertex 2273 0.0379602 0.108292 0.00117706
Vertex 2274 0.0387554 0.108357 0.00416438
Vertex 2275 -0.0613991 0.0718897 0.0389316
Vertex 2276 -0.0270737 0.125279 0.00405866
Vertex 2277 -0.061476 0.158429 -0.028587
Vertex 2278 0.0137449 0.12859 0.0232984
Vertex 2279 0.00735972 0.130718 0.020957
Vertex 2280 0.00115082 0.131147 0.0187057
Vertex 2281 -0.00541266 0.130784 0.0163058
Vertex 2282 -0.0123571 0.12972 0.0137799
Vertex 2283 -0.0210495 0.127369 0.0106273
Vertex 2284 -0.029395 0.125597 0.00758806
Vertex 2285 -0.0380634 0.127686 0.00145512
Vertex 2286 -0.0438011 0.128754 0.0022734
Vertex 2287 -0.0610057 0.155949 0.0190169
Vertex 2288 -0.0676703 0.159658 -0.00956407
Vertex 2289 -0.0663702 0.157999 -0.00906779
Vertex 2290 -0.065143 0.156205 -0.00860924
Vertex 2291 -0.0658189 0.0895406 -0.0182783
Vertex 2292 -0.0638201 0.089594 -0.0189434
Vertex 2293 -0.0709153 0.113624 -0.0087498
Vertex 2294 -0.061811 0.0896079 -0.0190442
Vertex 2295 -0.0317955 0.0901023 -0.0248195
Vertex 2296 -0.0361548 0.166687 -0.0142688
Vertex 2297 -0.0450711 0.153185 -0.00674331
Vertex 2298 -0.0548148 0.0883935 -0.0220325
Vertex 2299 -0.0418064 0.0884466 -0.0220226
Vertex 2300 -0.0505296 0.0657745 0.0361047
Vertex 2301 -0.0493845 0.0657885 0.0368321
Vertex 2302 -0.045035 0.131096 0.00921538
Vertex 2303 0.0285362 0.120755 0.0202147
Vertex 2304 0.00424945 0.126892 0.0299609
Vertex 2305 -0.0454889 0.0660999 0.0395126
Vertex 2306 -0.0434963 0.0661943 0.0406667
Vertex 2307 -0.0425031 0.0662262 0.0410651
Vertex 2308 -0.0414917 0.0662628 0.0414077
Vertex 2309 -0.0404937 0.0662835 0.0416604
Vertex 2310 -0.0394965 0.0662956 0.0417788
Vertex 2311 -0.0384968 0.066293 0.0418062
Vertex 2312 -0.0374975 0.0662835 0.0416878
Vertex 2313 -0.0364911 0.0662596 0.041455
Vertex 2314 -0.0355073 0.0662414 0.0411418
Vertex 2315 -0.0344904 0.0661905 0.0406967
Vertex 2316 -0.0335022 0.0661629 0.0402747
Vertex 2317 -0.0324978 0.0661054 0.0396515
Vertex 2318 -0.0314917 0.0660582 0.0391556
Vertex 2319 -0.0305014 0.066031 0.0387492
Vertex 2320 -0.0294956 0.0660091 0.0384906
Vertex 2321 -0.0284876 0.0660147 0.0384689
Vertex 2322 -0.0275277 0.0660102 0.0388181
Vertex 2323 -0.026605 0.06607 0.0397555
Vertex 2324 0.0186908 0.127724 0.0151265
Vertex 2325 0.0252163 0.1238 0.0175509
Vertex 2326 0.0296171 0.11988 0.0191943
Vertex 2327 0.0361181 0.111694 0.0216233
Vertex 2328 0.0378254 0.108706 0.0222481
Vertex 2329 -0.0741599 0.155538 0.00126713
Vertex 2330 0.0452046 0.0684536 0.0248447
Vertex 2331 0.0248702 0.121138 0.0274186
Vertex 2332 -0.0801768 0.155046 0.0137223
Vertex 2333 -0.0164761 0.0673645 0.0539812
Vertex 2334 -0.015485 0.0673895 0.0543529
Vertex 2335 -0.0144888 0.0673806 0.0542261
Vertex 2336 -0.013511 0.0673225 0.0538556
Vertex 2337 -0.0125029 0.0673483 0.0540527
Vertex 2338 -0.011518 0.0673875 0.054571
Vertex 2339 -0.010503 0.0674297 0.0550101
Vertex 2340 -0.00948933 0.0674612 0.0553354
Vertex 2341 -0.00849422 0.0674811 0.0555845
Vertex 2342 -0.00749086 0.0675042 0.0558082
Vertex 2343 -0.00650569 0.0675101 0.0559953
Vertex 2344 -0.00549741 0.0675328 0.0561955
Vertex 2345 -0.00450121 0.0675415 0.056336
Vertex 2346 -0.00350144 0.0675505 0.0564719
Vertex 2347 -0.0025007 0.0675576 0.0566246
Vertex 2348 -0.00149557 0.0675596 0.0566557
Vertex 2349 -0.000496537 0.0675633 0.0565514
Vertex 2350 0.000505152 0.0675448 0.0563482
Vertex 2351 0.00150869 0.0675259 0.0561223
Vertex 2352 0.00251277 0.0675114 0.055914
Vertex 2353 0.00351108 0.067509 0.0559028
Vertex 2354 0.00451102 0.0674972 0.0557889
Vertex 2355 0.0055201 0.0674746 0.0556049
Vertex 2356 0.00651867 0.0674599 0.0552944
Vertex 2357 0.00750596 0.0674413 0.055134
Vertex 2358 0.00850767 0.067431 0.0550095
Vertex 2359 0.00951997 0.0673959 0.0546877
Vertex 2360 0.0215785 0.11262 0.0367657
Vertex 2361 -0.0774971 0.128861 0.0533302
Vertex 2362 -0.0915343 0.140602 0.0181819
Vertex 2363 0.035616 0.10962 -0.00284805
Vertex 2364 0.00849857 0.118254 0.0373924
Vertex 2365 -0.0729498 0.156259 0.0191473
Vertex 2366 -0.0555057 0.153886 0.023914
Vertex 2367 0.00508264 0.128731 0.0273249
Vertex 2368 -0.0776837 0.154812 0.0263001
Vertex 2369 -0.0235467 0.119499 0.0316537
Vertex 2370 -0.0245147 0.119422 0.0312229
Vertex 2371 -0.0255089 0.119394 0.0308336
Vertex 2372 -0.0344987 0.119335 0.0301753
Vertex 2373 -0.0354943 0.119369 0.0303337
Vertex 2374 0.0135067 0.1196 0.0353985
Vertex 2375 -0.0504161 0.144734 0.0123765
Vertex 2376 -0.0694673 0.0635361 0.0216095
Vertex 2377 -0.050108 0.144746 0.0113816
Vertex 2378 -0.0778042 0.156927 -0.0169128
Vertex 2379 -0.073319 0.153662 0.0322986
Vertex 2380 -0.0114851 0.123708 0.0326887
Vertex 2381 0.0437731 0.0973301 0.016155
Vertex 2382 0.0438296 0.0973504 0.015162
Vertex 2383 -0.0875349 0.110472 0.0163392
Vertex 2384 -0.0879612 0.103656 0.0103875
Vertex 2385 0.0277412 0.121021 0.0227689
Vertex 2386 -0.0700794 0.154941 0.0289273
Vertex 2387 0.0259209 0.122835 0.0206655
Vertex 2388 0.0435313 0.065065 0.0273105
Vertex 2389 0.0445042 0.0650854 0.0275412
Vertex 2390 0.0454924 0.0651146 0.027904
Vertex 2391 0.0464851 0.0651547 0.0281822
Vertex 2392 0.0474936 0.0651497 0.0284001
Vertex 2393 0.0485013 0.0651587 0.0285278
Vertex 2394 0.0495045 0.0651553 0.0285253
Vertex 2395 0.0505096 0.0651476 0.0284061
Vertex 2396 0.0515215 0.0651377 0.0281771
Vertex 2397 0.0525369 0.0651172 0.0279377
Vertex 2398 0.053572 0.0650953 0.0274823
Vertex 2399 -0.0414982 0.166749 0.00369508
Vertex 2400 0.0421258 0.100042 0.000179811
Vertex 2401 -0.08755 0.12805 0.000278104
Vertex 2402 0.0444341 0.0861163 0.024155
Vertex 2403 0.0447845 0.0903596 0.0201575
Vertex 2404 0.0135274 0.12988 0.0160733
Vertex 2405 -0.0775002 0.156948 -0.0139048
Vertex 2406 0.0170314 0.126681 0.0245104
Vertex 2407 0.0128678 0.128966 0.0229731
Vertex 2408 0.00637271 0.130879 0.0205945
Vertex 2409 0.000169576 0.131258 0.0183392
Vertex 2410 -0.00656125 0.130634 0.0158888
Vertex 2411 -0.0136265 0.129395 0.0133241
Vertex 2412 -0.0223056 0.126998 0.0101726
Vertex 2413 -0.0400438 0.127998 0.000725921
Vertex 2414 -0.0390536 0.127857 0.00108873
Vertex 2415 0.0175177 0.121695 0.0318921
Vertex 2416 -0.071744 0.162192 -0.0110365
Vertex 2417 -0.0772789 0.154395 0.0279022
Vertex 2418 -0.0809037 0.153834 0.0267225
Vertex 2419 -0.0799402 0.132433 -0.00455304
Vertex 2420 -0.0408646 0.104225 -0.0205494
Vertex 2421 -0.0608155 0.0896295 -0.0193008
Vertex 2422 -0.0598094 0.0896854 -0.0200419
Vertex 2423 -0.0328294 0.0901297 -0.0245803
Vertex 2424 -0.0828365 0.116201 -0.00217327
Vertex 2425 -0.00983206 0.0896484 -0.0366649
Vertex 2426 -0.00682874 0.0896331 -0.0361816
Vertex 2427 -0.0719085 0.064649 0.0201308
Vertex 2428 -0.0609289 0.112535 -0.0147528
Vertex 2429 0.0131317 0.10725 -0.0189993
Vertex 2430 -0.0038734 0.104505 -0.022849
Vertex 2431 0.0292558 0.120076 0.0204837
Vertex 2432 -0.037003 0.126393 0.0195465
Vertex 2433 -0.0464696 0.0675313 0.0396048
Vertex 2434 -0.0454731 0.0675709 0.040115
Vertex 2435 -0.0434945 0.0676224 0.0409141
Vertex 2436 -0.042494 0.0676556 0.0412962
Vertex 2437 -0.0415011 0.0676725 0.0415782
Vertex 2438 -0.04049 0.0677003 0.0417506
Vertex 2439 -0.0394947 0.0676998 0.0417669
Vertex 2440 -0.0384975 0.0676842 0.0417259
Vertex 2441 -0.0374964 0.0676867 0.0416821
Vertex 2442 -0.0365005 0.0676756 0.0415398
Vertex 2443 -0.0355091 0.0676694 0.0413832
Vertex 2444 -0.0345105 0.0676457 0.041143
Vertex 2445 -0.0335093 0.0676035 0.0406399
Vertex 2446 -0.0325025 0.0675467 0.0400218
Vertex 2447 -0.031508 0.0675059 0.0394967
Vertex 2448 -0.0305 0.0674574 0.0390127
Vertex 2449 -0.0294982 0.0674485 0.03887
Vertex 2450 -0.0284943 0.0674472 0.03888
Vertex 2451 -0.027568 0.0674298 0.0392602
Vertex 2452 -0.0264702 0.0676761 0.0408217
Vertex 2453 0.0310274 0.118497 0.0197321
Vertex 2454 0.0303372 0.119206 0.0194646
Vertex 2455 0.0355348 0.112677 0.0214127
Vertex 2456 -0.0158225 0.127346 0.0227279
Vertex 2457 0.000543528 0.123331 0.0344653
Vertex 2458 -0.0190668 0.12797 0.0127969
Vertex 2459 -0.0663982 0.164105 -0.0192035
Vertex 2460 -0.0677428 0.164471 -0.018256
Vertex 2461 -0.0174894 0.0687336 0.053904
Vertex 2462 -0.0164665 0.068805 0.0544258
Vertex 2463 -0.0154888 0.0688106 0.054717
Vertex 2464 -0.0144966 0.0687907 0.0546395
Vertex 2465 -0.0135013 0.0687469 0.0541774
Vertex 2466 -0.0125103 0.0687513 0.0543288
Vertex 2467 -0.0115046 0.0688083 0.054897
Vertex 2468 -0.0104818 0.0688481 0.0551963
Vertex 2469 -0.00952254 0.0688375 0.0554289
Vertex 2470 -0.00850916 0.0688709 0.0557558
Vertex 2471 -0.00750084 0.0688979 0.0559719
Vertex 2472 -0.00652053 0.0688834 0.0561767
Vertex 2473 -0.00550834 0.0689154 0.0563731
Vertex 2474 -0.00450651 0.0689184 0.0565193
Vertex 2475 -0.00350265 0.0689326 0.0566398
Vertex 2476 -0.00249623 0.0689511 0.056733
Vertex 2477 -0.00149713 0.0689596 0.0566805
Vertex 2478 -0.000486159 0.0689333 0.056515
Vertex 2479 0.000510392 0.0689287 0.0563645
Vertex 2480 0.00152278 0.0688979 0.0560686
Vertex 2481 0.0025057 0.0688921 0.0558596
Vertex 2482 0.00350877 0.068881 0.0557692
Vertex 2483 0.00450508 0.0688823 0.055725
Vertex 2484 0.00550935 0.0688576 0.0555484
Vertex 2485 0.00650425 0.06886 0.0554952
Vertex 2486 0.00751041 0.0688465 0.0554032
Vertex 2487 0.00850711 0.0688384 0.055257
Vertex 2488 0.00950065 0.0688226 0.0549942
Vertex 2489 0.0369605 0.105409 -0.00483089
Vertex 2490 0.0390081 0.105539 0.000161276
Vertex 2491 0.00181081 0.131692 0.0146438
Vertex 2492 0.00444274 0.131539 0.0170385
Vertex 2493 -0.0605228 0.155495 0.0235493
Vertex 2494 0.0199666 0.126684 0.0198751
Vertex 2495 0.0415962 0.101461 0.0191676
Vertex 2496 0.00750189 0.118272 0.0376599
Vertex 2497 0.00648846 0.118239 0.0378444
Vertex 2498 0.00548892 0.118228 0.0378342
Vertex 2499 0.00449629 0.118272 0.0381357
Vertex 2500 -0.0639127 0.160548 -0.0182872
Vertex 2501 -0.0340875 0.177472 -0.00744261
Vertex 2502 -0.0825971 0.103328 -0.00360734
Vertex 2503 -0.0933098 0.126856 0.0132534
Vertex 2504 -0.0364979 0.119358 0.0304421
Vertex 2505 -0.01578 0.128598 0.00819831
Vertex 2506 -0.0636791 0.157483 -0.0138656
Vertex 2507 0.03476 0.113033 0.0239837
Vertex 2508 -0.0743937 0.157452 -0.00470821
Vertex 2509 -0.0104724 0.123683 0.0330383
Vertex 2510 0.0436028 0.0973418 0.0171655
Vertex 2511 0.0439353 0.0973509 0.0141605
Vertex 2512 -0.0918243 0.128307 0.0322434
Vertex 2513 -0.069479 0.123198 0.0530616
Vertex 2514 0.0211923 0.12581 0.0217553
Vertex 2515 0.0416849 0.100037 0.02216
Vertex 2516 0.0428754 0.100088 0.00417324
Vertex 2517 0.0425933 0.066459 0.0273252
Vertex 2518 0.0435266 0.0664036 0.0265247
Vertex 2519 0.0445305 0.0664178 0.0264316
Vertex 2520 0.0454709 0.0664599 0.0266758
Vertex 2521 0.0464907 0.0664648 0.0271426
Vertex 2522 0.0474899 0.0664975 0.0274045
Vertex 2523 0.0484981 0.0664872 0.0276228
Vertex 2524 0.0495021 0.0664943 0.0276338
Vertex 2525 0.0505119 0.0665023 0.0275359
Vertex 2526 0.0515169 0.0664883 0.0274059
Vertex 2527 0.052528 0.0664738 0.0271694
Vertex 2528 0.0363255 0.10537 -0.00683316
Vertex 2529 0.0400335 0.107013 0.011165
Vertex 2530 -0.0900384 0.135039 0.0102136
Vertex 2531 0.0447245 0.0861403 0.0231669
Vertex 2532 -0.0783399 0.174997 -0.0480125
Vertex 2533 0.0440584 0.0860884 0.0251529
Vertex 2534 -0.00096127 0.131397 0.0150615
Vertex 2535 0.0154483 0.127759 0.0239281
Vertex 2536 0.016279 0.127286 0.0242335
Vertex 2537 0.00535242 0.130989 0.0202309
Vertex 2538 -0.000925431 0.131188 0.0179397
Vertex 2539 -0.00771141 0.130468 0.0154714
Vertex 2540 -0.00211759 0.125578 0.0320366
Vertex 2541 0.00866181 0.128565 0.0271896
Vertex 2542 -0.0692325 0.161954 -0.0115912
Vertex 2543 -0.0700564 0.162427 -0.0118963
Vertex 2544 -0.0105331 0.127013 0.0275477
Vertex 2545 -0.0116319 0.126956 0.0271535
Vertex 2546 -0.0590284 0.155612 0.0197248
Vertex 2547 -0.0599273 0.122373 -0.00867944
Vertex 2548 -0.0218698 0.104438 -0.0229686
Vertex 2549 -0.033827 0.0901076 -0.0243377
Vertex 2550 -0.0348266 0.0900917 -0.0242073
Vertex 2551 -0.0358241 0.0900699 -0.0240653
Vertex 2552 -0.082826 0.11472 -0.00162443
Vertex 2553 -0.0606822 0.0362429 0.0450162
Vertex 2554 -0.00381375 0.0896299 -0.0357356
Vertex 2555 -0.00582898 0.0896214 -0.0360418
Vertex 2556 0.0121355 0.107265 -0.0192728
Vertex 2557 -0.00486881 0.104509 -0.0228932
Vertex 2558 0.00913312 0.10443 -0.020596
Vertex 2559 -0.0708677 0.158014 -0.00345716
Vertex 2560 -0.0655537 0.161293 -0.0160037
Vertex 2561 -0.0465015 0.0689677 0.0402969
Vertex 2562 -0.0454899 0.0690197 0.0407796
Vertex 2563 -0.0444898 0.0690526 0.0411578
Vertex 2564 -0.0434783 0.0690982 0.041489
Vertex 2565 -0.042493 0.0690949 0.0416622
Vertex 2566 -0.0414999 0.0690877 0.0417125
Vertex 2567 -0.0405007 0.0690879 0.0417151
Vertex 2568 -0.0394983 0.0690894 0.041721
Vertex 2569 -0.0384987 0.0691035 0.0417776
Vertex 2570 -0.0374998 0.0691046 0.0417769
Vertex 2571 -0.0365043 0.0691064 0.0417512
Vertex 2572 -0.0354963 0.0690808 0.0415601
Vertex 2573 -0.0345036 0.0690703 0.0414109
Vertex 2574 -0.0334941 0.0690232 0.0409338
Vertex 2575 -0.0324875 0.068969 0.0402984
Vertex 2576 -0.0315055 0.0689302 0.0397623
Vertex 2577 -0.0305029 0.0689001 0.0393777
Vertex 2578 -0.0295002 0.0688631 0.0391758
Vertex 2579 -0.0284901 0.0688983 0.0393825
Vertex 2580 -0.0275554 0.0689002 0.0398598
Vertex 2581 -0.0264962 0.0690788 0.0415599
Vertex 2582 0.0317014 0.117733 0.0199863
Vertex 2583 0.0336732 0.115326 0.0207292
Vertex 2584 -0.0288448 0.124881 0.0180835
Vertex 2585 -0.0793976 0.151048 0.0347829
Vertex 2586 -0.056711 0.153132 0.0293166
Vertex 2587 -0.0217893 0.122494 0.0280004
Vertex 2588 -0.0685258 0.165031 -0.0185494
Vertex 2589 -0.0669714 0.163891 -0.0179699
Vertex 2590 -0.0174958 0.0701523 0.0542792
Vertex 2591 -0.0164967 0.0701922 0.0547571
Vertex 2592 -0.0154911 0.0702181 0.054969
Vertex 2593 -0.0144955 0.0701698 0.0547379
Vertex 2594 -0.013497 0.0701643 0.0543951
Vertex 2595 -0.0124826 0.0701993 0.05486
Vertex 2596 -0.0115098 0.0702302 0.0553956
Vertex 2597 -0.0104698 0.070299 0.0557764
Vertex 2598 -0.00948303 0.0703233 0.0561585
Vertex 2599 -0.00849613 0.0703395 0.0565554
Vertex 2600 -0.00751 0.070341 0.0568254
Vertex 2601 -0.00649809 0.0703887 0.0571625
Vertex 2602 -0.00549985 0.0703921 0.057296
Vertex 2603 -0.00450341 0.0703715 0.0573471
Vertex 2604 -0.0034971 0.0703995 0.0574239
Vertex 2605 -0.00248857 0.0703789 0.0573235
Vertex 2606 -0.00148992 0.070365 0.0570874
Vertex 2607 -0.000484486 0.0703477 0.056848
Vertex 2608 0.000516139 0.0703294 0.0566091
Vertex 2609 0.00151372 0.070315 0.0563646
Vertex 2610 0.00251449 0.0702821 0.0560425
Vertex 2611 0.00350637 0.0702767 0.0558823
Vertex 2612 0.00450679 0.0702611 0.0557926
Vertex 2613 0.00550295 0.0702783 0.0558582
Vertex 2614 0.00650677 0.0702743 0.0558788
Vertex 2615 0.0075074 0.0702645 0.0557506
Vertex 2616 0.00852018 0.0702413 0.0555324
Vertex 2617 0.00952067 0.0702149 0.0551678
Vertex 2618 0.0185916 0.116689 0.0359263
Vertex 2619 0.0174963 0.116768 0.0361173
Vertex 2620 0.0155004 0.116786 0.0363781
Vertex 2621 0.0144965 0.116791 0.0366152
Vertex 2622 0.0165016 0.116787 0.0362663
Vertex 2623 0.0135086 0.116829 0.0366875
Vertex 2624 0.0124993 0.116805 0.0367613
Vertex 2625 0.00449367 0.115547 0.0400425
Vertex 2626 -0.0781375 0.103077 -0.00856917
Vertex 2627 -0.0464892 0.117969 0.0304809
Vertex 2628 -0.0455006 0.117978 0.0306048
Vertex 2629 -0.0445001 0.117958 0.0308281
Vertex 2630 -0.0435009 0.117967 0.030956
Vertex 2631 0.00349251 0.118288 0.0385113
Vertex 2632 -0.00649912 0.118331 0.038456
Vertex 2633 -0.00548585 0.118301 0.0387556
Vertex 2634 -0.0889838 0.099691 0.0193911
Vertex 2635 -0.0374964 0.119384 0.0304732
Vertex 2636 -0.0899954 0.135014 0.00922069
Vertex 2637 -0.0133248 0.129244 0.00909724
Vertex 2638 -0.0144945 0.115487 0.0386767
Vertex 2639 -0.0534472 0.146228 0.0234079
Vertex 2640 -0.0633264 0.159631 -0.0180726
Vertex 2641 -0.00847869 0.123725 0.0338017
Vertex 2642 -0.00947834 0.12371 0.0334225
Vertex 2643 -0.0886398 0.102364 0.0173768
Vertex 2644 -0.0894314 0.137929 0.0371779
Vertex 2645 0.0401119 0.105635 0.0181717
Vertex 2646 -0.0704758 0.123201 0.0533571
Vertex 2647 -0.0689448 0.129685 -0.00899835
Vertex 2648 -0.0745188 0.135846 0.0503978
Vertex 2649 -0.0764868 0.144228 0.0448323
Vertex 2650 0.0435793 0.0677809 0.0261624
Vertex 2651 0.0445696 0.0677675 0.0254424
Vertex 2652 0.0455301 0.0677752 0.0254231
Vertex 2653 0.0464982 0.0677769 0.0257597
Vertex 2654 0.0484971 0.0678077 0.0264809
Vertex 2655 0.0494979 0.0678406 0.0265165
Vertex 2656 0.0505072 0.0678423 0.0265215
Vertex 2657 0.0515085 0.0678015 0.0264788
Vertex 2658 0.0525355 0.0678367 0.0261828
Vertex 2659 0.0535161 0.0677623 0.0259787
Vertex 2660 -0.0878641 0.137757 0.00720039
Vertex 2661 0.0314293 0.102107 0.036834
Vertex 2662 0.044978 0.086159 0.0221711
Vertex 2663 -0.0574243 0.0613459 0.0260206
Vertex 2664 -0.0920426 0.126958 0.0362532
Vertex 2665 -0.0895466 0.0969995 0.0164128
Vertex 2666 0.0408293 0.101363 -0.00180736
Vertex 2667 0.0425261 0.101486 0.00616657
Vertex 2668 0.0146203 0.128223 0.0236197
Vertex 2669 0.0120392 0.129427 0.0226627
Vertex 2670 -0.0581897 0.157381 0.00697939
Vertex 2671 -0.00127622 0.127442 0.029403
Vertex 2672 0.0166245 0.122097 0.0315907
Vertex 2673 -0.0677948 0.160582 -0.0110564
Vertex 2674 -0.0684622 0.16137 -0.0113077
Vertex 2675 -0.0861176 0.152173 0.0250218
Vertex 2676 -0.0760712 0.152304 0.0343668
Vertex 2677 -0.0657288 0.163321 -0.0189522
Vertex 2678 -0.0398664 0.104215 -0.0203975
Vertex 2679 -0.0679463 0.128236 -0.00906158
Vertex 2680 -0.0570341 0.144219 -0.00185162
Vertex 2681 -0.0788514 0.116332 -0.0048797
Vertex 2682 -0.0208698 0.104444 -0.0228641
Vertex 2683 -0.0728795 0.116451 -0.00740226
Vertex 2684 -0.0361905 0.168183 -0.0140562
Vertex 2685 -0.0719091 0.107919 -0.010771
Vertex 2686 -0.0427983 0.0884442 -0.0218161
Vertex 2687 -0.00482566 0.0896201 -0.0359284
Vertex 2688 -0.00882418 0.0896578 -0.0365764
Vertex 2689 -0.00782909 0.0896438 -0.0364286
Vertex 2690 -0.00586693 0.104511 -0.0229142
Vertex 2691 -0.00281596 0.0896133 -0.0355773
Vertex 2692 -0.0679602 0.132601 -0.00851511
Vertex 2693 -0.0454832 0.0704956 0.0415155
Vertex 2694 -0.0444864 0.070528 0.0418968
Vertex 2695 -0.0434937 0.0705308 0.0420517
Vertex 2696 -0.0425054 0.0705013 0.0420152
Vertex 2697 -0.0414959 0.0705202 0.0419075
Vertex 2698 -0.040497 0.0705056 0.0418211
Vertex 2699 -0.0394974 0.0705046 0.0418138
Vertex 2700 -0.0384971 0.0705176 0.0419076
Vertex 2701 -0.0374974 0.0705158 0.0419336
Vertex 2702 -0.0364989 0.0705154 0.0419282
Vertex 2703 -0.0355056 0.0705073 0.0417804
Vertex 2704 -0.0345058 0.0704863 0.0415356
Vertex 2705 -0.0334992 0.0704401 0.0410454
Vertex 2706 -0.0325179 0.0704032 0.0404934
Vertex 2707 -0.0315001 0.070354 0.040029
Vertex 2708 -0.0304972 0.0703216 0.0396594
Vertex 2709 -0.0295 0.0703058 0.0395502
Vertex 2710 -0.0284992 0.0703316 0.0397848
Vertex 2711 -0.0275703 0.070462 0.0404211
Vertex 2712 0.0372544 0.109701 0.0220387
Vertex 2713 0.036686 0.110763 0.0218417
Vertex 2714 -0.0145604 0.127706 0.0231688
Vertex 2715 -0.0581309 0.155502 0.017154
Vertex 2716 0.0441694 0.0706598 0.0245614
Vertex 2717 -0.00523434 0.128086 0.0279795
Vertex 2718 -0.0710479 0.166372 -0.0194754
Vertex 2719 -0.0662562 0.163203 -0.0177078
Vertex 2720 -0.055712 0.155088 0.0136896
Vertex 2721 -0.0174765 0.0715932 0.0547125
Vertex 2722 -0.01652 0.0715906 0.0550352
Vertex 2723 -0.0155013 0.0716083 0.0551341
Vertex 2724 -0.0144862 0.0715775 0.0549247
Vertex 2725 -0.0135947 0.071631 0.0548042
Vertex 2726 -0.0124587 0.0716774 0.0554083
Vertex 2727 -0.0115057 0.0716604 0.0558672
Vertex 2728 -0.010497 0.0717087 0.0563199
Vertex 2729 -0.00947284 0.0717726 0.0568611
Vertex 2730 -0.00848477 0.0718045 0.0573713
Vertex 2731 -0.0075062 0.071811 0.0576623
Vertex 2732 -0.00649113 0.0718493 0.0579775
Vertex 2733 -0.00549985 0.07185 0.0581365
Vertex 2734 -0.00450192 0.0718383 0.058171
Vertex 2735 -0.00349422 0.0718336 0.0581766
Vertex 2736 -0.00249095 0.0718247 0.0580407
Vertex 2737 -0.00148178 0.0718081 0.0578063
Vertex 2738 -0.000460653 0.0717499 0.0573883
Vertex 2739 0.000514565 0.0717586 0.0570729
Vertex 2740 0.00152573 0.0717149 0.0566366
Vertex 2741 0.00252738 0.0716721 0.0561852
Vertex 2742 0.00350574 0.071674 0.0559901
Vertex 2743 0.00450108 0.0716864 0.0560951
Vertex 2744 0.00550383 0.0716948 0.0562222
Vertex 2745 0.00650555 0.0716952 0.056225
Vertex 2746 0.00750117 0.0716903 0.0560753
Vertex 2747 0.0085198 0.0716538 0.0557746
Vertex 2748 0.010477 0.116818 0.0374755
Vertex 2749 -0.0620027 0.172528 -0.0545971
Vertex 2750 -0.0734876 0.127439 0.0525898
Vertex 2751 -0.00449008 0.116939 0.0397737
Vertex 2752 -0.00348806 0.11693 0.0398821
Vertex 2753 -0.00249086 0.116945 0.0398999
Vertex 2754 -0.00149467 0.116953 0.0400314
Vertex 2755 0.0094903 0.116849 0.0377607
Vertex 2756 -0.0519903 0.161388 0.00628165
Vertex 2757 -0.0474929 0.163748 0.00542805
Vertex 2758 -0.0885619 0.129493 0.00323888
Vertex 2759 -0.0423634 0.121318 -0.0123099
Vertex 2760 -0.0735068 0.118971 0.0531919
Vertex 2761 -0.0425043 0.117982 0.0312159
Vertex 2762 -0.0405007 0.118003 0.0314814
Vertex 2763 -0.00749979 0.118315 0.0383098
Vertex 2764 -0.0725001 0.120391 0.0535845
Vertex 2765 -0.0385014 0.119389 0.0303589
Vertex 2766 -0.0532846 0.152692 0.0160461
Vertex 2767 -0.0124987 0.115524 0.0391996
Vertex 2768 -0.0538929 0.14622 0.0244012
Vertex 2769 0.0333375 0.115599 0.0220283
Vertex 2770 0.0250594 0.122946 0.0231962
Vertex 2771 0.0406194 0.104193 0.00117617
Vertex 2772 0.0381439 0.103967 -0.00387277
Vertex 2773 -0.0846334 0.108922 0.00436756
Vertex 2774 -0.0278908 0.0903405 -0.0316075
Vertex 2775 -0.00240135 0.128537 0.0275513
Vertex 2776 0.042474 0.101514 0.0131646
Vertex 2777 -0.0744952 0.144184 0.0450216
Vertex 2778 -0.0754912 0.144221 0.0449451
Vertex 2779 -0.0924811 0.125593 0.0372603
Vertex 2780 0.0445518 0.069148 0.0246508
Vertex 2781 -0.00944135 0.168135 -0.0197365
Vertex 2782 0.0421339 0.102871 0.00816377
Vertex 2783 -0.0627003 0.150649 -0.00857321
Vertex 2784 0.0484958 0.0691068 0.025078
Vertex 2785 -0.0934989 0.122762 0.0122811
Vertex 2786 0.0525192 0.0691267 0.0251103
Vertex 2787 -0.0449903 0.16693 -0.00785376
Vertex 2788 -0.0513967 0.161204 -0.00381805
Vertex 2789 -0.0239518 0.123773 0.0227902
Vertex 2790 0.0417869 0.088692 -0.00877741
Vertex 2791 -0.0634206 0.167809 -0.0425955
Vertex 2792 0.0275962 0.102142 0.0400686
Vertex 2793 0.0262381 0.119658 0.0279158
Vertex 2794 0.0241906 0.121901 0.0271611
Vertex 2795 0.0178192 0.126124 0.0248053
Vertex 2796 0.00583381 0.129313 0.0261699
Vertex 2797 -0.0543547 0.158623 0.00837339
Vertex 2798 -0.0635975 0.15411 -0.00948093
Vertex 2799 -0.0640946 0.155219 -0.00966954
Vertex 2800 -0.0664541 0.159015 -0.0105538
Vertex 2801 -0.0899696 0.15095 0.0147905
Vertex 2802 -0.0325959 0.124521 0.0211556
Vertex 2803 -0.0103882 0.129888 0.00873113
Vertex 2804 -0.0116527 0.129557 0.00826831
Vertex 2805 -0.0128512 0.129269 0.0078276
Vertex 2806 -0.0388642 0.104209 -0.02036
Vertex 2807 0.00518099 0.090879 -0.0329112
Vertex 2808 -0.0192289 0.178619 -0.0235673
Vertex 2809 -0.0281256 0.165243 -0.0164075
Vertex 2810 -0.0510936 0.156101 -0.00485677
Vertex 2811 -0.0749441 0.129634 -0.00796551
Vertex 2812 -0.0767139 0.070678 0.0244626
Vertex 2813 -0.0564238 0.0718073 0.0399857
Vertex 2814 -0.0438038 0.0884337 -0.0219011
Vertex 2815 -0.00986994 0.104508 -0.0232523
Vertex 2816 0.0101263 0.107276 -0.0197522
Vertex 2817 -0.0530851 0.151641 -0.00314317
Vertex 2818 -0.0709552 0.134052 -0.00817596
Vertex 2819 -0.00687105 0.104506 -0.0230032
Vertex 2820 -0.00186382 0.104504 -0.0225214
Vertex 2821 -0.0474992 0.0718408 0.0410603
Vertex 2822 -0.0464862 0.0718998 0.0415251
Vertex 2823 -0.0454912 0.0719252 0.0419203
Vertex 2824 -0.0444999 0.0719382 0.0422118
Vertex 2825 -0.0434973 0.0719505 0.0423325
Vertex 2826 -0.0425015 0.0719333 0.0422422
Vertex 2827 -0.0414982 0.0719267 0.042103
Vertex 2828 -0.0404967 0.071918 0.0419528
Vertex 2829 -0.0394983 0.0719214 0.0419294
Vertex 2830 -0.0384957 0.0719179 0.0419735
Vertex 2831 -0.0374981 0.0719295 0.0420686
Vertex 2832 -0.0365004 0.0719314 0.0420432
Vertex 2833 -0.0354914 0.0719062 0.0418497
Vertex 2834 -0.0344943 0.0718865 0.0415833
Vertex 2835 -0.0334964 0.0718545 0.0411869
Vertex 2836 -0.0324962 0.0718107 0.0406773
Vertex 2837 -0.0315034 0.0717826 0.0402663
Vertex 2838 -0.0304968 0.071744 0.0399232
Vertex 2839 -0.0294931 0.0717523 0.039896
Vertex 2840 -0.0285258 0.0717501 0.0402231
Vertex 2841 -0.027646 0.071755 0.0409574
Vertex 2842 -0.0265911 0.123944 0.0203778
Vertex 2843 -0.0203273 0.127615 0.0123404
Vertex 2844 -0.047302 0.16443 0.00497116
Vertex 2845 -0.0693087 0.165593 -0.0188405
Vertex 2846 -0.06502 0.161419 -0.0172527
Vertex 2847 -0.0667865 0.156181 0.0155153
Vertex 2848 -0.0174793 0.0730127 0.0550809
Vertex 2849 -0.0164865 0.0730277 0.0553332
Vertex 2850 -0.0154933 0.0730227 0.0553537
Vertex 2851 -0.0145068 0.0730096 0.0554058
Vertex 2852 -0.0134817 0.073078 0.0557755
Vertex 2853 -0.0125037 0.0730609 0.0559849
Vertex 2854 -0.0115028 0.0730832 0.0562182
Vertex 2855 -0.0104955 0.0731168 0.0565579
Vertex 2856 -0.00949277 0.073156 0.0570282
Vertex 2857 -0.00849692 0.0731924 0.0575239
Vertex 2858 -0.00751646 0.0732149 0.0579299
Vertex 2859 -0.00648913 0.0732625 0.0583326
Vertex 2860 -0.00551998 0.0732424 0.0584734
Vertex 2861 -0.00449908 0.0732747 0.0586205
Vertex 2862 -0.0034971 0.0732704 0.0586485
Vertex 2863 -0.0024916 0.073257 0.0585379
Vertex 2864 -0.00148369 0.0732377 0.0582942
Vertex 2865 -0.000474921 0.0732072 0.0579427
Vertex 2866 0.000540453 0.0731645 0.0574875
Vertex 2867 0.00152589 0.0731231 0.0568629
Vertex 2868 0.00252027 0.0730778 0.0562797
Vertex 2869 0.00350083 0.0730867 0.0562031
Vertex 2870 0.00450223 0.0730917 0.0563795
Vertex 2871 0.00550411 0.0731036 0.0564845
Vertex 2872 0.00650695 0.0731027 0.0564796
Vertex 2873 0.00752021 0.073081 0.0562837
Vertex 2874 0.00851959 0.0730626 0.056014
Vertex 2875 -0.0205044 0.11679 0.0360351
Vertex 2876 -0.0135132 0.116917 0.0382221
Vertex 2877 -0.0174998 0.115454 0.0379182
Vertex 2878 -0.0134922 0.122339 0.0335983
Vertex 2879 -0.0711473 0.17507 -0.0540267
Vertex 2880 -0.0155327 0.116851 0.0372458
Vertex 2881 -0.0145147 0.116898 0.0378441
Vertex 2882 -0.0124867 0.11689 0.0385307
Vertex 2883 0.00249078 0.115545 0.0403845
Vertex 2884 -0.0180519 0.128104 0.0102643
Vertex 2885 -0.0724981 0.121807 0.0536688
Vertex 2886 0.014393 0.129494 0.0163965
Vertex 2887 -0.0685095 0.148391 0.0402581
Vertex 2888 -0.0745085 0.118967 0.0529255
Vertex 2889 -0.0414996 0.117985 0.0314618
Vertex 2890 -0.00850406 0.11834 0.0382239
Vertex 2891 -0.0714938 0.120397 0.053531
Vertex 2892 -0.0395052 0.119385 0.0302298
Vertex 2893 -0.0929753 0.11876 0.0253083
Vertex 2894 -0.0255852 0.0930492 -0.0306058
Vertex 2895 -0.0134985 0.11551 0.0389419
Vertex 2896 -0.0887482 0.102363 0.0163794
Vertex 2897 -0.0815485 0.124491 0.0516101
Vertex 2898 0.0425401 0.0986672 0.000167984
Vertex 2899 0.0402375 0.104169 0.000177419
Vertex 2900 -0.0626979 0.149033 -0.0165859
Vertex 2901 0.0415042 0.104246 0.00816492
Vertex 2902 -0.0814657 0.130234 0.0522094
Vertex 2903 -0.0755086 0.133058 0.0519758
Vertex 2904 0.0447855 0.0917675 0.0181585
Vertex 2905 -0.0774688 0.144183 0.0446652
Vertex 2906 -0.0838169 0.107636 0.0253505
Vertex 2907 0.0416553 0.0900846 -0.00877196
Vertex 2908 -0.0588172 0.123244 -0.00816875
Vertex 2909 -0.052917 0.144693 0.0213981
Vertex 2910 -0.0944514 0.122808 0.0172688
Vertex 2911 0.0428559 0.0972978 0.0221679
Vertex 2912 0.0430852 0.0973049 0.0211625
Vertex 2913 0.0441966 0.0973694 0.0101636
Vertex 2914 -0.000867993 0.104495 -0.0223762
Vertex 2915 0.0450144 0.0945871 0.00816469
Vertex 2916 0.0448957 0.0945828 0.0101613
Vertex 2917 0.0448731 0.0945767 0.0111579
Vertex 2918 -0.0735479 0.162209 -0.012171
Vertex 2919 -0.0393811 0.128131 0.00244283
Vertex 2920 0.0337238 0.11401 0.0250189
Vertex 2921 -0.0945025 0.125547 0.0202583
Vertex 2922 0.00443138 0.126024 0.0314422
Vertex 2923 -0.0454976 0.13168 0.014882
Vertex 2924 -0.0334278 0.124984 0.0208436
Vertex 2925 -0.000536732 0.10034 0.0474846
Vertex 2926 0.0308738 0.115323 0.0282321
Vertex 2927 0.0320582 0.11345 0.0286813
Vertex 2928 0.0326073 0.112448 0.0288842
Vertex 2929 -0.0439578 0.12961 0.0140149
Vertex 2930 -0.0631406 0.152896 -0.00931447
Vertex 2931 -0.0732189 0.155097 0.0278276
Vertex 2932 -0.0102548 0.179004 -0.0295955
Vertex 2933 -0.0718118 0.14996 0.0389054
Vertex 2934 -0.00805064 0.130356 0.00959263
Vertex 2935 -0.0091854 0.130144 0.00917512
Vertex 2936 -0.0543656 0.153368 0.0199938
Vertex 2937 -0.0654224 0.156324 0.0217941
Vertex 2938 0.00418461 0.0908826 -0.0329329
Vertex 2939 0.00317447 0.0908801 -0.0331491
Vertex 2940 -0.0619388 0.0647772 0.0309092
Vertex 2941 -0.0538047 0.0884108 -0.022116
Vertex 2942 -0.0528013 0.0884055 -0.0219839
Vertex 2943 -0.051798 0.0884029 -0.0218862
Vertex 2944 -0.0585008 0.0732388 0.0410714
Vertex 2945 -0.0574944 0.0732758 0.0411576
Vertex 2946 -0.0564978 0.0732565 0.0410435
Vertex 2947 -0.0553906 0.073233 0.0409139
Vertex 2948 -0.0544961 0.0732542 0.0409056
Vertex 2949 -0.0534972 0.0732542 0.0410474
Vertex 2950 -0.0523543 0.073291 0.0414729
Vertex 2951 -0.0513529 0.0733082 0.0416893
Vertex 2952 -0.0504955 0.0733248 0.0417999
Vertex 2953 -0.0495043 0.073253 0.0416255
Vertex 2954 -0.0485008 0.0732772 0.0415918
Vertex 2955 -0.0475077 0.0732702 0.0416223
Vertex 2956 -0.0464944 0.0733156 0.0418074
Vertex 2957 -0.0454969 0.0733342 0.042072
Vertex 2958 -0.0444884 0.0733739 0.0424053
Vertex 2959 -0.0434944 0.0733818 0.0425428
Vertex 2960 -0.0424965 0.0733822 0.0425454
Vertex 2961 -0.0415001 0.0733705 0.042415
Vertex 2962 -0.0404948 0.0733395 0.0422389
Vertex 2963 -0.0395018 0.0733502 0.0421461
Vertex 2964 -0.0384993 0.0733372 0.0420402
Vertex 2965 -0.0374936 0.0733328 0.0420467
Vertex 2966 -0.0364993 0.0733348 0.0420574
Vertex 2967 -0.0354954 0.0733233 0.0419636
Vertex 2968 -0.0344935 0.0733008 0.0417052
Vertex 2969 -0.0335401 0.0732865 0.0413362
Vertex 2970 -0.0325067 0.0732308 0.0407775
Vertex 2971 -0.0315215 0.0732244 0.0404306
Vertex 2972 -0.030493 0.0731979 0.0402297
Vertex 2973 -0.0294789 0.0732089 0.0403736
Vertex 2974 -0.02858 0.0731702 0.040795
Vertex 2975 -0.0177178 0.125534 0.0250034
Vertex 2976 -0.0650198 0.154365 0.0307072
Vertex 2977 0.0117574 0.130329 0.0182774
Vertex 2978 -0.0460993 0.132381 0.0175967
Vertex 2979 -0.0701684 0.165994 -0.0191552
Vertex 2980 -0.0644192 0.16051 -0.0170316
Vertex 2981 0.00440154 0.12483 0.0329119
Vertex 2982 -0.0887181 0.123977 0.00228597
Vertex 2983 -0.0184891 0.0743773 0.0548673
Vertex 2984 -0.0174978 0.0744121 0.0553624
Vertex 2985 -0.0164935 0.0744329 0.0555937
Vertex 2986 -0.0154906 0.0744572 0.0558178
Vertex 2987 -0.0144845 0.0744882 0.056153
Vertex 2988 -0.0134963 0.0744967 0.0564394
Vertex 2989 -0.0124992 0.0745024 0.0565746
Vertex 2990 -0.0114929 0.0745162 0.0566704
Vertex 2991 -0.0105044 0.0745085 0.0567054
Vertex 2992 -0.00951606 0.0745243 0.0569833
Vertex 2993 -0.00849476 0.0745791 0.0575173
Vertex 2994 -0.00751948 0.0746046 0.0579524
Vertex 2995 -0.00651495 0.0746355 0.058305
Vertex 2996 -0.00551889 0.0746529 0.0585785
Vertex 2997 -0.00450103 0.0746726 0.0587526
Vertex 2998 -0.00349992 0.0746709 0.0587938
Vertex 2999 -0.00249354 0.0746702 0.0587588
Vertex 3000 -0.00149257 0.0746611 0.0586297
Vertex 3001 -0.000472995 0.0746288 0.0583091
Vertex 3002 0.000529964 0.0745913 0.0578265
Vertex 3003 0.00152786 0.0745369 0.0570999
Vertex 3004 0.00251466 0.0744821 0.0563666
Vertex 3005 0.00350858 0.074484 0.056374
Vertex 3006 0.00450201 0.0745047 0.0565768
Vertex 3007 0.00550174 0.0745058 0.0566062
Vertex 3008 0.00650523 0.0745046 0.0565842
Vertex 3009 0.00750123 0.074495 0.0564449
Vertex 3010 0.00849936 0.0744764 0.056192
Vertex 3011 -0.0285061 0.116641 0.0323888
Vertex 3012 -0.0195037 0.11681 0.0364149
Vertex 3013 0.00549638 0.115538 0.0397987
Vertex 3014 -0.01852 0.115493 0.0376203
Vertex 3015 -0.0164901 0.115444 0.0380258
Vertex 3016 -0.0185046 0.116829 0.0366774
Vertex 3017 -0.0175094 0.116845 0.0368185
Vertex 3018 -0.0165066 0.11684 0.0369313
Vertex 3019 0.00149278 0.115548 0.0405079
Vertex 3020 0.000499429 0.115573 0.0406664
Vertex 3021 0.00237701 0.131635 0.0162813
Vertex 3022 0.00049871 0.116947 0.0399069
Vertex 3023 0.00149552 0.116934 0.0397718
Vertex 3024 -0.0663081 0.150341 0.0377708
Vertex 3025 -0.0755221 0.11896 0.0528247
Vertex 3026 -0.00949582 0.118295 0.0381649
Vertex 3027 -0.0704838 0.120388 0.0533274
Vertex 3028 -0.0404957 0.119327 0.0301663
Vertex 3029 -0.061806 0.172532 -0.0555873
Vertex 3030 -0.0414124 0.128336 0.00169512
Vertex 3031 -0.0276791 0.155231 -0.00339809
Vertex 3032 -0.0610765 0.167736 -0.0598039
Vertex 3033 -0.0805286 0.124537 0.0519983
Vertex 3034 0.00750154 0.123796 0.0339733
Vertex 3035 -0.0870357 0.141902 0.00919077
Vertex 3036 -0.093713 0.126863 0.0152623
Vertex 3037 0.0309797 0.118122 0.0225615
Vertex 3038 -0.0379623 0.174733 -0.00453553
Vertex 3039 -0.0764978 0.13308 0.0521415
Vertex 3040 -0.0735123 0.142806 0.0460464
Vertex 3041 -0.0784392 0.144133 0.0443751
Vertex 3042 0.0420841 0.090131 -0.00780186
Vertex 3043 0.0251411 0.10209 0.0417928
Vertex 3044 0.0137177 0.0926941 0.0515916
Vertex 3045 -0.0628077 0.166262 -0.0415912
Vertex 3046 -0.0633942 0.159878 -0.0495887
Vertex 3047 0.0435886 0.091694 0.0241609
Vertex 3048 0.0371007 0.10968 0.00116733
Vertex 3049 -0.0897565 0.140652 0.029182
Vertex 3050 -0.0263202 0.0930635 -0.029586
Vertex 3051 -0.0744578 0.144386 -0.00789461
Vertex 3052 0.0440694 0.0973609 0.0121636
Vertex 3053 0.0440256 0.0973461 0.0131583
Vertex 3054 0.0441637 0.0973591 0.0111613
Vertex 3055 0.0366972 0.106807 -0.00382741
Vertex 3056 -0.00549411 0.130838 0.0134037
Vertex 3057 -0.0724136 0.156792 -0.00114359
Vertex 3058 -0.0235762 0.184403 -0.0123621
Vertex 3059 -0.0940215 0.120122 0.0233001
Vertex 3060 -0.0672387 0.155112 0.00519073
Vertex 3061 -0.075576 0.155851 0.0124034
Vertex 3062 -0.0550812 0.153793 0.0226168
Vertex 3063 0.0282931 0.118599 0.0272385
Vertex 3064 -0.0395373 0.172163 -0.000837254
Vertex 3065 -0.0579073 0.152669 0.031812
Vertex 3066 -0.0752191 0.155599 0.0242023
Vertex 3067 0.00976243 0.126251 0.030462
Vertex 3068 -0.0453894 0.130637 0.0193744
Vertex 3069 -0.00449056 0.130995 0.0108991
Vertex 3070 -0.00563766 0.13083 0.0104776
Vertex 3071 -0.00684325 0.130599 0.0100344
Vertex 3072 -0.0353577 0.174409 -0.00212011
Vertex 3073 -0.00926648 0.100073 0.0477845
Vertex 3074 -0.0174382 0.127681 0.00469302
Vertex 3075 -0.0186888 0.127303 0.00423263
Vertex 3076 -0.0799097 0.0706493 0.0132254
Vertex 3077 -0.062494 0.0746373 0.0407954
Vertex 3078 -0.061487 0.0746791 0.0411579
Vertex 3079 -0.0604756 0.0747304 0.0414998
Vertex 3080 -0.0594953 0.0747194 0.0418121
Vertex 3081 -0.058489 0.0747585 0.0420339
Vertex 3082 -0.0574953 0.0747475 0.0420563
Vertex 3083 -0.056498 0.07472 0.0419593
Vertex 3084 -0.0554996 0.0746996 0.0418498
Vertex 3085 -0.0544977 0.0747139 0.0418232
Vertex 3086 -0.0534934 0.0747559 0.0420439
Vertex 3087 -0.0524951 0.0747684 0.0423102
Vertex 3088 -0.0514866 0.0748352 0.0426181
Vertex 3089 -0.050496 0.074792 0.0427038
Vertex 3090 -0.049499 0.0747526 0.0426395
Vertex 3091 -0.0484939 0.0747239 0.0424157
Vertex 3092 -0.0474977 0.0747299 0.0422594
Vertex 3093 -0.0464974 0.074738 0.042075
Vertex 3094 -0.0454927 0.0747515 0.0421648
Vertex 3095 -0.0444968 0.0747696 0.0424527
Vertex 3096 -0.0434927 0.0747943 0.0426652
Vertex 3097 -0.0424937 0.0748068 0.0427898
Vertex 3098 -0.0414978 0.0748079 0.0427759
Vertex 3099 -0.0404951 0.0747761 0.0426102
Vertex 3100 -0.0394923 0.074754 0.042367
Vertex 3101 -0.038499 0.0747376 0.0420783
Vertex 3102 -0.0374985 0.0747273 0.041938
Vertex 3103 -0.0364949 0.0747255 0.0419725
Vertex 3104 -0.0354986 0.0747267 0.0419454
Vertex 3105 -0.0345032 0.0747169 0.0417978
Vertex 3106 -0.0335027 0.074683 0.04142
Vertex 3107 -0.032492 0.0746402 0.0409516
Vertex 3108 -0.0314973 0.0746234 0.0406619
Vertex 3109 -0.0304795 0.0746468 0.0405648
Vertex 3110 -0.0295455 0.0745738 0.040676
Vertex 3111 -0.0287306 0.074519 0.0412207
Vertex 3112 -0.0690929 0.156328 0.0219534
Vertex 3113 -0.0569847 0.153801 0.0277423
Vertex 3114 -0.0388249 0.122181 0.0278208
Vertex 3115 -0.0631219 0.156103 0.0153645
Vertex 3116 -0.0166094 0.128602 0.0136868
Vertex 3117 -0.0678285 0.156225 0.0151421
Vertex 3118 -0.0154583 0.128246 0.0199229
Vertex 3119 -0.0194809 0.0757644 0.0547346
Vertex 3120 -0.0185025 0.0757876 0.0552584
Vertex 3121 -0.0175019 0.0758159 0.0556202
Vertex 3122 -0.0164937 0.0758406 0.0558352
Vertex 3123 -0.0154881 0.0758696 0.0561745
Vertex 3124 -0.0144819 0.0759021 0.0565083
Vertex 3125 -0.0134956 0.0759117 0.0568004
Vertex 3126 -0.0125098 0.0759113 0.0569785
Vertex 3127 -0.0114916 0.0759418 0.0571389
Vertex 3128 -0.010501 0.0759377 0.0571751
Vertex 3129 -0.00950387 0.075936 0.0571919
Vertex 3130 -0.00851553 0.0759427 0.057359
Vertex 3131 -0.00751182 0.075985 0.0578234
Vertex 3132 -0.00651273 0.0760152 0.058184
Vertex 3133 -0.00550346 0.076042 0.0585145
Vertex 3134 -0.00451238 0.0760575 0.0586977
Vertex 3135 -0.00350074 0.0760658 0.0587997
Vertex 3136 -0.00249266 0.0760635 0.0587913
Vertex 3137 -0.00148881 0.0760516 0.0586512
Vertex 3138 -0.000477761 0.0760312 0.0584165
Vertex 3139 0.000516136 0.0760027 0.0580883
Vertex 3140 0.00152343 0.0759482 0.0573355
Vertex 3141 0.00252933 0.0758769 0.0564116
Vertex 3142 0.00350533 0.0758855 0.0563752
Vertex 3143 0.00450914 0.0758818 0.0564153
Vertex 3144 0.00550249 0.0758881 0.0564988
Vertex 3145 0.00650569 0.075888 0.056486
Vertex 3146 0.00750673 0.0758763 0.0563548
Vertex 3147 0.00851655 0.0758606 0.0561295
Vertex 3148 0.00950453 0.0758273 0.0557308
Vertex 3149 -0.00149487 0.115594 0.0408235
Vertex 3150 -0.00348845 0.115565 0.0406522
Vertex 3151 -0.0264982 0.113889 0.035131
Vertex 3152 -0.00549555 0.115561 0.0401898
Vertex 3153 -0.0295006 0.116619 0.032366
Vertex 3154 -0.0305006 0.116618 0.0322439
Vertex 3155 -0.0325031 0.116645 0.0321616
Vertex 3156 -0.0335001 0.116617 0.0321346
Vertex 3157 0.0064767 0.115498 0.0396093
Vertex 3158 -0.0114976 0.116917 0.038689
Vertex 3159 -0.00947746 0.116894 0.0392479
Vertex 3160 -0.000499113 0.11695 0.0400287
Vertex 3161 -0.0866178 0.151117 0.0269024
Vertex 3162 -0.0895137 0.135181 0.0391853
Vertex 3163 -0.0304982 0.117934 0.0308066
Vertex 3164 -0.0135115 0.118298 0.0374588
Vertex 3165 -0.0694862 0.120387 0.0531587
Vertex 3166 -0.041505 0.119362 0.0299569
Vertex 3167 -0.016864 0.128415 0.0107007
Vertex 3168 -0.0635616 0.174109 -0.0525858
Vertex 3169 0.0127826 0.0926962 0.0520031
Vertex 3170 -0.0635173 0.159862 -0.0515858
Vertex 3171 -0.0795325 0.124539 0.0521412
Vertex 3172 0.0393973 0.0899152 -0.0117774
Vertex 3173 -0.0708312 0.0951391 -0.0158707
Vertex 3174 -0.0251882 0.121015 0.0283088
Vertex 3175 -0.00359581 0.130946 0.00835725
Vertex 3176 -0.0745085 0.13306 0.0516401
Vertex 3177 -0.0170948 0.127006 0.022289
Vertex 3178 -0.0623314 0.0357831 0.0433788
Vertex 3179 0.0409333 0.0900371 -0.0097907
Vertex 3180 -0.0556334 0.121157 -0.00996616
Vertex 3181 -0.0424949 0.168218 0.00285877
Vertex 3182 -0.0934681 0.120116 0.0253121
Vertex 3183 0.0414143 0.104258 0.0111621
Vertex 3184 -0.0888835 0.0983415 0.0204012
Vertex 3185 -0.0855696 0.139064 0.00222203
Vertex 3186 -0.0617185 0.155298 -0.026582
Vertex 3187 -0.0748917 0.16378 -0.0359985
Vertex 3188 -0.0939853 0.126886 0.0172543
Vertex 3189 -0.049095 0.140149 0.0113941
Vertex 3190 -0.048723 0.166988 -0.000980568
Vertex 3191 -0.0484929 0.162245 0.00645185
Vertex 3192 -0.0195101 0.114089 0.03835
Vertex 3193 0.0405338 0.105622 0.0141627
Vertex 3194 -0.0713739 0.162409 -0.0439557
Vertex 3195 -0.0636484 0.15559 0.00937973
Vertex 3196 -0.0172476 0.12413 0.0281151
Vertex 3197 0.0261502 0.120654 0.0264581
Vertex 3198 -0.0384621 0.172216 -0.000421117
Vertex 3199 -0.0162799 0.127645 0.0211086
Vertex 3200 -0.0267774 0.122204 0.0247423
Vertex 3201 -0.0757916 0.155001 0.00503825
Vertex 3202 -0.00219357 0.131295 0.0117423
Vertex 3203 -0.00334167 0.13115 0.0113211
Vertex 3204 -0.0388302 0.173903 -0.00342781
Vertex 3205 -0.0375897 0.174214 -0.00298303
Vertex 3206 -0.0364509 0.174337 -0.00256774
Vertex 3207 -0.014877 0.12853 0.00563728
Vertex 3208 -0.016194 0.128088 0.0051496
Vertex 3209 -0.0746238 0.166812 -0.0222329
Vertex 3210 -0.0628076 0.0881622 -0.0190458
Vertex 3211 -0.0634812 0.0760895 0.041143
Vertex 3212 -0.0624979 0.0760891 0.0414437
Vertex 3213 -0.0614823 0.0761372 0.0417782
Vertex 3214 -0.0604976 0.0761414 0.0420756
Vertex 3215 -0.0594928 0.0761776 0.0424443
Vertex 3216 -0.0584967 0.0761953 0.0427061
Vertex 3217 -0.057498 0.0762057 0.0428357
Vertex 3218 -0.0564973 0.0762116 0.0428205
Vertex 3219 -0.055499 0.0761852 0.0427309
Vertex 3220 -0.054499 0.0761691 0.0426143
Vertex 3221 -0.0534988 0.0761753 0.0426023
Vertex 3222 -0.0524919 0.0762203 0.042799
Vertex 3223 -0.0514919 0.076238 0.0430598
Vertex 3224 -0.0505002 0.0762293 0.0432414
Vertex 3225 -0.0494979 0.0762481 0.043343
Vertex 3226 -0.0484988 0.0762375 0.0432182
Vertex 3227 -0.0474967 0.0761987 0.0428659
Vertex 3228 -0.0464963 0.076159 0.0423522
Vertex 3229 -0.0454972 0.0761548 0.042184
Vertex 3230 -0.0444942 0.0761733 0.0424299
Vertex 3231 -0.0434831 0.0762058 0.0427502
Vertex 3232 -0.042485 0.0762268 0.0429934
Vertex 3233 -0.0414957 0.0762285 0.0430404
Vertex 3234 -0.0405031 0.0762353 0.0429954
Vertex 3235 -0.0394998 0.076195 0.0426907
Vertex 3236 -0.0385157 0.0761871 0.0423388
Vertex 3237 -0.0375015 0.0761535 0.0421853
Vertex 3238 -0.0365028 0.0761422 0.0420368
Vertex 3239 -0.0355049 0.076131 0.0419036
Vertex 3240 -0.0345095 0.0761212 0.0417709
Vertex 3241 -0.0335058 0.0760991 0.0415371
Vertex 3242 -0.0325056 0.0760815 0.0412743
Vertex 3243 -0.0314965 0.0760483 0.040909
Vertex 3244 -0.0305089 0.0760274 0.0408429
Vertex 3245 -0.0296253 0.0759773 0.0411397
Vertex 3246 -0.0720629 0.166594 -0.0198059
Vertex 3247 -0.0730865 0.16659 -0.0202232
Vertex 3248 -0.0743971 0.166132 -0.0206985
Vertex 3249 -0.0178664 0.12824 0.013233
Vertex 3250 -0.0638466 0.159519 -0.0168205
Vertex 3251 -0.0335771 0.177292 -0.00581839
Vertex 3252 -0.0810787 0.154935 0.0192662
Vertex 3253 -0.0194892 0.0771957 0.0553527
Vertex 3254 -0.018487 0.0772258 0.0557066
Vertex 3255 -0.0174998 0.0772311 0.0559767
Vertex 3256 -0.0165098 0.0772307 0.0561424
Vertex 3257 -0.0154942 0.0772732 0.0564359
Vertex 3258 -0.0144972 0.0772805 0.0565653
Vertex 3259 -0.0134941 0.0773082 0.0569169
Vertex 3260 -0.0125077 0.0773203 0.0572074
Vertex 3261 -0.0115193 0.0773584 0.0574493
Vertex 3262 -0.0105025 0.0773598 0.0576687
Vertex 3263 -0.00950395 0.0773592 0.0576807
Vertex 3264 -0.00849865 0.0773628 0.0576515
Vertex 3265 -0.00749863 0.0773617 0.0576592
Vertex 3266 -0.00650962 0.0773868 0.0579538
Vertex 3267 -0.00550708 0.0774167 0.0583085
Vertex 3268 -0.0045144 0.0774415 0.0584948
Vertex 3269 -0.00350236 0.0774419 0.0585703
Vertex 3270 -0.00249513 0.0774404 0.0585569
Vertex 3271 -0.00149233 0.077429 0.0585147
Vertex 3272 -0.000475449 0.077417 0.0583222
Vertex 3273 0.000533962 0.0773889 0.0579724
Vertex 3274 0.00152141 0.0773467 0.0574533
Vertex 3275 0.00250507 0.0772798 0.0565792
Vertex 3276 0.00352032 0.0772514 0.0561756
Vertex 3277 0.00450615 0.0772491 0.0561317
Vertex 3278 0.00550075 0.0772523 0.0562045
Vertex 3279 0.0065091 0.0772612 0.0561769
Vertex 3280 0.00750831 0.0772509 0.056126
Vertex 3281 0.00850648 0.0772375 0.0559821
Vertex 3282 0.00950521 0.0772084 0.0556135
Vertex 3283 -0.0394943 0.116662 0.0325452
Vertex 3284 -0.00248723 0.115552 0.0407434
Vertex 3285 -0.0275013 0.113896 0.0350206
Vertex 3286 -0.0285016 0.113902 0.0349068
Vertex 3287 -0.00449865 0.115591 0.0404715
Vertex 3288 -0.0384792 0.116679 0.0322191
Vertex 3289 -0.0374929 0.116616 0.0320198
Vertex 3290 -0.0364958 0.116629 0.0319219
Vertex 3291 -0.0314993 0.116609 0.0322344
Vertex 3292 -0.0255237 0.116678 0.0329121
Vertex 3293 -0.0104786 0.116885 0.0389916
Vertex 3294 0.00249558 0.116934 0.0396534
Vertex 3295 0.0425837 0.100055 0.002186
Vertex 3296 -0.0255703 0.121939 -0.00698176
Vertex 3297 0.0378536 0.10688 -0.000832307
Vertex 3298 -0.0145239 0.118305 0.0371093
Vertex 3299 -0.0434968 0.119301 0.0295385
Vertex 3300 0.00128405 0.131584 0.0158806
Vertex 3301 -0.0615895 0.155312 -0.0215829
Vertex 3302 0.0394741 0.102755 0.0261825
Vertex 3303 -0.0839185 0.112898 0.00127069
Vertex 3304 -0.0785283 0.124553 0.0522615
Vertex 3305 0.00550365 0.123767 0.0339438
Vertex 3306 -0.08472 0.111015 0.033569
Vertex 3307 -0.0944357 0.121484 0.0222838
Vertex 3308 -0.0804698 0.130248 0.0526854
Vertex 3309 0.0227948 0.124775 0.0223512
Vertex 3310 -0.0755038 0.138646 0.0489499
Vertex 3311 -0.0735163 0.138649 0.0485985
Vertex 3312 0.0152822 0.129138 0.0167187
Vertex 3313 -0.0696939 0.158144 -0.0499358
Vertex 3314 -0.0708234 0.155869 0.0257344
Vertex 3315 -0.0861178 0.0953813 0.000442214
Vertex 3316 -0.061968 0.159998 -0.0366167
Vertex 3317 -0.0380638 0.174118 -0.00995608
Vertex 3318 0.0319925 0.114417 -0.00326976
Vertex 3319 0.0364319 0.108205 -0.00282023
Vertex 3320 0.0368294 0.108237 -0.00182731
Vertex 3321 -0.0855607 0.111744 0.0263451
Vertex 3322 -0.00398687 0.126095 0.0313534
Vertex 3323 -0.00305215 0.125834 0.0316944
Vertex 3324 -0.0185368 0.123815 0.0276913
Vertex 3325 0.0247646 0.122114 0.0259409
Vertex 3326 0.0105257 0.123354 0.0336723
Vertex 3327 -0.0591073 0.155657 0.0168017
Vertex 3328 0.00543597 0.131652 0.0145423
Vertex 3329 0.00440907 0.131695 0.0141669
Vertex 3330 -0.0417745 0.172541 -0.00446528
Vertex 3331 -0.0401847 0.173392 -0.00391542
Vertex 3332 -0.0111714 0.129564 0.00700207
Vertex 3333 -0.012432 0.12921 0.00653602
Vertex 3334 -0.0136228 0.128915 0.00609854
Vertex 3335 -0.0723372 0.156305 0.0208189
Vertex 3336 -0.0630381 0.154049 0.0314099
Vertex 3337 -0.0121811 0.0984293 0.0498089
Vertex 3338 -0.0634962 0.0775171 0.0416907
Vertex 3339 -0.0624928 0.0775409 0.0419345
Vertex 3340 -0.0614832 0.0775692 0.0421583
Vertex 3341 -0.06047 0.0776106 0.0424994
Vertex 3342 -0.059475 0.0776368 0.0428908
Vertex 3343 -0.0584858 0.0776493 0.0431837
Vertex 3344 -0.0574976 0.0776487 0.0433498
Vertex 3345 -0.0564979 0.0776594 0.043476
Vertex 3346 -0.0554974 0.0776601 0.0434775
Vertex 3347 -0.054499 0.0776179 0.0432703
Vertex 3348 -0.0534984 0.0776159 0.0431279
Vertex 3349 -0.0524939 0.0776533 0.0431774
Vertex 3350 -0.051497 0.0776631 0.0434639
Vertex 3351 -0.0504985 0.0776737 0.0437561
Vertex 3352 -0.0494972 0.0776899 0.0438666
Vertex 3353 -0.0484929 0.0776741 0.0437591
Vertex 3354 -0.0474977 0.0776489 0.0433419
Vertex 3355 -0.0465092 0.0776139 0.042786
Vertex 3356 -0.0454968 0.0775542 0.0422104
Vertex 3357 -0.0444848 0.0775765 0.0423436
Vertex 3358 -0.0434863 0.0776041 0.0427475
Vertex 3359 -0.0424851 0.0776249 0.0430145
Vertex 3360 -0.0414935 0.0776367 0.0431734
Vertex 3361 -0.0404979 0.0776396 0.043177
Vertex 3362 -0.0395047 0.0776369 0.0429957
Vertex 3363 -0.0385096 0.0776202 0.0427509
Vertex 3364 -0.0375072 0.0775843 0.0424046
Vertex 3365 -0.0365126 0.077567 0.0421306
Vertex 3366 -0.0355104 0.0775398 0.0419002
Vertex 3367 -0.0345086 0.0775176 0.0416541
Vertex 3368 -0.0335034 0.0774945 0.0414157
Vertex 3369 -0.0324932 0.0774699 0.0412179
Vertex 3370 -0.0314795 0.0774889 0.0410863
Vertex 3371 -0.030561 0.0774145 0.0410957
Vertex 3372 -0.0714969 0.156283 0.0152923
Vertex 3373 -0.0688653 0.0860793 0.0429202
Vertex 3374 -0.066692 0.1555 0.0271809
Vertex 3375 -0.0797525 0.15498 0.0124103
Vertex 3376 -0.0656284 0.162324 -0.0174746
Vertex 3377 -0.0322885 0.177691 -0.00536129
Vertex 3378 -0.0929984 0.129612 0.0152364
Vertex 3379 -0.0913439 0.11607 0.03131
Vertex 3380 -0.0204762 0.0786229 0.0556935
Vertex 3381 -0.0194871 0.0786419 0.0560662
Vertex 3382 -0.018505 0.0786406 0.056357
Vertex 3383 -0.0174935 0.0786826 0.056671
Vertex 3384 -0.0164906 0.0786958 0.056769
Vertex 3385 -0.0155011 0.0786732 0.0567092
Vertex 3386 -0.0144971 0.0786767 0.0566892
Vertex 3387 -0.0134995 0.0786948 0.0569449
Vertex 3388 -0.012498 0.078722 0.0572931
Vertex 3389 -0.011501 0.0787467 0.0576654
Vertex 3390 -0.0105236 0.0787711 0.0579243
Vertex 3391 -0.00949762 0.078776 0.0580091
Vertex 3392 -0.00849993 0.0787667 0.0579153
Vertex 3393 -0.00750217 0.0787518 0.0577101
Vertex 3394 -0.00650833 0.0787624 0.0577507
Vertex 3395 -0.00550703 0.0787847 0.0579843
Vertex 3396 -0.00451076 0.0788064 0.0581316
Vertex 3397 -0.00350137 0.0788045 0.0582113
Vertex 3398 -0.00249775 0.0787967 0.0582683
Vertex 3399 -0.00149388 0.0787876 0.0581499
Vertex 3400 -0.000483407 0.0787781 0.0579546
Vertex 3401 0.000523827 0.0787529 0.057707
Vertex 3402 0.00153616 0.078717 0.0572683
Vertex 3403 0.00252455 0.078679 0.0567626
Vertex 3404 0.00352005 0.0786345 0.0561775
Vertex 3405 0.00451349 0.0786214 0.0559314
Vertex 3406 0.00550646 0.078617 0.0558754
Vertex 3407 0.00651017 0.0786147 0.0558016
Vertex 3408 0.0075079 0.0786108 0.055765
Vertex 3409 0.00850767 0.0786 0.0556334
Vertex 3410 0.00950687 0.0785812 0.0553914
Vertex 3411 0.0175012 0.11539 0.036772
Vertex 3412 0.0135076 0.115425 0.0371825
Vertex 3413 -0.0295052 0.113904 0.0347936
Vertex 3414 -0.0325124 0.113906 0.0343195
Vertex 3415 0.00348766 0.115539 0.0402625
Vertex 3416 -0.00749303 0.115552 0.0402888
Vertex 3417 -0.0435047 0.116629 0.0323741
Vertex 3418 -0.0354976 0.116636 0.0319301
Vertex 3419 -0.0344972 0.116614 0.0320154
Vertex 3420 -0.0245528 0.116739 0.0335827
Vertex 3421 -0.00548676 0.116904 0.0394711
Vertex 3422 0.00349012 0.116915 0.0395094
Vertex 3423 0.0376424 0.109732 0.0031582
Vertex 3424 -0.0853981 0.109039 0.0213496
Vertex 3425 -0.0255191 0.118043 0.0319974
Vertex 3426 -0.0124889 0.118271 0.037774
Vertex 3427 -0.0764848 0.142819 0.0460732
Vertex 3428 -0.0444963 0.119293 0.0294103
Vertex 3429 0.00495998 0.131626 0.0157979
Vertex 3430 -0.0773727 0.156953 -0.0129034
Vertex 3431 0.038604 0.108395 0.0191762
Vertex 3432 -0.0455019 0.122005 0.0261109
Vertex 3433 -0.0775213 0.124569 0.0523637
Vertex 3434 0.00450339 0.123789 0.033846
Vertex 3435 -0.0497701 0.140145 0.0153991
Vertex 3436 -0.0884159 0.102321 0.0103913
Vertex 3437 -0.079509 0.130274 0.0528999
Vertex 3438 0.00747725 0.131195 0.0181386
Vertex 3439 -0.0745142 0.138634 0.0488155
Vertex 3440 0.00214512 0.131665 0.0104804
Vertex 3441 -0.0171987 0.127433 0.00332106
Vertex 3442 -0.0336421 0.175583 -0.0129563
Vertex 3443 -0.0514963 0.157854 0.00954267
Vertex 3444 -0.0723264 0.176481 -0.0540086
Vertex 3445 -0.0810179 0.0964125 -0.00756981
Vertex 3446 0.0283215 0.117455 0.0287048
Vertex 3447 -0.0265539 0.180361 -0.00771033
Vertex 3448 -0.0679859 0.155562 0.00782161
Vertex 3449 -0.0676126 0.155322 0.00651001
Vertex 3450 0.0232877 0.123385 0.0253956
Vertex 3451 -0.0645148 0.15586 0.0250316
Vertex 3452 -0.0865509 0.152927 0.0144746
Vertex 3453 0.00646546 0.131591 0.014917
Vertex 3454 -0.0781312 0.100777 0.0347873
Vertex 3455 -0.0434907 0.171345 -0.00503558
Vertex 3456 -0.00877042 0.130092 0.00788453
Vertex 3457 -0.00997021 0.129828 0.00744342
Vertex 3458 -0.079214 0.155524 0.0184351
Vertex 3459 -0.0768992 0.155831 0.0192356
Vertex 3460 -0.0757456 0.155966 0.0196325
Vertex 3461 -0.0934962 0.117401 0.0173034
Vertex 3462 -0.0550659 0.154073 0.0197239
Vertex 3463 -0.0814436 0.153873 0.00890807
Vertex 3464 -0.0258145 0.0894344 -0.0348302
Vertex 3465 -0.0644951 0.0789605 0.0422031
Vertex 3466 -0.0634884 0.0789934 0.0424288
Vertex 3467 -0.0624977 0.0789785 0.042462
Vertex 3468 -0.0615068 0.0789665 0.042503
Vertex 3469 -0.0604863 0.0790224 0.042794
Vertex 3470 -0.0594798 0.0790546 0.0431577
Vertex 3471 -0.0585036 0.0790577 0.0434985
Vertex 3472 -0.0574727 0.0791252 0.0438951
Vertex 3473 -0.0564853 0.0791423 0.0441771
Vertex 3474 -0.0554963 0.0791301 0.0442202
Vertex 3475 -0.0544966 0.0791235 0.0440855
Vertex 3476 -0.0534968 0.0790911 0.0438637
Vertex 3477 -0.0524965 0.0790864 0.0437156
Vertex 3478 -0.0514974 0.0791051 0.0438079
Vertex 3479 -0.0504985 0.079101 0.0439987
Vertex 3480 -0.0494996 0.0791204 0.0440794
Vertex 3481 -0.0484873 0.0790818 0.0439275
Vertex 3482 -0.0475187 0.0790945 0.0436556
Vertex 3483 -0.0465355 0.0790498 0.0431447
Vertex 3484 -0.0454873 0.0789625 0.0423892
Vertex 3485 -0.0444976 0.0789577 0.0421738
Vertex 3486 -0.0434926 0.0789866 0.0425224
Vertex 3487 -0.0424937 0.0790081 0.0428161
Vertex 3488 -0.0414913 0.0790271 0.0430475
Vertex 3489 -0.0404902 0.0790417 0.0431478
Vertex 3490 -0.0395279 0.079033 0.0429651
Vertex 3491 -0.0384976 0.0790115 0.0428361
Vertex 3492 -0.0375089 0.0790164 0.0426336
Vertex 3493 -0.0364996 0.0789928 0.0425809
Vertex 3494 -0.0355107 0.0789772 0.0422885
Vertex 3495 -0.0344916 0.0789231 0.04184
Vertex 3496 -0.0335041 0.0789099 0.0415331
Vertex 3497 -0.0324984 0.0788891 0.0412743
Vertex 3498 -0.0315145 0.0788556 0.0411289
Vertex 3499 -0.0305755 0.0788685 0.0415824
Vertex 3500 -0.0295938 0.0789709 0.0427962
Vertex 3501 -0.075369 0.155134 0.0270903
Vertex 3502 -0.0595891 0.155231 0.0238846
Vertex 3503 -0.0348698 0.176878 -0.00628812
Vertex 3504 -0.031161 0.177923 -0.0048433
Vertex 3505 -0.0230309 0.0906523 0.0522978
Vertex 3506 -0.00834781 0.129635 0.0224773
Vertex 3507 -0.0847627 0.109032 0.02334
Vertex 3508 -0.0886162 0.100967 0.00940891
Vertex 3509 -0.0204853 0.0800483 0.0563065
Vertex 3510 -0.0195125 0.0800523 0.0567242
Vertex 3511 -0.0184886 0.0801089 0.0571361
Vertex 3512 -0.0174884 0.0801344 0.0573382
Vertex 3513 -0.0165008 0.0800909 0.0572191
Vertex 3514 -0.0155018 0.080076 0.0569734
Vertex 3515 -0.0144892 0.0800879 0.0568709
Vertex 3516 -0.0135001 0.0800899 0.0570677
Vertex 3517 -0.0124916 0.0801274 0.0575032
Vertex 3518 -0.0115071 0.0801438 0.0578104
Vertex 3519 -0.0104953 0.0801622 0.0580036
Vertex 3520 -0.00950254 0.0801627 0.0580817
Vertex 3521 -0.00849807 0.0801615 0.0580203
Vertex 3522 -0.0074977 0.0801462 0.0578122
Vertex 3523 -0.00649785 0.0801379 0.0576218
Vertex 3524 -0.00550326 0.0801395 0.0576107
Vertex 3525 -0.0045041 0.0801506 0.0577231
Vertex 3526 -0.00350013 0.0801522 0.057807
Vertex 3527 -0.00249685 0.08015 0.0577289
Vertex 3528 -0.00149437 0.0801423 0.0576885
Vertex 3529 -0.000488424 0.0801341 0.0575904
Vertex 3530 0.000521824 0.0801146 0.0573693
Vertex 3531 0.00150698 0.0801002 0.0571866
Vertex 3532 0.00252706 0.0800582 0.0567791
Vertex 3533 0.00351619 0.0800296 0.056385
Vertex 3534 0.00451933 0.0800063 0.0560543
Vertex 3535 0.00551566 0.0799926 0.0558154
Vertex 3536 0.00652044 0.0799801 0.0556018
Vertex 3537 0.00751862 0.0799738 0.0554444
Vertex 3538 0.00851174 0.0799624 0.0552814
Vertex 3539 0.00951792 0.0799496 0.0550675
Vertex 3540 0.0154945 0.115387 0.0371086
Vertex 3541 0.0145027 0.115416 0.0371643
Vertex 3542 -0.0305099 0.113915 0.0346878
Vertex 3543 -0.0315077 0.113893 0.0345441
Vertex 3544 -0.00648871 0.115533 0.0401374
Vertex 3545 -0.0104895 0.115533 0.0397944
Vertex 3546 -0.0115041 0.115551 0.0394745
Vertex 3547 -0.0415032 0.116675 0.0325492
Vertex 3548 -0.0265128 0.116639 0.0325108
Vertex 3549 -0.0235521 0.116765 0.0343279
Vertex 3550 -0.00649106 0.116924 0.0392844
Vertex 3551 0.00648697 0.11688 0.0387497
Vertex 3552 0.0391019 0.106936 0.00217583
Vertex 3553 -0.0326284 0.178159 -0.00692862
Vertex 3554 -0.0265289 0.11806 0.03154
Vertex 3555 -0.0114929 0.118282 0.0379089
Vertex 3556 -0.0415089 0.165252 0.00421093
Vertex 3557 -0.0425085 0.119367 0.0297171
Vertex 3558 -0.07744 0.155698 0.0205089
Vertex 3559 -0.0735116 0.140055 0.0477493
Vertex 3560 -0.0225807 0.159177 -0.00302445
Vertex 3561 -0.0464641 0.122081 0.0270508
Vertex 3562 -0.076502 0.12459 0.0526576
Vertex 3563 0.00350232 0.123774 0.0338316
Vertex 3564 -0.0859344 0.107632 0.00736881
Vertex 3565 -0.0424487 0.125177 -0.00834623
Vertex 3566 -0.0784998 0.130283 0.0530344
Vertex 3567 -0.0295052 0.11528 0.03366
Vertex 3568 -0.0927384 0.122733 0.00927055
Vertex 3569 0.0117209 0.130528 0.015412
Vertex 3570 -0.0804968 0.149757 0.0362335
Vertex 3571 0.0449223 0.0903552 0.00117592
Vertex 3572 0.0227019 0.123147 0.0266031
Vertex 3573 -0.0270163 0.155641 -0.00359794
Vertex 3574 -0.0263139 0.182659 -0.010558
Vertex 3575 0.0159015 0.122788 0.0313235
Vertex 3576 -0.0739197 0.151223 0.0366634
Vertex 3577 -0.0436117 0.125739 0.0201433
Vertex 3578 0.0200436 0.125383 0.0241901
Vertex 3579 0.0225187 0.123964 0.0251042
Vertex 3580 -0.0417803 0.126317 0.0192991
Vertex 3581 -0.003188 0.127967 0.0287063
Vertex 3582 0.00846774 0.13132 0.015646
Vertex 3583 -0.0296012 0.120713 0.0267425
Vertex 3584 0.00161401 0.13159 0.0117114
Vertex 3585 0.000580692 0.131584 0.0113306
Vertex 3586 -0.080479 0.155159 0.0180021
Vertex 3587 -0.0833163 0.106091 -0.000625527
Vertex 3588 -0.0818376 0.116236 -0.00283916
Vertex 3589 -0.0920057 0.11611 0.0343124
Vertex 3590 0.0248331 0.123944 0.0188283
Vertex 3591 0.0255922 0.123349 0.0191129
Vertex 3592 -0.0665386 0.0804536 0.042224
Vertex 3593 -0.0655112 0.0803784 0.0426229
Vertex 3594 -0.0644842 0.0804582 0.0430441
Vertex 3595 -0.0634956 0.0804499 0.0432131
Vertex 3596 -0.0624905 0.0804598 0.0431805
Vertex 3597 -0.0615036 0.0804118 0.0430159
Vertex 3598 -0.0604943 0.0804378 0.0430854
Vertex 3599 -0.0594862 0.0804633 0.0433033
Vertex 3600 -0.0584823 0.080492 0.0436889
Vertex 3601 -0.0574874 0.0805202 0.0440851
Vertex 3602 -0.0564979 0.0805451 0.0445004
Vertex 3603 -0.0554837 0.0805968 0.0447827
Vertex 3604 -0.0544975 0.080589 0.0448325
Vertex 3605 -0.0535039 0.0805657 0.0446207
Vertex 3606 -0.052501 0.0805516 0.0443114
Vertex 3607 -0.0514921 0.0804912 0.0440592
Vertex 3608 -0.0505067 0.0805184 0.044061
Vertex 3609 -0.0494929 0.0804959 0.044039
Vertex 3610 -0.0484976 0.0805051 0.0439961
Vertex 3611 -0.0474927 0.0804818 0.0437565
Vertex 3612 -0.0465231 0.0804789 0.0433941
Vertex 3613 -0.0454994 0.0804154 0.0426755
Vertex 3614 -0.044489 0.0803636 0.042222
Vertex 3615 -0.0434981 0.0803632 0.0422528
Vertex 3616 -0.042501 0.0803745 0.0423542
Vertex 3617 -0.0415029 0.0803953 0.042616
Vertex 3618 -0.0405081 0.080404 0.0427771
Vertex 3619 -0.0394882 0.0804267 0.0429074
Vertex 3620 -0.038495 0.0804525 0.0431634
Vertex 3621 -0.0375019 0.0804666 0.0432825
Vertex 3622 -0.0365138 0.0804626 0.0431357
Vertex 3623 -0.0355149 0.0804148 0.0426568
Vertex 3624 -0.0344927 0.0803488 0.0420944
Vertex 3625 -0.0334943 0.0803079 0.0415842
Vertex 3626 -0.0324906 0.080327 0.0414535
Vertex 3627 -0.0315243 0.0802674 0.0412906
Vertex 3628 -0.0305987 0.0803029 0.0419758
Vertex 3629 -0.0295471 0.0804664 0.0436378
Vertex 3630 -0.0600179 0.155783 0.0193707
Vertex 3631 -0.0872247 0.152479 0.0216964
Vertex 3632 -0.0857877 0.152992 0.0221351
Vertex 3633 -0.0119089 0.128954 0.021205
Vertex 3634 -0.0265193 0.12549 0.0159805
Vertex 3635 -0.0850483 0.109026 0.0223524
Vertex 3636 -0.0287178 0.121983 -0.00700749
Vertex 3637 -0.0228073 0.184465 -0.0170667
Vertex 3638 -0.0204789 0.081458 0.0566556
Vertex 3639 -0.0194927 0.0814879 0.0571676
Vertex 3640 -0.0184902 0.0815159 0.0575038
Vertex 3641 -0.0174947 0.0815257 0.0576296
Vertex 3642 -0.0164962 0.0815146 0.0575151
Vertex 3643 -0.0154864 0.0814755 0.0571167
Vertex 3644 -0.0144969 0.0814706 0.0569355
Vertex 3645 -0.0134986 0.081495 0.0573009
Vertex 3646 -0.0125091 0.0815143 0.0575917
Vertex 3647 -0.0115085 0.0815323 0.0578355
Vertex 3648 -0.0104972 0.0815462 0.0580111
Vertex 3649 -0.00949805 0.0815484 0.0580308
Vertex 3650 -0.00849679 0.081545 0.0579523
Vertex 3651 -0.00749897 0.0815283 0.0577578
Vertex 3652 -0.00649844 0.0814993 0.0573243
Vertex 3653 -0.00550026 0.0815011 0.0573318
Vertex 3654 -0.00450509 0.0815118 0.0573962
Vertex 3655 -0.00350098 0.0815126 0.05747
Vertex 3656 -0.00249882 0.081515 0.0574957
Vertex 3657 -0.00149717 0.0815096 0.0574492
Vertex 3658 -0.000491404 0.0814979 0.0573536
Vertex 3659 0.000511137 0.0814953 0.0573473
Vertex 3660 0.00151312 0.081484 0.0572224
Vertex 3661 0.00251501 0.0814623 0.0569927
Vertex 3662 0.00351281 0.081445 0.056735
Vertex 3663 0.00451331 0.0814276 0.0565046
Vertex 3664 0.00552563 0.0813962 0.0561869
Vertex 3665 0.00650836 0.0813916 0.0558754
Vertex 3666 0.00752119 0.0813632 0.0555605
Vertex 3667 0.00853139 0.0813381 0.0552215
Vertex 3668 0.0341932 0.113962 0.0237708
Vertex 3669 -0.0225355 0.115413 0.0360839
Vertex 3670 -0.0235661 0.115415 0.0353667
Vertex 3671 -0.00949145 0.115547 0.0400498
Vertex 3672 -0.0245658 0.115393 0.0346209
Vertex 3673 -0.00349196 0.114194 0.0413026
Vertex 3674 -0.0364943 0.115224 0.0327734
Vertex 3675 -0.0275167 0.116662 0.0324113
Vertex 3676 -0.022546 0.116788 0.03495
Vertex 3677 -0.00748374 0.116886 0.0393445
Vertex 3678 0.0084768 0.116844 0.0380952
Vertex 3679 -0.0781478 0.107183 -0.00659237
Vertex 3680 -0.0765193 0.119025 0.0524244
Vertex 3681 0.0420636 0.0915328 -0.00679501
Vertex 3682 -0.0104844 0.118266 0.038122
Vertex 3683 -0.0144999 0.162187 -0.0103051
Vertex 3684 -0.0454948 0.119311 0.0290591
Vertex 3685 -0.0123701 0.125297 0.0298351
Vertex 3686 -0.0725153 0.142823 0.0458217
Vertex 3687 0.000998881 0.131517 0.0100563
Vertex 3688 0.0251748 0.123444 0.0203849
Vertex 3689 -0.0754942 0.124603 0.052984
Vertex 3690 0.00247406 0.123881 0.0337357
Vertex 3691 -0.0838969 0.104764 -0.000610535
Vertex 3692 -0.0880434 0.125329 0.00027907
Vertex 3693 -0.0774969 0.130279 0.0531227
Vertex 3694 -0.0932568 0.121548 0.0382795
Vertex 3695 -0.0794946 0.12171 0.0507273
Vertex 3696 -0.0895151 0.151559 0.0181181
Vertex 3697 -0.0815042 0.149744 0.0353513
Vertex 3698 -0.0766567 0.112144 0.0469767
Vertex 3699 -0.0774993 0.127442 0.0532862
Vertex 3700 0.0144985 0.11402 0.0378951
Vertex 3701 -0.037534 0.168232 0.00175297
Vertex 3702 -0.0766831 0.148629 -0.00786722
Vertex 3703 -0.0669196 0.157864 -0.00782765
Vertex 3704 -0.0738652 0.150214 0.0382196
Vertex 3705 -0.0765172 0.154938 0.0266851
Vertex 3706 0.0175138 0.12671 0.0232635
Vertex 3707 -0.0623911 0.154382 0.0301734
Vertex 3708 -0.0723713 0.156038 0.0237254
Vertex 3709 -0.0135439 0.125168 0.0294386
Vertex 3710 0.00944321 0.131132 0.0160037
Vertex 3711 -0.067283 0.161835 -0.0137578
Vertex 3712 0.00276097 0.131717 0.0121378
Vertex 3713 -0.0857334 0.153425 0.016223
Vertex 3714 -0.0843259 0.153929 0.0166903
Vertex 3715 -0.0360471 0.125746 -0.0036679
Vertex 3716 -0.0742502 0.161028 -0.0329547
Vertex 3717 0.0224569 0.125562 0.0179459
Vertex 3718 0.0232801 0.125085 0.0182493
Vertex 3719 0.0240885 0.124582 0.018553
Vertex 3720 -0.0278605 0.124718 0.0184442
Vertex 3721 -0.0256554 0.124701 0.019279
Vertex 3722 -0.0665019 0.0818141 0.0428543
Vertex 3723 -0.0654928 0.0818627 0.0433416
Vertex 3724 -0.0645056 0.0818668 0.0436415
Vertex 3725 -0.063492 0.0819119 0.043822
Vertex 3726 -0.0624997 0.0818785 0.0437679
Vertex 3727 -0.0615004 0.0818818 0.0435978
Vertex 3728 -0.0604913 0.0818799 0.0434166
Vertex 3729 -0.0594903 0.081873 0.0434438
Vertex 3730 -0.0584923 0.0818911 0.043717
Vertex 3731 -0.0574741 0.0819362 0.0441691
Vertex 3732 -0.0564798 0.081975 0.044689
Vertex 3733 -0.0554773 0.0820103 0.045038
Vertex 3734 -0.0544906 0.0820201 0.0451936
Vertex 3735 -0.0534999 0.0820142 0.0450601
Vertex 3736 -0.0525108 0.0819776 0.0447141
Vertex 3737 -0.0514947 0.0819216 0.0442721
Vertex 3738 -0.0504965 0.0819144 0.0441383
Vertex 3739 -0.0494951 0.0819134 0.044146
Vertex 3740 -0.0484982 0.0819185 0.0441136
Vertex 3741 -0.0474843 0.0818872 0.0439119
Vertex 3742 -0.0464991 0.0818806 0.0436011
Vertex 3743 -0.0454963 0.0818291 0.0431013
Vertex 3744 -0.0444953 0.0817848 0.0424707
Vertex 3745 -0.0434949 0.0817618 0.042266
Vertex 3746 -0.0424979 0.0817557 0.0420871
Vertex 3747 -0.0414824 0.0817867 0.0423837
Vertex 3748 -0.0404837 0.0818282 0.0429123
Vertex 3749 -0.0394764 0.081876 0.0433844
Vertex 3750 -0.0384853 0.0819001 0.0436414
Vertex 3751 -0.0374987 0.0819015 0.0436538
Vertex 3752 -0.0365029 0.0818729 0.0434567
Vertex 3753 -0.0355255 0.0818589 0.0431427
Vertex 3754 -0.0345218 0.0818067 0.0425242
Vertex 3755 -0.0334936 0.0817447 0.0419617
Vertex 3756 -0.0324907 0.0817336 0.0416408
Vertex 3757 -0.0315082 0.0817114 0.0416031
Vertex 3758 -0.0306612 0.0816984 0.0420491
Vertex 3759 -0.0295465 0.0819132 0.0441437
Vertex 3760 -0.086324 0.106283 0.0073644
Vertex 3761 -0.0861009 0.106274 0.00635995
Vertex 3762 -0.0907151 0.116093 0.0293225
Vertex 3763 -0.0857477 0.109049 0.020349
Vertex 3764 -0.0865136 0.106289 0.0083757
Vertex 3765 -0.0858632 0.106258 0.00536057
Vertex 3766 -0.0863919 0.099468 0.00241821
Vertex 3767 0.000747713 0.131321 0.00709666
Vertex 3768 -0.0204805 0.0828473 0.0567838
Vertex 3769 -0.0194987 0.0828823 0.05729
Vertex 3770 -0.0184875 0.0829081 0.0576141
Vertex 3771 -0.0175006 0.0829087 0.0576844
Vertex 3772 -0.0164977 0.0828905 0.0574138
Vertex 3773 -0.0154785 0.0828416 0.0569929
Vertex 3774 -0.014497 0.082865 0.0570346
Vertex 3775 -0.0135008 0.082884 0.0573146
Vertex 3776 -0.012496 0.0828987 0.0575341
Vertex 3777 -0.0115038 0.082913 0.0576973
Vertex 3778 -0.0105023 0.0829243 0.0578427
Vertex 3779 -0.00949546 0.0829261 0.0578441
Vertex 3780 -0.00849594 0.0829198 0.0577964
Vertex 3781 -0.00750778 0.0828941 0.0575015
Vertex 3782 -0.00644119 0.0828529 0.0570838
Vertex 3783 -0.00549842 0.0828666 0.0570203
Vertex 3784 -0.00450662 0.0828853 0.0572758
Vertex 3785 -0.00350072 0.0828956 0.0574459
Vertex 3786 -0.00249881 0.0829011 0.0575494
Vertex 3787 -0.00149801 0.0828985 0.0574954
Vertex 3788 -0.000496629 0.0828922 0.0574621
Vertex 3789 0.000507304 0.0828912 0.0574668
Vertex 3790 0.00151221 0.0828796 0.0573767
Vertex 3791 0.00251304 0.0828672 0.0572444
Vertex 3792 0.00351301 0.0828608 0.0571024
Vertex 3793 0.0045246 0.0828376 0.0569094
Vertex 3794 0.00551778 0.0828244 0.0566316
Vertex 3795 0.00651309 0.0828012 0.0562471
Vertex 3796 -0.0682487 0.153053 0.0340661
Vertex 3797 0.0125018 0.115423 0.0374065
Vertex 3798 -0.0874475 0.125307 -0.000719081
Vertex 3799 -0.00320104 0.131164 0.014241
Vertex 3800 -0.0805311 0.123088 0.0509172
Vertex 3801 -0.00849662 0.115566 0.0401952
Vertex 3802 0.0414749 0.104231 0.00716597
Vertex 3803 0.0165049 0.115408 0.0369209
Vertex 3804 -0.00149662 0.114206 0.0415504
Vertex 3805 -0.002483 0.114172 0.0414823
Vertex 3806 -0.0404977 0.116683 0.0325662
Vertex 3807 -0.0215064 0.116765 0.0355266
Vertex 3808 -0.00849374 0.116931 0.0393004
Vertex 3809 0.00748556 0.116867 0.0384917
Vertex 3810 -0.0494919 0.154959 0.0103413
Vertex 3811 -0.0247385 0.124904 0.000549003
Vertex 3812 -0.0285052 0.11799 0.0309781
Vertex 3813 -0.0174811 0.118153 0.0357243
Vertex 3814 -0.0464975 0.163768 0.00545168
Vertex 3815 -0.046469 0.119345 0.0289808
Vertex 3816 -0.0808289 0.138985 -0.00281163
Vertex 3817 -0.0715222 0.142818 0.0455702
Vertex 3818 -0.0810735 0.143155 -0.000828212
Vertex 3819 -0.00877695 0.169647 -0.023748
Vertex 3820 -0.074497 0.124608 0.0532356
Vertex 3821 0.0411799 0.0844321 -0.00979241
Vertex 3822 0.00919687 0.124582 -0.00824181
Vertex 3823 0.0446243 0.0959671 0.00617079
Vertex 3824 -0.0764966 0.130271 0.0529935
Vertex 3825 -0.070517 0.146976 0.0420031
Vertex 3826 -0.073507 0.121801 0.0535653
Vertex 3827 0.0395669 0.101281 -0.00480928
Vertex 3828 0.0441819 0.0945484 0.0191589
Vertex 3829 -0.042499 0.113906 0.034677
Vertex 3830 0.041327 0.0986069 0.0251647
Vertex 3831 0.0389203 0.10838 0.0161659
Vertex 3832 -0.0384878 0.168246 0.00236894
Vertex 3833 0.0423363 0.101455 0.00317956
Vertex 3834 -0.0336328 0.126783 0.00457249
Vertex 3835 -0.0682521 0.15944 -0.00832765
Vertex 3836 -0.067572 0.158668 -0.00806913
Vertex 3837 -0.0629092 0.156144 0.021238
Vertex 3838 0.0151438 0.128336 0.0223847
Vertex 3839 -0.0643705 0.154697 0.0294695
Vertex 3840 -0.0381244 0.127641 0.0146907
Vertex 3841 -0.0611505 0.153585 0.0321143
Vertex 3842 0.0131047 0.129972 0.0173477
Vertex 3843 -0.0679623 0.16261 -0.0140168
Vertex 3844 0.00385238 0.131766 0.0125385
Vertex 3845 -0.0871129 0.152836 0.0157593
Vertex 3846 -0.0665146 0.16661 -0.0580261
Vertex 3847 -0.0295306 0.123946 -0.00125424
Vertex 3848 0.0208388 0.126564 0.0173475
Vertex 3849 0.0216627 0.126095 0.0176515
Vertex 3850 -0.072593 0.155911 0.00171291
Vertex 3851 -0.0716902 0.155937 0.00211062
Vertex 3852 -0.00405506 0.101077 0.0451334
Vertex 3853 -0.0675595 0.163657 -0.0167503
Vertex 3854 -0.0668255 0.162993 -0.016474
Vertex 3855 -0.0664798 0.0832826 0.043443
Vertex 3856 -0.0655003 0.083298 0.0438708
Vertex 3857 -0.0644896 0.0833289 0.0440861
Vertex 3858 -0.0634907 0.0833477 0.0441845
Vertex 3859 -0.0624968 0.0833205 0.0441176
Vertex 3860 -0.0614985 0.0833224 0.0439406
Vertex 3861 -0.0604975 0.0832903 0.0437356
Vertex 3862 -0.0594934 0.0832968 0.0436941
Vertex 3863 -0.0584862 0.0833066 0.0438144
Vertex 3864 -0.0574832 0.0833327 0.0441985
Vertex 3865 -0.0564789 0.0833746 0.0446901
Vertex 3866 -0.0554857 0.0834027 0.0450839
Vertex 3867 -0.0544934 0.0834141 0.0452404
Vertex 3868 -0.0534986 0.0833862 0.0450488
Vertex 3869 -0.0524965 0.0833785 0.044899
Vertex 3870 -0.0514954 0.0833657 0.0447762
Vertex 3871 -0.0504972 0.083371 0.044762
Vertex 3872 -0.0494922 0.0833478 0.0446801
Vertex 3873 -0.0484907 0.0833394 0.0445457
Vertex 3874 -0.0474984 0.0833402 0.0443799
Vertex 3875 -0.0464961 0.0833304 0.0442498
Vertex 3876 -0.045504 0.0832988 0.0437099
Vertex 3877 -0.0445094 0.0832466 0.0430632
Vertex 3878 -0.0435029 0.0832144 0.0426759
Vertex 3879 -0.0424907 0.0831788 0.0422885
Vertex 3880 -0.041491 0.0832013 0.0425516
Vertex 3881 -0.0404793 0.0832528 0.0431634
Vertex 3882 -0.0394783 0.0832832 0.0435432
Vertex 3883 -0.0384845 0.0833049 0.0437838
Vertex 3884 -0.0374978 0.0833038 0.0438252
Vertex 3885 -0.0365053 0.0832925 0.043701
Vertex 3886 -0.0355281 0.0832646 0.0432735
Vertex 3887 -0.0345081 0.0832025 0.0425625
Vertex 3888 -0.0334971 0.0831472 0.0419572
Vertex 3889 -0.0324967 0.0831278 0.0417023
Vertex 3890 -0.0315191 0.0831203 0.0417649
Vertex 3891 -0.0306281 0.0831438 0.0423752
Vertex 3892 -0.029443 0.0834063 0.0447309
Vertex 3893 -0.0879726 0.100935 0.0073995
Vertex 3894 -0.0883814 0.100948 0.00841627
Vertex 3895 -0.0855607 0.103501 0.00239284
Vertex 3896 -0.0855438 0.106245 0.00446783
Vertex 3897 -0.0891956 0.099693 0.0183885
Vertex 3898 -0.0893171 0.0996957 0.0173941
Vertex 3899 -0.000398209 0.131157 0.00667235
Vertex 3900 -0.020484 0.0842242 0.0566713
Vertex 3901 -0.019494 0.0842608 0.0571688
Vertex 3902 -0.0184932 0.0842766 0.0574008
Vertex 3903 -0.017501 0.0842912 0.0575736
Vertex 3904 -0.0164643 0.0842755 0.0572298
Vertex 3905 -0.0155024 0.084237 0.0568519
Vertex 3906 -0.0145005 0.0842486 0.056982
Vertex 3907 -0.0135056 0.0842656 0.0572305
Vertex 3908 -0.0124981 0.0842783 0.057419
Vertex 3909 -0.0114962 0.0842854 0.0575311
Vertex 3910 -0.0104999 0.0842933 0.0575891
Vertex 3911 -0.00949578 0.084298 0.0576062
Vertex 3912 -0.00849356 0.0842936 0.0575382
Vertex 3913 -0.0074932 0.0842694 0.0572981
Vertex 3914 -0.00649976 0.0842428 0.0569087
Vertex 3915 -0.00549946 0.0842482 0.0569765
Vertex 3916 -0.00450764 0.0842735 0.0572857
Vertex 3917 -0.00350236 0.0842813 0.0574606
Vertex 3918 -0.00250438 0.0842991 0.0575402
Vertex 3919 -0.00150012 0.0842876 0.0575029
Vertex 3920 -0.000497806 0.0842866 0.0575088
Vertex 3921 0.000504451 0.0842848 0.0575158
Vertex 3922 0.00150378 0.0842858 0.0575429
Vertex 3923 0.00250545 0.0842781 0.0574483
Vertex 3924 0.00350924 0.0842701 0.0573364
Vertex 3925 0.0045205 0.0842507 0.0571459
Vertex 3926 0.00551873 0.0842341 0.0568816
Vertex 3927 0.00651709 0.084208 0.0565081
Vertex 3928 0.00649755 0.131366 0.0177838
Vertex 3929 -0.0850976 0.106195 0.00337687
Vertex 3930 0.0388945 0.108364 0.0171641
Vertex 3931 0.0391583 0.108387 0.0121653
Vertex 3932 -0.0694944 0.11756 0.0525327
Vertex 3933 -0.0745039 0.117561 0.0526615
Vertex 3934 -0.0879688 0.113092 0.00628888
Vertex 3935 -0.0494799 0.116621 0.0323892
Vertex 3936 0.0281531 0.119463 0.0257844
Vertex 3937 0.0400371 0.107017 0.0091647
Vertex 3938 0.011475 0.115421 0.0379758
Vertex 3939 0.00549376 0.116905 0.0389072
Vertex 3940 0.0363189 0.106784 -0.00482843
Vertex 3941 0.00487825 0.131703 0.0129125
Vertex 3942 -0.0275139 0.118013 0.031246
Vertex 3943 -0.0165021 0.118207 0.0361456
Vertex 3944 -0.0195983 0.126231 0.0213862
Vertex 3945 0.0108333 0.130856 0.0150885
Vertex 3946 -0.0314011 0.178523 -0.00645128
Vertex 3947 -0.062763 0.149042 -0.0175788
Vertex 3948 0.0427221 0.101476 0.00816485
Vertex 3949 -0.0734977 0.124615 0.0532793
Vertex 3950 -0.0609083 0.169363 -0.0596932
Vertex 3951 -0.0887091 0.0983318 0.0213821
Vertex 3952 0.0446543 0.0959754 0.00716634
Vertex 3953 -0.0754874 0.130275 0.0528009
Vertex 3954 -0.0617277 0.159994 -0.0345941
Vertex 3955 -0.0707023 0.155807 0.00247134
Vertex 3956 -0.00149907 0.122451 0.0357652
Vertex 3957 0.0440561 0.0945388 0.0201582
Vertex 3958 0.0374772 0.106859 -0.00183322
Vertex 3959 -0.00348977 0.122389 0.0359468
Vertex 3960 -0.0394747 0.168236 0.00277528
Vertex 3961 -0.0404999 0.16823 0.00286674
Vertex 3962 -0.0746181 0.165272 -0.019163
Vertex 3963 -0.0697818 0.16064 -0.00887941
Vertex 3964 -0.0690003 0.160066 -0.00858817
Vertex 3965 -0.0578658 0.154169 0.0274197
Vertex 3966 0.0125251 0.129483 0.0214195
Vertex 3967 -0.0653079 0.154958 0.0291369
Vertex 3968 -0.0390631 0.127858 0.0143467
Vertex 3969 0.013984 0.129601 0.0176686
Vertex 3970 -0.0704303 0.164039 -0.0149268
Vertex 3971 0.00698354 0.131641 0.013682
Vertex 3972 -0.07134 0.156839 -0.0007386
Vertex 3973 -0.0833393 0.0979244 -0.00460929
Vertex 3974 0.0191428 0.127427 0.0167214
Vertex 3975 0.0199768 0.126969 0.0170274
Vertex 3976 -0.00407632 0.124795 0.032822
Vertex 3977 -0.081069 0.152209 0.0312004
Vertex 3978 -0.0698551 0.16523 -0.017589
Vertex 3979 -0.0691061 0.164802 -0.0173282
Vertex 3980 -0.0682887 0.164315 -0.0170259
Vertex 3981 -0.0230436 0.0879523 0.0537722
Vertex 3982 -0.0790398 0.119048 0.050662
Vertex 3983 -0.0666072 0.0846933 0.0437683
Vertex 3984 -0.065484 0.0847424 0.0442074
Vertex 3985 -0.0644959 0.084745 0.0443622
Vertex 3986 -0.0634981 0.0847405 0.0443851
Vertex 3987 -0.062498 0.0847471 0.0443617
Vertex 3988 -0.0614977 0.0847334 0.0442553
Vertex 3989 -0.0604976 0.0847283 0.0441029
Vertex 3990 -0.0594997 0.0846925 0.0439263
Vertex 3991 -0.0584939 0.0847167 0.0439692
Vertex 3992 -0.0574904 0.0847348 0.0442092
Vertex 3993 -0.0564709 0.0847764 0.0446514
Vertex 3994 -0.0554797 0.0848037 0.0450617
Vertex 3995 -0.0544959 0.0848124 0.0452537
Vertex 3996 -0.0534928 0.0848236 0.0453456
Vertex 3997 -0.0524963 0.0848256 0.0453696
Vertex 3998 -0.0514982 0.0848246 0.0453901
Vertex 3999 -0.050497 0.0848226 0.0453947
Vertex 4000 -0.0495055 0.0848369 0.0453213
Vertex 4001 -0.048499 0.0848032 0.0451307
Vertex 4002 -0.0475005 0.084795 0.044997
Vertex 4003 -0.0465015 0.0847604 0.0446321
Vertex 4004 -0.0454595 0.0846983 0.0440929
Vertex 4005 -0.0444845 0.0846726 0.04342
Vertex 4006 -0.0435133 0.0846552 0.0431729
Vertex 4007 -0.0424883 0.0846004 0.0426298
Vertex 4008 -0.0414996 0.0846033 0.0426094
Vertex 4009 -0.0404862 0.0846544 0.0431896
Vertex 4010 -0.0394892 0.0846821 0.0435801
Vertex 4011 -0.0384861 0.0847024 0.0437961
Vertex 4012 -0.0374992 0.0847101 0.0439351
Vertex 4013 -0.0365135 0.084703 0.0437856
Vertex 4014 -0.0355277 0.0846755 0.0433772
Vertex 4015 -0.0345226 0.0846315 0.0427551
Vertex 4016 -0.0334979 0.0845774 0.0421828
Vertex 4017 -0.0324923 0.0845615 0.0419149
Vertex 4018 -0.0314894 0.0845774 0.0421902
Vertex 4019 -0.0305568 0.0845973 0.042796
Vertex 4020 -0.0294567 0.0847909 0.044594
Vertex 4021 -0.011143 0.128894 0.00267925
Vertex 4022 -0.00989368 0.129282 0.00314288
Vertex 4023 -0.065333 0.177827 -0.0606985
Vertex 4024 -0.0867252 0.0994863 0.00342747
Vertex 4025 -0.0929503 0.128215 0.0122521
Vertex 4026 -0.00268932 0.130846 0.00581897
Vertex 4027 -0.00148382 0.131063 0.00627096
Vertex 4028 -0.020497 0.0855906 0.0563403
Vertex 4029 -0.0194885 0.0856172 0.056795
Vertex 4030 -0.0184879 0.0856371 0.0571362
Vertex 4031 -0.0174889 0.0856455 0.0572522
Vertex 4032 -0.0164998 0.0856439 0.0570811
Vertex 4033 -0.015502 0.0856307 0.0568812
Vertex 4034 -0.014497 0.0856418 0.0570702
Vertex 4035 -0.0134997 0.0856507 0.057198
Vertex 4036 -0.012503 0.0856552 0.057236
Vertex 4037 -0.0114987 0.0856547 0.0572923
Vertex 4038 -0.0104973 0.0856567 0.0572952
Vertex 4039 -0.00949755 0.0856659 0.0574293
Vertex 4040 -0.00849886 0.0856701 0.0574538
Vertex 4041 -0.00748541 0.0856517 0.0572176
Vertex 4042 -0.00649656 0.0856337 0.0569558
Vertex 4043 -0.00549934 0.085642 0.0570911
Vertex 4044 -0.00450177 0.0856564 0.0572774
Vertex 4045 -0.00350029 0.0856691 0.0572933
Vertex 4046 -0.00250061 0.0856648 0.0572816
Vertex 4047 -0.0014976 0.0856652 0.0573264
Vertex 4048 -0.00049716 0.0856626 0.0573342
Vertex 4049 0.000503516 0.0856702 0.0573793
Vertex 4050 0.00150486 0.0856703 0.0573817
Vertex 4051 0.00250408 0.0856622 0.0573274
Vertex 4052 0.00351036 0.0856577 0.0572413
Vertex 4053 0.00451386 0.0856474 0.057126
Vertex 4054 0.00551307 0.0856288 0.0568655
Vertex 4055 0.00650612 0.0856084 0.0565927
Vertex 4056 0.00752051 0.0855871 0.0562726
Vertex 4057 -0.0255949 0.125933 0.00752005
Vertex 4058 -0.00645978 0.0918654 -0.0354548
Vertex 4059 0.0307365 0.117405 0.0253192
Vertex 4060 -0.0253625 0.126177 0.010523
Vertex 4061 -0.0764966 0.117544 0.0520468
Vertex 4062 0.0453383 0.0861836 0.0191712
Vertex 4063 -0.0474944 0.116586 0.0319739
Vertex 4064 -0.0445005 0.116602 0.0322264
Vertex 4065 -0.0425028 0.11664 0.0325093
Vertex 4066 0.0184726 0.0851741 0.0505075
Vertex 4067 0.0194745 0.0851519 0.050256
Vertex 4068 0.00449641 0.11692 0.039168
Vertex 4069 -0.0434904 0.12843 0.000929671
Vertex 4070 -0.0754318 0.155396 0.00808247
Vertex 4071 0.0396392 0.106988 0.00416547
Vertex 4072 -0.0155184 0.118264 0.0365807
Vertex 4073 0.0450422 0.0931924 0.0131619
Vertex 4074 0.0278259 0.115624 -0.00659973
Vertex 4075 -0.0734033 0.167233 -0.0217479
Vertex 4076 -0.00249512 0.122376 0.0359373
Vertex 4077 -0.038486 0.115285 0.0333239
Vertex 4078 -0.0154972 0.122303 0.0324651
Vertex 4079 -0.0724827 0.124619 0.0532114
Vertex 4080 0.0404255 0.0914089 -0.00978781
Vertex 4081 0.0423355 0.0972587 0.0241615
Vertex 4082 0.0446156 0.0959646 0.00916087
Vertex 4083 0.0460213 0.0862262 0.00917159
Vertex 4084 -0.0279306 0.125506 0.00666413
Vertex 4085 -0.0815948 0.123081 0.0504133
Vertex 4086 0.0418343 0.0943991 0.0271656
Vertex 4087 -0.0921228 0.126953 0.0372491
Vertex 4088 0.0155 0.11402 0.0377783
Vertex 4089 -0.0764979 0.135856 0.0507679
Vertex 4090 -0.0244452 0.181836 -0.00961144
Vertex 4091 -0.0785284 0.123123 0.0516319
Vertex 4092 -0.0706182 0.161097 -0.00919138
Vertex 4093 -0.071556 0.161392 -0.00951947
Vertex 4094 0.00886384 0.130684 0.0200808
Vertex 4095 -0.0572292 0.155416 0.0145778
Vertex 4096 0.0331644 0.1138 0.0262385
Vertex 4097 0.0148515 0.129255 0.0180171
Vertex 4098 -0.0713104 0.164383 -0.0152637
Vertex 4099 0.00796175 0.131494 0.0140347
Vertex 4100 -0.0240415 0.126597 0.0109996
Vertex 4101 -0.0234875 0.125296 0.0010065
Vertex 4102 0.0183131 0.127887 0.0164149
Vertex 4103 -0.0164676 0.125926 0.0254562
Vertex 4104 -0.069998 0.157611 -0.0031485
Vertex 4105 -0.0717391 0.165925 -0.0182956
Vertex 4106 -0.0707386 0.165621 -0.0179174
Vertex 4107 -0.0357386 0.176065 -0.00515676
Vertex 4108 -0.0370933 0.175555 -0.00565624
Vertex 4109 -0.0386183 0.174771 -0.00621679
Vertex 4110 -0.0883767 0.125344 0.00127971
Vertex 4111 -0.0674749 0.0861001 0.0436947
Vertex 4112 -0.0664905 0.0861274 0.0441111
Vertex 4113 -0.0654783 0.0861634 0.0444498
Vertex 4114 -0.0644943 0.0861671 0.0446171
Vertex 4115 -0.0634905 0.0861851 0.0447067
Vertex 4116 -0.0624956 0.0861834 0.0447184
Vertex 4117 -0.0614983 0.0861808 0.0447299
Vertex 4118 -0.0604964 0.0861621 0.0446513
Vertex 4119 -0.059497 0.0861573 0.0445009
Vertex 4120 -0.0584956 0.0861498 0.0443498
Vertex 4121 -0.0574852 0.0861616 0.0444185
Vertex 4122 -0.0564932 0.0861648 0.0446121
Vertex 4123 -0.0554832 0.0861944 0.0449632
Vertex 4124 -0.0544905 0.0862124 0.0452239
Vertex 4125 -0.0534886 0.0862338 0.0454573
Vertex 4126 -0.0524982 0.0862336 0.045539
Vertex 4127 -0.0514974 0.086244 0.0456131
Vertex 4128 -0.0504958 0.0862332 0.0455716
Vertex 4129 -0.0495023 0.0862453 0.0455995
Vertex 4130 -0.0484952 0.0862244 0.0454118
Vertex 4131 -0.0474965 0.0862056 0.045143
Vertex 4132 -0.0464764 0.0861628 0.0446798
Vertex 4133 -0.0454819 0.086125
gitextract_04poqq6s/
├── .gitignore
├── LICENSE
├── README.md
├── models/
│ ├── bunny.orig.m
│ ├── bunny10k.m
│ ├── bunny500.m
│ ├── cessna500.m
│ ├── cessna_color.m
│ ├── cessna_color500.m
│ ├── dragon10k.m
│ ├── dragon1K.m
│ ├── fandisk_10k.m
│ ├── fandisk_1k.m
│ ├── gameguy.m
│ ├── gameguy1k.m
│ ├── gameguy_color.m
│ ├── gameguy_noinfo_20k.m
│ ├── gargoyle500.m
│ ├── gargoyle_2k.m
│ ├── gg1k_noinfo.m
│ ├── test1.m
│ ├── test_simp1.m
│ ├── tyra_100k.m
│ ├── tyra_1k.m
│ └── tyra_20k.m
├── samples/
│ └── 471Presentation.pptx
├── scenes/
│ ├── GenerateBallsOnAPlane.php
│ ├── allMaterials.scn
│ ├── ballsInAPit.scn
│ ├── ballsOnAPlane.scn
│ ├── ballsOnAPlaneClose.scn
│ ├── bunny.scn
│ ├── dragon.scn
│ ├── line.scn
│ ├── lineFar.scn
│ ├── modelTest1.scn
│ ├── modelTest2.scn
│ ├── modelTest3.scn
│ ├── texturesInYoFace.scn
│ ├── triangleSpheres.scn
│ ├── triangleTest1.scn
│ └── tumbledStones.scn
└── src/
├── Air.cpp
├── Air.h
├── BSP.cpp
├── BSP.h
├── Boundaries.cpp
├── Boundaries.h
├── Camera.cpp
├── Camera.h
├── Checkerboard.cpp
├── Checkerboard.h
├── Color.cpp
├── Color.h
├── CrissCross.cpp
├── CrissCross.h
├── FlatColor.cpp
├── FlatColor.h
├── Glass.cpp
├── Glass.h
├── Image.cpp
├── Image.h
├── Intersection.cpp
├── Intersection.h
├── Light.cpp
├── Light.h
├── Makefile
├── Marble.cpp
├── Marble.h
├── Material.cpp
├── Material.h
├── NormalMap.cpp
├── NormalMap.h
├── Object.cpp
├── Object.h
├── PerlinNoise.cpp
├── PerlinNoise.h
├── Ray.cpp
├── Ray.h
├── RayTracer.cpp
├── RayTracer.h
├── ShinyColor.cpp
├── ShinyColor.h
├── Sphere.cpp
├── Sphere.h
├── Triangle.cpp
├── Triangle.h
├── Turbulence.cpp
├── Turbulence.h
├── Vector.cpp
├── Vector.h
├── Wood.cpp
├── Wood.h
├── main.cpp
└── runAndOpenAll.sh
SYMBOL INDEX (80 symbols across 45 files)
FILE: scenes/GenerateBallsOnAPlane.php
class GenerateBallsOnAPlane (line 5) | class GenerateBallsOnAPlane {
method main (line 6) | public static function main() {
method outputSphere (line 50) | private static function outputSphere($x, $z, $radius, $material) {
method getRandomMaterial (line 54) | private static function getRandomMaterial() {
method getRandomNormalMap (line 96) | private static function getRandomNormalMap() {
method getRandomColor (line 111) | public static function getRandomColor() {
method getRandomSpecularReflective (line 119) | public static function getRandomSpecularReflective() {
FILE: src/Air.cpp
function Color (line 6) | Color Air::getColor(Vector point) {
FILE: src/Air.h
function class (line 6) | class Air : public Material {
FILE: src/BSP.cpp
function Intersection (line 92) | Intersection BSP::getClosestIntersection(const Ray& ray) {
function Intersection (line 109) | Intersection BSP::getClosestObjectIntersection(const Ray& ray) {
FILE: src/BSP.h
function class (line 14) | class BSP {
FILE: src/Boundaries.h
function class (line 7) | class Boundaries {
FILE: src/Camera.h
function class (line 6) | class Camera {
FILE: src/Checkerboard.cpp
function Color (line 16) | Color Checkerboard::getColor(Vector point) {
FILE: src/Checkerboard.h
function class (line 6) | class Checkerboard : public Material {
FILE: src/Color.cpp
function Color (line 3) | Color Color::operator+ (Color const &c) const {
function Color (line 13) | Color Color::operator* (double amount) const {
FILE: src/Color.h
function class (line 13) | class Color {
FILE: src/CrissCross.cpp
function Color (line 15) | Color CrissCross::getColor(Vector point) {
FILE: src/CrissCross.h
function class (line 6) | class CrissCross : public Material {
FILE: src/FlatColor.cpp
function Color (line 10) | Color FlatColor::getColor(Vector point) {
FILE: src/FlatColor.h
function class (line 6) | class FlatColor : public Material {
FILE: src/Glass.cpp
function Color (line 11) | Color Glass::getColor(Vector point) {
FILE: src/Glass.h
function class (line 6) | class Glass : public Material {
FILE: src/Image.cpp
function Color (line 163) | Color Image::pixel(int x, int y)
FILE: src/Image.h
function class (line 17) | class Image {
FILE: src/Intersection.cpp
function Color (line 3) | Color Intersection::getColor() const {
FILE: src/Intersection.h
function class (line 11) | class Intersection {
FILE: src/Marble.cpp
function Color (line 14) | Color Marble::getColor(Vector point) {
FILE: src/Marble.h
function class (line 6) | class Marble : public Material {
FILE: src/Material.cpp
function Vector (line 20) | Vector Material::modifyNormal(const Vector& normal, const Vector& point) {
FILE: src/Material.h
function class (line 18) | class Material {
FILE: src/NormalMap.cpp
function Vector (line 8) | Vector NormalMap::modifyNormal(const Vector& normal, const Vector& point) {
FILE: src/NormalMap.h
function class (line 8) | class NormalMap {
FILE: src/Object.h
function class (line 11) | class Object {
FILE: src/PerlinNoise.h
function class (line 8) | class PerlinNoise {
FILE: src/Ray.h
function class (line 9) | class Ray {
FILE: src/RayTracer.cpp
function Color (line 72) | Color RayTracer::castRayForPixel(int x, int y) {
function Color (line 95) | Color RayTracer::castRayAtPoint(const Vector& point) {
function Color (line 119) | Color RayTracer::castRay(const Ray& ray) {
function Intersection (line 136) | Intersection RayTracer::getClosestIntersection(const Ray& ray) {
function Color (line 141) | Color RayTracer::performLighting(const Intersection& intersection) {
function Color (line 150) | Color RayTracer::getAmbientLighting(const Intersection& intersection, co...
function Color (line 154) | Color RayTracer::getDiffuseAndSpecularLighting(const Intersection& inter...
function Color (line 192) | Color RayTracer::getSpecularLighting(const Intersection& intersection,
function Color (line 221) | Color RayTracer::getReflectiveRefractiveLighting(const Intersection& int...
function Vector (line 294) | Vector RayTracer::refractVector(const Vector& normal, const Vector& inci...
function Vector (line 309) | Vector RayTracer::reflectVector(Vector vector, Vector normal) {
function Material (line 470) | Material* RayTracer::readMaterial(istream& in) {
function NormalMap (line 507) | NormalMap* RayTracer::readNormalMap(istream& in) {
FILE: src/RayTracer.h
function class (line 21) | class RayTracer {
FILE: src/ShinyColor.cpp
function Color (line 12) | Color ShinyColor::getColor(Vector point) {
FILE: src/ShinyColor.h
function class (line 6) | class ShinyColor : public Material {
FILE: src/Sphere.cpp
function Intersection (line 5) | Intersection Sphere::intersect(Ray ray) {
function Boundaries (line 56) | Boundaries Sphere::getBounds() {
FILE: src/Sphere.h
function class (line 13) | class Sphere : public Object {
FILE: src/Triangle.cpp
function Intersection (line 6) | Intersection Triangle::intersect(Ray ray) {
function Boundaries (line 47) | Boundaries Triangle::getBounds() {
FILE: src/Triangle.h
function class (line 14) | class Triangle : public Object {
FILE: src/Turbulence.cpp
function Color (line 14) | Color Turbulence::getColor(Vector point) {
FILE: src/Turbulence.h
function class (line 6) | class Turbulence : public Material {
FILE: src/Vector.cpp
function Vector (line 4) | Vector Vector::normalize() {
function Vector (line 8) | Vector Vector::cross(Vector const & v) const {
function Vector (line 20) | Vector Vector::operator + (Vector const & v) const {
function Vector (line 24) | Vector & Vector::operator += (Vector const & v) {
function Vector (line 32) | Vector Vector::operator - (Vector const & v) const {
function Vector (line 36) | Vector & Vector::operator -= (Vector const & v) {
function Vector (line 44) | Vector Vector::operator * (Vector const & v) const {
function Vector (line 48) | Vector & Vector::operator *= (Vector const & v) {
function Vector (line 56) | Vector Vector::operator / (Vector const & v) const {
function Vector (line 60) | Vector & Vector::operator /= (Vector const & v) {
function Vector (line 68) | Vector Vector::operator * (double const s) const {
function Vector (line 72) | Vector & Vector::operator *= (double const s) {
function Vector (line 80) | Vector Vector::operator / (double const s) const {
function Vector (line 84) | Vector & Vector::operator /= (double const s) {
FILE: src/Vector.h
function class (line 4) | class Vector {
FILE: src/Wood.cpp
function Color (line 14) | Color Wood::getColor(Vector point) {
FILE: src/Wood.h
function class (line 6) | class Wood : public Material {
FILE: src/main.cpp
function main (line 13) | int main(int argc, char** argv) {
Copy disabled (too large)
Download .json
Condensed preview — 95 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (24,379K chars).
[
{
"path": ".gitignore",
"chars": 32,
"preview": "RayTracer\n*.tga\n*.gch\n*.out\n*.o\n"
},
{
"path": "LICENSE",
"chars": 11358,
"preview": "\n Apache License\n Version 2.0, January 2004\n "
},
{
"path": "README.md",
"chars": 8698,
"preview": "# Ray Tracer!\n\nThis is a simple ray tracer developed as a final project for CSC 471 Introduction to Graphics at Cal Poly"
},
{
"path": "models/bunny.orig.m",
"chars": 3554220,
"preview": "# |Created using:\n# | Filtermesh -ge -rmcomp 0 -ge -flip -triang -ge\n# |(Timing on cpu=sgi host=squiggle)\n# | (_readmesh"
},
{
"path": "models/bunny10k.m",
"chars": 472789,
"preview": "Vertex 1 -0.0418663 0.0340021 -0.00580283\nVertex 2 -0.0380666 0.0385186 -0.00730796\nVertex 3 0.00621941 0.0351341 0.0"
},
{
"path": "models/bunny500.m",
"chars": 21079,
"preview": "Vertex 1 -0.0418663 0.0340021 -0.00580283\nVertex 2 -0.0380666 0.0385186 -0.00730796\nVertex 3 0.00621941 0.0351341 0.0"
},
{
"path": "models/cessna500.m",
"chars": 20638,
"preview": "Vertex 1 -11.2429 -3.34616 -7.6444\nVertex 2 -11.4049 -3.2215 -7.5698\nVertex 3 -11.348 -3.47795 -7.71857\nVertex 4 -11"
},
{
"path": "models/cessna_color.m",
"chars": 32912,
"preview": "# |Created on 2003/10/31 09:19:57 using:\n# | C:\\cygwin\\home\\Zoe\\hh_src\\bin\\filtermesh.exe cessna_color500.m -removekey\n#"
},
{
"path": "models/cessna_color500.m",
"chars": 114635,
"preview": "Vertex 1 -11.2429 -3.34616 -7.6444\nVertex 2 -11.4049 -3.2215 -7.5698\nVertex 3 -11.348 -3.47795 -7.71857\nVertex 4 -11"
},
{
"path": "models/dragon10k.m",
"chars": 467469,
"preview": "Vertex 1 0.0426847 0.077947 0.0194524\nVertex 2 -0.0700004 0.150208 -0.0137753\nVertex 3 -0.0654998 0.153773 -0.0028957"
},
{
"path": "models/dragon1K.m",
"chars": 40676,
"preview": "Vertex 1 0.0426847 0.077947 0.0194524\nVertex 2 -0.0700004 0.150208 -0.0137753\nVertex 3 -0.0654391 0.153829 -0.0032665"
},
{
"path": "models/fandisk_10k.m",
"chars": 577583,
"preview": "# |Computing arc-length boundary...\n# |Coarse Mesh L^2 Stretch Efficiency: 0.978106\n# |Coarse Mesh L^i Stretch Efficienc"
},
{
"path": "models/fandisk_1k.m",
"chars": 41018,
"preview": "# ||Computing arc-length boundary...\n# ||Coarse Mesh L^2 Stretch Efficiency: 0.978106\n# ||Coarse Mesh L^i Stretch Effici"
},
{
"path": "models/gameguy.m",
"chars": 6284812,
"preview": "# ||Created using:\n# || Filtermesh gameguy.poly.m.gz -rmcomp 0 -ge\n# ||(Timing on cpu=sgi host=squiggle)\n# || (_readmesh"
},
{
"path": "models/gameguy1k.m",
"chars": 264272,
"preview": "# (Timing on cpu=x86-L6-R0806 host=BUTTERCUP)\n# (_goto: 0.02)\nVertex 1 -14.3756 -3.86579 -3.23286\nVe"
},
{
"path": "models/gameguy_color.m",
"chars": 2730164,
"preview": "Vertex 1 -14.2166 -3.8585 -2.81153\nVertex 2 -14.2093 -3.88703 -3.73767\nVertex 3 -13.9084 -3.91663 -4.65365\nVertex 4 "
},
{
"path": "models/gameguy_noinfo_20k.m",
"chars": 2013772,
"preview": "# Created on 2003/11/20 18:23:23 using:\n# C:\\cygwin\\home\\Zoe\\hh_src\\bin\\filtermesh.exe gameguy_noinfo_20k.m\n# -renumb"
},
{
"path": "models/gargoyle500.m",
"chars": 19883,
"preview": "Vertex 1 0.380763 0.326377 0.0285111\nVertex 2 0.247016 0.319417 0.0174855\nVertex 3 0.169366 0.777404 0.210396\nVertex "
},
{
"path": "models/gargoyle_2k.m",
"chars": 83132,
"preview": "Vertex 1 0.380763 0.326377 0.0285111\nVertex 2 0.247016 0.319417 0.0174855\nVertex 3 0.169366 0.777404 0.210396\nVertex "
},
{
"path": "models/gg1k_noinfo.m",
"chars": 85865,
"preview": "# |||||Created using:\n# ||||| Filtermesh gameguy.poly.m.gz -rmcomp 0 -ge\n# |||||(Timing on cpu=sgi host=squiggle)\n# ||||"
},
{
"path": "models/test1.m",
"chars": 464,
"preview": "Vertex 1 -0.5 0.0021 0.5\nVertex 2 0.5 0 0.5 \nVertex 3 0.5 0 -0.5\nVertex 4 -0.5 0.00014 -0.5\nVertex 5 -0.25 0.25 0.2"
},
{
"path": "models/test_simp1.m",
"chars": 403,
"preview": "Vertex 1 -0.5 0.0021 0.5\nVertex 2 0.5 0 0.5 \nVertex 3 0.5 0 -0.5\nVertex 4 -0.5 0.00014 -0.5\nVertex 5 -0.25 0.25 0.2"
},
{
"path": "models/tyra_100k.m",
"chars": 4945881,
"preview": "# ||||||Created on 2002/10/11 18:04:45 using:\n# |||||| filtermesh tyra_c8.cut.m -removekey wid\n# ||||||(Timing on cpu=x8"
},
{
"path": "models/tyra_1k.m",
"chars": 44610,
"preview": "# ||||||||Created on 2002/10/11 18:04:45 using:\n# |||||||| filtermesh tyra_c8.cut.m -removekey wid\n# ||||||||(Timing on "
},
{
"path": "models/tyra_20k.m",
"chars": 1023515,
"preview": "Vertex 1 0.858806 0.0819646 -0.620838\nVertex 2 0.718828 1.16675 -0.584247\nVertex 3 -0.163377 -2.84108 2.22252\nVertex 4 0"
},
{
"path": "scenes/GenerateBallsOnAPlane.php",
"chars": 4077,
"preview": "<?php\n\nGenerateBallsOnAPlane::main();\n\nclass GenerateBallsOnAPlane {\n public static function main() {\n echo <<<EO"
},
{
"path": "scenes/allMaterials.scn",
"chars": 899,
"preview": "cameraUp 0.0 1.0 0.0\ncameraPosition 0.0 0.0 1000.0\ncameraLookAt 110.0 0.0 0.0\ncameraScreenWidth 2500\n\nlight 400 100 500 "
},
{
"path": "scenes/ballsInAPit.scn",
"chars": 110745,
"preview": "cameraUp 0 1 0\ncameraPosition 995 400 0\ncameraLookAt 100 0 0\ncameraScreenWidth 1500\n\n#dispersion 5.0\n\nlight 900 900 0 "
},
{
"path": "scenes/ballsOnAPlane.scn",
"chars": 17023,
"preview": "dispersion 2.0\ncameraPosition 0.0 0.0 150.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 5.0\ncameraScreenWidth 575\n\nlight 0"
},
{
"path": "scenes/ballsOnAPlaneClose.scn",
"chars": 23500,
"preview": "dispersion 0\ncameraPosition 0.0 0.0 25.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 9.0\ncameraScreenWidth 96\n\nlight -20 6"
},
{
"path": "scenes/bunny.scn",
"chars": 40259,
"preview": "cameraPosition 1.711963 2.333467 10.445557\ncameraUp 0.042266 0.963630 -0.263875\ncameraLookAt 0.421718 -0.592129 -2.87547"
},
{
"path": "scenes/dragon.scn",
"chars": 466946,
"preview": "cameraPosition 1.711963 3.333467 10.445557\ncameraUp 0.042266 0.963630 -0.263875\ncameraLookAt 0.421718 -0.592129 -2.87547"
},
{
"path": "scenes/line.scn",
"chars": 392,
"preview": "dispersion 5.0\ncameraPosition 0.0 0.0 100.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 0.0\ncameraScreenWidth 384\n\nlight 5"
},
{
"path": "scenes/lineFar.scn",
"chars": 398,
"preview": "dispersion 5.0\ncameraPosition 0.0 0.0 100.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 -9900.0\ncameraScreenWidth 28800\n\nl"
},
{
"path": "scenes/modelTest1.scn",
"chars": 442,
"preview": "dispersion 5.0\nmaxReflections 20\n\ncameraPosition 0 50 500.0\ncameraUp 0 1 0\ncameraLookAt 0 50 0\ncameraScreenWidth 1920\n\nl"
},
{
"path": "scenes/modelTest2.scn",
"chars": 370,
"preview": "dispersion 5.0\nmaxReflections 20\n\ncameraPosition 0 0 700.0\ncameraUp 0 1 0\ncameraLookAt 0 0 0\ncameraScreenWidth 1920\n\nlig"
},
{
"path": "scenes/modelTest3.scn",
"chars": 268,
"preview": "dispersion 5.0\nmaxReflections 20\n\ncameraPosition 0 50 500.0\ncameraUp 0 1 0\ncameraLookAt 0 50 0\ncameraScreenWidth 1920\n\nl"
},
{
"path": "scenes/texturesInYoFace.scn",
"chars": 8311,
"preview": "cameraUp 0 1 0\ncameraPosition 175 100 175\ncameraLookAt 0 35 0\ncameraScreenWidth 200\n\n#dispersion 5.0\n\nlight 900 900 0 "
},
{
"path": "scenes/triangleSpheres.scn",
"chars": 423,
"preview": "dispersion 5.0\nmaxReflections 20\n\ncameraPosition 0.0 0.0 700.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 0.0\ncameraScree"
},
{
"path": "scenes/triangleTest1.scn",
"chars": 441,
"preview": "dispersion 5.0\nmaxReflections 20\n\ncameraPosition 0.0 0.0 700.0\ncameraUp 0.0 1.0 0.0\ncameraLookAt 0.0 0.0 0.0\ncameraScree"
},
{
"path": "scenes/tumbledStones.scn",
"chars": 25131,
"preview": "cameraUp 0 0 -1\ncameraPosition 0 2000 0\ncameraLookAt 0 0 0\ncameraScreenWidth 1500\n\nlight 100 1500 100 0.6\n\ntriangle 100"
},
{
"path": "src/Air.cpp",
"chars": 198,
"preview": "#include \"Air.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nColor Air::getColor(Vector point) {\n return Color(0.0, 0.0, "
},
{
"path": "src/Air.h",
"chars": 197,
"preview": "#ifndef __AIR_H__\n#define __AIR_H__\n\n#include \"Material.h\"\n\nclass Air : public Material {\npublic:\n Air() {}\n\n virtua"
},
{
"path": "src/BSP.cpp",
"chars": 3604,
"preview": "#include \"BSP.h\"\n#include <limits>\n#include \"Object.h\"\n#include \"Intersection.h\"\n\nusing namespace std;\n\nvoid BSP::build("
},
{
"path": "src/BSP.h",
"chars": 690,
"preview": "#ifndef __BSP_H__\n#define __BSP_H__\n\n#include <math.h>\n#include <vector>\n#include \"Boundaries.h\"\n#include \"Ray.h\"\n\nclass"
},
{
"path": "src/Boundaries.cpp",
"chars": 1365,
"preview": "#include \"Boundaries.h\"\n#include <algorithm>\n\n// Returns the center value for the given axis.\ndouble Boundaries::splitVa"
},
{
"path": "src/Boundaries.h",
"chars": 291,
"preview": "#ifndef __BOUNDARIES_H__\n#define __BOUNDARIES_H__\n\n#include \"Vector.h\"\n#include \"Ray.h\"\n\nclass Boundaries {\npublic:\n V"
},
{
"path": "src/Camera.cpp",
"chars": 144,
"preview": "#include \"Camera.h\"\n\nvoid Camera::calculateWUV() {\n w = (lookAt - position).normalize();\n u = up.cross(w).normalize("
},
{
"path": "src/Camera.h",
"chars": 589,
"preview": "#ifndef __CAMERA_H__\n#define __CAMERA_H__\n\n#include \"Vector.h\"\n\nclass Camera {\npublic:\n Vector position;\n Vector up;"
},
{
"path": "src/Checkerboard.cpp",
"chars": 782,
"preview": "#include \"Checkerboard.h\"\n\n#include \"Vector.h\"\n\n// Offset points to move the origin which makes an ugly seam.\n#define PO"
},
{
"path": "src/Checkerboard.h",
"chars": 381,
"preview": "#ifndef __CHECKERBOARD_H__\n#define __CHECKERBOARD_H__\n\n#include \"Material.h\"\n\nclass Checkerboard : public Material {\npri"
},
{
"path": "src/Color.cpp",
"chars": 361,
"preview": "#include \"Color.h\"\n\nColor Color::operator+ (Color const &c) const {\n Color other;\n\n other.r = NTZ(c.r) + NTZ(r);\n "
},
{
"path": "src/Color.h",
"chars": 690,
"preview": "#ifndef __COLOR_H__\n#define __COLOR_H__\n\n/**\n * \"NaN To Zero\"\n * Converts a NaN value to zero. Otherwise adding values t"
},
{
"path": "src/CrissCross.cpp",
"chars": 1547,
"preview": "#include \"CrissCross.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nCrissCross::CrissCross(std::istream& in) {\n in >> col"
},
{
"path": "src/CrissCross.h",
"chars": 416,
"preview": "#ifndef __CRISS_CROSS_H__\n#define __CRISS_CROSS_H__\n\n#include \"Material.h\"\n\nclass CrissCross : public Material {\nprivate"
},
{
"path": "src/FlatColor.cpp",
"chars": 209,
"preview": "#include \"FlatColor.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nFlatColor::FlatColor(std::istream& in) {\n in >> color."
},
{
"path": "src/FlatColor.h",
"chars": 220,
"preview": "#ifndef __FLAT_COLOR_H__\n#define __FLAT_COLOR_H__\n\n#include \"Material.h\"\n\nclass FlatColor : public Material {\nprivate:\n "
},
{
"path": "src/Glass.cpp",
"chars": 336,
"preview": "#include \"Glass.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nGlass::Glass(std::istream& in) {\n in >> refractiveIndex;\n "
},
{
"path": "src/Glass.h",
"chars": 308,
"preview": "#ifndef __GLASS_H__\n#define __GLASS_H__\n\n#include \"Material.h\"\n\nclass Glass : public Material {\nprivate:\n double refra"
},
{
"path": "src/Image.cpp",
"chars": 5210,
"preview": "/**\n * Bob Somers\n * rsomers@calpoly.edu\n * CPE 473, Winter 2010\n * Cal Poly, San Luis Obispo\n */\n\n#include \"Image.h\"\n\nI"
},
{
"path": "src/Image.h",
"chars": 839,
"preview": "/**\n * Bob Somers\n * rsomers@calpoly.edu\n * CPE 473, Winter 2010\n * Cal Poly, San Luis Obispo\n */\n\n#ifndef __IMAGE_H__\n#"
},
{
"path": "src/Intersection.cpp",
"chars": 115,
"preview": "#include \"Intersection.h\"\n\nColor Intersection::getColor() const {\n return endMaterial->getColor(intersection);\n}\n"
},
{
"path": "src/Intersection.h",
"chars": 959,
"preview": "#ifndef __INTERSECTION_H__\n#define __INTERSECTION_H__\n\n#include <limits>\n#include \"Vector.h\"\n#include \"Object.h\"\n#includ"
},
{
"path": "src/Light.cpp",
"chars": 52,
"preview": "#include \"Light.h\"\n\n/**\n * Put Light code here!\n */\n"
},
{
"path": "src/Light.h",
"chars": 235,
"preview": "#ifndef __LIGHT_H__\n#define __LIGHT_H__\n\n#include \"Vector.h\"\n\nclass Light {\npublic:\n Vector position;\n double intens"
},
{
"path": "src/Makefile",
"chars": 2967,
"preview": "CC = g++\nCFLAGS = -O3 -Wall -fopenmp\n\nALL_OBJECT_FILES = main.o RayTracer.o Image.o Ray.o Vector.o Sphere.o Triangle.o I"
},
{
"path": "src/Marble.cpp",
"chars": 846,
"preview": "#include \"Marble.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nMarble::Marble(std::istream& in) {\n in >> color1.r >> col"
},
{
"path": "src/Marble.h",
"chars": 381,
"preview": "#ifndef __MARBLE_H__\n#define __MARBLE_H__\n\n#include \"Material.h\"\n\nclass Marble : public Material {\nprivate:\n PerlinNoi"
},
{
"path": "src/Material.cpp",
"chars": 471,
"preview": "#include \"Material.h\"\n#include \"NormalMap.h\"\n\n/**\n * Put Material code here!\n */\n\ndouble Material::getShininess() {\n r"
},
{
"path": "src/Material.h",
"chars": 631,
"preview": "#ifndef __MATERIAL_H__\n#define __MATERIAL_H__\n\n#define NOT_SHINY -1\n#define NOT_REFLECTIVE -1\n#define NOT_REFRACTIVE -1\n"
},
{
"path": "src/NormalMap.cpp",
"chars": 475,
"preview": "#include \"NormalMap.h\"\n\nNormalMap::NormalMap(std::istream& in) {\n in >> scale;\n in >> amount;\n}\n\nVector NormalMap::m"
},
{
"path": "src/NormalMap.h",
"chars": 306,
"preview": "#ifndef __NORMAL_MAP_H__\n#define __NORMAL_MAP_H__\n\n#include <iostream>\n#include \"Vector.h\"\n#include \"PerlinNoise.h\"\n\ncla"
},
{
"path": "src/Object.cpp",
"chars": 54,
"preview": "#include \"Object.h\"\n\n/**\n * Put Object code here!\n */\n"
},
{
"path": "src/Object.h",
"chars": 272,
"preview": "#ifndef __OBJECT_H__\n#define __OBJECT_H__\n\nclass Intersection;\nclass Boundaries;\nclass Ray;\n\n/**\n * Base class for all o"
},
{
"path": "src/PerlinNoise.cpp",
"chars": 2941,
"preview": "/**\n * Taken from: http://www.codermind.com/articles/Raytracer-in-C++-Part-III-Textures.html\n */\n\n#include \"PerlinNoise."
},
{
"path": "src/PerlinNoise.h",
"chars": 387,
"preview": "#ifndef __PERLIN_NOISE_H__\n#define __PERLIN_NOISE_H__\n\n/**\n * Taken from: http://www.codermind.com/articles/Raytracer-in"
},
{
"path": "src/Ray.cpp",
"chars": 250,
"preview": "#include \"Ray.h\"\n\n/**\n * Calculates the fractional direction for the ray to avoid doing it multiple times.\n */\nvoid Ray:"
},
{
"path": "src/Ray.h",
"chars": 764,
"preview": "#ifndef __RAY_H__\n#define __RAY_H__\n\n#include <stdlib.h>\n#include \"Vector.h\"\n\nclass Material;\n\nclass Ray {\npublic:\n Ve"
},
{
"path": "src/RayTracer.cpp",
"chars": 16149,
"preview": "#include <limits>\n#include \"RayTracer.h\"\n#include \"Image.h\"\n#include \"Object.h\"\n#include \"Sphere.h\"\n#include \"Triangle.h"
},
{
"path": "src/RayTracer.h",
"chars": 1913,
"preview": "#ifndef __RAY_TRACER_H__\n#define __RAY_TRACER_H__\n\n#include <string>\n#include <vector>\n#include <map>\n#include <iostream"
},
{
"path": "src/ShinyColor.cpp",
"chars": 382,
"preview": "#include \"ShinyColor.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nShinyColor::ShinyColor(std::istream& in) {\n in >> col"
},
{
"path": "src/ShinyColor.h",
"chars": 331,
"preview": "#ifndef __SHINY_COLOR_H__\n#define __SHINY_COLOR_H__\n\n#include \"Material.h\"\n\nclass ShinyColor : public Material {\npublic:"
},
{
"path": "src/Sphere.cpp",
"chars": 1261,
"preview": "#include \"Sphere.h\"\n#include \"Material.h\"\n#include <math.h>\n\nIntersection Sphere::intersect(Ray ray) {\n Vector deltap "
},
{
"path": "src/Sphere.h",
"chars": 681,
"preview": "#ifndef __SPHERE_H__\n#define __SPHERE_H__\n\n#include <math.h>\n#include \"Vector.h\"\n#include \"Ray.h\"\n#include \"Intersection"
},
{
"path": "src/Triangle.cpp",
"chars": 1069,
"preview": "#include <algorithm>\n#include <math.h>\n#include \"Triangle.h\"\n#include \"Material.h\"\n\nIntersection Triangle::intersect(Ray"
},
{
"path": "src/Triangle.h",
"chars": 959,
"preview": "#ifndef __TRIANGLE_H__\n#define __TRIANGLE_H__\n\n#include <math.h>\n#include <stdlib.h>\n#include \"Vector.h\"\n#include \"Ray.h"
},
{
"path": "src/Turbulence.cpp",
"chars": 805,
"preview": "#include \"Turbulence.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nTurbulence::Turbulence(std::istream& in) {\n in >> col"
},
{
"path": "src/Turbulence.h",
"chars": 397,
"preview": "#ifndef __TURBULENCE_H__\n#define __TURBULENCE_H__\n\n#include \"Material.h\"\n\nclass Turbulence : public Material {\nprivate:\n"
},
{
"path": "src/Vector.cpp",
"chars": 1574,
"preview": "#include <math.h>\n#include \"Vector.h\"\n\nVector Vector::normalize() {\n return (*this) /= this->length();\n}\n\nVector Vecto"
},
{
"path": "src/Vector.h",
"chars": 943,
"preview": "#ifndef __VECTOR_H__\n#define __VECTOR_H__\n\nclass Vector {\npublic:\n\n double x, y, z;\n\n Vector() : x(0), y(0), z(0) {}"
},
{
"path": "src/Wood.cpp",
"chars": 615,
"preview": "#include \"Wood.h\"\n\n#include \"Vector.h\"\n#include \"Color.h\"\n\nWood::Wood(std::istream& in) {\n in >> color1.r >> color1.g "
},
{
"path": "src/Wood.h",
"chars": 373,
"preview": "#ifndef __WOOD_H__\n#define __WOOD_H__\n\n#include \"Material.h\"\n\nclass Wood : public Material {\nprivate:\n PerlinNoise per"
},
{
"path": "src/main.cpp",
"chars": 1200,
"preview": "#include <stdlib.h>\n#include <string.h>\n#include <iostream>\n#include <fstream>\n#include <ctime>\n#include \"RayTracer.h\"\n\n"
},
{
"path": "src/runAndOpenAll.sh",
"chars": 479,
"preview": "#!/bin/bash\n\n# Runs RayTracer on every scene file in scenes and opens the resulting images.\n\nmake\n\nSUPER_SAMPLES=1\nDEPTH"
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the marczych/RayTracer GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 95 files (22.5 MB), approximately 5.9M tokens, and a symbol index with 80 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.