diff --git a/project.godot b/project.godot index f194f27..3e7bda5 100644 --- a/project.godot +++ b/project.godot @@ -36,7 +36,6 @@ settings/updates/check_for_updates=false window/size/viewport_width=1920 window/size/viewport_height=1080 -window/vsync/vsync_mode=0 [dotnet] diff --git a/src/player/player.tscn b/src/player/player.tscn index 6e9c564..c8828c7 100644 --- a/src/player/player.tscn +++ b/src/player/player.tscn @@ -67,6 +67,7 @@ script = ExtResource("1_5f2sf") shape = SubResource("CapsuleShape3D_qnmj6") [node name="MeshInstance3D" type="MeshInstance3D" parent="."] +layers = 7 gi_mode = 0 mesh = SubResource("CapsuleMesh_4anbu") @@ -94,11 +95,12 @@ rebound_time_curve = SubResource("Curve_ylhto") script = ExtResource("1_rxibo") priority = 1 tween_resource = SubResource("Resource_244u8") -noise_emitter_layer = 1 +noise_emitter_layer = 512 metadata/_custom_type_script = "uid://csjccrhj5wnx7" [node name="MeshInstance3D" type="MeshInstance3D" parent="CameraOffset/CameraController/StrafeBankEffect/FallKickEffect/PhantomCamera3D"] transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 0, -0.45) +layers = 7 gi_mode = 0 mesh = SubResource("CapsuleMesh_o822w") diff --git a/src/world/generation/feature/arcology/arcology.tscn b/src/world/generation/feature/arcology/arcology.tscn index f05c7e8..c4a7eae 100644 --- a/src/world/generation/feature/arcology/arcology.tscn +++ b/src/world/generation/feature/arcology/arcology.tscn @@ -1,6 +1,9 @@ -[gd_scene load_steps=5 format=3 uid="uid://nllc8ljmn37g"] +[gd_scene load_steps=7 format=3 uid="uid://nllc8ljmn37g"] [ext_resource type="Script" uid="uid://drk82eeqk2mjs" path="res://src/world/generation/feature/generation_feature.gd" id="1_ek7o7"] +[ext_resource type="Material" uid="uid://0ja682cfcvu3" path="res://assets/materials/shaders/megalith_base.material" id="2_pko82"] +[ext_resource type="Material" uid="uid://bjbctidts4k5b" path="res://assets/materials/shaders/megalith_interior.material" id="3_yw1ox"] +[ext_resource type="PackedScene" uid="uid://cwygxhknl2h8r" path="res://src/world/generation/layer/metro_grid_layer/metro_grid_layer.tscn" id="4_fy7wq"] [sub_resource type="PlaneMesh" id="PlaneMesh_pko82"] size = Vector2(100000, 100000) @@ -8,15 +11,14 @@ size = Vector2(100000, 100000) [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_ek7o7"] data = PackedVector3Array(50000, 0, 50000, -50000, 0, 50000, 50000, 0, -50000, -50000, 0, 50000, -50000, 0, -50000, 50000, 0, -50000) -[sub_resource type="BoxShape3D" id="BoxShape3D_pko82"] -size = Vector3(200000, 200000, 200000) - -[node name="Arcology" type="Node3D"] +[node name="Arcology" type="Node3D" node_paths=PackedStringArray("sub_layers")] script = ExtResource("1_ek7o7") +sub_layers = [NodePath("MetroGridLayer"), NodePath("MetroGridLayer2"), NodePath("MetroGridLayer3"), NodePath("MetroGridLayer4")] metadata/_custom_type_script = "uid://drk82eeqk2mjs" [node name="InnerPyramid" type="CSGCylinder3D" parent="."] transform = Transform3D(0.70710677, 0, 0.70710677, 0, 1, 0, -0.70710677, 0, 0.70710677, 50000, 30000, 50000) +layers = 4 visibility_range_end = 100000.0 visibility_range_end_margin = 64.0 visibility_range_fade_mode = 1 @@ -29,43 +31,40 @@ smooth_faces = false [node name="OuterPyramid" type="CSGCylinder3D" parent="InnerPyramid"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5000, 0) +layers = 4 radius = 70000.0 height = 70000.0 sides = 4 cone = true smooth_faces = false +material = ExtResource("2_pko82") [node name="TopCutoff" type="CSGBox3D" parent="InnerPyramid/OuterPyramid"] transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, 30000, 0) +layers = 4 operation = 2 size = Vector3(100000, 80000, 100000) -[node name="Slots" type="CSGCombiner3D" parent="InnerPyramid/OuterPyramid"] -transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, 0, 0) -operation = 2 - -[node name="CSGBox3D2" type="CSGBox3D" parent="InnerPyramid/OuterPyramid/Slots"] -transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0) -size = Vector3(100000, 71000, 10000) - -[node name="CSGBox3D3" type="CSGBox3D" parent="InnerPyramid/OuterPyramid/Slots"] -transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0) -size = Vector3(10000, 71000, 100000) - [node name="Slots" type="CSGCombiner3D" parent="InnerPyramid"] transform = Transform3D(0.70710677, 0, -0.70710677, 0, 1, 0, 0.70710677, 0, 0.70710677, 0, -18000, 0) +layers = 4 operation = 2 [node name="CSGBox3D2" type="CSGBox3D" parent="InnerPyramid/Slots"] transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0) +layers = 4 size = Vector3(100000, 30000, 10000) +material = ExtResource("3_yw1ox") [node name="CSGBox3D3" type="CSGBox3D" parent="InnerPyramid/Slots"] -transform = Transform3D(0.99999994, 0, 0, 0, 1, 0, 0, 0, 0.99999994, 0, 0, 0) -size = Vector3(10000, 30000, 100000) +transform = Transform3D(-4.3711385e-08, 0, 0.99999994, 0, 1, 0, -0.99999994, 0, -4.3711385e-08, 0, 0, 0) +layers = 4 +size = Vector3(100000, 30000, 10000) +material = ExtResource("3_yw1ox") [node name="WorldFloor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000) +layers = 4 mesh = SubResource("PlaneMesh_pko82") [node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"] @@ -73,10 +72,21 @@ mesh = SubResource("PlaneMesh_pko82") [node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"] shape = SubResource("ConcavePolygonShape3D_ek7o7") -[node name="HighDetailArea" type="Area3D" parent="."] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000) -collision_layer = 0 -collision_mask = 2 +[node name="MetroGridLayer" parent="." instance=ExtResource("4_fy7wq")] +simple_construct_threshold = 0.3 +bounding_box = AABB(0, 0, 0, 99497, 100, 503) -[node name="CollisionShape3D" type="CollisionShape3D" parent="HighDetailArea"] -shape = SubResource("BoxShape3D_pko82") +[node name="MetroGridLayer2" parent="." instance=ExtResource("4_fy7wq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 99497, 0, 0) +simple_construct_threshold = 0.3 +bounding_box = AABB(0, 0, 0, 503, 100, 99497) + +[node name="MetroGridLayer3" parent="." instance=ExtResource("4_fy7wq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 503, 0, 99497) +simple_construct_threshold = 0.3 +bounding_box = AABB(0, 0, 0, 99497, 100, 503) + +[node name="MetroGridLayer4" parent="." instance=ExtResource("4_fy7wq")] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 503) +simple_construct_threshold = 0.3 +bounding_box = AABB(0, 0, 0, 503, 100, 99497) diff --git a/src/world/generation/feature/arcology/empty.tscn b/src/world/generation/feature/arcology/empty.tscn index b153c3c..4da483f 100644 --- a/src/world/generation/feature/arcology/empty.tscn +++ b/src/world/generation/feature/arcology/empty.tscn @@ -14,6 +14,7 @@ metadata/_custom_type_script = "uid://drk82eeqk2mjs" [node name="WorldFloor" type="MeshInstance3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 50000, 0, 50000) +layers = 4 mesh = SubResource("PlaneMesh_ydt4o") [node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"] diff --git a/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd new file mode 100644 index 0000000..f18a08e --- /dev/null +++ b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd @@ -0,0 +1,14 @@ +class_name MetroConstructSimple extends GenerationFeature + +@export var min_height := 48.0 +@export var height_factor := 200.0 + +@onready var construct_box: CSGBox3D = %ConstructBox + + +func generate() -> void: + var value := absf(sample_noise()) + var height := value * height_factor + min_height + construct_box.position.y = height / 2 + construct_box.size.y = height + _generated = true diff --git a/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd.uid b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd.uid new file mode 100644 index 0000000..13bf4f3 --- /dev/null +++ b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd.uid @@ -0,0 +1 @@ +uid://dq5xadqwyspyh diff --git a/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.tscn b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.tscn new file mode 100644 index 0000000..e08168a --- /dev/null +++ b/src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.tscn @@ -0,0 +1,32 @@ +[gd_scene load_steps=4 format=3 uid="uid://beno0v5dxtwqs"] + +[ext_resource type="Script" uid="uid://dq5xadqwyspyh" path="res://src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.gd" id="1_jv74y"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_lhl33"] +size = Vector2(64, 64) +subdivide_width = 4 +subdivide_depth = 4 + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_y2o1w"] +points = PackedVector3Array(-31.999998, 0, -31.999998, -31.999998, 0, 31.999998, 32, 0, -31.999998, 32, 0, 31.999998) + +[node name="MetroConstructSimple" type="Node3D"] +script = ExtResource("1_jv74y") +metadata/_custom_type_script = "uid://drk82eeqk2mjs" + +[node name="WorldFloor" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, 32) +layers = 2 +mesh = SubResource("PlaneMesh_lhl33") + +[node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"] +shape = SubResource("ConvexPolygonShape3D_y2o1w") + +[node name="ConstructBox" type="CSGBox3D" parent="."] +unique_name_in_owner = true +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 24, 32) +layers = 2 +use_collision = true +size = Vector3(48, 48, 48) diff --git a/src/world/generation/feature/metro/metro_empty.tscn b/src/world/generation/feature/metro/metro_empty.tscn new file mode 100644 index 0000000..18e333c --- /dev/null +++ b/src/world/generation/feature/metro/metro_empty.tscn @@ -0,0 +1,24 @@ +[gd_scene load_steps=4 format=3 uid="uid://cgvg7n525g18l"] + +[ext_resource type="Script" uid="uid://drk82eeqk2mjs" path="res://src/world/generation/feature/generation_feature.gd" id="1_e5j5s"] + +[sub_resource type="PlaneMesh" id="PlaneMesh_e5j5s"] +size = Vector2(64, 64) +subdivide_width = 4 +subdivide_depth = 4 + +[sub_resource type="ConvexPolygonShape3D" id="ConvexPolygonShape3D_e5j5s"] +points = PackedVector3Array(-31.999998, 0, -31.999998, -31.999998, 0, 31.999998, 32, 0, -31.999998, 32, 0, 31.999998) + +[node name="MetroEmpty" type="Node3D"] +script = ExtResource("1_e5j5s") +metadata/_custom_type_script = "uid://drk82eeqk2mjs" + +[node name="WorldFloor" type="MeshInstance3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 32, 0, 32) +mesh = SubResource("PlaneMesh_e5j5s") + +[node name="StaticBody3D" type="StaticBody3D" parent="WorldFloor"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="WorldFloor/StaticBody3D"] +shape = SubResource("ConvexPolygonShape3D_e5j5s") diff --git a/src/world/generation/layer/arcology_grid_layer/arcology_grid_layer.gd b/src/world/generation/layer/arcology_grid_layer/arcology_grid_layer.gd index 2b332c0..106375d 100644 --- a/src/world/generation/layer/arcology_grid_layer/arcology_grid_layer.gd +++ b/src/world/generation/layer/arcology_grid_layer/arcology_grid_layer.gd @@ -46,9 +46,9 @@ func probe_grid(grid_pos: Vector2) -> void: func local_to_world(local_pos: Vector2) -> Vector3: - return global_position + Vector3(local_pos.x * GRID_SIZE.x, 0, local_pos.y * GRID_SIZE.y) + return global_transform * Vector3(local_pos.x * GRID_SIZE.x, 0, local_pos.y * GRID_SIZE.y) func world_to_local(world_pos: Vector3) -> Vector2: - var rel_pos := world_pos - global_position + var rel_pos := world_pos * global_transform return Vector2(rel_pos.x / GRID_SIZE.x, rel_pos.z / GRID_SIZE.y) diff --git a/src/world/generation/layer/grid_layer/grid_layer.gd.uid b/src/world/generation/layer/grid_layer/grid_layer.gd.uid new file mode 100644 index 0000000..994f559 --- /dev/null +++ b/src/world/generation/layer/grid_layer/grid_layer.gd.uid @@ -0,0 +1 @@ +uid://bo2pmuy3dn5y4 diff --git a/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd new file mode 100644 index 0000000..b407996 --- /dev/null +++ b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd @@ -0,0 +1,41 @@ +@tool +extends GridLayer +## Procedural cityscape generation + +@export var empty_scene: PackedScene +@export var simple_construct_scene: PackedScene + +@export var noise_scale := Vector3.ONE +@export var noise_offset := Vector3.ZERO + +@export_group("Construct Parameters") +@export var simple_construct_threshold := 0.4 +@export var construct_height_factor_x: Curve +@export var construct_height_factor_z: Curve + +var features: Dictionary[Vector2, GenerationFeature] = {} + + +func generate_simple_construct(grid_pos: Vector2) -> MetroConstructSimple: + var instance: MetroConstructSimple = simple_construct_scene.instantiate() + var sample_pos := grid_pos / _plane_size() + if construct_height_factor_x: + instance.height_factor *= construct_height_factor_x.sample(sample_pos.x) + if construct_height_factor_z: + instance.height_factor *= construct_height_factor_z.sample(sample_pos.y) + return instance + + +func probe_grid(grid_pos: Vector2) -> void: + if grid_pos not in features: + var feature: GenerationFeature + var sample_point := local_to_world(grid_pos) * noise_scale + noise_offset + var sample := absf(WorldGenManager.noise.get_noise_3dv(sample_point)) + if sample > simple_construct_threshold: + feature = generate_simple_construct(grid_pos) + else: + feature = empty_scene.instantiate() + add_child(feature) + feature.global_position = local_to_world(grid_pos) + features[grid_pos] = feature + features[grid_pos].probe() diff --git a/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd.uid b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd.uid new file mode 100644 index 0000000..825fb84 --- /dev/null +++ b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd.uid @@ -0,0 +1 @@ +uid://d25t2340sdrox diff --git a/src/world/generation/layer/metro_grid_layer/metro_grid_layer.tscn b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.tscn new file mode 100644 index 0000000..61fb63e --- /dev/null +++ b/src/world/generation/layer/metro_grid_layer/metro_grid_layer.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=4 format=3 uid="uid://cwygxhknl2h8r"] + +[ext_resource type="Script" uid="uid://d25t2340sdrox" path="res://src/world/generation/layer/metro_grid_layer/metro_grid_layer.gd" id="1_ng6r6"] +[ext_resource type="PackedScene" uid="uid://cgvg7n525g18l" path="res://src/world/generation/feature/metro/metro_empty.tscn" id="2_47xjc"] +[ext_resource type="PackedScene" uid="uid://beno0v5dxtwqs" path="res://src/world/generation/feature/metro/metro_construct_simple/metro_construct_simple.tscn" id="3_woad2"] + +[node name="MetroGridLayer" type="Node3D"] +script = ExtResource("1_ng6r6") +empty_scene = ExtResource("2_47xjc") +simple_construct_scene = ExtResource("3_woad2") +grid_size = Vector2(64, 64) diff --git a/src/world/generation/worldgen_manager/worldgen_manager.tscn b/src/world/generation/worldgen_manager/worldgen_manager.tscn index 00e3fa1..abd56b9 100644 --- a/src/world/generation/worldgen_manager/worldgen_manager.tscn +++ b/src/world/generation/worldgen_manager/worldgen_manager.tscn @@ -10,4 +10,5 @@ offset = Vector3(1024, 1024, 1024) [node name="WorldGenManager" type="Node"] script = ExtResource("1_7xvag") noise = SubResource("FastNoiseLite_7xvag") +med_detail_radius = 8192.0 metadata/_custom_type_script = "uid://7frynyj4vspc" diff --git a/src/world/world.tscn b/src/world/world.tscn index 8ddef90..1657ff4 100644 --- a/src/world/world.tscn +++ b/src/world/world.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=12 format=3 uid="uid://daxngklaqlyba"] +[gd_scene load_steps=13 format=3 uid="uid://daxngklaqlyba"] [ext_resource type="PackedScene" uid="uid://dtbulshrxetes" path="res://src/player/player.tscn" id="1_1k4gi"] [ext_resource type="Script" uid="uid://bd046eokvcnu2" path="res://addons/phantom_camera/scripts/phantom_camera_host/phantom_camera_host.gd" id="2_6fy3g"] +[ext_resource type="Material" uid="uid://b2ddqjbrhq64m" path="res://assets/materials/shaders/fractal_steel.material" id="3_bsf3i"] [ext_resource type="PackedScene" uid="uid://cop4mkrv70yhc" path="res://src/world/generation/generated_world.tscn" id="3_jte2u"] [sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_6fy3g"] @@ -22,7 +23,6 @@ ssao_enabled = true ssil_enabled = true sdfgi_min_cell_size = 5.734082 glow_enabled = true -fog_enabled = true fog_mode = 1 fog_light_color = Color(0.85, 0.90749997, 1, 1) fog_density = 1.0 @@ -51,6 +51,7 @@ is_hemisphere = true data = PackedVector3Array(0, 10, 0, 0, 10, 0, 0, 9.8296995, 1.8375, 0, 10, 0, 0.3585, 9.8296995, 1.8022, 0, 9.8296995, 1.8375, 0, 10, 0, 0, 10, 0, 0.3585, 9.8296995, 1.8022, 0, 10, 0, 0.7032, 9.8296995, 1.6976, 0.3585, 9.8296995, 1.8022, 0, 10, 0, 0, 10, 0, 0.7032, 9.8296995, 1.6976, 0, 10, 0, 1.0209, 9.8296995, 1.5278, 0.7032, 9.8296995, 1.6976, 0, 10, 0, 0, 10, 0, 1.0209, 9.8296995, 1.5278, 0, 10, 0, 1.2993, 9.8296995, 1.2993, 1.0209, 9.8296995, 1.5278, 0, 10, 0, 0, 10, 0, 1.2993, 9.8296995, 1.2993, 0, 10, 0, 1.5278, 9.8296995, 1.0209, 1.2993, 9.8296995, 1.2993, 0, 10, 0, 0, 10, 0, 1.5278, 9.8296995, 1.0209, 0, 10, 0, 1.6976, 9.8296995, 0.7032, 1.5278, 9.8296995, 1.0209, 0, 10, 0, 0, 10, 0, 1.6976, 9.8296995, 0.7032, 0, 10, 0, 1.8022, 9.8296995, 0.3585, 1.6976, 9.8296995, 0.7032, 0, 10, 0, 0, 10, 0, 1.8022, 9.8296995, 0.3585, 0, 10, 0, 1.8375, 9.8296995, 0, 1.8022, 9.8296995, 0.3585, 0, 10, 0, 0, 10, 0, 1.8375, 9.8296995, 0, 0, 10, 0, 1.8022, 9.8296995, -0.3585, 1.8375, 9.8296995, 0, 0, 10, 0, 0, 10, 0, 1.8022, 9.8296995, -0.3585, 0, 10, 0, 1.6976, 9.8296995, -0.7032, 1.8022, 9.8296995, -0.3585, 0, 10, 0, 0, 10, 0, 1.6976, 9.8296995, -0.7032, 0, 10, 0, 1.5278, 9.8296995, -1.0209, 1.6976, 9.8296995, -0.7032, 0, 10, 0, 0, 10, 0, 1.5278, 9.8296995, -1.0209, 0, 10, 0, 1.2993, 9.8296995, -1.2993, 1.5278, 9.8296995, -1.0209, 0, 10, 0, 0, 10, 0, 1.2993, 9.8296995, -1.2993, 0, 10, 0, 1.0209, 9.8296995, -1.5278, 1.2993, 9.8296995, -1.2993, 0, 10, 0, 0, 10, 0, 1.0209, 9.8296995, -1.5278, 0, 10, 0, 0.7032, 9.8296995, -1.6976, 1.0209, 9.8296995, -1.5278, 0, 10, 0, 0, 10, 0, 0.7032, 9.8296995, -1.6976, 0, 10, 0, 0.3585, 9.8296995, -1.8022, 0.7032, 9.8296995, -1.6976, 0, 10, 0, 0, 10, 0, 0.3585, 9.8296995, -1.8022, 0, 10, 0, 0, 9.8296995, -1.8375, 0.3585, 9.8296995, -1.8022, 0, 10, 0, 0, 10, 0, 0, 9.8296995, -1.8375, 0, 10, 0, -0.3585, 9.8296995, -1.8022, 0, 9.8296995, -1.8375, 0, 10, 0, 0, 10, 0, -0.3585, 9.8296995, -1.8022, 0, 10, 0, -0.7032, 9.8296995, -1.6976, -0.3585, 9.8296995, -1.8022, 0, 10, 0, 0, 10, 0, -0.7032, 9.8296995, -1.6976, 0, 10, 0, -1.0209, 9.8296995, -1.5278, -0.7032, 9.8296995, -1.6976, 0, 10, 0, 0, 10, 0, -1.0209, 9.8296995, -1.5278, 0, 10, 0, -1.2993, 9.8296995, -1.2993, -1.0209, 9.8296995, -1.5278, 0, 10, 0, 0, 10, 0, -1.2993, 9.8296995, -1.2993, 0, 10, 0, -1.5278, 9.8296995, -1.0209, -1.2993, 9.8296995, -1.2993, 0, 10, 0, 0, 10, 0, -1.5278, 9.8296995, -1.0209, 0, 10, 0, -1.6976, 9.8296995, -0.7032, -1.5278, 9.8296995, -1.0209, 0, 10, 0, 0, 10, 0, -1.6976, 9.8296995, -0.7032, 0, 10, 0, -1.8022, 9.8296995, -0.3585, -1.6976, 9.8296995, -0.7032, 0, 10, 0, 0, 10, 0, -1.8022, 9.8296995, -0.3585, 0, 10, 0, -1.8375, 9.8296995, 0, -1.8022, 9.8296995, -0.3585, 0, 10, 0, 0, 10, 0, -1.8375, 9.8296995, 0, 0, 10, 0, -1.8022, 9.8296995, 0.3585, -1.8375, 9.8296995, 0, 0, 10, 0, 0, 10, 0, -1.8022, 9.8296995, 0.3585, 0, 10, 0, -1.6976, 9.8296995, 0.7032, -1.8022, 9.8296995, 0.3585, 0, 10, 0, 0, 10, 0, -1.6976, 9.8296995, 0.7032, 0, 10, 0, -1.5278, 9.8296995, 1.0209, -1.6976, 9.8296995, 0.7032, 0, 10, 0, 0, 10, 0, -1.5278, 9.8296995, 1.0209, 0, 10, 0, -1.2993, 9.8296995, 1.2993, -1.5278, 9.8296995, 1.0209, 0, 10, 0, 0, 10, 0, -1.2993, 9.8296995, 1.2993, 0, 10, 0, -1.0209, 9.8296995, 1.5278, -1.2993, 9.8296995, 1.2993, 0, 10, 0, 0, 10, 0, -1.0209, 9.8296995, 1.5278, 0, 10, 0, -0.7032, 9.8296995, 1.6976, -1.0209, 9.8296995, 1.5278, 0, 10, 0, 0, 10, 0, -0.7032, 9.8296995, 1.6976, 0, 10, 0, -0.3585, 9.8296995, 1.8022, -0.7032, 9.8296995, 1.6976, 0, 10, 0, 0, 10, 0, -0.3585, 9.8296995, 1.8022, 0, 10, 0, 0, 9.8296995, 1.8375, -0.3585, 9.8296995, 1.8022, 0, 9.8296995, 1.8375, 0.3585, 9.8296995, 1.8022, 0, 9.324699, 3.6123998, 0.3585, 9.8296995, 1.8022, 0.7047, 9.324699, 3.543, 0, 9.324699, 3.6123998, 0.3585, 9.8296995, 1.8022, 0.7032, 9.8296995, 1.6976, 0.7047, 9.324699, 3.543, 0.7032, 9.8296995, 1.6976, 1.3823999, 9.324699, 3.3374, 0.7047, 9.324699, 3.543, 0.7032, 9.8296995, 1.6976, 1.0209, 9.8296995, 1.5278, 1.3823999, 9.324699, 3.3374, 1.0209, 9.8296995, 1.5278, 2.007, 9.324699, 3.0036, 1.3823999, 9.324699, 3.3374, 1.0209, 9.8296995, 1.5278, 1.2993, 9.8296995, 1.2993, 2.007, 9.324699, 3.0036, 1.2993, 9.8296995, 1.2993, 2.5544, 9.324699, 2.5544, 2.007, 9.324699, 3.0036, 1.2993, 9.8296995, 1.2993, 1.5278, 9.8296995, 1.0209, 2.5544, 9.324699, 2.5544, 1.5278, 9.8296995, 1.0209, 3.0036, 9.324699, 2.007, 2.5544, 9.324699, 2.5544, 1.5278, 9.8296995, 1.0209, 1.6976, 9.8296995, 0.7032, 3.0036, 9.324699, 2.007, 1.6976, 9.8296995, 0.7032, 3.3374, 9.324699, 1.3823999, 3.0036, 9.324699, 2.007, 1.6976, 9.8296995, 0.7032, 1.8022, 9.8296995, 0.3585, 3.3374, 9.324699, 1.3823999, 1.8022, 9.8296995, 0.3585, 3.543, 9.324699, 0.7047, 3.3374, 9.324699, 1.3823999, 1.8022, 9.8296995, 0.3585, 1.8375, 9.8296995, 0, 3.543, 9.324699, 0.7047, 1.8375, 9.8296995, 0, 3.6123998, 9.324699, 0, 3.543, 9.324699, 0.7047, 1.8375, 9.8296995, 0, 1.8022, 9.8296995, -0.3585, 3.6123998, 9.324699, 0, 1.8022, 9.8296995, -0.3585, 3.543, 9.324699, -0.7047, 3.6123998, 9.324699, 0, 1.8022, 9.8296995, -0.3585, 1.6976, 9.8296995, -0.7032, 3.543, 9.324699, -0.7047, 1.6976, 9.8296995, -0.7032, 3.3374, 9.324699, -1.3823999, 3.543, 9.324699, -0.7047, 1.6976, 9.8296995, -0.7032, 1.5278, 9.8296995, -1.0209, 3.3374, 9.324699, -1.3823999, 1.5278, 9.8296995, -1.0209, 3.0036, 9.324699, -2.007, 3.3374, 9.324699, -1.3823999, 1.5278, 9.8296995, -1.0209, 1.2993, 9.8296995, -1.2993, 3.0036, 9.324699, -2.007, 1.2993, 9.8296995, -1.2993, 2.5544, 9.324699, -2.5544, 3.0036, 9.324699, -2.007, 1.2993, 9.8296995, -1.2993, 1.0209, 9.8296995, -1.5278, 2.5544, 9.324699, -2.5544, 1.0209, 9.8296995, -1.5278, 2.007, 9.324699, -3.0036, 2.5544, 9.324699, -2.5544, 1.0209, 9.8296995, -1.5278, 0.7032, 9.8296995, -1.6976, 2.007, 9.324699, -3.0036, 0.7032, 9.8296995, -1.6976, 1.3823999, 9.324699, -3.3374, 2.007, 9.324699, -3.0036, 0.7032, 9.8296995, -1.6976, 0.3585, 9.8296995, -1.8022, 1.3823999, 9.324699, -3.3374, 0.3585, 9.8296995, -1.8022, 0.7047, 9.324699, -3.543, 1.3823999, 9.324699, -3.3374, 0.3585, 9.8296995, -1.8022, 0, 9.8296995, -1.8375, 0.7047, 9.324699, -3.543, 0, 9.8296995, -1.8375, 0, 9.324699, -3.6123998, 0.7047, 9.324699, -3.543, 0, 9.8296995, -1.8375, -0.3585, 9.8296995, -1.8022, 0, 9.324699, -3.6123998, -0.3585, 9.8296995, -1.8022, -0.7047, 9.324699, -3.543, 0, 9.324699, -3.6123998, -0.3585, 9.8296995, -1.8022, -0.7032, 9.8296995, -1.6976, -0.7047, 9.324699, -3.543, -0.7032, 9.8296995, -1.6976, -1.3823999, 9.324699, -3.3374, -0.7047, 9.324699, -3.543, -0.7032, 9.8296995, -1.6976, -1.0209, 9.8296995, -1.5278, -1.3823999, 9.324699, -3.3374, -1.0209, 9.8296995, -1.5278, -2.007, 9.324699, -3.0036, -1.3823999, 9.324699, -3.3374, -1.0209, 9.8296995, -1.5278, -1.2993, 9.8296995, -1.2993, -2.007, 9.324699, -3.0036, -1.2993, 9.8296995, -1.2993, -2.5544, 9.324699, -2.5544, -2.007, 9.324699, -3.0036, -1.2993, 9.8296995, -1.2993, -1.5278, 9.8296995, -1.0209, -2.5544, 9.324699, -2.5544, -1.5278, 9.8296995, -1.0209, -3.0036, 9.324699, -2.007, -2.5544, 9.324699, -2.5544, -1.5278, 9.8296995, -1.0209, -1.6976, 9.8296995, -0.7032, -3.0036, 9.324699, -2.007, -1.6976, 9.8296995, -0.7032, -3.3374, 9.324699, -1.3823999, -3.0036, 9.324699, -2.007, -1.6976, 9.8296995, -0.7032, -1.8022, 9.8296995, -0.3585, -3.3374, 9.324699, -1.3823999, -1.8022, 9.8296995, -0.3585, -3.543, 9.324699, -0.7047, -3.3374, 9.324699, -1.3823999, -1.8022, 9.8296995, -0.3585, -1.8375, 9.8296995, 0, -3.543, 9.324699, -0.7047, -1.8375, 9.8296995, 0, -3.6123998, 9.324699, 0, -3.543, 9.324699, -0.7047, -1.8375, 9.8296995, 0, -1.8022, 9.8296995, 0.3585, -3.6123998, 9.324699, 0, -1.8022, 9.8296995, 0.3585, -3.543, 9.324699, 0.7047, -3.6123998, 9.324699, 0, -1.8022, 9.8296995, 0.3585, -1.6976, 9.8296995, 0.7032, -3.543, 9.324699, 0.7047, -1.6976, 9.8296995, 0.7032, -3.3374, 9.324699, 1.3823999, -3.543, 9.324699, 0.7047, -1.6976, 9.8296995, 0.7032, -1.5278, 9.8296995, 1.0209, -3.3374, 9.324699, 1.3823999, -1.5278, 9.8296995, 1.0209, -3.0036, 9.324699, 2.007, -3.3374, 9.324699, 1.3823999, -1.5278, 9.8296995, 1.0209, -1.2993, 9.8296995, 1.2993, -3.0036, 9.324699, 2.007, -1.2993, 9.8296995, 1.2993, -2.5544, 9.324699, 2.5544, -3.0036, 9.324699, 2.007, -1.2993, 9.8296995, 1.2993, -1.0209, 9.8296995, 1.5278, -2.5544, 9.324699, 2.5544, -1.0209, 9.8296995, 1.5278, -2.007, 9.324699, 3.0036, -2.5544, 9.324699, 2.5544, -1.0209, 9.8296995, 1.5278, -0.7032, 9.8296995, 1.6976, -2.007, 9.324699, 3.0036, -0.7032, 9.8296995, 1.6976, -1.3823999, 9.324699, 3.3374, -2.007, 9.324699, 3.0036, -0.7032, 9.8296995, 1.6976, -0.3585, 9.8296995, 1.8022, -1.3823999, 9.324699, 3.3374, -0.3585, 9.8296995, 1.8022, -0.7047, 9.324699, 3.543, -1.3823999, 9.324699, 3.3374, -0.3585, 9.8296995, 1.8022, 0, 9.8296995, 1.8375, -0.7047, 9.324699, 3.543, 0, 9.8296995, 1.8375, 0, 9.324699, 3.6123998, -0.7047, 9.324699, 3.543, 0, 9.324699, 3.6123998, 0.7047, 9.324699, 3.543, 0, 8.5022, 5.2643, 0.7047, 9.324699, 3.543, 1.027, 8.5022, 5.1632, 0, 8.5022, 5.2643, 0.7047, 9.324699, 3.543, 1.3823999, 9.324699, 3.3374, 1.027, 8.5022, 5.1632, 1.3823999, 9.324699, 3.3374, 2.0146, 8.5022, 4.8636, 1.027, 8.5022, 5.1632, 1.3823999, 9.324699, 3.3374, 2.007, 9.324699, 3.0036, 2.0146, 8.5022, 4.8636, 2.007, 9.324699, 3.0036, 2.9247, 8.5022, 4.3771, 2.0146, 8.5022, 4.8636, 2.007, 9.324699, 3.0036, 2.5544, 9.324699, 2.5544, 2.9247, 8.5022, 4.3771, 2.5544, 9.324699, 2.5544, 3.7224, 8.5022, 3.7224, 2.9247, 8.5022, 4.3771, 2.5544, 9.324699, 2.5544, 3.0036, 9.324699, 2.007, 3.7224, 8.5022, 3.7224, 3.0036, 9.324699, 2.007, 4.3771, 8.5022, 2.9247, 3.7224, 8.5022, 3.7224, 3.0036, 9.324699, 2.007, 3.3374, 9.324699, 1.3823999, 4.3771, 8.5022, 2.9247, 3.3374, 9.324699, 1.3823999, 4.8636, 8.5022, 2.0146, 4.3771, 8.5022, 2.9247, 3.3374, 9.324699, 1.3823999, 3.543, 9.324699, 0.7047, 4.8636, 8.5022, 2.0146, 3.543, 9.324699, 0.7047, 5.1632, 8.5022, 1.027, 4.8636, 8.5022, 2.0146, 3.543, 9.324699, 0.7047, 3.6123998, 9.324699, 0, 5.1632, 8.5022, 1.027, 3.6123998, 9.324699, 0, 5.2643, 8.5022, 0, 5.1632, 8.5022, 1.027, 3.6123998, 9.324699, 0, 3.543, 9.324699, -0.7047, 5.2643, 8.5022, 0, 3.543, 9.324699, -0.7047, 5.1632, 8.5022, -1.027, 5.2643, 8.5022, 0, 3.543, 9.324699, -0.7047, 3.3374, 9.324699, -1.3823999, 5.1632, 8.5022, -1.027, 3.3374, 9.324699, -1.3823999, 4.8636, 8.5022, -2.0146, 5.1632, 8.5022, -1.027, 3.3374, 9.324699, -1.3823999, 3.0036, 9.324699, -2.007, 4.8636, 8.5022, -2.0146, 3.0036, 9.324699, -2.007, 4.3771, 8.5022, -2.9247, 4.8636, 8.5022, -2.0146, 3.0036, 9.324699, -2.007, 2.5544, 9.324699, -2.5544, 4.3771, 8.5022, -2.9247, 2.5544, 9.324699, -2.5544, 3.7224, 8.5022, -3.7224, 4.3771, 8.5022, -2.9247, 2.5544, 9.324699, -2.5544, 2.007, 9.324699, -3.0036, 3.7224, 8.5022, -3.7224, 2.007, 9.324699, -3.0036, 2.9247, 8.5022, -4.3771, 3.7224, 8.5022, -3.7224, 2.007, 9.324699, -3.0036, 1.3823999, 9.324699, -3.3374, 2.9247, 8.5022, -4.3771, 1.3823999, 9.324699, -3.3374, 2.0146, 8.5022, -4.8636, 2.9247, 8.5022, -4.3771, 1.3823999, 9.324699, -3.3374, 0.7047, 9.324699, -3.543, 2.0146, 8.5022, -4.8636, 0.7047, 9.324699, -3.543, 1.027, 8.5022, -5.1632, 2.0146, 8.5022, -4.8636, 0.7047, 9.324699, -3.543, 0, 9.324699, -3.6123998, 1.027, 8.5022, -5.1632, 0, 9.324699, -3.6123998, 0, 8.5022, -5.2643, 1.027, 8.5022, -5.1632, 0, 9.324699, -3.6123998, -0.7047, 9.324699, -3.543, 0, 8.5022, -5.2643, -0.7047, 9.324699, -3.543, -1.027, 8.5022, -5.1632, 0, 8.5022, -5.2643, -0.7047, 9.324699, -3.543, -1.3823999, 9.324699, -3.3374, -1.027, 8.5022, -5.1632, -1.3823999, 9.324699, -3.3374, -2.0146, 8.5022, -4.8636, -1.027, 8.5022, -5.1632, -1.3823999, 9.324699, -3.3374, -2.007, 9.324699, -3.0036, -2.0146, 8.5022, -4.8636, -2.007, 9.324699, -3.0036, -2.9247, 8.5022, -4.3771, -2.0146, 8.5022, -4.8636, -2.007, 9.324699, -3.0036, -2.5544, 9.324699, -2.5544, -2.9247, 8.5022, -4.3771, -2.5544, 9.324699, -2.5544, -3.7224, 8.5022, -3.7224, -2.9247, 8.5022, -4.3771, -2.5544, 9.324699, -2.5544, -3.0036, 9.324699, -2.007, -3.7224, 8.5022, -3.7224, -3.0036, 9.324699, -2.007, -4.3771, 8.5022, -2.9247, -3.7224, 8.5022, -3.7224, -3.0036, 9.324699, -2.007, -3.3374, 9.324699, -1.3823999, -4.3771, 8.5022, -2.9247, -3.3374, 9.324699, -1.3823999, -4.8636, 8.5022, -2.0146, -4.3771, 8.5022, -2.9247, -3.3374, 9.324699, -1.3823999, -3.543, 9.324699, -0.7047, -4.8636, 8.5022, -2.0146, -3.543, 9.324699, -0.7047, -5.1632, 8.5022, -1.027, -4.8636, 8.5022, -2.0146, -3.543, 9.324699, -0.7047, -3.6123998, 9.324699, 0, -5.1632, 8.5022, -1.027, -3.6123998, 9.324699, 0, -5.2643, 8.5022, 0, -5.1632, 8.5022, -1.027, -3.6123998, 9.324699, 0, -3.543, 9.324699, 0.7047, -5.2643, 8.5022, 0, -3.543, 9.324699, 0.7047, -5.1632, 8.5022, 1.027, -5.2643, 8.5022, 0, -3.543, 9.324699, 0.7047, -3.3374, 9.324699, 1.3823999, -5.1632, 8.5022, 1.027, -3.3374, 9.324699, 1.3823999, -4.8636, 8.5022, 2.0146, -5.1632, 8.5022, 1.027, -3.3374, 9.324699, 1.3823999, -3.0036, 9.324699, 2.007, -4.8636, 8.5022, 2.0146, -3.0036, 9.324699, 2.007, -4.3771, 8.5022, 2.9247, -4.8636, 8.5022, 2.0146, -3.0036, 9.324699, 2.007, -2.5544, 9.324699, 2.5544, -4.3771, 8.5022, 2.9247, -2.5544, 9.324699, 2.5544, -3.7224, 8.5022, 3.7224, -4.3771, 8.5022, 2.9247, -2.5544, 9.324699, 2.5544, -2.007, 9.324699, 3.0036, -3.7224, 8.5022, 3.7224, -2.007, 9.324699, 3.0036, -2.9247, 8.5022, 4.3771, -3.7224, 8.5022, 3.7224, -2.007, 9.324699, 3.0036, -1.3823999, 9.324699, 3.3374, -2.9247, 8.5022, 4.3771, -1.3823999, 9.324699, 3.3374, -2.0146, 8.5022, 4.8636, -2.9247, 8.5022, 4.3771, -1.3823999, 9.324699, 3.3374, -0.7047, 9.324699, 3.543, -2.0146, 8.5022, 4.8636, -0.7047, 9.324699, 3.543, -1.027, 8.5022, 5.1632, -2.0146, 8.5022, 4.8636, -0.7047, 9.324699, 3.543, 0, 9.324699, 3.6123998, -1.027, 8.5022, 5.1632, 0, 9.324699, 3.6123998, 0, 8.5022, 5.2643, -1.027, 8.5022, 5.1632, 0, 8.5022, 5.2643, 1.027, 8.5022, 5.1632, 0, 7.3901, 6.737, 1.027, 8.5022, 5.1632, 1.3143, 7.3901, 6.6074996, 0, 7.3901, 6.737, 1.027, 8.5022, 5.1632, 2.0146, 8.5022, 4.8636, 1.3143, 7.3901, 6.6074996, 2.0146, 8.5022, 4.8636, 2.5781, 7.3901, 6.2240996, 1.3143, 7.3901, 6.6074996, 2.0146, 8.5022, 4.8636, 2.9247, 8.5022, 4.3771, 2.5781, 7.3901, 6.2240996, 2.9247, 8.5022, 4.3771, 3.7429, 7.3901, 5.6015997, 2.5781, 7.3901, 6.2240996, 2.9247, 8.5022, 4.3771, 3.7224, 8.5022, 3.7224, 3.7429, 7.3901, 5.6015997, 3.7224, 8.5022, 3.7224, 4.7637, 7.3901, 4.7637, 3.7429, 7.3901, 5.6015997, 3.7224, 8.5022, 3.7224, 4.3771, 8.5022, 2.9247, 4.7637, 7.3901, 4.7637, 4.3771, 8.5022, 2.9247, 5.6015997, 7.3901, 3.7429, 4.7637, 7.3901, 4.7637, 4.3771, 8.5022, 2.9247, 4.8636, 8.5022, 2.0146, 5.6015997, 7.3901, 3.7429, 4.8636, 8.5022, 2.0146, 6.2240996, 7.3901, 2.5781, 5.6015997, 7.3901, 3.7429, 4.8636, 8.5022, 2.0146, 5.1632, 8.5022, 1.027, 6.2240996, 7.3901, 2.5781, 5.1632, 8.5022, 1.027, 6.6074996, 7.3901, 1.3143, 6.2240996, 7.3901, 2.5781, 5.1632, 8.5022, 1.027, 5.2643, 8.5022, 0, 6.6074996, 7.3901, 1.3143, 5.2643, 8.5022, 0, 6.737, 7.3901, 0, 6.6074996, 7.3901, 1.3143, 5.2643, 8.5022, 0, 5.1632, 8.5022, -1.027, 6.737, 7.3901, 0, 5.1632, 8.5022, -1.027, 6.6074996, 7.3901, -1.3143, 6.737, 7.3901, 0, 5.1632, 8.5022, -1.027, 4.8636, 8.5022, -2.0146, 6.6074996, 7.3901, -1.3143, 4.8636, 8.5022, -2.0146, 6.2240996, 7.3901, -2.5781, 6.6074996, 7.3901, -1.3143, 4.8636, 8.5022, -2.0146, 4.3771, 8.5022, -2.9247, 6.2240996, 7.3901, -2.5781, 4.3771, 8.5022, -2.9247, 5.6015997, 7.3901, -3.7429, 6.2240996, 7.3901, -2.5781, 4.3771, 8.5022, -2.9247, 3.7224, 8.5022, -3.7224, 5.6015997, 7.3901, -3.7429, 3.7224, 8.5022, -3.7224, 4.7637, 7.3901, -4.7637, 5.6015997, 7.3901, -3.7429, 3.7224, 8.5022, -3.7224, 2.9247, 8.5022, -4.3771, 4.7637, 7.3901, -4.7637, 2.9247, 8.5022, -4.3771, 3.7429, 7.3901, -5.6015997, 4.7637, 7.3901, -4.7637, 2.9247, 8.5022, -4.3771, 2.0146, 8.5022, -4.8636, 3.7429, 7.3901, -5.6015997, 2.0146, 8.5022, -4.8636, 2.5781, 7.3901, -6.2240996, 3.7429, 7.3901, -5.6015997, 2.0146, 8.5022, -4.8636, 1.027, 8.5022, -5.1632, 2.5781, 7.3901, -6.2240996, 1.027, 8.5022, -5.1632, 1.3143, 7.3901, -6.6074996, 2.5781, 7.3901, -6.2240996, 1.027, 8.5022, -5.1632, 0, 8.5022, -5.2643, 1.3143, 7.3901, -6.6074996, 0, 8.5022, -5.2643, 0, 7.3901, -6.737, 1.3143, 7.3901, -6.6074996, 0, 8.5022, -5.2643, -1.027, 8.5022, -5.1632, 0, 7.3901, -6.737, -1.027, 8.5022, -5.1632, -1.3143, 7.3901, -6.6074996, 0, 7.3901, -6.737, -1.027, 8.5022, -5.1632, -2.0146, 8.5022, -4.8636, -1.3143, 7.3901, -6.6074996, -2.0146, 8.5022, -4.8636, -2.5781, 7.3901, -6.2240996, -1.3143, 7.3901, -6.6074996, -2.0146, 8.5022, -4.8636, -2.9247, 8.5022, -4.3771, -2.5781, 7.3901, -6.2240996, -2.9247, 8.5022, -4.3771, -3.7429, 7.3901, -5.6015997, -2.5781, 7.3901, -6.2240996, -2.9247, 8.5022, -4.3771, -3.7224, 8.5022, -3.7224, -3.7429, 7.3901, -5.6015997, -3.7224, 8.5022, -3.7224, -4.7637, 7.3901, -4.7637, -3.7429, 7.3901, -5.6015997, -3.7224, 8.5022, -3.7224, -4.3771, 8.5022, -2.9247, -4.7637, 7.3901, -4.7637, -4.3771, 8.5022, -2.9247, -5.6015997, 7.3901, -3.7429, -4.7637, 7.3901, -4.7637, -4.3771, 8.5022, -2.9247, -4.8636, 8.5022, -2.0146, -5.6015997, 7.3901, -3.7429, -4.8636, 8.5022, -2.0146, -6.2240996, 7.3901, -2.5781, -5.6015997, 7.3901, -3.7429, -4.8636, 8.5022, -2.0146, -5.1632, 8.5022, -1.027, -6.2240996, 7.3901, -2.5781, -5.1632, 8.5022, -1.027, -6.6074996, 7.3901, -1.3143, -6.2240996, 7.3901, -2.5781, -5.1632, 8.5022, -1.027, -5.2643, 8.5022, 0, -6.6074996, 7.3901, -1.3143, -5.2643, 8.5022, 0, -6.737, 7.3901, 0, -6.6074996, 7.3901, -1.3143, -5.2643, 8.5022, 0, -5.1632, 8.5022, 1.027, -6.737, 7.3901, 0, -5.1632, 8.5022, 1.027, -6.6074996, 7.3901, 1.3143, -6.737, 7.3901, 0, -5.1632, 8.5022, 1.027, -4.8636, 8.5022, 2.0146, -6.6074996, 7.3901, 1.3143, -4.8636, 8.5022, 2.0146, -6.2240996, 7.3901, 2.5781, -6.6074996, 7.3901, 1.3143, -4.8636, 8.5022, 2.0146, -4.3771, 8.5022, 2.9247, -6.2240996, 7.3901, 2.5781, -4.3771, 8.5022, 2.9247, -5.6015997, 7.3901, 3.7429, -6.2240996, 7.3901, 2.5781, -4.3771, 8.5022, 2.9247, -3.7224, 8.5022, 3.7224, -5.6015997, 7.3901, 3.7429, -3.7224, 8.5022, 3.7224, -4.7637, 7.3901, 4.7637, -5.6015997, 7.3901, 3.7429, -3.7224, 8.5022, 3.7224, -2.9247, 8.5022, 4.3771, -4.7637, 7.3901, 4.7637, -2.9247, 8.5022, 4.3771, -3.7429, 7.3901, 5.6015997, -4.7637, 7.3901, 4.7637, -2.9247, 8.5022, 4.3771, -2.0146, 8.5022, 4.8636, -3.7429, 7.3901, 5.6015997, -2.0146, 8.5022, 4.8636, -2.5781, 7.3901, 6.2240996, -3.7429, 7.3901, 5.6015997, -2.0146, 8.5022, 4.8636, -1.027, 8.5022, 5.1632, -2.5781, 7.3901, 6.2240996, -1.027, 8.5022, 5.1632, -1.3143, 7.3901, 6.6074996, -2.5781, 7.3901, 6.2240996, -1.027, 8.5022, 5.1632, 0, 8.5022, 5.2643, -1.3143, 7.3901, 6.6074996, 0, 8.5022, 5.2643, 0, 7.3901, 6.737, -1.3143, 7.3901, 6.6074996, 0, 7.3901, 6.737, 1.3143, 7.3901, 6.6074996, 0, 6.0263, 7.9802, 1.3143, 7.3901, 6.6074996, 1.5568999, 6.0263, 7.8268, 0, 6.0263, 7.9802, 1.3143, 7.3901, 6.6074996, 2.5781, 7.3901, 6.2240996, 1.5568999, 6.0263, 7.8268, 2.5781, 7.3901, 6.2240996, 3.0539, 6.0263, 7.3726997, 1.5568999, 6.0263, 7.8268, 2.5781, 7.3901, 6.2240996, 3.7429, 7.3901, 5.6015997, 3.0539, 6.0263, 7.3726997, 3.7429, 7.3901, 5.6015997, 4.4335, 6.0263, 6.6352997, 3.0539, 6.0263, 7.3726997, 3.7429, 7.3901, 5.6015997, 4.7637, 7.3901, 4.7637, 4.4335, 6.0263, 6.6352997, 4.7637, 7.3901, 4.7637, 5.6428, 6.0263, 5.6428, 4.4335, 6.0263, 6.6352997, 4.7637, 7.3901, 4.7637, 5.6015997, 7.3901, 3.7429, 5.6428, 6.0263, 5.6428, 5.6015997, 7.3901, 3.7429, 6.6352997, 6.0263, 4.4335, 5.6428, 6.0263, 5.6428, 5.6015997, 7.3901, 3.7429, 6.2240996, 7.3901, 2.5781, 6.6352997, 6.0263, 4.4335, 6.2240996, 7.3901, 2.5781, 7.3726997, 6.0263, 3.0539, 6.6352997, 6.0263, 4.4335, 6.2240996, 7.3901, 2.5781, 6.6074996, 7.3901, 1.3143, 7.3726997, 6.0263, 3.0539, 6.6074996, 7.3901, 1.3143, 7.8268, 6.0263, 1.5568999, 7.3726997, 6.0263, 3.0539, 6.6074996, 7.3901, 1.3143, 6.737, 7.3901, 0, 7.8268, 6.0263, 1.5568999, 6.737, 7.3901, 0, 7.9802, 6.0263, 0, 7.8268, 6.0263, 1.5568999, 6.737, 7.3901, 0, 6.6074996, 7.3901, -1.3143, 7.9802, 6.0263, 0, 6.6074996, 7.3901, -1.3143, 7.8268, 6.0263, -1.5568999, 7.9802, 6.0263, 0, 6.6074996, 7.3901, -1.3143, 6.2240996, 7.3901, -2.5781, 7.8268, 6.0263, -1.5568999, 6.2240996, 7.3901, -2.5781, 7.3726997, 6.0263, -3.0539, 7.8268, 6.0263, -1.5568999, 6.2240996, 7.3901, -2.5781, 5.6015997, 7.3901, -3.7429, 7.3726997, 6.0263, -3.0539, 5.6015997, 7.3901, -3.7429, 6.6352997, 6.0263, -4.4335, 7.3726997, 6.0263, -3.0539, 5.6015997, 7.3901, -3.7429, 4.7637, 7.3901, -4.7637, 6.6352997, 6.0263, -4.4335, 4.7637, 7.3901, -4.7637, 5.6428, 6.0263, -5.6428, 6.6352997, 6.0263, -4.4335, 4.7637, 7.3901, -4.7637, 3.7429, 7.3901, -5.6015997, 5.6428, 6.0263, -5.6428, 3.7429, 7.3901, -5.6015997, 4.4335, 6.0263, -6.6352997, 5.6428, 6.0263, -5.6428, 3.7429, 7.3901, -5.6015997, 2.5781, 7.3901, -6.2240996, 4.4335, 6.0263, -6.6352997, 2.5781, 7.3901, -6.2240996, 3.0539, 6.0263, -7.3726997, 4.4335, 6.0263, -6.6352997, 2.5781, 7.3901, -6.2240996, 1.3143, 7.3901, -6.6074996, 3.0539, 6.0263, -7.3726997, 1.3143, 7.3901, -6.6074996, 1.5568999, 6.0263, -7.8268, 3.0539, 6.0263, -7.3726997, 1.3143, 7.3901, -6.6074996, 0, 7.3901, -6.737, 1.5568999, 6.0263, -7.8268, 0, 7.3901, -6.737, 0, 6.0263, -7.9802, 1.5568999, 6.0263, -7.8268, 0, 7.3901, -6.737, -1.3143, 7.3901, -6.6074996, 0, 6.0263, -7.9802, -1.3143, 7.3901, -6.6074996, -1.5568999, 6.0263, -7.8268, 0, 6.0263, -7.9802, -1.3143, 7.3901, -6.6074996, -2.5781, 7.3901, -6.2240996, -1.5568999, 6.0263, -7.8268, -2.5781, 7.3901, -6.2240996, -3.0539, 6.0263, -7.3726997, -1.5568999, 6.0263, -7.8268, -2.5781, 7.3901, -6.2240996, -3.7429, 7.3901, -5.6015997, -3.0539, 6.0263, -7.3726997, -3.7429, 7.3901, -5.6015997, -4.4335, 6.0263, -6.6352997, -3.0539, 6.0263, -7.3726997, -3.7429, 7.3901, -5.6015997, -4.7637, 7.3901, -4.7637, -4.4335, 6.0263, -6.6352997, -4.7637, 7.3901, -4.7637, -5.6428, 6.0263, -5.6428, -4.4335, 6.0263, -6.6352997, -4.7637, 7.3901, -4.7637, -5.6015997, 7.3901, -3.7429, -5.6428, 6.0263, -5.6428, -5.6015997, 7.3901, -3.7429, -6.6352997, 6.0263, -4.4335, -5.6428, 6.0263, -5.6428, -5.6015997, 7.3901, -3.7429, -6.2240996, 7.3901, -2.5781, -6.6352997, 6.0263, -4.4335, -6.2240996, 7.3901, -2.5781, -7.3726997, 6.0263, -3.0539, -6.6352997, 6.0263, -4.4335, -6.2240996, 7.3901, -2.5781, -6.6074996, 7.3901, -1.3143, -7.3726997, 6.0263, -3.0539, -6.6074996, 7.3901, -1.3143, -7.8268, 6.0263, -1.5568999, -7.3726997, 6.0263, -3.0539, -6.6074996, 7.3901, -1.3143, -6.737, 7.3901, 0, -7.8268, 6.0263, -1.5568999, -6.737, 7.3901, 0, -7.9802, 6.0263, 0, -7.8268, 6.0263, -1.5568999, -6.737, 7.3901, 0, -6.6074996, 7.3901, 1.3143, -7.9802, 6.0263, 0, -6.6074996, 7.3901, 1.3143, -7.8268, 6.0263, 1.5568999, -7.9802, 6.0263, 0, -6.6074996, 7.3901, 1.3143, -6.2240996, 7.3901, 2.5781, -7.8268, 6.0263, 1.5568999, -6.2240996, 7.3901, 2.5781, -7.3726997, 6.0263, 3.0539, -7.8268, 6.0263, 1.5568999, -6.2240996, 7.3901, 2.5781, -5.6015997, 7.3901, 3.7429, -7.3726997, 6.0263, 3.0539, -5.6015997, 7.3901, 3.7429, -6.6352997, 6.0263, 4.4335, -7.3726997, 6.0263, 3.0539, -5.6015997, 7.3901, 3.7429, -4.7637, 7.3901, 4.7637, -6.6352997, 6.0263, 4.4335, -4.7637, 7.3901, 4.7637, -5.6428, 6.0263, 5.6428, -6.6352997, 6.0263, 4.4335, -4.7637, 7.3901, 4.7637, -3.7429, 7.3901, 5.6015997, -5.6428, 6.0263, 5.6428, -3.7429, 7.3901, 5.6015997, -4.4335, 6.0263, 6.6352997, -5.6428, 6.0263, 5.6428, -3.7429, 7.3901, 5.6015997, -2.5781, 7.3901, 6.2240996, -4.4335, 6.0263, 6.6352997, -2.5781, 7.3901, 6.2240996, -3.0539, 6.0263, 7.3726997, -4.4335, 6.0263, 6.6352997, -2.5781, 7.3901, 6.2240996, -1.3143, 7.3901, 6.6074996, -3.0539, 6.0263, 7.3726997, -1.3143, 7.3901, 6.6074996, -1.5568999, 6.0263, 7.8268, -3.0539, 6.0263, 7.3726997, -1.3143, 7.3901, 6.6074996, 0, 7.3901, 6.737, -1.5568999, 6.0263, 7.8268, 0, 7.3901, 6.737, 0, 6.0263, 7.9802, -1.5568999, 6.0263, 7.8268, 0, 6.0263, 7.9802, 1.5568999, 6.0263, 7.8268, 0, 4.4574, 8.9516, 1.5568999, 6.0263, 7.8268, 1.7464, 4.4574, 8.7796, 0, 4.4574, 8.9516, 1.5568999, 6.0263, 7.8268, 3.0539, 6.0263, 7.3726997, 1.7464, 4.4574, 8.7796, 3.0539, 6.0263, 7.3726997, 3.4255998, 4.4574, 8.2702, 1.7464, 4.4574, 8.7796, 3.0539, 6.0263, 7.3726997, 4.4335, 6.0263, 6.6352997, 3.4255998, 4.4574, 8.2702, 4.4335, 6.0263, 6.6352997, 4.9733, 4.4574, 7.443, 3.4255998, 4.4574, 8.2702, 4.4335, 6.0263, 6.6352997, 5.6428, 6.0263, 5.6428, 4.9733, 4.4574, 7.443, 5.6428, 6.0263, 5.6428, 6.3297997, 4.4574, 6.3297997, 4.9733, 4.4574, 7.443, 5.6428, 6.0263, 5.6428, 6.6352997, 6.0263, 4.4335, 6.3297997, 4.4574, 6.3297997, 6.6352997, 6.0263, 4.4335, 7.443, 4.4574, 4.9733, 6.3297997, 4.4574, 6.3297997, 6.6352997, 6.0263, 4.4335, 7.3726997, 6.0263, 3.0539, 7.443, 4.4574, 4.9733, 7.3726997, 6.0263, 3.0539, 8.2702, 4.4574, 3.4255998, 7.443, 4.4574, 4.9733, 7.3726997, 6.0263, 3.0539, 7.8268, 6.0263, 1.5568999, 8.2702, 4.4574, 3.4255998, 7.8268, 6.0263, 1.5568999, 8.7796, 4.4574, 1.7464, 8.2702, 4.4574, 3.4255998, 7.8268, 6.0263, 1.5568999, 7.9802, 6.0263, 0, 8.7796, 4.4574, 1.7464, 7.9802, 6.0263, 0, 8.9516, 4.4574, 0, 8.7796, 4.4574, 1.7464, 7.9802, 6.0263, 0, 7.8268, 6.0263, -1.5568999, 8.9516, 4.4574, 0, 7.8268, 6.0263, -1.5568999, 8.7796, 4.4574, -1.7464, 8.9516, 4.4574, 0, 7.8268, 6.0263, -1.5568999, 7.3726997, 6.0263, -3.0539, 8.7796, 4.4574, -1.7464, 7.3726997, 6.0263, -3.0539, 8.2702, 4.4574, -3.4255998, 8.7796, 4.4574, -1.7464, 7.3726997, 6.0263, -3.0539, 6.6352997, 6.0263, -4.4335, 8.2702, 4.4574, -3.4255998, 6.6352997, 6.0263, -4.4335, 7.443, 4.4574, -4.9733, 8.2702, 4.4574, -3.4255998, 6.6352997, 6.0263, -4.4335, 5.6428, 6.0263, -5.6428, 7.443, 4.4574, -4.9733, 5.6428, 6.0263, -5.6428, 6.3297997, 4.4574, -6.3297997, 7.443, 4.4574, -4.9733, 5.6428, 6.0263, -5.6428, 4.4335, 6.0263, -6.6352997, 6.3297997, 4.4574, -6.3297997, 4.4335, 6.0263, -6.6352997, 4.9733, 4.4574, -7.443, 6.3297997, 4.4574, -6.3297997, 4.4335, 6.0263, -6.6352997, 3.0539, 6.0263, -7.3726997, 4.9733, 4.4574, -7.443, 3.0539, 6.0263, -7.3726997, 3.4255998, 4.4574, -8.2702, 4.9733, 4.4574, -7.443, 3.0539, 6.0263, -7.3726997, 1.5568999, 6.0263, -7.8268, 3.4255998, 4.4574, -8.2702, 1.5568999, 6.0263, -7.8268, 1.7464, 4.4574, -8.7796, 3.4255998, 4.4574, -8.2702, 1.5568999, 6.0263, -7.8268, 0, 6.0263, -7.9802, 1.7464, 4.4574, -8.7796, 0, 6.0263, -7.9802, 0, 4.4574, -8.9516, 1.7464, 4.4574, -8.7796, 0, 6.0263, -7.9802, -1.5568999, 6.0263, -7.8268, 0, 4.4574, -8.9516, -1.5568999, 6.0263, -7.8268, -1.7464, 4.4574, -8.7796, 0, 4.4574, -8.9516, -1.5568999, 6.0263, -7.8268, -3.0539, 6.0263, -7.3726997, -1.7464, 4.4574, -8.7796, -3.0539, 6.0263, -7.3726997, -3.4255998, 4.4574, -8.2702, -1.7464, 4.4574, -8.7796, -3.0539, 6.0263, -7.3726997, -4.4335, 6.0263, -6.6352997, -3.4255998, 4.4574, -8.2702, -4.4335, 6.0263, -6.6352997, -4.9733, 4.4574, -7.443, -3.4255998, 4.4574, -8.2702, -4.4335, 6.0263, -6.6352997, -5.6428, 6.0263, -5.6428, -4.9733, 4.4574, -7.443, -5.6428, 6.0263, -5.6428, -6.3297997, 4.4574, -6.3297997, -4.9733, 4.4574, -7.443, -5.6428, 6.0263, -5.6428, -6.6352997, 6.0263, -4.4335, -6.3297997, 4.4574, -6.3297997, -6.6352997, 6.0263, -4.4335, -7.443, 4.4574, -4.9733, -6.3297997, 4.4574, -6.3297997, -6.6352997, 6.0263, -4.4335, -7.3726997, 6.0263, -3.0539, -7.443, 4.4574, -4.9733, -7.3726997, 6.0263, -3.0539, -8.2702, 4.4574, -3.4255998, -7.443, 4.4574, -4.9733, -7.3726997, 6.0263, -3.0539, -7.8268, 6.0263, -1.5568999, -8.2702, 4.4574, -3.4255998, -7.8268, 6.0263, -1.5568999, -8.7796, 4.4574, -1.7464, -8.2702, 4.4574, -3.4255998, -7.8268, 6.0263, -1.5568999, -7.9802, 6.0263, 0, -8.7796, 4.4574, -1.7464, -7.9802, 6.0263, 0, -8.9516, 4.4574, 0, -8.7796, 4.4574, -1.7464, -7.9802, 6.0263, 0, -7.8268, 6.0263, 1.5568999, -8.9516, 4.4574, 0, -7.8268, 6.0263, 1.5568999, -8.7796, 4.4574, 1.7464, -8.9516, 4.4574, 0, -7.8268, 6.0263, 1.5568999, -7.3726997, 6.0263, 3.0539, -8.7796, 4.4574, 1.7464, -7.3726997, 6.0263, 3.0539, -8.2702, 4.4574, 3.4255998, -8.7796, 4.4574, 1.7464, -7.3726997, 6.0263, 3.0539, -6.6352997, 6.0263, 4.4335, -8.2702, 4.4574, 3.4255998, -6.6352997, 6.0263, 4.4335, -7.443, 4.4574, 4.9733, -8.2702, 4.4574, 3.4255998, -6.6352997, 6.0263, 4.4335, -5.6428, 6.0263, 5.6428, -7.443, 4.4574, 4.9733, -5.6428, 6.0263, 5.6428, -6.3297997, 4.4574, 6.3297997, -7.443, 4.4574, 4.9733, -5.6428, 6.0263, 5.6428, -4.4335, 6.0263, 6.6352997, -6.3297997, 4.4574, 6.3297997, -4.4335, 6.0263, 6.6352997, -4.9733, 4.4574, 7.443, -6.3297997, 4.4574, 6.3297997, -4.4335, 6.0263, 6.6352997, -3.0539, 6.0263, 7.3726997, -4.9733, 4.4574, 7.443, -3.0539, 6.0263, 7.3726997, -3.4255998, 4.4574, 8.2702, -4.9733, 4.4574, 7.443, -3.0539, 6.0263, 7.3726997, -1.5568999, 6.0263, 7.8268, -3.4255998, 4.4574, 8.2702, -1.5568999, 6.0263, 7.8268, -1.7464, 4.4574, 8.7796, -3.4255998, 4.4574, 8.2702, -1.5568999, 6.0263, 7.8268, 0, 6.0263, 7.9802, -1.7464, 4.4574, 8.7796, 0, 6.0263, 7.9802, 0, 4.4574, 8.9516, -1.7464, 4.4574, 8.7796, 0, 4.4574, 8.9516, 1.7464, 4.4574, 8.7796, 0, 2.7366, 9.6182995, 1.7464, 4.4574, 8.7796, 1.8764, 2.7366, 9.4334, 0, 2.7366, 9.6182995, 1.7464, 4.4574, 8.7796, 3.4255998, 4.4574, 8.2702, 1.8764, 2.7366, 9.4334, 3.4255998, 4.4574, 8.2702, 3.6806998, 2.7366, 8.8861, 1.8764, 2.7366, 9.4334, 3.4255998, 4.4574, 8.2702, 4.9733, 4.4574, 7.443, 3.6806998, 2.7366, 8.8861, 4.9733, 4.4574, 7.443, 5.3436, 2.7366, 7.9972997, 3.6806998, 2.7366, 8.8861, 4.9733, 4.4574, 7.443, 6.3297997, 4.4574, 6.3297997, 5.3436, 2.7366, 7.9972997, 6.3297997, 4.4574, 6.3297997, 6.8011, 2.7366, 6.8011, 5.3436, 2.7366, 7.9972997, 6.3297997, 4.4574, 6.3297997, 7.443, 4.4574, 4.9733, 6.8011, 2.7366, 6.8011, 7.443, 4.4574, 4.9733, 7.9972997, 2.7366, 5.3436, 6.8011, 2.7366, 6.8011, 7.443, 4.4574, 4.9733, 8.2702, 4.4574, 3.4255998, 7.9972997, 2.7366, 5.3436, 8.2702, 4.4574, 3.4255998, 8.8861, 2.7366, 3.6806998, 7.9972997, 2.7366, 5.3436, 8.2702, 4.4574, 3.4255998, 8.7796, 4.4574, 1.7464, 8.8861, 2.7366, 3.6806998, 8.7796, 4.4574, 1.7464, 9.4334, 2.7366, 1.8764, 8.8861, 2.7366, 3.6806998, 8.7796, 4.4574, 1.7464, 8.9516, 4.4574, 0, 9.4334, 2.7366, 1.8764, 8.9516, 4.4574, 0, 9.6182995, 2.7366, 0, 9.4334, 2.7366, 1.8764, 8.9516, 4.4574, 0, 8.7796, 4.4574, -1.7464, 9.6182995, 2.7366, 0, 8.7796, 4.4574, -1.7464, 9.4334, 2.7366, -1.8764, 9.6182995, 2.7366, 0, 8.7796, 4.4574, -1.7464, 8.2702, 4.4574, -3.4255998, 9.4334, 2.7366, -1.8764, 8.2702, 4.4574, -3.4255998, 8.8861, 2.7366, -3.6806998, 9.4334, 2.7366, -1.8764, 8.2702, 4.4574, -3.4255998, 7.443, 4.4574, -4.9733, 8.8861, 2.7366, -3.6806998, 7.443, 4.4574, -4.9733, 7.9972997, 2.7366, -5.3436, 8.8861, 2.7366, -3.6806998, 7.443, 4.4574, -4.9733, 6.3297997, 4.4574, -6.3297997, 7.9972997, 2.7366, -5.3436, 6.3297997, 4.4574, -6.3297997, 6.8011, 2.7366, -6.8011, 7.9972997, 2.7366, -5.3436, 6.3297997, 4.4574, -6.3297997, 4.9733, 4.4574, -7.443, 6.8011, 2.7366, -6.8011, 4.9733, 4.4574, -7.443, 5.3436, 2.7366, -7.9972997, 6.8011, 2.7366, -6.8011, 4.9733, 4.4574, -7.443, 3.4255998, 4.4574, -8.2702, 5.3436, 2.7366, -7.9972997, 3.4255998, 4.4574, -8.2702, 3.6806998, 2.7366, -8.8861, 5.3436, 2.7366, -7.9972997, 3.4255998, 4.4574, -8.2702, 1.7464, 4.4574, -8.7796, 3.6806998, 2.7366, -8.8861, 1.7464, 4.4574, -8.7796, 1.8764, 2.7366, -9.4334, 3.6806998, 2.7366, -8.8861, 1.7464, 4.4574, -8.7796, 0, 4.4574, -8.9516, 1.8764, 2.7366, -9.4334, 0, 4.4574, -8.9516, 0, 2.7366, -9.6182995, 1.8764, 2.7366, -9.4334, 0, 4.4574, -8.9516, -1.7464, 4.4574, -8.7796, 0, 2.7366, -9.6182995, -1.7464, 4.4574, -8.7796, -1.8764, 2.7366, -9.4334, 0, 2.7366, -9.6182995, -1.7464, 4.4574, -8.7796, -3.4255998, 4.4574, -8.2702, -1.8764, 2.7366, -9.4334, -3.4255998, 4.4574, -8.2702, -3.6806998, 2.7366, -8.8861, -1.8764, 2.7366, -9.4334, -3.4255998, 4.4574, -8.2702, -4.9733, 4.4574, -7.443, -3.6806998, 2.7366, -8.8861, -4.9733, 4.4574, -7.443, -5.3436, 2.7366, -7.9972997, -3.6806998, 2.7366, -8.8861, -4.9733, 4.4574, -7.443, -6.3297997, 4.4574, -6.3297997, -5.3436, 2.7366, -7.9972997, -6.3297997, 4.4574, -6.3297997, -6.8011, 2.7366, -6.8011, -5.3436, 2.7366, -7.9972997, -6.3297997, 4.4574, -6.3297997, -7.443, 4.4574, -4.9733, -6.8011, 2.7366, -6.8011, -7.443, 4.4574, -4.9733, -7.9972997, 2.7366, -5.3436, -6.8011, 2.7366, -6.8011, -7.443, 4.4574, -4.9733, -8.2702, 4.4574, -3.4255998, -7.9972997, 2.7366, -5.3436, -8.2702, 4.4574, -3.4255998, -8.8861, 2.7366, -3.6806998, -7.9972997, 2.7366, -5.3436, -8.2702, 4.4574, -3.4255998, -8.7796, 4.4574, -1.7464, -8.8861, 2.7366, -3.6806998, -8.7796, 4.4574, -1.7464, -9.4334, 2.7366, -1.8764, -8.8861, 2.7366, -3.6806998, -8.7796, 4.4574, -1.7464, -8.9516, 4.4574, 0, -9.4334, 2.7366, -1.8764, -8.9516, 4.4574, 0, -9.6182995, 2.7366, 0, -9.4334, 2.7366, -1.8764, -8.9516, 4.4574, 0, -8.7796, 4.4574, 1.7464, -9.6182995, 2.7366, 0, -8.7796, 4.4574, 1.7464, -9.4334, 2.7366, 1.8764, -9.6182995, 2.7366, 0, -8.7796, 4.4574, 1.7464, -8.2702, 4.4574, 3.4255998, -9.4334, 2.7366, 1.8764, -8.2702, 4.4574, 3.4255998, -8.8861, 2.7366, 3.6806998, -9.4334, 2.7366, 1.8764, -8.2702, 4.4574, 3.4255998, -7.443, 4.4574, 4.9733, -8.8861, 2.7366, 3.6806998, -7.443, 4.4574, 4.9733, -7.9972997, 2.7366, 5.3436, -8.8861, 2.7366, 3.6806998, -7.443, 4.4574, 4.9733, -6.3297997, 4.4574, 6.3297997, -7.9972997, 2.7366, 5.3436, -6.3297997, 4.4574, 6.3297997, -6.8011, 2.7366, 6.8011, -7.9972997, 2.7366, 5.3436, -6.3297997, 4.4574, 6.3297997, -4.9733, 4.4574, 7.443, -6.8011, 2.7366, 6.8011, -4.9733, 4.4574, 7.443, -5.3436, 2.7366, 7.9972997, -6.8011, 2.7366, 6.8011, -4.9733, 4.4574, 7.443, -3.4255998, 4.4574, 8.2702, -5.3436, 2.7366, 7.9972997, -3.4255998, 4.4574, 8.2702, -3.6806998, 2.7366, 8.8861, -5.3436, 2.7366, 7.9972997, -3.4255998, 4.4574, 8.2702, -1.7464, 4.4574, 8.7796, -3.6806998, 2.7366, 8.8861, -1.7464, 4.4574, 8.7796, -1.8764, 2.7366, 9.4334, -3.6806998, 2.7366, 8.8861, -1.7464, 4.4574, 8.7796, 0, 4.4574, 8.9516, -1.8764, 2.7366, 9.4334, 0, 4.4574, 8.9516, 0, 2.7366, 9.6182995, -1.8764, 2.7366, 9.4334, 0, 2.7366, 9.6182995, 1.8764, 2.7366, 9.4334, 0, 0.9227, 9.9573, 1.8764, 2.7366, 9.4334, 1.9425999, 0.9227, 9.766, 0, 0.9227, 9.9573, 1.8764, 2.7366, 9.4334, 3.6806998, 2.7366, 8.8861, 1.9425999, 0.9227, 9.766, 3.6806998, 2.7366, 8.8861, 3.8105, 0.9227, 9.1994, 1.9425999, 0.9227, 9.766, 3.6806998, 2.7366, 8.8861, 5.3436, 2.7366, 7.9972997, 3.8105, 0.9227, 9.1994, 5.3436, 2.7366, 7.9972997, 5.532, 0.9227, 8.2792, 3.8105, 0.9227, 9.1994, 5.3436, 2.7366, 7.9972997, 6.8011, 2.7366, 6.8011, 5.532, 0.9227, 8.2792, 6.8011, 2.7366, 6.8011, 7.0408998, 0.9227, 7.0408998, 5.532, 0.9227, 8.2792, 6.8011, 2.7366, 6.8011, 7.9972997, 2.7366, 5.3436, 7.0408998, 0.9227, 7.0408998, 7.9972997, 2.7366, 5.3436, 8.2792, 0.9227, 5.532, 7.0408998, 0.9227, 7.0408998, 7.9972997, 2.7366, 5.3436, 8.8861, 2.7366, 3.6806998, 8.2792, 0.9227, 5.532, 8.8861, 2.7366, 3.6806998, 9.1994, 0.9227, 3.8105, 8.2792, 0.9227, 5.532, 8.8861, 2.7366, 3.6806998, 9.4334, 2.7366, 1.8764, 9.1994, 0.9227, 3.8105, 9.4334, 2.7366, 1.8764, 9.766, 0.9227, 1.9425999, 9.1994, 0.9227, 3.8105, 9.4334, 2.7366, 1.8764, 9.6182995, 2.7366, 0, 9.766, 0.9227, 1.9425999, 9.6182995, 2.7366, 0, 9.9573, 0.9227, 0, 9.766, 0.9227, 1.9425999, 9.6182995, 2.7366, 0, 9.4334, 2.7366, -1.8764, 9.9573, 0.9227, 0, 9.4334, 2.7366, -1.8764, 9.766, 0.9227, -1.9425999, 9.9573, 0.9227, 0, 9.4334, 2.7366, -1.8764, 8.8861, 2.7366, -3.6806998, 9.766, 0.9227, -1.9425999, 8.8861, 2.7366, -3.6806998, 9.1994, 0.9227, -3.8105, 9.766, 0.9227, -1.9425999, 8.8861, 2.7366, -3.6806998, 7.9972997, 2.7366, -5.3436, 9.1994, 0.9227, -3.8105, 7.9972997, 2.7366, -5.3436, 8.2792, 0.9227, -5.532, 9.1994, 0.9227, -3.8105, 7.9972997, 2.7366, -5.3436, 6.8011, 2.7366, -6.8011, 8.2792, 0.9227, -5.532, 6.8011, 2.7366, -6.8011, 7.0408998, 0.9227, -7.0408998, 8.2792, 0.9227, -5.532, 6.8011, 2.7366, -6.8011, 5.3436, 2.7366, -7.9972997, 7.0408998, 0.9227, -7.0408998, 5.3436, 2.7366, -7.9972997, 5.532, 0.9227, -8.2792, 7.0408998, 0.9227, -7.0408998, 5.3436, 2.7366, -7.9972997, 3.6806998, 2.7366, -8.8861, 5.532, 0.9227, -8.2792, 3.6806998, 2.7366, -8.8861, 3.8105, 0.9227, -9.1994, 5.532, 0.9227, -8.2792, 3.6806998, 2.7366, -8.8861, 1.8764, 2.7366, -9.4334, 3.8105, 0.9227, -9.1994, 1.8764, 2.7366, -9.4334, 1.9425999, 0.9227, -9.766, 3.8105, 0.9227, -9.1994, 1.8764, 2.7366, -9.4334, 0, 2.7366, -9.6182995, 1.9425999, 0.9227, -9.766, 0, 2.7366, -9.6182995, 0, 0.9227, -9.9573, 1.9425999, 0.9227, -9.766, 0, 2.7366, -9.6182995, -1.8764, 2.7366, -9.4334, 0, 0.9227, -9.9573, -1.8764, 2.7366, -9.4334, -1.9425999, 0.9227, -9.766, 0, 0.9227, -9.9573, -1.8764, 2.7366, -9.4334, -3.6806998, 2.7366, -8.8861, -1.9425999, 0.9227, -9.766, -3.6806998, 2.7366, -8.8861, -3.8105, 0.9227, -9.1994, -1.9425999, 0.9227, -9.766, -3.6806998, 2.7366, -8.8861, -5.3436, 2.7366, -7.9972997, -3.8105, 0.9227, -9.1994, -5.3436, 2.7366, -7.9972997, -5.532, 0.9227, -8.2792, -3.8105, 0.9227, -9.1994, -5.3436, 2.7366, -7.9972997, -6.8011, 2.7366, -6.8011, -5.532, 0.9227, -8.2792, -6.8011, 2.7366, -6.8011, -7.0408998, 0.9227, -7.0408998, -5.532, 0.9227, -8.2792, -6.8011, 2.7366, -6.8011, -7.9972997, 2.7366, -5.3436, -7.0408998, 0.9227, -7.0408998, -7.9972997, 2.7366, -5.3436, -8.2792, 0.9227, -5.532, -7.0408998, 0.9227, -7.0408998, -7.9972997, 2.7366, -5.3436, -8.8861, 2.7366, -3.6806998, -8.2792, 0.9227, -5.532, -8.8861, 2.7366, -3.6806998, -9.1994, 0.9227, -3.8105, -8.2792, 0.9227, -5.532, -8.8861, 2.7366, -3.6806998, -9.4334, 2.7366, -1.8764, -9.1994, 0.9227, -3.8105, -9.4334, 2.7366, -1.8764, -9.766, 0.9227, -1.9425999, -9.1994, 0.9227, -3.8105, -9.4334, 2.7366, -1.8764, -9.6182995, 2.7366, 0, -9.766, 0.9227, -1.9425999, -9.6182995, 2.7366, 0, -9.9573, 0.9227, 0, -9.766, 0.9227, -1.9425999, -9.6182995, 2.7366, 0, -9.4334, 2.7366, 1.8764, -9.9573, 0.9227, 0, -9.4334, 2.7366, 1.8764, -9.766, 0.9227, 1.9425999, -9.9573, 0.9227, 0, -9.4334, 2.7366, 1.8764, -8.8861, 2.7366, 3.6806998, -9.766, 0.9227, 1.9425999, -8.8861, 2.7366, 3.6806998, -9.1994, 0.9227, 3.8105, -9.766, 0.9227, 1.9425999, -8.8861, 2.7366, 3.6806998, -7.9972997, 2.7366, 5.3436, -9.1994, 0.9227, 3.8105, -7.9972997, 2.7366, 5.3436, -8.2792, 0.9227, 5.532, -9.1994, 0.9227, 3.8105, -7.9972997, 2.7366, 5.3436, -6.8011, 2.7366, 6.8011, -8.2792, 0.9227, 5.532, -6.8011, 2.7366, 6.8011, -7.0408998, 0.9227, 7.0408998, -8.2792, 0.9227, 5.532, -6.8011, 2.7366, 6.8011, -5.3436, 2.7366, 7.9972997, -7.0408998, 0.9227, 7.0408998, -5.3436, 2.7366, 7.9972997, -5.532, 0.9227, 8.2792, -7.0408998, 0.9227, 7.0408998, -5.3436, 2.7366, 7.9972997, -3.6806998, 2.7366, 8.8861, -5.532, 0.9227, 8.2792, -3.6806998, 2.7366, 8.8861, -3.8105, 0.9227, 9.1994, -5.532, 0.9227, 8.2792, -3.6806998, 2.7366, 8.8861, -1.8764, 2.7366, 9.4334, -3.8105, 0.9227, 9.1994, -1.8764, 2.7366, 9.4334, -1.9425999, 0.9227, 9.766, -3.8105, 0.9227, 9.1994, -1.8764, 2.7366, 9.4334, 0, 2.7366, 9.6182995, -1.9425999, 0.9227, 9.766, 0, 2.7366, 9.6182995, 0, 0.9227, 9.9573, -1.9425999, 0.9227, 9.766, 0, 0.9227, 9.9573, 1.9425999, 0.9227, 9.766, 0, 0, 9.9573, 1.9425999, 0.9227, 9.766, 1.9425999, 0, 9.766, 0, 0, 9.9573, 1.9425999, 0.9227, 9.766, 3.8105, 0.9227, 9.1994, 1.9425999, 0, 9.766, 3.8105, 0.9227, 9.1994, 3.8105, 0, 9.1994, 1.9425999, 0, 9.766, 3.8105, 0.9227, 9.1994, 5.532, 0.9227, 8.2792, 3.8105, 0, 9.1994, 5.532, 0.9227, 8.2792, 5.532, 0, 8.2792, 3.8105, 0, 9.1994, 5.532, 0.9227, 8.2792, 7.0408998, 0.9227, 7.0408998, 5.532, 0, 8.2792, 7.0408998, 0.9227, 7.0408998, 7.0408998, 0, 7.0408998, 5.532, 0, 8.2792, 7.0408998, 0.9227, 7.0408998, 8.2792, 0.9227, 5.532, 7.0408998, 0, 7.0408998, 8.2792, 0.9227, 5.532, 8.2792, 0, 5.532, 7.0408998, 0, 7.0408998, 8.2792, 0.9227, 5.532, 9.1994, 0.9227, 3.8105, 8.2792, 0, 5.532, 9.1994, 0.9227, 3.8105, 9.1994, 0, 3.8105, 8.2792, 0, 5.532, 9.1994, 0.9227, 3.8105, 9.766, 0.9227, 1.9425999, 9.1994, 0, 3.8105, 9.766, 0.9227, 1.9425999, 9.766, 0, 1.9425999, 9.1994, 0, 3.8105, 9.766, 0.9227, 1.9425999, 9.9573, 0.9227, 0, 9.766, 0, 1.9425999, 9.9573, 0.9227, 0, 9.9573, 0, 0, 9.766, 0, 1.9425999, 9.9573, 0.9227, 0, 9.766, 0.9227, -1.9425999, 9.9573, 0, 0, 9.766, 0.9227, -1.9425999, 9.766, 0, -1.9425999, 9.9573, 0, 0, 9.766, 0.9227, -1.9425999, 9.1994, 0.9227, -3.8105, 9.766, 0, -1.9425999, 9.1994, 0.9227, -3.8105, 9.1994, 0, -3.8105, 9.766, 0, -1.9425999, 9.1994, 0.9227, -3.8105, 8.2792, 0.9227, -5.532, 9.1994, 0, -3.8105, 8.2792, 0.9227, -5.532, 8.2792, 0, -5.532, 9.1994, 0, -3.8105, 8.2792, 0.9227, -5.532, 7.0408998, 0.9227, -7.0408998, 8.2792, 0, -5.532, 7.0408998, 0.9227, -7.0408998, 7.0408998, 0, -7.0408998, 8.2792, 0, -5.532, 7.0408998, 0.9227, -7.0408998, 5.532, 0.9227, -8.2792, 7.0408998, 0, -7.0408998, 5.532, 0.9227, -8.2792, 5.532, 0, -8.2792, 7.0408998, 0, -7.0408998, 5.532, 0.9227, -8.2792, 3.8105, 0.9227, -9.1994, 5.532, 0, -8.2792, 3.8105, 0.9227, -9.1994, 3.8105, 0, -9.1994, 5.532, 0, -8.2792, 3.8105, 0.9227, -9.1994, 1.9425999, 0.9227, -9.766, 3.8105, 0, -9.1994, 1.9425999, 0.9227, -9.766, 1.9425999, 0, -9.766, 3.8105, 0, -9.1994, 1.9425999, 0.9227, -9.766, 0, 0.9227, -9.9573, 1.9425999, 0, -9.766, 0, 0.9227, -9.9573, 0, 0, -9.9573, 1.9425999, 0, -9.766, 0, 0.9227, -9.9573, -1.9425999, 0.9227, -9.766, 0, 0, -9.9573, -1.9425999, 0.9227, -9.766, -1.9425999, 0, -9.766, 0, 0, -9.9573, -1.9425999, 0.9227, -9.766, -3.8105, 0.9227, -9.1994, -1.9425999, 0, -9.766, -3.8105, 0.9227, -9.1994, -3.8105, 0, -9.1994, -1.9425999, 0, -9.766, -3.8105, 0.9227, -9.1994, -5.532, 0.9227, -8.2792, -3.8105, 0, -9.1994, -5.532, 0.9227, -8.2792, -5.532, 0, -8.2792, -3.8105, 0, -9.1994, -5.532, 0.9227, -8.2792, -7.0408998, 0.9227, -7.0408998, -5.532, 0, -8.2792, -7.0408998, 0.9227, -7.0408998, -7.0408998, 0, -7.0408998, -5.532, 0, -8.2792, -7.0408998, 0.9227, -7.0408998, -8.2792, 0.9227, -5.532, -7.0408998, 0, -7.0408998, -8.2792, 0.9227, -5.532, -8.2792, 0, -5.532, -7.0408998, 0, -7.0408998, -8.2792, 0.9227, -5.532, -9.1994, 0.9227, -3.8105, -8.2792, 0, -5.532, -9.1994, 0.9227, -3.8105, -9.1994, 0, -3.8105, -8.2792, 0, -5.532, -9.1994, 0.9227, -3.8105, -9.766, 0.9227, -1.9425999, -9.1994, 0, -3.8105, -9.766, 0.9227, -1.9425999, -9.766, 0, -1.9425999, -9.1994, 0, -3.8105, -9.766, 0.9227, -1.9425999, -9.9573, 0.9227, 0, -9.766, 0, -1.9425999, -9.9573, 0.9227, 0, -9.9573, 0, 0, -9.766, 0, -1.9425999, -9.9573, 0.9227, 0, -9.766, 0.9227, 1.9425999, -9.9573, 0, 0, -9.766, 0.9227, 1.9425999, -9.766, 0, 1.9425999, -9.9573, 0, 0, -9.766, 0.9227, 1.9425999, -9.1994, 0.9227, 3.8105, -9.766, 0, 1.9425999, -9.1994, 0.9227, 3.8105, -9.1994, 0, 3.8105, -9.766, 0, 1.9425999, -9.1994, 0.9227, 3.8105, -8.2792, 0.9227, 5.532, -9.1994, 0, 3.8105, -8.2792, 0.9227, 5.532, -8.2792, 0, 5.532, -9.1994, 0, 3.8105, -8.2792, 0.9227, 5.532, -7.0408998, 0.9227, 7.0408998, -8.2792, 0, 5.532, -7.0408998, 0.9227, 7.0408998, -7.0408998, 0, 7.0408998, -8.2792, 0, 5.532, -7.0408998, 0.9227, 7.0408998, -5.532, 0.9227, 8.2792, -7.0408998, 0, 7.0408998, -5.532, 0.9227, 8.2792, -5.532, 0, 8.2792, -7.0408998, 0, 7.0408998, -5.532, 0.9227, 8.2792, -3.8105, 0.9227, 9.1994, -5.532, 0, 8.2792, -3.8105, 0.9227, 9.1994, -3.8105, 0, 9.1994, -5.532, 0, 8.2792, -3.8105, 0.9227, 9.1994, -1.9425999, 0.9227, 9.766, -3.8105, 0, 9.1994, -1.9425999, 0.9227, 9.766, -1.9425999, 0, 9.766, -3.8105, 0, 9.1994, -1.9425999, 0.9227, 9.766, 0, 0.9227, 9.9573, -1.9425999, 0, 9.766, 0, 0.9227, 9.9573, 0, 0, 9.9573, -1.9425999, 0, 9.766, 0, 0, 9.9573, 1.9425999, 0, 9.766, 0, 0, 9.6182995, 1.9425999, 0, 9.766, 1.8764, 0, 9.4334, 0, 0, 9.6182995, 1.9425999, 0, 9.766, 3.8105, 0, 9.1994, 1.8764, 0, 9.4334, 3.8105, 0, 9.1994, 3.6806998, 0, 8.8861, 1.8764, 0, 9.4334, 3.8105, 0, 9.1994, 5.532, 0, 8.2792, 3.6806998, 0, 8.8861, 5.532, 0, 8.2792, 5.3436, 0, 7.9972997, 3.6806998, 0, 8.8861, 5.532, 0, 8.2792, 7.0408998, 0, 7.0408998, 5.3436, 0, 7.9972997, 7.0408998, 0, 7.0408998, 6.8011, 0, 6.8011, 5.3436, 0, 7.9972997, 7.0408998, 0, 7.0408998, 8.2792, 0, 5.532, 6.8011, 0, 6.8011, 8.2792, 0, 5.532, 7.9972997, 0, 5.3436, 6.8011, 0, 6.8011, 8.2792, 0, 5.532, 9.1994, 0, 3.8105, 7.9972997, 0, 5.3436, 9.1994, 0, 3.8105, 8.8861, 0, 3.6806998, 7.9972997, 0, 5.3436, 9.1994, 0, 3.8105, 9.766, 0, 1.9425999, 8.8861, 0, 3.6806998, 9.766, 0, 1.9425999, 9.4334, 0, 1.8764, 8.8861, 0, 3.6806998, 9.766, 0, 1.9425999, 9.9573, 0, 0, 9.4334, 0, 1.8764, 9.9573, 0, 0, 9.6182995, 0, 0, 9.4334, 0, 1.8764, 9.9573, 0, 0, 9.766, 0, -1.9425999, 9.6182995, 0, 0, 9.766, 0, -1.9425999, 9.4334, 0, -1.8764, 9.6182995, 0, 0, 9.766, 0, -1.9425999, 9.1994, 0, -3.8105, 9.4334, 0, -1.8764, 9.1994, 0, -3.8105, 8.8861, 0, -3.6806998, 9.4334, 0, -1.8764, 9.1994, 0, -3.8105, 8.2792, 0, -5.532, 8.8861, 0, -3.6806998, 8.2792, 0, -5.532, 7.9972997, 0, -5.3436, 8.8861, 0, -3.6806998, 8.2792, 0, -5.532, 7.0408998, 0, -7.0408998, 7.9972997, 0, -5.3436, 7.0408998, 0, -7.0408998, 6.8011, 0, -6.8011, 7.9972997, 0, -5.3436, 7.0408998, 0, -7.0408998, 5.532, 0, -8.2792, 6.8011, 0, -6.8011, 5.532, 0, -8.2792, 5.3436, 0, -7.9972997, 6.8011, 0, -6.8011, 5.532, 0, -8.2792, 3.8105, 0, -9.1994, 5.3436, 0, -7.9972997, 3.8105, 0, -9.1994, 3.6806998, 0, -8.8861, 5.3436, 0, -7.9972997, 3.8105, 0, -9.1994, 1.9425999, 0, -9.766, 3.6806998, 0, -8.8861, 1.9425999, 0, -9.766, 1.8764, 0, -9.4334, 3.6806998, 0, -8.8861, 1.9425999, 0, -9.766, 0, 0, -9.9573, 1.8764, 0, -9.4334, 0, 0, -9.9573, 0, 0, -9.6182995, 1.8764, 0, -9.4334, 0, 0, -9.9573, -1.9425999, 0, -9.766, 0, 0, -9.6182995, -1.9425999, 0, -9.766, -1.8764, 0, -9.4334, 0, 0, -9.6182995, -1.9425999, 0, -9.766, -3.8105, 0, -9.1994, -1.8764, 0, -9.4334, -3.8105, 0, -9.1994, -3.6806998, 0, -8.8861, -1.8764, 0, -9.4334, -3.8105, 0, -9.1994, -5.532, 0, -8.2792, -3.6806998, 0, -8.8861, -5.532, 0, -8.2792, -5.3436, 0, -7.9972997, -3.6806998, 0, -8.8861, -5.532, 0, -8.2792, -7.0408998, 0, -7.0408998, -5.3436, 0, -7.9972997, -7.0408998, 0, -7.0408998, -6.8011, 0, -6.8011, -5.3436, 0, -7.9972997, -7.0408998, 0, -7.0408998, -8.2792, 0, -5.532, -6.8011, 0, -6.8011, -8.2792, 0, -5.532, -7.9972997, 0, -5.3436, -6.8011, 0, -6.8011, -8.2792, 0, -5.532, -9.1994, 0, -3.8105, -7.9972997, 0, -5.3436, -9.1994, 0, -3.8105, -8.8861, 0, -3.6806998, -7.9972997, 0, -5.3436, -9.1994, 0, -3.8105, -9.766, 0, -1.9425999, -8.8861, 0, -3.6806998, -9.766, 0, -1.9425999, -9.4334, 0, -1.8764, -8.8861, 0, -3.6806998, -9.766, 0, -1.9425999, -9.9573, 0, 0, -9.4334, 0, -1.8764, -9.9573, 0, 0, -9.6182995, 0, 0, -9.4334, 0, -1.8764, -9.9573, 0, 0, -9.766, 0, 1.9425999, -9.6182995, 0, 0, -9.766, 0, 1.9425999, -9.4334, 0, 1.8764, -9.6182995, 0, 0, -9.766, 0, 1.9425999, -9.1994, 0, 3.8105, -9.4334, 0, 1.8764, -9.1994, 0, 3.8105, -8.8861, 0, 3.6806998, -9.4334, 0, 1.8764, -9.1994, 0, 3.8105, -8.2792, 0, 5.532, -8.8861, 0, 3.6806998, -8.2792, 0, 5.532, -7.9972997, 0, 5.3436, -8.8861, 0, 3.6806998, -8.2792, 0, 5.532, -7.0408998, 0, 7.0408998, -7.9972997, 0, 5.3436, -7.0408998, 0, 7.0408998, -6.8011, 0, 6.8011, -7.9972997, 0, 5.3436, -7.0408998, 0, 7.0408998, -5.532, 0, 8.2792, -6.8011, 0, 6.8011, -5.532, 0, 8.2792, -5.3436, 0, 7.9972997, -6.8011, 0, 6.8011, -5.532, 0, 8.2792, -3.8105, 0, 9.1994, -5.3436, 0, 7.9972997, -3.8105, 0, 9.1994, -3.6806998, 0, 8.8861, -5.3436, 0, 7.9972997, -3.8105, 0, 9.1994, -1.9425999, 0, 9.766, -3.6806998, 0, 8.8861, -1.9425999, 0, 9.766, -1.8764, 0, 9.4334, -3.6806998, 0, 8.8861, -1.9425999, 0, 9.766, 0, 0, 9.9573, -1.8764, 0, 9.4334, 0, 0, 9.9573, 0, 0, 9.6182995, -1.8764, 0, 9.4334, 0, 0, 9.6182995, 1.8764, 0, 9.4334, 0, 0, 8.9516, 1.8764, 0, 9.4334, 1.7464, 0, 8.7796, 0, 0, 8.9516, 1.8764, 0, 9.4334, 3.6806998, 0, 8.8861, 1.7464, 0, 8.7796, 3.6806998, 0, 8.8861, 3.4255998, 0, 8.2702, 1.7464, 0, 8.7796, 3.6806998, 0, 8.8861, 5.3436, 0, 7.9972997, 3.4255998, 0, 8.2702, 5.3436, 0, 7.9972997, 4.9733, 0, 7.443, 3.4255998, 0, 8.2702, 5.3436, 0, 7.9972997, 6.8011, 0, 6.8011, 4.9733, 0, 7.443, 6.8011, 0, 6.8011, 6.3297997, 0, 6.3297997, 4.9733, 0, 7.443, 6.8011, 0, 6.8011, 7.9972997, 0, 5.3436, 6.3297997, 0, 6.3297997, 7.9972997, 0, 5.3436, 7.443, 0, 4.9733, 6.3297997, 0, 6.3297997, 7.9972997, 0, 5.3436, 8.8861, 0, 3.6806998, 7.443, 0, 4.9733, 8.8861, 0, 3.6806998, 8.2702, 0, 3.4255998, 7.443, 0, 4.9733, 8.8861, 0, 3.6806998, 9.4334, 0, 1.8764, 8.2702, 0, 3.4255998, 9.4334, 0, 1.8764, 8.7796, 0, 1.7464, 8.2702, 0, 3.4255998, 9.4334, 0, 1.8764, 9.6182995, 0, 0, 8.7796, 0, 1.7464, 9.6182995, 0, 0, 8.9516, 0, 0, 8.7796, 0, 1.7464, 9.6182995, 0, 0, 9.4334, 0, -1.8764, 8.9516, 0, 0, 9.4334, 0, -1.8764, 8.7796, 0, -1.7464, 8.9516, 0, 0, 9.4334, 0, -1.8764, 8.8861, 0, -3.6806998, 8.7796, 0, -1.7464, 8.8861, 0, -3.6806998, 8.2702, 0, -3.4255998, 8.7796, 0, -1.7464, 8.8861, 0, -3.6806998, 7.9972997, 0, -5.3436, 8.2702, 0, -3.4255998, 7.9972997, 0, -5.3436, 7.443, 0, -4.9733, 8.2702, 0, -3.4255998, 7.9972997, 0, -5.3436, 6.8011, 0, -6.8011, 7.443, 0, -4.9733, 6.8011, 0, -6.8011, 6.3297997, 0, -6.3297997, 7.443, 0, -4.9733, 6.8011, 0, -6.8011, 5.3436, 0, -7.9972997, 6.3297997, 0, -6.3297997, 5.3436, 0, -7.9972997, 4.9733, 0, -7.443, 6.3297997, 0, -6.3297997, 5.3436, 0, -7.9972997, 3.6806998, 0, -8.8861, 4.9733, 0, -7.443, 3.6806998, 0, -8.8861, 3.4255998, 0, -8.2702, 4.9733, 0, -7.443, 3.6806998, 0, -8.8861, 1.8764, 0, -9.4334, 3.4255998, 0, -8.2702, 1.8764, 0, -9.4334, 1.7464, 0, -8.7796, 3.4255998, 0, -8.2702, 1.8764, 0, -9.4334, 0, 0, -9.6182995, 1.7464, 0, -8.7796, 0, 0, -9.6182995, 0, 0, -8.9516, 1.7464, 0, -8.7796, 0, 0, -9.6182995, -1.8764, 0, -9.4334, 0, 0, -8.9516, -1.8764, 0, -9.4334, -1.7464, 0, -8.7796, 0, 0, -8.9516, -1.8764, 0, -9.4334, -3.6806998, 0, -8.8861, -1.7464, 0, -8.7796, -3.6806998, 0, -8.8861, -3.4255998, 0, -8.2702, -1.7464, 0, -8.7796, -3.6806998, 0, -8.8861, -5.3436, 0, -7.9972997, -3.4255998, 0, -8.2702, -5.3436, 0, -7.9972997, -4.9733, 0, -7.443, -3.4255998, 0, -8.2702, -5.3436, 0, -7.9972997, -6.8011, 0, -6.8011, -4.9733, 0, -7.443, -6.8011, 0, -6.8011, -6.3297997, 0, -6.3297997, -4.9733, 0, -7.443, -6.8011, 0, -6.8011, -7.9972997, 0, -5.3436, -6.3297997, 0, -6.3297997, -7.9972997, 0, -5.3436, -7.443, 0, -4.9733, -6.3297997, 0, -6.3297997, -7.9972997, 0, -5.3436, -8.8861, 0, -3.6806998, -7.443, 0, -4.9733, -8.8861, 0, -3.6806998, -8.2702, 0, -3.4255998, -7.443, 0, -4.9733, -8.8861, 0, -3.6806998, -9.4334, 0, -1.8764, -8.2702, 0, -3.4255998, -9.4334, 0, -1.8764, -8.7796, 0, -1.7464, -8.2702, 0, -3.4255998, -9.4334, 0, -1.8764, -9.6182995, 0, 0, -8.7796, 0, -1.7464, -9.6182995, 0, 0, -8.9516, 0, 0, -8.7796, 0, -1.7464, -9.6182995, 0, 0, -9.4334, 0, 1.8764, -8.9516, 0, 0, -9.4334, 0, 1.8764, -8.7796, 0, 1.7464, -8.9516, 0, 0, -9.4334, 0, 1.8764, -8.8861, 0, 3.6806998, -8.7796, 0, 1.7464, -8.8861, 0, 3.6806998, -8.2702, 0, 3.4255998, -8.7796, 0, 1.7464, -8.8861, 0, 3.6806998, -7.9972997, 0, 5.3436, -8.2702, 0, 3.4255998, -7.9972997, 0, 5.3436, -7.443, 0, 4.9733, -8.2702, 0, 3.4255998, -7.9972997, 0, 5.3436, -6.8011, 0, 6.8011, -7.443, 0, 4.9733, -6.8011, 0, 6.8011, -6.3297997, 0, 6.3297997, -7.443, 0, 4.9733, -6.8011, 0, 6.8011, -5.3436, 0, 7.9972997, -6.3297997, 0, 6.3297997, -5.3436, 0, 7.9972997, -4.9733, 0, 7.443, -6.3297997, 0, 6.3297997, -5.3436, 0, 7.9972997, -3.6806998, 0, 8.8861, -4.9733, 0, 7.443, -3.6806998, 0, 8.8861, -3.4255998, 0, 8.2702, -4.9733, 0, 7.443, -3.6806998, 0, 8.8861, -1.8764, 0, 9.4334, -3.4255998, 0, 8.2702, -1.8764, 0, 9.4334, -1.7464, 0, 8.7796, -3.4255998, 0, 8.2702, -1.8764, 0, 9.4334, 0, 0, 9.6182995, -1.7464, 0, 8.7796, 0, 0, 9.6182995, 0, 0, 8.9516, -1.7464, 0, 8.7796, 0, 0, 8.9516, 1.7464, 0, 8.7796, 0, 0, 7.9802, 1.7464, 0, 8.7796, 1.5568999, 0, 7.8268, 0, 0, 7.9802, 1.7464, 0, 8.7796, 3.4255998, 0, 8.2702, 1.5568999, 0, 7.8268, 3.4255998, 0, 8.2702, 3.0539, 0, 7.3726997, 1.5568999, 0, 7.8268, 3.4255998, 0, 8.2702, 4.9733, 0, 7.443, 3.0539, 0, 7.3726997, 4.9733, 0, 7.443, 4.4335, 0, 6.6352997, 3.0539, 0, 7.3726997, 4.9733, 0, 7.443, 6.3297997, 0, 6.3297997, 4.4335, 0, 6.6352997, 6.3297997, 0, 6.3297997, 5.6428, 0, 5.6428, 4.4335, 0, 6.6352997, 6.3297997, 0, 6.3297997, 7.443, 0, 4.9733, 5.6428, 0, 5.6428, 7.443, 0, 4.9733, 6.6352997, 0, 4.4335, 5.6428, 0, 5.6428, 7.443, 0, 4.9733, 8.2702, 0, 3.4255998, 6.6352997, 0, 4.4335, 8.2702, 0, 3.4255998, 7.3726997, 0, 3.0539, 6.6352997, 0, 4.4335, 8.2702, 0, 3.4255998, 8.7796, 0, 1.7464, 7.3726997, 0, 3.0539, 8.7796, 0, 1.7464, 7.8268, 0, 1.5568999, 7.3726997, 0, 3.0539, 8.7796, 0, 1.7464, 8.9516, 0, 0, 7.8268, 0, 1.5568999, 8.9516, 0, 0, 7.9802, 0, 0, 7.8268, 0, 1.5568999, 8.9516, 0, 0, 8.7796, 0, -1.7464, 7.9802, 0, 0, 8.7796, 0, -1.7464, 7.8268, 0, -1.5568999, 7.9802, 0, 0, 8.7796, 0, -1.7464, 8.2702, 0, -3.4255998, 7.8268, 0, -1.5568999, 8.2702, 0, -3.4255998, 7.3726997, 0, -3.0539, 7.8268, 0, -1.5568999, 8.2702, 0, -3.4255998, 7.443, 0, -4.9733, 7.3726997, 0, -3.0539, 7.443, 0, -4.9733, 6.6352997, 0, -4.4335, 7.3726997, 0, -3.0539, 7.443, 0, -4.9733, 6.3297997, 0, -6.3297997, 6.6352997, 0, -4.4335, 6.3297997, 0, -6.3297997, 5.6428, 0, -5.6428, 6.6352997, 0, -4.4335, 6.3297997, 0, -6.3297997, 4.9733, 0, -7.443, 5.6428, 0, -5.6428, 4.9733, 0, -7.443, 4.4335, 0, -6.6352997, 5.6428, 0, -5.6428, 4.9733, 0, -7.443, 3.4255998, 0, -8.2702, 4.4335, 0, -6.6352997, 3.4255998, 0, -8.2702, 3.0539, 0, -7.3726997, 4.4335, 0, -6.6352997, 3.4255998, 0, -8.2702, 1.7464, 0, -8.7796, 3.0539, 0, -7.3726997, 1.7464, 0, -8.7796, 1.5568999, 0, -7.8268, 3.0539, 0, -7.3726997, 1.7464, 0, -8.7796, 0, 0, -8.9516, 1.5568999, 0, -7.8268, 0, 0, -8.9516, 0, 0, -7.9802, 1.5568999, 0, -7.8268, 0, 0, -8.9516, -1.7464, 0, -8.7796, 0, 0, -7.9802, -1.7464, 0, -8.7796, -1.5568999, 0, -7.8268, 0, 0, -7.9802, -1.7464, 0, -8.7796, -3.4255998, 0, -8.2702, -1.5568999, 0, -7.8268, -3.4255998, 0, -8.2702, -3.0539, 0, -7.3726997, -1.5568999, 0, -7.8268, -3.4255998, 0, -8.2702, -4.9733, 0, -7.443, -3.0539, 0, -7.3726997, -4.9733, 0, -7.443, -4.4335, 0, -6.6352997, -3.0539, 0, -7.3726997, -4.9733, 0, -7.443, -6.3297997, 0, -6.3297997, -4.4335, 0, -6.6352997, -6.3297997, 0, -6.3297997, -5.6428, 0, -5.6428, -4.4335, 0, -6.6352997, -6.3297997, 0, -6.3297997, -7.443, 0, -4.9733, -5.6428, 0, -5.6428, -7.443, 0, -4.9733, -6.6352997, 0, -4.4335, -5.6428, 0, -5.6428, -7.443, 0, -4.9733, -8.2702, 0, -3.4255998, -6.6352997, 0, -4.4335, -8.2702, 0, -3.4255998, -7.3726997, 0, -3.0539, -6.6352997, 0, -4.4335, -8.2702, 0, -3.4255998, -8.7796, 0, -1.7464, -7.3726997, 0, -3.0539, -8.7796, 0, -1.7464, -7.8268, 0, -1.5568999, -7.3726997, 0, -3.0539, -8.7796, 0, -1.7464, -8.9516, 0, 0, -7.8268, 0, -1.5568999, -8.9516, 0, 0, -7.9802, 0, 0, -7.8268, 0, -1.5568999, -8.9516, 0, 0, -8.7796, 0, 1.7464, -7.9802, 0, 0, -8.7796, 0, 1.7464, -7.8268, 0, 1.5568999, -7.9802, 0, 0, -8.7796, 0, 1.7464, -8.2702, 0, 3.4255998, -7.8268, 0, 1.5568999, -8.2702, 0, 3.4255998, -7.3726997, 0, 3.0539, -7.8268, 0, 1.5568999, -8.2702, 0, 3.4255998, -7.443, 0, 4.9733, -7.3726997, 0, 3.0539, -7.443, 0, 4.9733, -6.6352997, 0, 4.4335, -7.3726997, 0, 3.0539, -7.443, 0, 4.9733, -6.3297997, 0, 6.3297997, -6.6352997, 0, 4.4335, -6.3297997, 0, 6.3297997, -5.6428, 0, 5.6428, -6.6352997, 0, 4.4335, -6.3297997, 0, 6.3297997, -4.9733, 0, 7.443, -5.6428, 0, 5.6428, -4.9733, 0, 7.443, -4.4335, 0, 6.6352997, -5.6428, 0, 5.6428, -4.9733, 0, 7.443, -3.4255998, 0, 8.2702, -4.4335, 0, 6.6352997, -3.4255998, 0, 8.2702, -3.0539, 0, 7.3726997, -4.4335, 0, 6.6352997, -3.4255998, 0, 8.2702, -1.7464, 0, 8.7796, -3.0539, 0, 7.3726997, -1.7464, 0, 8.7796, -1.5568999, 0, 7.8268, -3.0539, 0, 7.3726997, -1.7464, 0, 8.7796, 0, 0, 8.9516, -1.5568999, 0, 7.8268, 0, 0, 8.9516, 0, 0, 7.9802, -1.5568999, 0, 7.8268, 0, 0, 7.9802, 1.5568999, 0, 7.8268, 0, 0, 6.737, 1.5568999, 0, 7.8268, 1.3143, 0, 6.6074996, 0, 0, 6.737, 1.5568999, 0, 7.8268, 3.0539, 0, 7.3726997, 1.3143, 0, 6.6074996, 3.0539, 0, 7.3726997, 2.5781, 0, 6.2240996, 1.3143, 0, 6.6074996, 3.0539, 0, 7.3726997, 4.4335, 0, 6.6352997, 2.5781, 0, 6.2240996, 4.4335, 0, 6.6352997, 3.7429, 0, 5.6015997, 2.5781, 0, 6.2240996, 4.4335, 0, 6.6352997, 5.6428, 0, 5.6428, 3.7429, 0, 5.6015997, 5.6428, 0, 5.6428, 4.7637, 0, 4.7637, 3.7429, 0, 5.6015997, 5.6428, 0, 5.6428, 6.6352997, 0, 4.4335, 4.7637, 0, 4.7637, 6.6352997, 0, 4.4335, 5.6015997, 0, 3.7429, 4.7637, 0, 4.7637, 6.6352997, 0, 4.4335, 7.3726997, 0, 3.0539, 5.6015997, 0, 3.7429, 7.3726997, 0, 3.0539, 6.2240996, 0, 2.5781, 5.6015997, 0, 3.7429, 7.3726997, 0, 3.0539, 7.8268, 0, 1.5568999, 6.2240996, 0, 2.5781, 7.8268, 0, 1.5568999, 6.6074996, 0, 1.3143, 6.2240996, 0, 2.5781, 7.8268, 0, 1.5568999, 7.9802, 0, 0, 6.6074996, 0, 1.3143, 7.9802, 0, 0, 6.737, 0, 0, 6.6074996, 0, 1.3143, 7.9802, 0, 0, 7.8268, 0, -1.5568999, 6.737, 0, 0, 7.8268, 0, -1.5568999, 6.6074996, 0, -1.3143, 6.737, 0, 0, 7.8268, 0, -1.5568999, 7.3726997, 0, -3.0539, 6.6074996, 0, -1.3143, 7.3726997, 0, -3.0539, 6.2240996, 0, -2.5781, 6.6074996, 0, -1.3143, 7.3726997, 0, -3.0539, 6.6352997, 0, -4.4335, 6.2240996, 0, -2.5781, 6.6352997, 0, -4.4335, 5.6015997, 0, -3.7429, 6.2240996, 0, -2.5781, 6.6352997, 0, -4.4335, 5.6428, 0, -5.6428, 5.6015997, 0, -3.7429, 5.6428, 0, -5.6428, 4.7637, 0, -4.7637, 5.6015997, 0, -3.7429, 5.6428, 0, -5.6428, 4.4335, 0, -6.6352997, 4.7637, 0, -4.7637, 4.4335, 0, -6.6352997, 3.7429, 0, -5.6015997, 4.7637, 0, -4.7637, 4.4335, 0, -6.6352997, 3.0539, 0, -7.3726997, 3.7429, 0, -5.6015997, 3.0539, 0, -7.3726997, 2.5781, 0, -6.2240996, 3.7429, 0, -5.6015997, 3.0539, 0, -7.3726997, 1.5568999, 0, -7.8268, 2.5781, 0, -6.2240996, 1.5568999, 0, -7.8268, 1.3143, 0, -6.6074996, 2.5781, 0, -6.2240996, 1.5568999, 0, -7.8268, 0, 0, -7.9802, 1.3143, 0, -6.6074996, 0, 0, -7.9802, 0, 0, -6.737, 1.3143, 0, -6.6074996, 0, 0, -7.9802, -1.5568999, 0, -7.8268, 0, 0, -6.737, -1.5568999, 0, -7.8268, -1.3143, 0, -6.6074996, 0, 0, -6.737, -1.5568999, 0, -7.8268, -3.0539, 0, -7.3726997, -1.3143, 0, -6.6074996, -3.0539, 0, -7.3726997, -2.5781, 0, -6.2240996, -1.3143, 0, -6.6074996, -3.0539, 0, -7.3726997, -4.4335, 0, -6.6352997, -2.5781, 0, -6.2240996, -4.4335, 0, -6.6352997, -3.7429, 0, -5.6015997, -2.5781, 0, -6.2240996, -4.4335, 0, -6.6352997, -5.6428, 0, -5.6428, -3.7429, 0, -5.6015997, -5.6428, 0, -5.6428, -4.7637, 0, -4.7637, -3.7429, 0, -5.6015997, -5.6428, 0, -5.6428, -6.6352997, 0, -4.4335, -4.7637, 0, -4.7637, -6.6352997, 0, -4.4335, -5.6015997, 0, -3.7429, -4.7637, 0, -4.7637, -6.6352997, 0, -4.4335, -7.3726997, 0, -3.0539, -5.6015997, 0, -3.7429, -7.3726997, 0, -3.0539, -6.2240996, 0, -2.5781, -5.6015997, 0, -3.7429, -7.3726997, 0, -3.0539, -7.8268, 0, -1.5568999, -6.2240996, 0, -2.5781, -7.8268, 0, -1.5568999, -6.6074996, 0, -1.3143, -6.2240996, 0, -2.5781, -7.8268, 0, -1.5568999, -7.9802, 0, 0, -6.6074996, 0, -1.3143, -7.9802, 0, 0, -6.737, 0, 0, -6.6074996, 0, -1.3143, -7.9802, 0, 0, -7.8268, 0, 1.5568999, -6.737, 0, 0, -7.8268, 0, 1.5568999, -6.6074996, 0, 1.3143, -6.737, 0, 0, -7.8268, 0, 1.5568999, -7.3726997, 0, 3.0539, -6.6074996, 0, 1.3143, -7.3726997, 0, 3.0539, -6.2240996, 0, 2.5781, -6.6074996, 0, 1.3143, -7.3726997, 0, 3.0539, -6.6352997, 0, 4.4335, -6.2240996, 0, 2.5781, -6.6352997, 0, 4.4335, -5.6015997, 0, 3.7429, -6.2240996, 0, 2.5781, -6.6352997, 0, 4.4335, -5.6428, 0, 5.6428, -5.6015997, 0, 3.7429, -5.6428, 0, 5.6428, -4.7637, 0, 4.7637, -5.6015997, 0, 3.7429, -5.6428, 0, 5.6428, -4.4335, 0, 6.6352997, -4.7637, 0, 4.7637, -4.4335, 0, 6.6352997, -3.7429, 0, 5.6015997, -4.7637, 0, 4.7637, -4.4335, 0, 6.6352997, -3.0539, 0, 7.3726997, -3.7429, 0, 5.6015997, -3.0539, 0, 7.3726997, -2.5781, 0, 6.2240996, -3.7429, 0, 5.6015997, -3.0539, 0, 7.3726997, -1.5568999, 0, 7.8268, -2.5781, 0, 6.2240996, -1.5568999, 0, 7.8268, -1.3143, 0, 6.6074996, -2.5781, 0, 6.2240996, -1.5568999, 0, 7.8268, 0, 0, 7.9802, -1.3143, 0, 6.6074996, 0, 0, 7.9802, 0, 0, 6.737, -1.3143, 0, 6.6074996, 0, 0, 6.737, 1.3143, 0, 6.6074996, 0, 0, 5.2643, 1.3143, 0, 6.6074996, 1.027, 0, 5.1632, 0, 0, 5.2643, 1.3143, 0, 6.6074996, 2.5781, 0, 6.2240996, 1.027, 0, 5.1632, 2.5781, 0, 6.2240996, 2.0146, 0, 4.8636, 1.027, 0, 5.1632, 2.5781, 0, 6.2240996, 3.7429, 0, 5.6015997, 2.0146, 0, 4.8636, 3.7429, 0, 5.6015997, 2.9247, 0, 4.3771, 2.0146, 0, 4.8636, 3.7429, 0, 5.6015997, 4.7637, 0, 4.7637, 2.9247, 0, 4.3771, 4.7637, 0, 4.7637, 3.7224, 0, 3.7224, 2.9247, 0, 4.3771, 4.7637, 0, 4.7637, 5.6015997, 0, 3.7429, 3.7224, 0, 3.7224, 5.6015997, 0, 3.7429, 4.3771, 0, 2.9247, 3.7224, 0, 3.7224, 5.6015997, 0, 3.7429, 6.2240996, 0, 2.5781, 4.3771, 0, 2.9247, 6.2240996, 0, 2.5781, 4.8636, 0, 2.0146, 4.3771, 0, 2.9247, 6.2240996, 0, 2.5781, 6.6074996, 0, 1.3143, 4.8636, 0, 2.0146, 6.6074996, 0, 1.3143, 5.1632, 0, 1.027, 4.8636, 0, 2.0146, 6.6074996, 0, 1.3143, 6.737, 0, 0, 5.1632, 0, 1.027, 6.737, 0, 0, 5.2643, 0, 0, 5.1632, 0, 1.027, 6.737, 0, 0, 6.6074996, 0, -1.3143, 5.2643, 0, 0, 6.6074996, 0, -1.3143, 5.1632, 0, -1.027, 5.2643, 0, 0, 6.6074996, 0, -1.3143, 6.2240996, 0, -2.5781, 5.1632, 0, -1.027, 6.2240996, 0, -2.5781, 4.8636, 0, -2.0146, 5.1632, 0, -1.027, 6.2240996, 0, -2.5781, 5.6015997, 0, -3.7429, 4.8636, 0, -2.0146, 5.6015997, 0, -3.7429, 4.3771, 0, -2.9247, 4.8636, 0, -2.0146, 5.6015997, 0, -3.7429, 4.7637, 0, -4.7637, 4.3771, 0, -2.9247, 4.7637, 0, -4.7637, 3.7224, 0, -3.7224, 4.3771, 0, -2.9247, 4.7637, 0, -4.7637, 3.7429, 0, -5.6015997, 3.7224, 0, -3.7224, 3.7429, 0, -5.6015997, 2.9247, 0, -4.3771, 3.7224, 0, -3.7224, 3.7429, 0, -5.6015997, 2.5781, 0, -6.2240996, 2.9247, 0, -4.3771, 2.5781, 0, -6.2240996, 2.0146, 0, -4.8636, 2.9247, 0, -4.3771, 2.5781, 0, -6.2240996, 1.3143, 0, -6.6074996, 2.0146, 0, -4.8636, 1.3143, 0, -6.6074996, 1.027, 0, -5.1632, 2.0146, 0, -4.8636, 1.3143, 0, -6.6074996, 0, 0, -6.737, 1.027, 0, -5.1632, 0, 0, -6.737, 0, 0, -5.2643, 1.027, 0, -5.1632, 0, 0, -6.737, -1.3143, 0, -6.6074996, 0, 0, -5.2643, -1.3143, 0, -6.6074996, -1.027, 0, -5.1632, 0, 0, -5.2643, -1.3143, 0, -6.6074996, -2.5781, 0, -6.2240996, -1.027, 0, -5.1632, -2.5781, 0, -6.2240996, -2.0146, 0, -4.8636, -1.027, 0, -5.1632, -2.5781, 0, -6.2240996, -3.7429, 0, -5.6015997, -2.0146, 0, -4.8636, -3.7429, 0, -5.6015997, -2.9247, 0, -4.3771, -2.0146, 0, -4.8636, -3.7429, 0, -5.6015997, -4.7637, 0, -4.7637, -2.9247, 0, -4.3771, -4.7637, 0, -4.7637, -3.7224, 0, -3.7224, -2.9247, 0, -4.3771, -4.7637, 0, -4.7637, -5.6015997, 0, -3.7429, -3.7224, 0, -3.7224, -5.6015997, 0, -3.7429, -4.3771, 0, -2.9247, -3.7224, 0, -3.7224, -5.6015997, 0, -3.7429, -6.2240996, 0, -2.5781, -4.3771, 0, -2.9247, -6.2240996, 0, -2.5781, -4.8636, 0, -2.0146, -4.3771, 0, -2.9247, -6.2240996, 0, -2.5781, -6.6074996, 0, -1.3143, -4.8636, 0, -2.0146, -6.6074996, 0, -1.3143, -5.1632, 0, -1.027, -4.8636, 0, -2.0146, -6.6074996, 0, -1.3143, -6.737, 0, 0, -5.1632, 0, -1.027, -6.737, 0, 0, -5.2643, 0, 0, -5.1632, 0, -1.027, -6.737, 0, 0, -6.6074996, 0, 1.3143, -5.2643, 0, 0, -6.6074996, 0, 1.3143, -5.1632, 0, 1.027, -5.2643, 0, 0, -6.6074996, 0, 1.3143, -6.2240996, 0, 2.5781, -5.1632, 0, 1.027, -6.2240996, 0, 2.5781, -4.8636, 0, 2.0146, -5.1632, 0, 1.027, -6.2240996, 0, 2.5781, -5.6015997, 0, 3.7429, -4.8636, 0, 2.0146, -5.6015997, 0, 3.7429, -4.3771, 0, 2.9247, -4.8636, 0, 2.0146, -5.6015997, 0, 3.7429, -4.7637, 0, 4.7637, -4.3771, 0, 2.9247, -4.7637, 0, 4.7637, -3.7224, 0, 3.7224, -4.3771, 0, 2.9247, -4.7637, 0, 4.7637, -3.7429, 0, 5.6015997, -3.7224, 0, 3.7224, -3.7429, 0, 5.6015997, -2.9247, 0, 4.3771, -3.7224, 0, 3.7224, -3.7429, 0, 5.6015997, -2.5781, 0, 6.2240996, -2.9247, 0, 4.3771, -2.5781, 0, 6.2240996, -2.0146, 0, 4.8636, -2.9247, 0, 4.3771, -2.5781, 0, 6.2240996, -1.3143, 0, 6.6074996, -2.0146, 0, 4.8636, -1.3143, 0, 6.6074996, -1.027, 0, 5.1632, -2.0146, 0, 4.8636, -1.3143, 0, 6.6074996, 0, 0, 6.737, -1.027, 0, 5.1632, 0, 0, 6.737, 0, 0, 5.2643, -1.027, 0, 5.1632, 0, 0, 5.2643, 1.027, 0, 5.1632, 0, 0, 3.6123998, 1.027, 0, 5.1632, 0.7047, 0, 3.543, 0, 0, 3.6123998, 1.027, 0, 5.1632, 2.0146, 0, 4.8636, 0.7047, 0, 3.543, 2.0146, 0, 4.8636, 1.3823999, 0, 3.3374, 0.7047, 0, 3.543, 2.0146, 0, 4.8636, 2.9247, 0, 4.3771, 1.3823999, 0, 3.3374, 2.9247, 0, 4.3771, 2.007, 0, 3.0036, 1.3823999, 0, 3.3374, 2.9247, 0, 4.3771, 3.7224, 0, 3.7224, 2.007, 0, 3.0036, 3.7224, 0, 3.7224, 2.5544, 0, 2.5544, 2.007, 0, 3.0036, 3.7224, 0, 3.7224, 4.3771, 0, 2.9247, 2.5544, 0, 2.5544, 4.3771, 0, 2.9247, 3.0036, 0, 2.007, 2.5544, 0, 2.5544, 4.3771, 0, 2.9247, 4.8636, 0, 2.0146, 3.0036, 0, 2.007, 4.8636, 0, 2.0146, 3.3374, 0, 1.3823999, 3.0036, 0, 2.007, 4.8636, 0, 2.0146, 5.1632, 0, 1.027, 3.3374, 0, 1.3823999, 5.1632, 0, 1.027, 3.543, 0, 0.7047, 3.3374, 0, 1.3823999, 5.1632, 0, 1.027, 5.2643, 0, 0, 3.543, 0, 0.7047, 5.2643, 0, 0, 3.6123998, 0, 0, 3.543, 0, 0.7047, 5.2643, 0, 0, 5.1632, 0, -1.027, 3.6123998, 0, 0, 5.1632, 0, -1.027, 3.543, 0, -0.7047, 3.6123998, 0, 0, 5.1632, 0, -1.027, 4.8636, 0, -2.0146, 3.543, 0, -0.7047, 4.8636, 0, -2.0146, 3.3374, 0, -1.3823999, 3.543, 0, -0.7047, 4.8636, 0, -2.0146, 4.3771, 0, -2.9247, 3.3374, 0, -1.3823999, 4.3771, 0, -2.9247, 3.0036, 0, -2.007, 3.3374, 0, -1.3823999, 4.3771, 0, -2.9247, 3.7224, 0, -3.7224, 3.0036, 0, -2.007, 3.7224, 0, -3.7224, 2.5544, 0, -2.5544, 3.0036, 0, -2.007, 3.7224, 0, -3.7224, 2.9247, 0, -4.3771, 2.5544, 0, -2.5544, 2.9247, 0, -4.3771, 2.007, 0, -3.0036, 2.5544, 0, -2.5544, 2.9247, 0, -4.3771, 2.0146, 0, -4.8636, 2.007, 0, -3.0036, 2.0146, 0, -4.8636, 1.3823999, 0, -3.3374, 2.007, 0, -3.0036, 2.0146, 0, -4.8636, 1.027, 0, -5.1632, 1.3823999, 0, -3.3374, 1.027, 0, -5.1632, 0.7047, 0, -3.543, 1.3823999, 0, -3.3374, 1.027, 0, -5.1632, 0, 0, -5.2643, 0.7047, 0, -3.543, 0, 0, -5.2643, 0, 0, -3.6123998, 0.7047, 0, -3.543, 0, 0, -5.2643, -1.027, 0, -5.1632, 0, 0, -3.6123998, -1.027, 0, -5.1632, -0.7047, 0, -3.543, 0, 0, -3.6123998, -1.027, 0, -5.1632, -2.0146, 0, -4.8636, -0.7047, 0, -3.543, -2.0146, 0, -4.8636, -1.3823999, 0, -3.3374, -0.7047, 0, -3.543, -2.0146, 0, -4.8636, -2.9247, 0, -4.3771, -1.3823999, 0, -3.3374, -2.9247, 0, -4.3771, -2.007, 0, -3.0036, -1.3823999, 0, -3.3374, -2.9247, 0, -4.3771, -3.7224, 0, -3.7224, -2.007, 0, -3.0036, -3.7224, 0, -3.7224, -2.5544, 0, -2.5544, -2.007, 0, -3.0036, -3.7224, 0, -3.7224, -4.3771, 0, -2.9247, -2.5544, 0, -2.5544, -4.3771, 0, -2.9247, -3.0036, 0, -2.007, -2.5544, 0, -2.5544, -4.3771, 0, -2.9247, -4.8636, 0, -2.0146, -3.0036, 0, -2.007, -4.8636, 0, -2.0146, -3.3374, 0, -1.3823999, -3.0036, 0, -2.007, -4.8636, 0, -2.0146, -5.1632, 0, -1.027, -3.3374, 0, -1.3823999, -5.1632, 0, -1.027, -3.543, 0, -0.7047, -3.3374, 0, -1.3823999, -5.1632, 0, -1.027, -5.2643, 0, 0, -3.543, 0, -0.7047, -5.2643, 0, 0, -3.6123998, 0, 0, -3.543, 0, -0.7047, -5.2643, 0, 0, -5.1632, 0, 1.027, -3.6123998, 0, 0, -5.1632, 0, 1.027, -3.543, 0, 0.7047, -3.6123998, 0, 0, -5.1632, 0, 1.027, -4.8636, 0, 2.0146, -3.543, 0, 0.7047, -4.8636, 0, 2.0146, -3.3374, 0, 1.3823999, -3.543, 0, 0.7047, -4.8636, 0, 2.0146, -4.3771, 0, 2.9247, -3.3374, 0, 1.3823999, -4.3771, 0, 2.9247, -3.0036, 0, 2.007, -3.3374, 0, 1.3823999, -4.3771, 0, 2.9247, -3.7224, 0, 3.7224, -3.0036, 0, 2.007, -3.7224, 0, 3.7224, -2.5544, 0, 2.5544, -3.0036, 0, 2.007, -3.7224, 0, 3.7224, -2.9247, 0, 4.3771, -2.5544, 0, 2.5544, -2.9247, 0, 4.3771, -2.007, 0, 3.0036, -2.5544, 0, 2.5544, -2.9247, 0, 4.3771, -2.0146, 0, 4.8636, -2.007, 0, 3.0036, -2.0146, 0, 4.8636, -1.3823999, 0, 3.3374, -2.007, 0, 3.0036, -2.0146, 0, 4.8636, -1.027, 0, 5.1632, -1.3823999, 0, 3.3374, -1.027, 0, 5.1632, -0.7047, 0, 3.543, -1.3823999, 0, 3.3374, -1.027, 0, 5.1632, 0, 0, 5.2643, -0.7047, 0, 3.543, 0, 0, 5.2643, 0, 0, 3.6123998, -0.7047, 0, 3.543, 0, 0, 3.6123998, 0.7047, 0, 3.543, 0, 0, 1.8375, 0.7047, 0, 3.543, 0.3585, 0, 1.8022, 0, 0, 1.8375, 0.7047, 0, 3.543, 1.3823999, 0, 3.3374, 0.3585, 0, 1.8022, 1.3823999, 0, 3.3374, 0.7032, 0, 1.6976, 0.3585, 0, 1.8022, 1.3823999, 0, 3.3374, 2.007, 0, 3.0036, 0.7032, 0, 1.6976, 2.007, 0, 3.0036, 1.0209, 0, 1.5278, 0.7032, 0, 1.6976, 2.007, 0, 3.0036, 2.5544, 0, 2.5544, 1.0209, 0, 1.5278, 2.5544, 0, 2.5544, 1.2993, 0, 1.2993, 1.0209, 0, 1.5278, 2.5544, 0, 2.5544, 3.0036, 0, 2.007, 1.2993, 0, 1.2993, 3.0036, 0, 2.007, 1.5278, 0, 1.0209, 1.2993, 0, 1.2993, 3.0036, 0, 2.007, 3.3374, 0, 1.3823999, 1.5278, 0, 1.0209, 3.3374, 0, 1.3823999, 1.6976, 0, 0.7032, 1.5278, 0, 1.0209, 3.3374, 0, 1.3823999, 3.543, 0, 0.7047, 1.6976, 0, 0.7032, 3.543, 0, 0.7047, 1.8022, 0, 0.3585, 1.6976, 0, 0.7032, 3.543, 0, 0.7047, 3.6123998, 0, 0, 1.8022, 0, 0.3585, 3.6123998, 0, 0, 1.8375, 0, 0, 1.8022, 0, 0.3585, 3.6123998, 0, 0, 3.543, 0, -0.7047, 1.8375, 0, 0, 3.543, 0, -0.7047, 1.8022, 0, -0.3585, 1.8375, 0, 0, 3.543, 0, -0.7047, 3.3374, 0, -1.3823999, 1.8022, 0, -0.3585, 3.3374, 0, -1.3823999, 1.6976, 0, -0.7032, 1.8022, 0, -0.3585, 3.3374, 0, -1.3823999, 3.0036, 0, -2.007, 1.6976, 0, -0.7032, 3.0036, 0, -2.007, 1.5278, 0, -1.0209, 1.6976, 0, -0.7032, 3.0036, 0, -2.007, 2.5544, 0, -2.5544, 1.5278, 0, -1.0209, 2.5544, 0, -2.5544, 1.2993, 0, -1.2993, 1.5278, 0, -1.0209, 2.5544, 0, -2.5544, 2.007, 0, -3.0036, 1.2993, 0, -1.2993, 2.007, 0, -3.0036, 1.0209, 0, -1.5278, 1.2993, 0, -1.2993, 2.007, 0, -3.0036, 1.3823999, 0, -3.3374, 1.0209, 0, -1.5278, 1.3823999, 0, -3.3374, 0.7032, 0, -1.6976, 1.0209, 0, -1.5278, 1.3823999, 0, -3.3374, 0.7047, 0, -3.543, 0.7032, 0, -1.6976, 0.7047, 0, -3.543, 0.3585, 0, -1.8022, 0.7032, 0, -1.6976, 0.7047, 0, -3.543, 0, 0, -3.6123998, 0.3585, 0, -1.8022, 0, 0, -3.6123998, 0, 0, -1.8375, 0.3585, 0, -1.8022, 0, 0, -3.6123998, -0.7047, 0, -3.543, 0, 0, -1.8375, -0.7047, 0, -3.543, -0.3585, 0, -1.8022, 0, 0, -1.8375, -0.7047, 0, -3.543, -1.3823999, 0, -3.3374, -0.3585, 0, -1.8022, -1.3823999, 0, -3.3374, -0.7032, 0, -1.6976, -0.3585, 0, -1.8022, -1.3823999, 0, -3.3374, -2.007, 0, -3.0036, -0.7032, 0, -1.6976, -2.007, 0, -3.0036, -1.0209, 0, -1.5278, -0.7032, 0, -1.6976, -2.007, 0, -3.0036, -2.5544, 0, -2.5544, -1.0209, 0, -1.5278, -2.5544, 0, -2.5544, -1.2993, 0, -1.2993, -1.0209, 0, -1.5278, -2.5544, 0, -2.5544, -3.0036, 0, -2.007, -1.2993, 0, -1.2993, -3.0036, 0, -2.007, -1.5278, 0, -1.0209, -1.2993, 0, -1.2993, -3.0036, 0, -2.007, -3.3374, 0, -1.3823999, -1.5278, 0, -1.0209, -3.3374, 0, -1.3823999, -1.6976, 0, -0.7032, -1.5278, 0, -1.0209, -3.3374, 0, -1.3823999, -3.543, 0, -0.7047, -1.6976, 0, -0.7032, -3.543, 0, -0.7047, -1.8022, 0, -0.3585, -1.6976, 0, -0.7032, -3.543, 0, -0.7047, -3.6123998, 0, 0, -1.8022, 0, -0.3585, -3.6123998, 0, 0, -1.8375, 0, 0, -1.8022, 0, -0.3585, -3.6123998, 0, 0, -3.543, 0, 0.7047, -1.8375, 0, 0, -3.543, 0, 0.7047, -1.8022, 0, 0.3585, -1.8375, 0, 0, -3.543, 0, 0.7047, -3.3374, 0, 1.3823999, -1.8022, 0, 0.3585, -3.3374, 0, 1.3823999, -1.6976, 0, 0.7032, -1.8022, 0, 0.3585, -3.3374, 0, 1.3823999, -3.0036, 0, 2.007, -1.6976, 0, 0.7032, -3.0036, 0, 2.007, -1.5278, 0, 1.0209, -1.6976, 0, 0.7032, -3.0036, 0, 2.007, -2.5544, 0, 2.5544, -1.5278, 0, 1.0209, -2.5544, 0, 2.5544, -1.2993, 0, 1.2993, -1.5278, 0, 1.0209, -2.5544, 0, 2.5544, -2.007, 0, 3.0036, -1.2993, 0, 1.2993, -2.007, 0, 3.0036, -1.0209, 0, 1.5278, -1.2993, 0, 1.2993, -2.007, 0, 3.0036, -1.3823999, 0, 3.3374, -1.0209, 0, 1.5278, -1.3823999, 0, 3.3374, -0.7032, 0, 1.6976, -1.0209, 0, 1.5278, -1.3823999, 0, 3.3374, -0.7047, 0, 3.543, -0.7032, 0, 1.6976, -0.7047, 0, 3.543, -0.3585, 0, 1.8022, -0.7032, 0, 1.6976, -0.7047, 0, 3.543, 0, 0, 3.6123998, -0.3585, 0, 1.8022, 0, 0, 3.6123998, 0, 0, 1.8375, -0.3585, 0, 1.8022, 0, 0, 1.8375, 0.3585, 0, 1.8022, 0, 0, 0, 0.3585, 0, 1.8022, 0, 0, 0, 0, 0, 0, 0.3585, 0, 1.8022, 0.7032, 0, 1.6976, 0, 0, 0, 0.7032, 0, 1.6976, 0, 0, 0, 0, 0, 0, 0.7032, 0, 1.6976, 1.0209, 0, 1.5278, 0, 0, 0, 1.0209, 0, 1.5278, 0, 0, 0, 0, 0, 0, 1.0209, 0, 1.5278, 1.2993, 0, 1.2993, 0, 0, 0, 1.2993, 0, 1.2993, 0, 0, 0, 0, 0, 0, 1.2993, 0, 1.2993, 1.5278, 0, 1.0209, 0, 0, 0, 1.5278, 0, 1.0209, 0, 0, 0, 0, 0, 0, 1.5278, 0, 1.0209, 1.6976, 0, 0.7032, 0, 0, 0, 1.6976, 0, 0.7032, 0, 0, 0, 0, 0, 0, 1.6976, 0, 0.7032, 1.8022, 0, 0.3585, 0, 0, 0, 1.8022, 0, 0.3585, 0, 0, 0, 0, 0, 0, 1.8022, 0, 0.3585, 1.8375, 0, 0, 0, 0, 0, 1.8375, 0, 0, 0, 0, 0, 0, 0, 0, 1.8375, 0, 0, 1.8022, 0, -0.3585, 0, 0, 0, 1.8022, 0, -0.3585, 0, 0, 0, 0, 0, 0, 1.8022, 0, -0.3585, 1.6976, 0, -0.7032, 0, 0, 0, 1.6976, 0, -0.7032, 0, 0, 0, 0, 0, 0, 1.6976, 0, -0.7032, 1.5278, 0, -1.0209, 0, 0, 0, 1.5278, 0, -1.0209, 0, 0, 0, 0, 0, 0, 1.5278, 0, -1.0209, 1.2993, 0, -1.2993, 0, 0, 0, 1.2993, 0, -1.2993, 0, 0, 0, 0, 0, 0, 1.2993, 0, -1.2993, 1.0209, 0, -1.5278, 0, 0, 0, 1.0209, 0, -1.5278, 0, 0, 0, 0, 0, 0, 1.0209, 0, -1.5278, 0.7032, 0, -1.6976, 0, 0, 0, 0.7032, 0, -1.6976, 0, 0, 0, 0, 0, 0, 0.7032, 0, -1.6976, 0.3585, 0, -1.8022, 0, 0, 0, 0.3585, 0, -1.8022, 0, 0, 0, 0, 0, 0, 0.3585, 0, -1.8022, 0, 0, -1.8375, 0, 0, 0, 0, 0, -1.8375, 0, 0, 0, 0, 0, 0, 0, 0, -1.8375, -0.3585, 0, -1.8022, 0, 0, 0, -0.3585, 0, -1.8022, 0, 0, 0, 0, 0, 0, -0.3585, 0, -1.8022, -0.7032, 0, -1.6976, 0, 0, 0, -0.7032, 0, -1.6976, 0, 0, 0, 0, 0, 0, -0.7032, 0, -1.6976, -1.0209, 0, -1.5278, 0, 0, 0, -1.0209, 0, -1.5278, 0, 0, 0, 0, 0, 0, -1.0209, 0, -1.5278, -1.2993, 0, -1.2993, 0, 0, 0, -1.2993, 0, -1.2993, 0, 0, 0, 0, 0, 0, -1.2993, 0, -1.2993, -1.5278, 0, -1.0209, 0, 0, 0, -1.5278, 0, -1.0209, 0, 0, 0, 0, 0, 0, -1.5278, 0, -1.0209, -1.6976, 0, -0.7032, 0, 0, 0, -1.6976, 0, -0.7032, 0, 0, 0, 0, 0, 0, -1.6976, 0, -0.7032, -1.8022, 0, -0.3585, 0, 0, 0, -1.8022, 0, -0.3585, 0, 0, 0, 0, 0, 0, -1.8022, 0, -0.3585, -1.8375, 0, 0, 0, 0, 0, -1.8375, 0, 0, 0, 0, 0, 0, 0, 0, -1.8375, 0, 0, -1.8022, 0, 0.3585, 0, 0, 0, -1.8022, 0, 0.3585, 0, 0, 0, 0, 0, 0, -1.8022, 0, 0.3585, -1.6976, 0, 0.7032, 0, 0, 0, -1.6976, 0, 0.7032, 0, 0, 0, 0, 0, 0, -1.6976, 0, 0.7032, -1.5278, 0, 1.0209, 0, 0, 0, -1.5278, 0, 1.0209, 0, 0, 0, 0, 0, 0, -1.5278, 0, 1.0209, -1.2993, 0, 1.2993, 0, 0, 0, -1.2993, 0, 1.2993, 0, 0, 0, 0, 0, 0, -1.2993, 0, 1.2993, -1.0209, 0, 1.5278, 0, 0, 0, -1.0209, 0, 1.5278, 0, 0, 0, 0, 0, 0, -1.0209, 0, 1.5278, -0.7032, 0, 1.6976, 0, 0, 0, -0.7032, 0, 1.6976, 0, 0, 0, 0, 0, 0, -0.7032, 0, 1.6976, -0.3585, 0, 1.8022, 0, 0, 0, -0.3585, 0, 1.8022, 0, 0, 0, 0, 0, 0, -0.3585, 0, 1.8022, 0, 0, 1.8375, 0, 0, 0, 0, 0, 1.8375, 0, 0, 0, 0, 0, 0) [sub_resource type="BoxMesh" id="BoxMesh_6fy3g"] +material = ExtResource("3_bsf3i") [sub_resource type="ConcavePolygonShape3D" id="ConcavePolygonShape3D_6fy3g"] data = PackedVector3Array(-0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, -0.5, -0.5, -0.5, -0.5, 0.5, -0.5, -0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, 0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, -0.5, 0.5, -0.5, 0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, 0.5, -0.5, 0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, -0.5, -0.5, -0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, -0.5, -0.5, -0.5)