From e608d679819f6761366aa69a5c965a41bcbaac1a Mon Sep 17 00:00:00 2001 From: max Date: Thu, 16 Jan 2020 20:01:33 +0100 Subject: [PATCH] Added Cinemachine + Improved Spectrum Bind (by Philip) --- UnityProject/Assembly-CSharp-Editor.csproj | 6 + UnityProject/Assembly-CSharp.csproj | 6 + .../Editor/SpectrumGeneratorEditMode.cs | 35 +- .../Scenes/Examples/First Project/20116.unity | 4566 +++++++++++++++ .../Examples/First Project/20116.unity.meta | 7 + .../First Project/20116_Profiles.meta | 8 + .../CM vcam Close Profile.asset | 79 + .../CM vcam Close Profile.asset.meta | 8 + .../CM vcam Dolly Profile.asset | 79 + .../CM vcam Dolly Profile.asset.meta | 8 + .../20116_Profiles/CM vcam1 Profile.asset | 43 + .../CM vcam1 Profile.asset.meta | 8 + .../Animations/BlackLinesCameraAnimation.anim | 495 -- ...ed.controller => CM vcam Dolly.controller} | 87 +- ...ler.meta => CM vcam Dolly.controller.meta} | 2 +- .../Animations/DollyAnimation.anim | 116 + ...ion.anim.meta => DollyAnimation.anim.meta} | 2 +- .../ShaderGraph/BackgroundColor.mat | 2 +- .../Timeline/First Project.playable | 3099 +++++----- .../Max Silly Demos/ConformObjects.unity | 610 ++ .../Max Silly Demos/ConformObjects.unity.meta | 7 + .../Examples/Max Silly Demos/Pcaches.meta | 8 + .../Max Silly Demos/Pcaches/Cube.pcache | 4107 +++++++++++++ .../Max Silly Demos/Pcaches/Cube.pcache.meta | 10 + .../Max Silly Demos/Pcaches/Horsy.pcache | 4107 +++++++++++++ .../Max Silly Demos/Pcaches/Horsy.pcache.meta | 10 + .../Max Silly Demos/Pcaches/Sphere.pcache | 4107 +++++++++++++ .../Pcaches/Sphere.pcache.meta | 10 + .../VFX Graph/ConformObjects.vfx | 5187 +++++++++++++++++ .../VFX Graph/ConformObjects.vfx.meta | 7 + .../Scene Settings Profile 1.asset | 2 +- .../PdConnection/SpectrumGeneratorPlayMode.cs | 70 +- UnityProject/Packages/manifest.json | 1 + .../ProjectSettings/EditorBuildSettings.asset | 4 +- 34 files changed, 24800 insertions(+), 2103 deletions(-) create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116.unity create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116.unity.meta create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles.meta create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset.meta create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset.meta create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset.meta delete mode 100644 UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim rename UnityProject/Assets/Scenes/Examples/First Project/Animations/{Camera_Animated.controller => CM vcam Dolly.controller} (59%) rename UnityProject/Assets/Scenes/Examples/First Project/Animations/{Camera_Animated.controller.meta => CM vcam Dolly.controller.meta} (79%) create mode 100644 UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim rename UnityProject/Assets/Scenes/Examples/First Project/Animations/{BlackLinesCameraAnimation.anim.meta => DollyAnimation.anim.meta} (79%) create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity.meta create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches.meta create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache.meta create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache.meta create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache.meta create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx create mode 100644 UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx.meta diff --git a/UnityProject/Assembly-CSharp-Editor.csproj b/UnityProject/Assembly-CSharp-Editor.csproj index c79770e..30a3b3b 100644 --- a/UnityProject/Assembly-CSharp-Editor.csproj +++ b/UnityProject/Assembly-CSharp-Editor.csproj @@ -161,6 +161,12 @@ D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll + + D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/Cinemachine.dll + + + D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/com.unity.cinemachine.editor.dll + D:/Unity Installs/2019.2.8f1/Editor/2019.2.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll diff --git a/UnityProject/Assembly-CSharp.csproj b/UnityProject/Assembly-CSharp.csproj index e5f2eda..b4d646f 100644 --- a/UnityProject/Assembly-CSharp.csproj +++ b/UnityProject/Assembly-CSharp.csproj @@ -338,6 +338,12 @@ D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll + + D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/Cinemachine.dll + + + D:/SoundVision_Repo/Soundvision/UnityProject/Library/ScriptAssemblies/com.unity.cinemachine.editor.dll + D:/Unity Installs/2019.2.8f1/Editor/2019.2.8f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll diff --git a/UnityProject/Assets/Editor/SpectrumGeneratorEditMode.cs b/UnityProject/Assets/Editor/SpectrumGeneratorEditMode.cs index f4f56f7..574d993 100644 --- a/UnityProject/Assets/Editor/SpectrumGeneratorEditMode.cs +++ b/UnityProject/Assets/Editor/SpectrumGeneratorEditMode.cs @@ -4,11 +4,24 @@ namespace cylvester { public class SpectrumGeneratorEditMode : SpectrumGenerator, ISpectrumGenerator { + + private Color32[] resetColorArray; + public SpectrumGeneratorEditMode(int textureWidth, int textureHeight) - : base(textureWidth,textureHeight) { } - + : base(textureWidth,textureHeight) + { + //generate empty texture + Color32 resetColor = new Color32(0, 0, 0, 64); //black with alpha + resetColorArray = Spectrum.GetPixels32(); + for (int i = 0; i < resetColorArray.Length; i++) + { + resetColorArray[i] = resetColor; + } + } + public int Update(Rect selectionRect) { + /* OnAllPixels((x, y) => { var color = Color.black; @@ -19,6 +32,24 @@ namespace cylvester Spectrum.SetPixel(x, y, color); }); Spectrum.Apply(); + + */ + Spectrum.SetPixels32(resetColorArray); // Reset all pixels color + var rectcolor = Color.red; + //Draw selection Rectangle border + for (int i = (int)selectionRect.x; i < (selectionRect.x + (selectionRect.width - 1)); i++) //horizontal lines + { + Spectrum.SetPixel(i, (int)(Spectrum.height - selectionRect.y - (selectionRect.height - 1)), rectcolor); //end line + Spectrum.SetPixel(i, (int)(Spectrum.height - selectionRect.y), rectcolor); //start line + } + for (int i = (int)(Spectrum.height - selectionRect.y - (selectionRect.height - 1)); i < (int)(Spectrum.height - selectionRect.y); i++) //vertical lines + { + Spectrum.SetPixel((int)selectionRect.x, i, rectcolor); // line left + Spectrum.SetPixel((int)(selectionRect.x + (selectionRect.width - 1)), i, rectcolor); // line right + } + + Spectrum.Apply(); + return 0; } } diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116.unity b/UnityProject/Assets/Scenes/Examples/First Project/20116.unity new file mode 100644 index 0000000..3984cef --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116.unity @@ -0,0 +1,4566 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &24684918 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 24684919} + - component: {fileID: 24684922} + - component: {fileID: 24684921} + - component: {fileID: 24684920} + m_Layer: 0 + m_Name: Point Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &24684919 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 24684918} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1217130649} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &24684920 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 24684918} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c6c2871f720b2af4e9210febdac74517, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + shadowResolution: 512 + shadowDimmer: 1 + volumetricShadowDimmer: 1 + shadowFadeDistance: 10000 + contactShadows: 0 + shadowTint: {r: 0, g: 0, b: 0, a: 1} + viewBiasMin: 0.2 + viewBiasMax: 100 + viewBiasScale: 1 + normalBiasMin: 0.5 + normalBiasMax: 0.5 + normalBiasScale: 1 + sampleBiasScale: 0 + edgeLeakFixup: 0 + edgeToleranceNormal: 1 + edgeTolerance: 1 + shadowCascadeCount: 4 + shadowCascadeRatios: + - 0.05 + - 0.2 + - 0.3 + shadowCascadeBorders: + - 0.2 + - 0.2 + - 0.2 + - 0.2 + shadowAlgorithm: 0 + shadowVariant: 0 + shadowPrecision: 0 +--- !u!114 &24684921 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 24684918} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 5 + m_Version: 5 + directionalIntensity: 3.1415927 + punctualIntensity: 600 + areaIntensity: 200 + enableSpotReflector: 0 + luxAtDistance: 1 + m_InnerSpotPercent: 0 + lightDimmer: 1 + m_VolumetricDimmer: 1 + lightUnit: 0 + fadeDistance: 10000 + affectDiffuse: 1 + affectSpecular: 1 + nonLightmappedOnly: 0 + lightTypeExtent: 0 + m_SpotLightShape: 0 + shapeWidth: 0.5 + shapeHeight: 0.5 + aspectRatio: 1 + shapeRadius: 0 + maxSmoothness: 0.99 + applyRangeAttenuation: 1 + useOldInspector: 0 + useVolumetric: 1 + featuresFoldout: 1 + showAdditionalSettings: 0 + displayLightIntensity: 21243.7 + displayAreaLightEmissiveMesh: 0 + areaLightCookie: {fileID: 0} + areaLightShadowCone: 120 + useScreenSpaceShadows: 0 + evsmExponent: 15 + evsmLightLeakBias: 0 + evsmVarianceBias: 0.00001 + evsmBlurPasses: 0 + lightLayers: 1 + lightlayersMask: 1 + linkShadowLayers: 1 + shadowNearPlane: 0.1 + shadowSoftness: 0.5 + blockerSampleCount: 24 + filterSampleCount: 16 + minFilterSize: 0.00001 + kernelSize: 5 + lightAngle: 1 + maxDepthBias: 0.001 +--- !u!108 &24684922 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 24684918} + m_Enabled: 1 + serializedVersion: 9 + m_Type: 2 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1690.5198 + m_Range: 205.5 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 2 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!1 &91849878 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 91849879} + - component: {fileID: 91849880} + m_Layer: 0 + m_Name: Graphs + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &91849879 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 91849878} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 71.5, y: -5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1471331138} + - {fileID: 1310568476} + - {fileID: 1016525018} + - {fileID: 1907357748} + - {fileID: 1851556345} + - {fileID: 2070884785} + - {fileID: 1734441092} + - {fileID: 1143400126} + - {fileID: 744450301} + - {fileID: 1217130649} + m_Father: {fileID: 995416806} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!95 &91849880 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 91849878} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &103591832 +GameObject: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 103591833} + - component: {fileID: 103591836} + - component: {fileID: 103591835} + - component: {fileID: 103591834} + m_Layer: 0 + m_Name: cm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &103591833 +Transform: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103591832} + m_LocalRotation: {x: 0.3452903, y: -0.29310125, z: 0.11446287, w: -0.8841745} + m_LocalPosition: {x: 16.517189, y: 35.67476, z: 260.8693} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 615908575} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &103591834 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103591832} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa7155796051b734daa718462081dc5f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_BindingMode: 1 + m_FollowOffset: {x: 0, y: 0, z: -10} + m_XDamping: 1 + m_YDamping: 1 + m_ZDamping: 1 + m_AngularDampingMode: 0 + m_PitchDamping: 0 + m_YawDamping: 0 + m_RollDamping: 0 + m_AngularDamping: 0 +--- !u!114 &103591835 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103591832} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4044717213e31446939f7bd49c896ea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjectOffset: {x: 0, y: 0, z: 0} + m_LookaheadTime: 0 + m_LookaheadSmoothing: 10 + m_LookaheadIgnoreY: 0 + m_HorizontalDamping: 0.5 + m_VerticalDamping: 0.5 + m_ScreenX: 0.5 + m_ScreenY: 0.5 + m_DeadZoneWidth: 0 + m_DeadZoneHeight: 0 + m_SoftZoneWidth: 0.8 + m_SoftZoneHeight: 0.8 + m_BiasX: 0 + m_BiasY: 0 + m_CenterOnActivate: 1 +--- !u!114 &103591836 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103591832} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &134294485 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 134294493} + - component: {fileID: 134294492} + - component: {fileID: 134294491} + - component: {fileID: 134294490} + - component: {fileID: 134294486} + - component: {fileID: 134294489} + - component: {fileID: 134294488} + - component: {fileID: 134294487} + m_Layer: 0 + m_Name: Background + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!95 &134294486 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &134294487 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 405c39feab1439447badbe0d0134939f, type: 3} + m_Name: + m_EditorClassIdentifier: + material_: {fileID: 2100000, guid: 2744238d36814954eae67ed550d33d8a, type: 2} + valueName_: Vector1_8D1FA701 +--- !u!114 &134294488 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 1 + releaseSmooth: 6 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 134294487} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &134294489 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 2 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 134294488} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!64 &134294490 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 3 + m_Convex: 0 + m_CookingOptions: 14 + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &134294491 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 2744238d36814954eae67ed550d33d8a, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!33 &134294492 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &134294493 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 134294485} + m_LocalRotation: {x: 0, y: -0.7071068, z: 0, w: 0.7071068} + m_LocalPosition: {x: -730, y: 0, z: 0} + m_LocalScale: {x: 1415.9005, y: 2049.3, z: 1} + m_Children: [] + m_Father: {fileID: 995416806} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: -90, z: 0} +--- !u!1 &142945376 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 142945377} + - component: {fileID: 142945378} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &142945377 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 142945376} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 30, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2070884785} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &142945378 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 142945376} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 2070884786} + valueName_: Value_2_ +--- !u!1 &271655917 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 271655918} + - component: {fileID: 271655920} + - component: {fileID: 271655919} + m_Layer: 0 + m_Name: CM vcam Close + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &271655918 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271655917} + m_LocalRotation: {x: 0.4299696, y: -0.4299696, z: -0.561361, w: 0.561361} + m_LocalPosition: {x: 126.24, y: -10, z: -54.98} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2033816993} + m_Father: {fileID: 1199893322} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: -74.9, z: -90} +--- !u!114 &271655919 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271655917} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 449ef5ebbe24720439ec31d15f7b6f3d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FocusTracksTarget: 1 + m_FocusOffset: 0 + m_Profile: {fileID: 11400000, guid: 0fc769eb0103caf4a9fc8c3cb0dc5220, type: 2} +--- !u!114 &271655920 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 271655917} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 45e653bab7fb20e499bda25e1b646fea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExcludedPropertiesInInspector: + - m_Script + m_LockStageInInspector: + m_StreamingVersion: 20170927 + m_Priority: 10 + m_StandbyUpdate: 2 + m_LookAt: {fileID: 1217130649} + m_Follow: {fileID: 1217130649} + m_Lens: + FieldOfView: 64 + OrthographicSize: 5 + NearClipPlane: 0.3 + FarClipPlane: 1000 + Dutch: 0 + LensShift: {x: 0, y: 0} + Iso: 200 + ShutterSpeed: 0.005 + Aperture: 16 + BladeCount: 5 + Curvature: {x: 2, y: 11} + BarrelClipping: 0.25 + Anamorphism: 0 + m_Transitions: + m_BlendHint: 0 + m_InheritPosition: 0 + m_OnCameraLive: + m_PersistentCalls: + m_Calls: [] + m_LegacyBlendHint: 0 + m_ComponentOwner: {fileID: 2033816993} +--- !u!1 &292447220 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 292447223} + - component: {fileID: 292447221} + - component: {fileID: 292447222} + m_Layer: 0 + m_Name: PdBackend + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &292447221 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 292447220} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3ba69cee3466a304d9d570268f717413, type: 3} + m_Name: + m_EditorClassIdentifier: + midiMessageReceived: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 987137610} + m_MethodName: OnMidiMessageReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 987137607} + m_MethodName: OnMidiReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 292447222} + m_MethodName: OnMidiMessageReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + midiSyncReceived: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 987137610} + m_MethodName: OnSyncReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 1862776399} + m_MethodName: OnSyncReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + samplePlayback: 0 +--- !u!114 &292447222 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 292447220} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 41f237c64f02a2241a30c5c0b5c087e6, type: 3} + m_Name: + m_EditorClassIdentifier: + logAll: 0 + logFiltered: 0 + filterStatusByte: 128 +--- !u!4 &292447223 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 292447220} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995416806} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &414872539 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 414872540} + - component: {fileID: 414872541} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &414872540 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 414872539} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 40, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1734441092} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &414872541 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 414872539} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1734441093} + valueName_: Value_2_ +--- !u!1 &448905781 +GameObject: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 448905782} + - component: {fileID: 448905785} + - component: {fileID: 448905784} + - component: {fileID: 448905783} + m_Layer: 0 + m_Name: cm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &448905782 +Transform: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448905781} + m_LocalRotation: {x: -0.49713388, y: 0.4908735, z: 0.5028498, w: 0.50896287} + m_LocalPosition: {x: -0.87461674, y: 7.9350185, z: 86.839294} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1862776397} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &448905783 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448905781} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 418e42c7d0405cc48a7b83f63ea53bb3, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Path: {fileID: 640971020} + m_PathPosition: 0.6074078 + m_PositionUnits: 0 + m_PathOffset: {x: 0, y: 0, z: 0} + m_XDamping: 0 + m_YDamping: 0 + m_ZDamping: 1 + m_CameraUp: 3 + m_PitchDamping: 0 + m_YawDamping: 0 + m_RollDamping: 0 + m_AutoDolly: + m_Enabled: 0 + m_PositionOffset: 0 + m_SearchRadius: 2 + m_SearchResolution: 5 +--- !u!114 &448905784 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448905781} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4044717213e31446939f7bd49c896ea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjectOffset: {x: 0, y: 0, z: 0} + m_LookaheadTime: 0 + m_LookaheadSmoothing: 10 + m_LookaheadIgnoreY: 0 + m_HorizontalDamping: 0.5 + m_VerticalDamping: 0.5 + m_ScreenX: 0.5 + m_ScreenY: 0.5 + m_DeadZoneWidth: 0 + m_DeadZoneHeight: 0 + m_SoftZoneWidth: 0.8 + m_SoftZoneHeight: 0.8 + m_BiasX: 0 + m_BiasY: 0 + m_CenterOnActivate: 1 +--- !u!114 &448905785 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 448905781} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &453999359 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 453999364} + - component: {fileID: 453999363} + - component: {fileID: 453999362} + - component: {fileID: 453999361} + - component: {fileID: 453999360} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &453999360 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 453999359} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 72ece51f2901e7445ab60da3685d6b5f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ShowDebugText: 0 + m_ShowCameraFrustum: 1 + m_IgnoreTimeScale: 0 + m_WorldUpOverride: {fileID: 0} + m_UpdateMethod: 2 + m_BlendUpdateMethod: 1 + m_DefaultBlend: + m_Style: 1 + m_Time: 2 + m_CustomCurve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_CustomBlends: {fileID: 0} + m_CameraCutEvent: + m_PersistentCalls: + m_Calls: [] + m_CameraActivatedEvent: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &453999361 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 453999359} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23c1ce4fb46143f46bc5cb5224c934f6, type: 3} + m_Name: + m_EditorClassIdentifier: + clearColorMode: 0 + backgroundColorHDR: {r: 1, g: 1, b: 1, a: 0} + clearDepth: 1 + volumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + volumeAnchorOverride: {fileID: 0} + antialiasing: 0 + SMAAQuality: 2 + dithering: 0 + stopNaNs: 0 + physicalParameters: + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 1 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + flipYMode: 0 + fullscreenPassthrough: 0 + allowDynamicResolution: 0 + customRenderingSettings: 0 + invertFaceCulling: 0 + probeLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPathCustomFrameSettings: + bitDatas: + data1: 69284264935197 + data2: 4539628424389459968 + lodBias: 1 + lodBiasMode: 0 + maximumLODLevel: 0 + maximumLODLevelMode: 0 + renderingPathCustomFrameSettingsOverrideMask: + mask: + data1: 0 + data2: 0 + defaultFrameSettings: 0 + m_Version: 5 + m_ObsoleteRenderingPath: 0 + m_ObsoleteFrameSettings: + overrides: 0 + enableShadow: 0 + enableContactShadows: 0 + enableShadowMask: 0 + enableSSR: 0 + enableSSAO: 0 + enableSubsurfaceScattering: 0 + enableTransmission: 0 + enableAtmosphericScattering: 0 + enableVolumetrics: 0 + enableReprojectionForVolumetrics: 0 + enableLightLayers: 0 + enableExposureControl: 1 + diffuseGlobalDimmer: 0 + specularGlobalDimmer: 0 + shaderLitMode: 0 + enableDepthPrepassWithDeferredRendering: 0 + enableTransparentPrepass: 0 + enableMotionVectors: 0 + enableObjectMotionVectors: 0 + enableDecals: 0 + enableRoughRefraction: 0 + enableTransparentPostpass: 0 + enableDistortion: 0 + enablePostprocess: 0 + enableOpaqueObjects: 0 + enableTransparentObjects: 0 + enableRealtimePlanarReflection: 0 + enableMSAA: 0 + enableAsyncCompute: 0 + runLightListAsync: 0 + runSSRAsync: 0 + runSSAOAsync: 0 + runContactShadowsAsync: 0 + runVolumeVoxelizationAsync: 0 + lightLoopSettings: + overrides: 0 + enableDeferredTileAndCluster: 0 + enableComputeLightEvaluation: 0 + enableComputeLightVariants: 0 + enableComputeMaterialVariants: 0 + enableFptlForForwardOpaque: 0 + enableBigTilePrepass: 0 + isFptlEnabled: 0 +--- !u!81 &453999362 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 453999359} + m_Enabled: 1 +--- !u!20 &453999363 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 453999359} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 200 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 64 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 0 + m_AllowMSAA: 0 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &453999364 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 453999359} + m_LocalRotation: {x: 0.4299696, y: -0.4299696, z: -0.561361, w: 0.561361} + m_LocalPosition: {x: 126.24, y: -10, z: -54.98} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995416806} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &615908574 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 615908575} + - component: {fileID: 615908580} + - component: {fileID: 615908579} + - component: {fileID: 615908578} + - component: {fileID: 615908577} + - component: {fileID: 615908576} + m_Layer: 0 + m_Name: CM vcam Front + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &615908575 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_LocalRotation: {x: -0.5, y: 0.5, z: 0.5, w: -0.5} + m_LocalPosition: {x: 1070, y: -10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 103591833} + m_Father: {fileID: 1199893322} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: -90, z: 90} +--- !u!95 &615908576 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 0} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!73398921 &615908577 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: [] + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!2083052967 &615908578 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_Enabled: 1 + m_Asset: {fileID: 0} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: [] + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: [] + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &615908579 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 449ef5ebbe24720439ec31d15f7b6f3d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FocusTracksTarget: 0 + m_FocusOffset: 0 + m_Profile: {fileID: 11400000, guid: 47b8d74458ff4f447aa32946abf2ee97, type: 2} +--- !u!114 &615908580 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 615908574} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 45e653bab7fb20e499bda25e1b646fea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExcludedPropertiesInInspector: + - m_Script + m_LockStageInInspector: + m_StreamingVersion: 20170927 + m_Priority: 10 + m_StandbyUpdate: 2 + m_LookAt: {fileID: 0} + m_Follow: {fileID: 0} + m_Lens: + FieldOfView: 3 + OrthographicSize: 5 + NearClipPlane: 0.3 + FarClipPlane: 1000 + Dutch: 0 + LensShift: {x: 0, y: 0} + Iso: 200 + ShutterSpeed: 0.005 + Aperture: 16 + BladeCount: 5 + Curvature: {x: 2, y: 11} + BarrelClipping: 0.25 + Anamorphism: 0 + m_Transitions: + m_BlendHint: 0 + m_InheritPosition: 0 + m_OnCameraLive: + m_PersistentCalls: + m_Calls: [] + m_LegacyBlendHint: 0 + m_ComponentOwner: {fileID: 103591833} +--- !u!1 &640971018 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 640971019} + - component: {fileID: 640971020} + m_Layer: 0 + m_Name: DollyTrack1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &640971019 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 640971018} + m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 69.31, y: -6.6, z: -11.37} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1199893322} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!114 &640971020 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 640971018} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a200b19ca1a9685429ed7e043c28e904, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Resolution: 60 + m_Appearance: + pathColor: {r: 0, g: 1, b: 0, a: 1} + inactivePathColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + width: 1.62 + m_Looped: 1 + m_Waypoints: + - position: {x: 0, y: 0, z: 0} + roll: 0 + - position: {x: 0, y: 0, z: 25} + roll: 0 + - position: {x: 11.3, y: 0, z: 25} + roll: 0 + - position: {x: 22.6, y: 0, z: 25} + roll: 0 + - position: {x: 42.84, y: -6.77, z: 25} + roll: 0 + - position: {x: 33.9, y: -6.08, z: 25} + roll: 0 +--- !u!1 &744450300 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 744450301} + - component: {fileID: 744450302} + - component: {fileID: 744450308} + - component: {fileID: 744450307} + - component: {fileID: 744450306} + - component: {fileID: 744450305} + - component: {fileID: 744450304} + - component: {fileID: 744450303} + m_Layer: 0 + m_Name: VolumeGraph MPC R + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &744450301 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -40, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1456283756} + m_Father: {fileID: 91849879} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &744450302 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 0, z: 0, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &744450303 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &744450304 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 744450303} + m_VisualEffect: {fileID: 744450302} +--- !u!114 &744450305 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 744450302} + valueName_: Value_1_ +--- !u!73398921 &744450306 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &744450307 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 1 + releaseSmooth: 2 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 744450305} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &744450308 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 744450300} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 94.47345 + y: 220 + width: 19.355536 + height: 23 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 744450307} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 9 +--- !u!1 &863831578 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 863831579} + - component: {fileID: 863831580} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &863831579 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863831578} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 50, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1143400126} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &863831580 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 863831578} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1143400127} + valueName_: Value_2_ +--- !u!1 &987137606 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 987137611} + - component: {fileID: 987137607} + - component: {fileID: 987137609} + - component: {fileID: 987137608} + - component: {fileID: 987137610} + m_Layer: 0 + m_Name: Timeline + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &987137607 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 987137606} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e6be1ae37d9581545a6d213046b19b8c, type: 3} + m_Name: + m_EditorClassIdentifier: + csvFileName: First_Project + onStateChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 292447221} + m_MethodName: SendState + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 987137608} + m_MethodName: OnStateChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 1862776398} + m_MethodName: OnStateChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + sceneSelection: 0 +--- !u!114 &987137608 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 987137606} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 117e3226047d79a4d86bee38ca1ca894, type: 3} + m_Name: + m_EditorClassIdentifier: + playableDirector: {fileID: 987137609} + initTransitionFactor: 5 +--- !u!320 &987137609 +PlayableDirector: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 987137606} + m_Enabled: 1 + serializedVersion: 3 + m_PlayableAsset: {fileID: 11400000, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + m_InitialState: 0 + m_WrapMode: 2 + m_DirectorUpdateMode: 3 + m_InitialTime: 0 + m_SceneBindings: + - key: {fileID: 4055360334887153628, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 987137606} + - key: {fileID: -6025598854459130432, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 134294486} + - key: {fileID: 265204038235521148, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 91849880} + - key: {fileID: -8661469230959888883, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 453999360} + - key: {fileID: -1323866187693516761, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 1862776400} + - key: {fileID: -5848812732409203215, guid: 586db6a120fe1034382bae922b2d7174, type: 2} + value: {fileID: 615908576} + m_ExposedReferences: + m_References: + - cc668968a38306849b7ab4aa5fdb9ae8: {fileID: 1862776402} + - 016042af8e85c4e499bc9350a6b4447b: {fileID: 615908580} + - a585eba6800c75b47b9b211241843450: {fileID: 1004638793} + - 786afdf4c7e954b459719814feeec871: {fileID: 271655920} + - 8cb572f951e91d14482096db4cb5eca8: {fileID: 615908580} +--- !u!114 &987137610 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 987137606} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 295c71eba0347b04aa841307f8555e7b, type: 3} + m_Name: + m_EditorClassIdentifier: + playableDirector: {fileID: 987137609} + timelineController: {fileID: 987137608} + channel: 3 + stateManager: {fileID: 987137607} + instaTransitionSpeed: 10 +--- !u!4 &987137611 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 987137606} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995416806} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &995416805 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 995416806} + m_Layer: 0 + m_Name: Black Lines + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &995416806 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995416805} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 453999364} + - {fileID: 292447223} + - {fileID: 987137611} + - {fileID: 134294493} + - {fileID: 91849879} + - {fileID: 1199893322} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1004638788 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1004638789} + - component: {fileID: 1004638793} + - component: {fileID: 1004638792} + - component: {fileID: 1004638791} + - component: {fileID: 1004638790} + m_Layer: 0 + m_Name: CM vcam Far + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1004638789 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1004638788} + m_LocalRotation: {x: -0.031796478, y: 0.024581559, z: -0.0007819322, w: -0.9991918} + m_LocalPosition: {x: 43.5, y: 53, z: -985.8} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1842687663} + m_Father: {fileID: 1199893322} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!73398921 &1004638790 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1004638788} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: [] + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!2083052967 &1004638791 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1004638788} + m_Enabled: 1 + m_Asset: {fileID: 0} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: [] + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: [] + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1004638792 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1004638788} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 449ef5ebbe24720439ec31d15f7b6f3d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FocusTracksTarget: 0 + m_FocusOffset: 0 + m_Profile: {fileID: 11400000, guid: 47b8d74458ff4f447aa32946abf2ee97, type: 2} +--- !u!114 &1004638793 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1004638788} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 45e653bab7fb20e499bda25e1b646fea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExcludedPropertiesInInspector: + - m_Script + m_LockStageInInspector: + m_StreamingVersion: 20170927 + m_Priority: 10 + m_StandbyUpdate: 2 + m_LookAt: {fileID: 0} + m_Follow: {fileID: 0} + m_Lens: + FieldOfView: 5 + OrthographicSize: 5 + NearClipPlane: 0.3 + FarClipPlane: 1000 + Dutch: 0 + LensShift: {x: 0, y: 0} + Iso: 200 + ShutterSpeed: 0.005 + Aperture: 16 + BladeCount: 5 + Curvature: {x: 2, y: 11} + BarrelClipping: 0.25 + Anamorphism: 0 + m_Transitions: + m_BlendHint: 0 + m_InheritPosition: 0 + m_OnCameraLive: + m_PersistentCalls: + m_Calls: [] + m_LegacyBlendHint: 0 + m_ComponentOwner: {fileID: 1842687663} +--- !u!1 &1016525017 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1016525018} + - component: {fileID: 1016525019} + - component: {fileID: 1016525024} + - component: {fileID: 1016525023} + - component: {fileID: 1016525022} + - component: {fileID: 1016525021} + - component: {fileID: 1016525020} + m_Layer: 0 + m_Name: VolumeGraph SN + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1016525018 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 20, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2128837434} + m_Father: {fileID: 91849879} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1016525019 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0.009314405 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 0, z: 0, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1016525020 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1016525021 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1016525020} + m_VisualEffect: {fileID: 1016525019} +--- !u!114 &1016525022 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1016525019} + valueName_: Value_1_ +--- !u!73398921 &1016525023 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1016525024 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1016525017} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 2 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1016525022} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!1 &1085497424 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1085497425} + - component: {fileID: 1085497426} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1085497425 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1085497424} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1310568476} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1085497426 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1085497424} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1310568477} + valueName_: Value_2_ +--- !u!1 &1143400125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1143400126} + - component: {fileID: 1143400127} + - component: {fileID: 1143400133} + - component: {fileID: 1143400132} + - component: {fileID: 1143400131} + - component: {fileID: 1143400130} + - component: {fileID: 1143400129} + - component: {fileID: 1143400128} + m_Layer: 0 + m_Name: VolumeGraph MPC L + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1143400126 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -30, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 863831579} + m_Father: {fileID: 91849879} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1143400127 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 0, z: 0, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1143400128 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1143400129 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1143400128} + m_VisualEffect: {fileID: 1143400127} +--- !u!114 &1143400130 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1143400127} + valueName_: Value_1_ +--- !u!73398921 &1143400131 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1143400132 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 1 + releaseSmooth: 2 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1143400130} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1143400133 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1143400125} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 94.47345 + y: 220 + width: 19.355536 + height: 23 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1143400132} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 8 +--- !u!1 &1199893321 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1199893322} + m_Layer: 0 + m_Name: CMvCameras + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1199893322 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1199893321} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 615908575} + - {fileID: 1004638789} + - {fileID: 271655918} + - {fileID: 1862776397} + - {fileID: 640971019} + m_Father: {fileID: 995416806} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1217130648 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1217130649} + m_Layer: 0 + m_Name: Target + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1217130649 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1217130648} + m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -404.7, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 24684919} + m_Father: {fileID: 91849879} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!1 &1276087046 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1276087047} + - component: {fileID: 1276087048} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1276087047 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276087046} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 20, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1851556345} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1276087048 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1276087046} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1851556346} + valueName_: Value_2_ +--- !u!1 &1310568475 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1310568476} + - component: {fileID: 1310568477} + - component: {fileID: 1310568482} + - component: {fileID: 1310568481} + - component: {fileID: 1310568480} + - component: {fileID: 1310568479} + - component: {fileID: 1310568478} + m_Layer: 0 + m_Name: VolumeGraph K + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1310568476 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 30, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1085497425} + m_Father: {fileID: 91849879} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1310568477 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0.644365 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 8, z: 0.627451, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1310568478 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1310568479 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1310568478} + m_VisualEffect: {fileID: 1310568477} +--- !u!114 &1310568480 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1310568477} + valueName_: Value_1_ +--- !u!73398921 &1310568481 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1310568482 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1310568475} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 1 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1310568480} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 1310568480} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!1 &1456283755 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1456283756} + - component: {fileID: 1456283757} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1456283756 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456283755} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 50, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 744450301} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1456283757 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1456283755} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 744450302} + valueName_: Value_2_ +--- !u!1 &1471331137 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1471331138} + - component: {fileID: 1471331139} + m_Layer: 0 + m_Name: Kick Listener + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1471331138 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1471331137} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 30, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 91849879} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1471331139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1471331137} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 1 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1085497426} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 2128837435} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 1908085524} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 142945378} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 414872541} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 863831580} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!1 &1734441091 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1734441092} + - component: {fileID: 1734441093} + - component: {fileID: 1734441099} + - component: {fileID: 1734441098} + - component: {fileID: 1734441097} + - component: {fileID: 1734441096} + - component: {fileID: 1734441095} + - component: {fileID: 1734441094} + m_Layer: 0 + m_Name: VolumeGraph P Hi + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1734441092 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -20, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 414872540} + m_Father: {fileID: 91849879} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1734441093 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 8, z: 0.627451, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1734441094 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1734441095 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1734441094} + m_VisualEffect: {fileID: 1734441093} +--- !u!114 &1734441096 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1734441093} + valueName_: Value_1_ +--- !u!73398921 &1734441097 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1734441098 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 2.1 + releaseSmooth: 2.18 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1734441096} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1734441099 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1734441091} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 2.7650764 + y: 67 + width: 7.8343835 + height: 30 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1734441098} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 5 +--- !u!1 &1842687662 +GameObject: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1842687663} + - component: {fileID: 1842687666} + - component: {fileID: 1842687665} + - component: {fileID: 1842687664} + m_Layer: 0 + m_Name: cm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1842687663 +Transform: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1842687662} + m_LocalRotation: {x: 0.3452903, y: -0.29310125, z: 0.11446287, w: -0.8841745} + m_LocalPosition: {x: 16.517189, y: 35.67476, z: 260.8693} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1004638789} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1842687664 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1842687662} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fa7155796051b734daa718462081dc5f, type: 3} + m_Name: + m_EditorClassIdentifier: + m_BindingMode: 1 + m_FollowOffset: {x: 0, y: 0, z: -10} + m_XDamping: 1 + m_YDamping: 1 + m_ZDamping: 1 + m_AngularDampingMode: 0 + m_PitchDamping: 0 + m_YawDamping: 0 + m_RollDamping: 0 + m_AngularDamping: 0 +--- !u!114 &1842687665 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1842687662} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f4044717213e31446939f7bd49c896ea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_TrackedObjectOffset: {x: 0, y: 0, z: 0} + m_LookaheadTime: 0 + m_LookaheadSmoothing: 10 + m_LookaheadIgnoreY: 0 + m_HorizontalDamping: 0.5 + m_VerticalDamping: 0.5 + m_ScreenX: 0.5 + m_ScreenY: 0.5 + m_DeadZoneWidth: 0 + m_DeadZoneHeight: 0 + m_SoftZoneWidth: 0.8 + m_SoftZoneHeight: 0.8 + m_BiasX: 0 + m_BiasY: 0 + m_CenterOnActivate: 1 +--- !u!114 &1842687666 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1842687662} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &1851556344 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1851556345} + - component: {fileID: 1851556346} + - component: {fileID: 1851556353} + - component: {fileID: 1851556352} + - component: {fileID: 1851556351} + - component: {fileID: 1851556350} + - component: {fileID: 1851556349} + - component: {fileID: 1851556348} + - component: {fileID: 1851556347} + m_Layer: 0 + m_Name: VolumeGraph PercR + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1851556345 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0.1, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1276087047} + m_Father: {fileID: 91849879} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1851556346 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.63254184 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 0, z: 0, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1851556347 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1851556348 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1851556347} + m_VisualEffect: {fileID: 1851556346} +--- !u!114 &1851556349 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1851556346} + valueName_: Value_1_ +--- !u!73398921 &1851556350 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1851556351 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 1 + releaseSmooth: 1.46 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1851556349} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1851556352 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 42.858685 + y: 239 + width: 39.171917 + height: 13 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1851556351} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 3 +--- !u!114 &1851556353 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1851556344} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 3 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1851556349} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!1 &1862776396 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1862776397} + - component: {fileID: 1862776402} + - component: {fileID: 1862776401} + - component: {fileID: 1862776400} + - component: {fileID: 1862776399} + - component: {fileID: 1862776398} + m_Layer: 0 + m_Name: CM vcam Dolly + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1862776397 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_LocalRotation: {x: 0.49812344, y: -0.5045916, z: -0.50183445, w: 0.49540156} + m_LocalPosition: {x: 68.804695, y: -10.18652, z: 2.2028742} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 448905782} + m_Father: {fileID: 1199893322} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: -0.67300004, y: -88.686005, z: -90} +--- !u!114 &1862776398 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 83a6f80fb1680ea4e9c2fddde2381dc0, type: 3} + m_Name: + m_EditorClassIdentifier: + anim: {fileID: 1862776400} + animationName_: DollyAnimation +--- !u!114 &1862776399 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f5f9defef7af2514590dadc0a6cddbac, type: 3} + m_Name: + m_EditorClassIdentifier: + loopLengthInBeat: 64 + loopStarted: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1862776398} + m_MethodName: OnTriggerReceived + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!95 &1862776400 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: fcc855bb7a5902c43ad09a652c3f3516, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!114 &1862776401 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 449ef5ebbe24720439ec31d15f7b6f3d, type: 3} + m_Name: + m_EditorClassIdentifier: + m_FocusTracksTarget: 1 + m_FocusOffset: 0 + m_Profile: {fileID: 11400000, guid: ae58004a8472446489a59c900b9186ab, type: 2} +--- !u!114 &1862776402 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1862776396} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 45e653bab7fb20e499bda25e1b646fea, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExcludedPropertiesInInspector: + - m_Script + m_LockStageInInspector: + m_StreamingVersion: 20170927 + m_Priority: 10 + m_StandbyUpdate: 2 + m_LookAt: {fileID: 1217130649} + m_Follow: {fileID: 1217130649} + m_Lens: + FieldOfView: 44 + OrthographicSize: 5 + NearClipPlane: 0.3 + FarClipPlane: 1000 + Dutch: 0 + LensShift: {x: 0, y: 0} + Iso: 200 + ShutterSpeed: 0.005 + Aperture: 16 + BladeCount: 5 + Curvature: {x: 2, y: 11} + BarrelClipping: 0.25 + Anamorphism: 0 + m_Transitions: + m_BlendHint: 0 + m_InheritPosition: 0 + m_OnCameraLive: + m_PersistentCalls: + m_Calls: [] + m_LegacyBlendHint: 0 + m_ComponentOwner: {fileID: 448905782} +--- !u!1 &1907357747 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1907357748} + - component: {fileID: 1907357749} + - component: {fileID: 1907357756} + - component: {fileID: 1907357755} + - component: {fileID: 1907357754} + - component: {fileID: 1907357753} + - component: {fileID: 1907357752} + - component: {fileID: 1907357751} + - component: {fileID: 1907357750} + m_Layer: 0 + m_Name: VolumeGraph PercL + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1907357748 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1908085523} + m_Father: {fileID: 91849879} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &1907357749 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 8, z: 0.627451, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &1907357750 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &1907357751 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 1907357750} + m_VisualEffect: {fileID: 1907357749} +--- !u!114 &1907357752 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1907357749} + valueName_: Value_1_ +--- !u!73398921 &1907357753 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &1907357754 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 1 + releaseSmooth: 2.55 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1907357752} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &1907357755 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 42.858685 + y: 239 + width: 39.171917 + height: 13 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1907357754} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 2 +--- !u!114 &1907357756 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907357747} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 292447221} + channel: 3 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1907357752} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!1 &1908085522 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1908085523} + - component: {fileID: 1908085524} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1908085523 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1908085522} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 20, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1907357748} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1908085524 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1908085522} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1907357749} + valueName_: Value_2_ +--- !u!1 &2033816992 +GameObject: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2033816993} + - component: {fileID: 2033816995} + - component: {fileID: 2033816994} + m_Layer: 0 + m_Name: cm + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2033816993 +Transform: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2033816992} + m_LocalRotation: {x: 0.3452903, y: -0.29310125, z: 0.11446287, w: -0.8841745} + m_LocalPosition: {x: 16.517189, y: 35.67476, z: 260.8693} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 271655918} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2033816994 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2033816992} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 68bb026fafb42b14791938953eaace77, type: 3} + m_Name: + m_EditorClassIdentifier: + m_NoiseProfile: {fileID: 11400000, guid: a3dacaec0287d7444b4bd276816e1666, type: 2} + m_PivotOffset: {x: 0, y: 0, z: 0} + m_AmplitudeGain: 0.5 + m_FrequencyGain: 1 + mNoiseOffsets: {x: -103.42154, y: -655.9265, z: 1.2926025} +--- !u!114 &2033816995 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2033816992} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &2070884784 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2070884785} + - component: {fileID: 2070884786} + - component: {fileID: 2070884792} + - component: {fileID: 2070884791} + - component: {fileID: 2070884790} + - component: {fileID: 2070884789} + - component: {fileID: 2070884788} + - component: {fileID: 2070884787} + m_Layer: 0 + m_Name: VolumeGraph P Lo + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2070884785 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 142945377} + m_Father: {fileID: 91849879} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!2083052967 &2070884786 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: f176d022c7587e84dbfd08ebaf82b0de, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Value_1_ + m_Overridden: 1 + - m_Value: 10 + m_Name: Gain + m_Overridden: 1 + - m_Value: 0.00066423416 + m_Name: Force + m_Overridden: 1 + - m_Value: 0.644365 + m_Name: Value_2_ + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_Value: {x: 90, y: 0, z: 0} + m_Name: Target_angles + m_Overridden: 1 + - m_Value: {x: -333.2, y: -5, z: 0} + m_Name: Target_position + m_Overridden: 1 + - m_Value: {x: 1, y: 1, z: 1} + m_Name: Target_scale + m_Overridden: 1 + m_Vector4f: + m_Array: + - m_Value: {x: 0, y: 0, z: 0, w: 0} + m_Name: Max_Color + m_Overridden: 1 + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!114 &2070884787 +MonoBehaviour: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7fdfea1f838247c40921a07afedde962, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parameter: + m_Name: Target + Target: {fileID: 1217130649} +--- !u!114 &2070884788 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cdafc37f32b176349b1684c4455b98e9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_ExecuteInEditor: 1 + m_Bindings: + - {fileID: 2070884787} + m_VisualEffect: {fileID: 2070884786} +--- !u!114 &2070884789 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 2070884786} + valueName_: Value_1_ +--- !u!73398921 &2070884790 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!114 &2070884791 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 2.1 + releaseSmooth: 2.13 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 2070884789} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &2070884792 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2070884784} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 54ab37d032df403e881d6a7a78141815, type: 3} + m_Name: + m_EditorClassIdentifier: + pdBackend: {fileID: 292447221} + selection: + serializedVersion: 2 + x: 2.7650764 + y: 67 + width: 7.8343835 + height: 30 + energyChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 2070884791} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + channel: 4 +--- !u!1 &2128837433 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2128837434} + - component: {fileID: 2128837435} + m_Layer: 0 + m_Name: Kick Binder + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2128837434 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2128837433} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 10, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1016525018} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &2128837435 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2128837433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 1016525019} + valueName_: Value_2_ diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116.unity.meta b/UnityProject/Assets/Scenes/Examples/First Project/20116.unity.meta new file mode 100644 index 0000000..0e8a70c --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 72bc04ae5e778db4b878f466a0a3229b +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles.meta b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles.meta new file mode 100644 index 0000000..7f1b451 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a97a9dddf1e25424eab4a60ba68547b4 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset new file mode 100644 index 0000000..ec5b3ed --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &-8806513411514172000 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: aaa3b8214f75b354e9ba2caadd022259, type: 3} + m_Name: DepthOfField + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + focusMode: + m_OverrideState: 1 + m_Value: 1 + focusDistance: + m_OverrideState: 1 + m_Value: 10 + min: 0.1 + nearFocusStart: + m_OverrideState: 0 + m_Value: 0 + min: 0 + nearFocusEnd: + m_OverrideState: 0 + m_Value: 4 + min: 0 + farFocusStart: + m_OverrideState: 0 + m_Value: 10 + min: 0 + farFocusEnd: + m_OverrideState: 0 + m_Value: 20 + min: 0 + nearSampleCount: + m_OverrideState: 0 + m_Value: 5 + min: 3 + max: 8 + nearMaxBlur: + m_OverrideState: 0 + m_Value: 4 + min: 0 + max: 8 + farSampleCount: + m_OverrideState: 0 + m_Value: 7 + min: 3 + max: 16 + farMaxBlur: + m_OverrideState: 0 + m_Value: 8 + min: 0 + max: 16 + highQualityFiltering: + m_OverrideState: 0 + m_Value: 1 + resolution: + m_OverrideState: 0 + m_Value: 2 +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: CM vcam Close Profile + m_EditorClassIdentifier: + components: + - {fileID: -8806513411514172000} diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset.meta b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset.meta new file mode 100644 index 0000000..9f8be8b --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Close Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0fc769eb0103caf4a9fc8c3cb0dc5220 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset new file mode 100644 index 0000000..8b42f2f --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset @@ -0,0 +1,79 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: CM vcam Dolly Profile + m_EditorClassIdentifier: + components: + - {fileID: 6963270014330602616} +--- !u!114 &6963270014330602616 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: aaa3b8214f75b354e9ba2caadd022259, type: 3} + m_Name: DepthOfField + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + focusMode: + m_OverrideState: 1 + m_Value: 1 + focusDistance: + m_OverrideState: 1 + m_Value: 10 + min: 0.1 + nearFocusStart: + m_OverrideState: 0 + m_Value: 0 + min: 0 + nearFocusEnd: + m_OverrideState: 0 + m_Value: 4 + min: 0 + farFocusStart: + m_OverrideState: 0 + m_Value: 10 + min: 0 + farFocusEnd: + m_OverrideState: 0 + m_Value: 20 + min: 0 + nearSampleCount: + m_OverrideState: 0 + m_Value: 5 + min: 3 + max: 8 + nearMaxBlur: + m_OverrideState: 0 + m_Value: 4 + min: 0 + max: 8 + farSampleCount: + m_OverrideState: 0 + m_Value: 7 + min: 3 + max: 16 + farMaxBlur: + m_OverrideState: 0 + m_Value: 8 + min: 0 + max: 16 + highQualityFiltering: + m_OverrideState: 0 + m_Value: 1 + resolution: + m_OverrideState: 0 + m_Value: 2 diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset.meta b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset.meta new file mode 100644 index 0000000..584f7ff --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam Dolly Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae58004a8472446489a59c900b9186ab +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset new file mode 100644 index 0000000..17d8cc2 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d7fd9488000d3734a9e00ee676215985, type: 3} + m_Name: CM vcam1 Profile + m_EditorClassIdentifier: + components: + - {fileID: 1669138088517958266} +--- !u!114 &1669138088517958266 +MonoBehaviour: + m_ObjectHideFlags: 3 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 598e2d32e2c7b0c418e030c3236d663a, type: 3} + m_Name: ChromaticAberration + m_EditorClassIdentifier: + active: 1 + m_AdvancedMode: 0 + spectralLut: + m_OverrideState: 0 + m_Value: {fileID: 0} + intensity: + m_OverrideState: 1 + m_Value: 0.128 + min: 0 + max: 1 + maxSamples: + m_OverrideState: 0 + m_Value: 8 + min: 3 + max: 24 diff --git a/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset.meta b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset.meta new file mode 100644 index 0000000..f4aea8c --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/20116_Profiles/CM vcam1 Profile.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 47b8d74458ff4f447aa32946abf2ee97 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim b/UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim deleted file mode 100644 index 0d92445..0000000 --- a/UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim +++ /dev/null @@ -1,495 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: BlackLinesCameraAnimation - serializedVersion: 6 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: 0, y: -95.4, z: -90.00001} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 16.033333 - value: {x: 0, y: -89.1, z: -90.00001} - inSlope: {x: 0, y: 0.5021875, z: 0} - outSlope: {x: 0, y: 0.5021875, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 32 - value: {x: 0, y: -79.33, z: -90.00001} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 47.966667 - value: {x: 0, y: -89.1, z: -90.00001} - inSlope: {x: 0, y: -0.5021875, z: 0} - outSlope: {x: 0, y: -0.5021875, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 64 - value: {x: 0, y: -95.4, z: -90.00001} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_PositionCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: 113.2195, y: 0, z: 29.99997} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 16.033333 - value: {x: 20, y: 40, z: 30} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 32 - value: {x: 113.22, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 47.966667 - value: {x: 20, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 64 - value: {x: 113.2195, y: 0, z: 29.99997} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: - - serializedVersion: 2 - path: 0 - attribute: 1 - script: {fileID: 0} - typeID: 4 - customType: 0 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 4 - script: {fileID: 0} - typeID: 4 - customType: 4 - isPPtrCurve: 0 - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 64 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 0 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 1 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 113.2195 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.033333 - value: 20 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: 113.22 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 47.966667 - value: 20 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: 113.2195 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.033333 - value: 40 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 47.966667 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 29.99997 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.033333 - value: 30 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: -40 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 47.966667 - value: 30 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: 29.99997 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalPosition.z - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -95.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 16.033333 - value: -89.1 - inSlope: 0.5021875 - outSlope: 0.5021875 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: -79.33 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 47.966667 - value: -89.1 - inSlope: -0.5021875 - outSlope: -0.5021875 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: -95.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: -90.00001 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 32 - value: -90.00001 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 64 - value: -90.00001 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.z - path: - classID: 4 - script: {fileID: 0} - m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: - classID: 4 - script: {fileID: 0} - m_HasGenericRootTransform: 1 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller b/UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller similarity index 59% rename from UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller rename to UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller index a8a634a..1b2829c 100644 --- a/UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller +++ b/UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller @@ -1,54 +1,6 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!1102 &-6757446190604005337 -AnimatorState: - serializedVersion: 5 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: BlackLinesCameraAnimation - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: [] - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 0b6da682b6df1d84c8d24d2f5cb2be2f, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Camera_Animated - serializedVersion: 5 - m_AnimatorParameters: [] - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: 7773327297926368484} - m_Mask: {fileID: 0} - m_Motions: [] - m_Behaviours: [] - m_BlendingMode: 0 - m_SyncedLayerIndex: -1 - m_DefaultWeight: 0 - m_IKPass: 0 - m_SyncedLayerAffectsTiming: 0 - m_Controller: {fileID: 9100000} ---- !u!1107 &7773327297926368484 +--- !u!1107 &-1993428954058609742 AnimatorStateMachine: serializedVersion: 5 m_ObjectHideFlags: 1 @@ -58,11 +10,8 @@ AnimatorStateMachine: m_Name: Base Layer m_ChildStates: - serializedVersion: 1 - m_State: {fileID: 8987232149449308157} - m_Position: {x: 240, y: 190, z: 0} - - serializedVersion: 1 - m_State: {fileID: -6757446190604005337} - m_Position: {x: 437, y: 59.5, z: 0} + m_State: {fileID: 3775978476993671322} + m_Position: {x: 360, y: 40, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] @@ -72,15 +21,37 @@ AnimatorStateMachine: m_EntryPosition: {x: 50, y: 120, z: 0} m_ExitPosition: {x: 800, y: 120, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: 8987232149449308157} ---- !u!1102 &8987232149449308157 + m_DefaultState: {fileID: 3775978476993671322} +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: CM vcam Dolly + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: -1993428954058609742} + m_Mask: {fileID: 0} + m_Motions: [] + m_Behaviours: [] + m_BlendingMode: 0 + m_SyncedLayerIndex: -1 + m_DefaultWeight: 0 + m_IKPass: 0 + m_SyncedLayerAffectsTiming: 0 + m_Controller: {fileID: 9100000} +--- !u!1102 &3775978476993671322 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: Idle + m_Name: DollyAnimation m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -93,7 +64,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 0} + m_Motion: {fileID: 7400000, guid: 0f3d792387ced844a8b3963dbb145d1e, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller.meta b/UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller.meta similarity index 79% rename from UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller.meta rename to UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller.meta index b7d9294..723b4b2 100644 --- a/UnityProject/Assets/Scenes/Examples/First Project/Animations/Camera_Animated.controller.meta +++ b/UnityProject/Assets/Scenes/Examples/First Project/Animations/CM vcam Dolly.controller.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 353996690f163fd4482c59d2d163352d +guid: fcc855bb7a5902c43ad09a652c3f3516 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim b/UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim new file mode 100644 index 0000000..c3edf77 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim @@ -0,0 +1,116 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: DollyAnimation + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 32 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_PathPosition + path: cm + classID: 114 + script: {fileID: 11500000, guid: 418e42c7d0405cc48a7b83f63ea53bb3, type: 3} + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 1007302526 + attribute: 2871404689 + script: {fileID: 11500000, guid: 418e42c7d0405cc48a7b83f63ea53bb3, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 32 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 32 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_PathPosition + path: cm + classID: 114 + script: {fileID: 11500000, guid: 418e42c7d0405cc48a7b83f63ea53bb3, type: 3} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim.meta b/UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim.meta similarity index 79% rename from UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim.meta rename to UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim.meta index 98fed69..6f1f302 100644 --- a/UnityProject/Assets/Scenes/Examples/First Project/Animations/BlackLinesCameraAnimation.anim.meta +++ b/UnityProject/Assets/Scenes/Examples/First Project/Animations/DollyAnimation.anim.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0b6da682b6df1d84c8d24d2f5cb2be2f +guid: 0f3d792387ced844a8b3963dbb145d1e NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 diff --git a/UnityProject/Assets/Scenes/Examples/First Project/ShaderGraph/BackgroundColor.mat b/UnityProject/Assets/Scenes/Examples/First Project/ShaderGraph/BackgroundColor.mat index 7c118bc..aeb7051 100644 --- a/UnityProject/Assets/Scenes/Examples/First Project/ShaderGraph/BackgroundColor.mat +++ b/UnityProject/Assets/Scenes/Examples/First Project/ShaderGraph/BackgroundColor.mat @@ -25,7 +25,7 @@ Material: m_TexEnvs: [] m_Floats: - Vector1_2A776470: 1 - - Vector1_8D1FA701: 0.016509004 + - Vector1_8D1FA701: 0.03455138 - Vector1_BA50053A: 1 - Vector1_D4499351: 1 - _AlphaCutoff: 0.5 diff --git a/UnityProject/Assets/Scenes/Examples/First Project/Timeline/First Project.playable b/UnityProject/Assets/Scenes/Examples/First Project/Timeline/First Project.playable index 5faf7fc..de951f9 100644 --- a/UnityProject/Assets/Scenes/Examples/First Project/Timeline/First Project.playable +++ b/UnityProject/Assets/Scenes/Examples/First Project/Timeline/First Project.playable @@ -1,6 +1,6 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!114 &-7594539172694877284 +--- !u!114 &-9014696011551450799 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -9,9 +9,316 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fde0d25a170598d46a0b9dc16b4527a5, type: 3} - m_Name: ActivationPlayableAsset + m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded (1) m_EditorClassIdentifier: + m_Clip: {fileID: -4044631531161037063} + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 2 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} +--- !u!114 &-8661469230959888883 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 05acc715f855ced458d76ee6f8ac6c61, type: 3} + m_Name: Cinemachine Track + m_EditorClassIdentifier: + m_Version: 3 + m_AnimClip: {fileID: 0} + m_Locked: 0 + m_Muted: 0 + m_CustomPlayableFullTypename: + m_Curves: {fileID: 0} + m_Parent: {fileID: 11400000} + m_Children: [] + m_Clips: + - m_Version: 1 + m_Start: 10.999999999999998 + m_ClipIn: 0 + m_Asset: {fileID: -3077306683026529171} + m_Duration: 17.333333333333336 + m_TimeScale: 1 + m_ParentTrack: {fileID: -8661469230959888883} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 3.950000000000003 + m_BlendOutDuration: 8.333333333333343 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: CM vcam Far + - m_Version: 1 + m_Start: 19.999999999999993 + m_ClipIn: 0 + m_Asset: {fileID: 4686487580055944357} + m_Duration: 20 + m_TimeScale: 1 + m_ParentTrack: {fileID: -8661469230959888883} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 8.333333333333343 + m_BlendOutDuration: 4.983333333333327 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: CM vcam Close + - m_Version: 1 + m_Start: 35.016666666666666 + m_ClipIn: 0 + m_Asset: {fileID: -8544791753615393081} + m_Duration: 16.650000000000002 + m_TimeScale: 1 + m_ParentTrack: {fileID: -8661469230959888883} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: 4.983333333333327 + m_BlendOutDuration: -1 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: CM vcam Dolly + - m_Version: 1 + m_Start: 0 + m_ClipIn: 0 + m_Asset: {fileID: 3093054023848444161} + m_Duration: 14.950000000000001 + m_TimeScale: 1 + m_ParentTrack: {fileID: -8661469230959888883} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: 3.950000000000003 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 0 + m_PostExtrapolationMode: 0 + m_PreExtrapolationMode: 0 + m_PostExtrapolationTime: 0 + m_PreExtrapolationTime: 0 + m_DisplayName: CM vcam Front + m_Markers: + m_Objects: [] +--- !u!114 &-8544791753615393081 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 90fb794a295e73545af71bcdb7375791, type: 3} + m_Name: CinemachineShot + m_EditorClassIdentifier: + DisplayName: + VirtualCamera: + exposedName: cc668968a38306849b7ab4aa5fdb9ae8 + defaultValue: {fileID: 0} --- !u!74 &-7270047085912760222 AnimationClip: m_ObjectHideFlags: 0 @@ -72,237 +379,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: float.Force - path: VolumeGraph (1) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (2) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (3) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (4) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (5) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (6) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -321,7 +398,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.x - path: VolumeGraph (1) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -349,7 +426,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (1) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -377,7 +454,99 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (1) + path: VolumeGraph K + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph SN + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -396,7 +565,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.x - path: VolumeGraph (3) + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -424,7 +593,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (3) + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -452,7 +621,118 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (3) + path: VolumeGraph PercL + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph P Lo + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph P Hi + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Vector4.Max_Color.x + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: @@ -480,7 +760,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (5) + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: @@ -508,26 +788,145 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (5) + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 - time: 10 + time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 - inWeight: 0 - outWeight: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 - attribute: Vector4.Max_Color.x - path: VolumeGraph (5) + attribute: float.Force + path: VolumeGraph MPC L + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph PercR + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph MPC R classID: 2083052967 script: {fileID: 0} m_PPtrCurves: [] @@ -539,105 +938,119 @@ AnimationClip: m_ClipBindingConstant: genericBindings: - serializedVersion: 2 - path: 3966967861 + path: 3107053606 attribute: 1453960236 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3344856054 - attribute: 1453960236 - script: {fileID: 0} - typeID: 2083052967 - customType: 38 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 3729081015 - attribute: 1453960236 - script: {fileID: 0} - typeID: 2083052967 - customType: 38 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 2433012848 - attribute: 1453960236 - script: {fileID: 0} - typeID: 2083052967 - customType: 38 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 2283791665 - attribute: 1453960236 - script: {fileID: 0} - typeID: 2083052967 - customType: 38 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 2738009842 - attribute: 1453960236 - script: {fileID: 0} - typeID: 2083052967 - customType: 38 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 3966967861 + path: 3107053606 attribute: 1232001301 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3966967861 + path: 3107053606 attribute: 3496446127 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3729081015 + path: 331984734 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 68737927 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 68737927 attribute: 1232001301 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3729081015 + path: 68737927 attribute: 3496446127 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 2283791665 + path: 4072012433 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2142935712 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2142935712 attribute: 1232001301 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 2283791665 + path: 2142935712 attribute: 3496446127 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3966967861 + path: 2774537030 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4262979300 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1601121829 + attribute: 1453960236 + script: {fileID: 0} + typeID: 2083052967 + customType: 38 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3107053606 attribute: 1047128451 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 3729081015 + path: 68737927 attribute: 1047128451 script: {fileID: 0} typeID: 2083052967 customType: 38 isPPtrCurve: 0 - serializedVersion: 2 - path: 2283791665 + path: 2142935712 attribute: 1047128451 script: {fileID: 0} typeID: 2083052967 @@ -708,237 +1121,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: float.Force - path: VolumeGraph (1) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (2) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (3) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (4) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (5) - classID: 2083052967 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 30 - value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 40 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: float.Force - path: VolumeGraph (6) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -957,7 +1140,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.x - path: VolumeGraph (1) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -985,7 +1168,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (1) + path: VolumeGraph K classID: 2083052967 script: {fileID: 0} - curve: @@ -1013,7 +1196,99 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (1) + path: VolumeGraph K + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph SN + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -1032,7 +1307,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.x - path: VolumeGraph (3) + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -1060,7 +1335,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (3) + path: VolumeGraph PercL classID: 2083052967 script: {fileID: 0} - curve: @@ -1088,7 +1363,118 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (3) + path: VolumeGraph PercL + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph P Lo + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph P Hi + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: Vector4.Max_Color.x + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: @@ -1116,7 +1502,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.y - path: VolumeGraph (5) + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: @@ -1144,26 +1530,145 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: Vector4.Max_Color.z - path: VolumeGraph (5) + path: VolumeGraph P Hi classID: 2083052967 script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 - time: 10 + time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 - inWeight: 0 - outWeight: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 - attribute: Vector4.Max_Color.x - path: VolumeGraph (5) + attribute: float.Force + path: VolumeGraph MPC L + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph PercR + classID: 2083052967 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 20 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 30 + value: 5 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 40 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: float.Force + path: VolumeGraph MPC R classID: 2083052967 script: {fileID: 0} m_EulerEditorCurves: [] @@ -1190,7 +1695,76 @@ MonoBehaviour: m_Curves: {fileID: 0} m_Parent: {fileID: 11400000} m_Children: [] - m_Clips: [] + m_Clips: + - m_Version: 1 + m_Start: 19.999999999999993 + m_ClipIn: 0 + m_Asset: {fileID: -9014696011551450799} + m_Duration: 43.95000000000001 + m_TimeScale: 1 + m_ParentTrack: {fileID: -6025598854459130432} + m_EaseInDuration: 0 + m_EaseOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: -1 + m_MixInCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_MixOutCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_BlendInCurveMode: 0 + m_BlendOutCurveMode: 0 + m_ExposedParameterNames: [] + m_AnimationCurves: {fileID: 0} + m_Recordable: 1 + m_PostExtrapolationMode: 1 + m_PreExtrapolationMode: 1 + m_PostExtrapolationTime: Infinity + m_PreExtrapolationTime: 19.999999999999993 + m_DisplayName: Recorded (1) m_Markers: m_Objects: [] m_InfiniteClipPreExtrapolation: 1 @@ -1207,317 +1781,11 @@ MonoBehaviour: m_AvatarMask: {fileID: 0} m_ApplyAvatarMask: 1 m_TrackOffset: 0 - m_InfiniteClip: {fileID: -4044631531161037063} + m_InfiniteClip: {fileID: 0} m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} m_Rotation: {x: 0, y: 0, z: 0, w: 1} m_ApplyOffsets: 0 ---- !u!114 &-5460724500350233006 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3} - m_Name: Recorded - m_EditorClassIdentifier: - m_Clip: {fileID: 430393707966429678} - m_Position: {x: 0, y: 0, z: -70} - m_EulerAngles: {x: -0, y: 0, z: 0} - m_UseTrackMatchFields: 1 - m_MatchTargetFields: 63 - m_RemoveStartOffset: 0 - m_ApplyFootIK: 1 - m_Loop: 0 - m_Version: 1 - m_Rotation: {x: 0, y: 0, z: 0, w: 1} ---- !u!74 &-4044631531161037063 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Recorded (1) - serializedVersion: 6 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: [] - m_ScaleCurves: [] - m_FloatCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316667 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_2A776470 - path: - classID: 23 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_D4499351 - path: - classID: 23 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_BA50053A - path: - classID: 23 - script: {fileID: 0} - m_PPtrCurves: [] - m_SampleRate: 60 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: - - serializedVersion: 2 - path: 0 - attribute: 2158571203 - script: {fileID: 0} - typeID: 23 - customType: 22 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 2164296862 - script: {fileID: 0} - typeID: 23 - customType: 22 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 2239746384 - script: {fileID: 0} - typeID: 23 - customType: 22 - isPPtrCurve: 0 - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 20 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 0 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 1 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 13.316667 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_2A776470 - path: - classID: 23 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_D4499351 - path: - classID: 23 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 20 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: material.Vector1_BA50053A - path: - classID: 23 - script: {fileID: 0} - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] ---- !u!114 &-3694415097444157534 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fde0d25a170598d46a0b9dc16b4527a5, type: 3} - m_Name: ActivationPlayableAsset - m_EditorClassIdentifier: ---- !u!114 &-2879282251397125887 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} - m_Name: Qlist Marker - m_EditorClassIdentifier: - m_Time: 20 - stateName: Black_Lines_3D ---- !u!114 &-2333404526122265760 +--- !u!114 &-5848812732409203215 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -1541,10 +1809,10 @@ MonoBehaviour: - m_Version: 1 m_Start: 10 m_ClipIn: 0 - m_Asset: {fileID: -5460724500350233006} - m_Duration: 19.966666666666665 + m_Asset: {fileID: 5347305937998032040} + m_Duration: 9.85 m_TimeScale: 1 - m_ParentTrack: {fileID: -2333404526122265760} + m_ParentTrack: {fileID: -5848812732409203215} m_EaseInDuration: 0 m_EaseOutDuration: 0 m_BlendInDuration: -1 @@ -1627,46 +1895,265 @@ MonoBehaviour: m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} m_Rotation: {x: 0, y: 0, z: 0, w: 1} m_ApplyOffsets: 0 ---- !u!114 &-622799734004866021 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} - m_Name: Qlist Marker - m_EditorClassIdentifier: - m_Time: 10 - stateName: Black_Lines_2D ---- !u!114 &11400000 -MonoBehaviour: +--- !u!74 &-4044631531161037063 +AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: bfda56da833e2384a9677cd3c976a436, type: 3} - m_Name: First Project - m_EditorClassIdentifier: - m_Version: 0 - m_Tracks: - - {fileID: 3759331035787273070} - - {fileID: 6398998246789176575} - - {fileID: 9062120877667227790} - - {fileID: -2333404526122265760} - - {fileID: -6025598854459130432} - - {fileID: 265204038235521148} - m_FixedDuration: 0 - m_EditorSettings: - m_Framerate: 60 - m_DurationMode: 0 - m_MarkerTrack: {fileID: 4055360334887153628} ---- !u!114 &265204038235521148 + m_Name: Recorded (1) + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3166666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_2A776470 + path: + classID: 23 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_D4499351 + path: + classID: 23 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_BA50053A + path: + classID: 23 + script: {fileID: 0} + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 2158571203 + script: {fileID: 0} + typeID: 23 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2164296862 + script: {fileID: 0} + typeID: 23 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2239746384 + script: {fileID: 0} + typeID: 23 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 10 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3166666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_2A776470 + path: + classID: 23 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_D4499351 + path: + classID: 23 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material.Vector1_BA50053A + path: + classID: 23 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] +--- !u!114 &-3077306683026529171 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -1675,39 +2162,14 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} - m_Name: Animation Track (2) + m_Script: {fileID: 11500000, guid: 90fb794a295e73545af71bcdb7375791, type: 3} + m_Name: CinemachineShot m_EditorClassIdentifier: - m_Version: 3 - m_AnimClip: {fileID: 0} - m_Locked: 0 - m_Muted: 0 - m_CustomPlayableFullTypename: - m_Curves: {fileID: 0} - m_Parent: {fileID: 11400000} - m_Children: [] - m_Clips: [] - m_Markers: - m_Objects: [] - m_InfiniteClipPreExtrapolation: 1 - m_InfiniteClipPostExtrapolation: 1 - m_InfiniteClipOffsetPosition: {x: 71.5, y: -5, z: 0} - m_InfiniteClipOffsetEulerAngles: {x: -0, y: 0, z: 0} - m_InfiniteClipTimeOffset: 0 - m_InfiniteClipRemoveOffset: 0 - m_InfiniteClipApplyFootIK: 1 - mInfiniteClipLoop: 0 - m_MatchTargetFields: 63 - m_Position: {x: 0, y: 0, z: 0} - m_EulerAngles: {x: 0, y: 0, z: 0} - m_AvatarMask: {fileID: 0} - m_ApplyAvatarMask: 1 - m_TrackOffset: 0 - m_InfiniteClip: {fileID: -7270047085912760222} - m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} - m_Rotation: {x: 0, y: 0, z: 0, w: 1} - m_ApplyOffsets: 0 ---- !u!74 &430393707966429678 + DisplayName: + VirtualCamera: + exposedName: a585eba6800c75b47b9b211241843450 + defaultValue: {fileID: 0} +--- !u!74 &-2919472143278401691 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -1720,7 +2182,8 @@ AnimationClip: m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] - m_EulerCurves: + m_EulerCurves: [] + m_PositionCurves: - curve: serializedVersion: 2 m_Curve: @@ -1734,79 +2197,26 @@ AnimationClip: inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - serializedVersion: 3 - time: 10 - value: {x: 0, y: -79.33, z: -90} - inSlope: {x: 0, y: -3.3392212, z: -0.0000019506977} - outSlope: {x: 0, y: -3.3392212, z: -0.0000019506977} + time: 2.1833334 + value: {x: 1.2686275, y: -0.0017897125, z: 231.96997} + inSlope: {x: 0, y: -0.0027014527, z: 71.83096} + outSlope: {x: 0, y: -0.0027014527, z: 71.83096} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - serializedVersion: 3 - time: 19.25 - value: {x: 0, y: -95.4, z: -90.00001} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - path: - m_PositionCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: {x: 0, y: 0, z: -930} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + time: 2.65 + value: {x: -9.303516, y: -88.689995, z: 279.55798} + inSlope: {x: 0, y: 0, z: 24.828527} + outSlope: {x: 0, y: 0, z: 24.828527} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - serializedVersion: 3 - time: 3.3166666 - value: {x: 29.102045, y: 0, z: -347.1439} - inSlope: {x: 15.05807, y: 0, z: 96} - outSlope: {x: 15.05807, y: 0, z: 96} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 10 - value: {x: 113.22, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 18.286024} - outSlope: {x: 0, y: 0, z: 18.286024} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 12.066667 - value: {x: 68.8, y: 0, z: 70.00067} - inSlope: {x: 0, y: 0, z: 13.702054} - outSlope: {x: 0, y: 0, z: 13.702054} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 14.683333 - value: {x: 90, y: 0, z: 94.17129} - inSlope: {x: 6.1837583, y: 0, z: 3.2456865} - outSlope: {x: 6.1837583, y: 0, z: 3.2456865} - tangentMode: 0 - weightedMode: 0 - inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} - - serializedVersion: 3 - time: 19.25 - value: {x: 113.22, y: 0, z: 100} + time: 9.85 + value: {x: -0.00012636185, y: 0, z: 1059.9999} inSlope: {x: 0, y: 0, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 @@ -1818,63 +2228,7 @@ AnimationClip: m_RotationOrder: 4 path: m_ScaleCurves: [] - m_FloatCurves: - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1258.586 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: 92.08855 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_FocalLength - path: - classID: 20 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 4.55 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: 57 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: field of view - path: - classID: 20 - script: {fileID: 0} + m_FloatCurves: [] m_PPtrCurves: [] m_SampleRate: 60 m_WrapMode: 0 @@ -1890,34 +2244,13 @@ AnimationClip: typeID: 4 customType: 0 isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 4 - script: {fileID: 0} - typeID: 4 - customType: 4 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 2499785852 - script: {fileID: 0} - typeID: 20 - customType: 37 - isPPtrCurve: 0 - - serializedVersion: 2 - path: 0 - attribute: 3138646591 - script: {fileID: 0} - typeID: 20 - customType: 37 - isPPtrCurve: 0 pptrCurveMapping: [] m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 19.25 + m_StopTime: 9.85 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -1946,8 +2279,8 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 10 - value: 113.22 + time: 2.1833334 + value: 1.2686275 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -1955,8 +2288,8 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 12.066667 - value: 68.8 + time: 2.65 + value: -9.303516 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -1964,17 +2297,8 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 14.683333 - value: 90 - inSlope: 6.1837583 - outSlope: 6.1837583 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 - value: 113.22 + time: 9.85 + value: -0.00012636185 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -2001,8 +2325,17 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 10 - value: 0 + time: 2.1833334 + value: -0.0017897125 + inSlope: -0.0027014527 + outSlope: -0.0027014527 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.65 + value: -88.689995 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -2010,25 +2343,7 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 12.066667 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683333 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 + time: 9.85 value: 0 inSlope: 0 outSlope: 0 @@ -2048,7 +2363,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: -930 + value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -2056,44 +2371,26 @@ AnimationClip: inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 3.3166666 - value: -347.1439 - inSlope: 96 - outSlope: 96 + time: 2.1833334 + value: 231.96997 + inSlope: 71.83096 + outSlope: 71.83096 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 10 - value: 30 - inSlope: 18.286024 - outSlope: 18.286024 + time: 2.65 + value: 279.55798 + inSlope: 24.828527 + outSlope: 24.828527 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 - time: 12.066667 - value: 70.00067 - inSlope: 13.702054 - outSlope: 13.702054 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 14.683333 - value: 94.17129 - inSlope: 3.2456865 - outSlope: 3.2456865 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 - value: 100 + time: 9.85 + value: 1059.9999 inSlope: 0 outSlope: 0 tangentMode: 136 @@ -2107,199 +2404,11 @@ AnimationClip: path: classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 10 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: -79.33 - inSlope: -3.3392212 - outSlope: -3.3392212 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 - value: -95.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: -90 - inSlope: -0.0000019506977 - outSlope: -0.0000019506977 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 19.25 - value: -90.00001 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: localEulerAnglesRaw.z - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1258.586 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: 92.08855 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_FocalLength - path: - classID: 20 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 4.55 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - - serializedVersion: 3 - time: 10 - value: 57 - inSlope: 0 - outSlope: 0 - tangentMode: 136 - weightedMode: 0 - inWeight: 0.33333334 - outWeight: 0.33333334 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: field of view - path: - classID: 20 - script: {fileID: 0} - m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: - classID: 4 - script: {fileID: 0} + m_EulerEditorCurves: [] m_HasGenericRootTransform: 1 m_HasMotionFloatCurves: 0 m_Events: [] ---- !u!114 &3096945024601253981 +--- !u!114 &-2879282251397125887 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -2311,9 +2420,9 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} m_Name: Qlist Marker m_EditorClassIdentifier: - m_Time: 30 - stateName: next ---- !u!114 &3759331035787273070 + m_Time: 20 + stateName: Black_Lines_3D +--- !u!114 &-622799734004866021 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -2322,8 +2431,45 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 21bf7f712d84d26478ebe6a299f21738, type: 3} - m_Name: Activation Track + m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} + m_Name: Qlist Marker + m_EditorClassIdentifier: + m_Time: 10 + stateName: Black_Lines_2D +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: bfda56da833e2384a9677cd3c976a436, type: 3} + m_Name: First Project + m_EditorClassIdentifier: + m_Version: 0 + m_Tracks: + - {fileID: -6025598854459130432} + - {fileID: 265204038235521148} + - {fileID: -8661469230959888883} + - {fileID: -5848812732409203215} + m_FixedDuration: 0 + m_EditorSettings: + m_Framerate: 60 + m_DurationMode: 0 + m_MarkerTrack: {fileID: 4055360334887153628} +--- !u!114 &265204038235521148 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d21dcc2386d650c4597f3633c75a1f98, type: 3} + m_Name: Animation Track (2) m_EditorClassIdentifier: m_Version: 3 m_AnimClip: {fileID: 0} @@ -2335,16 +2481,16 @@ MonoBehaviour: m_Children: [] m_Clips: - m_Version: 1 - m_Start: 0 + m_Start: 10 m_ClipIn: 0 - m_Asset: {fileID: -3694415097444157534} - m_Duration: 40.483333333333334 + m_Asset: {fileID: 6680726941742225576} + m_Duration: 53.95 m_TimeScale: 1 - m_ParentTrack: {fileID: 3759331035787273070} + m_ParentTrack: {fileID: 265204038235521148} m_EaseInDuration: 0 m_EaseOutDuration: 0 - m_BlendInDuration: 0 - m_BlendOutDuration: 0 + m_BlendInDuration: -1 + m_BlendOutDuration: -1 m_MixInCurve: serializedVersion: 2 m_Curve: @@ -2397,15 +2543,62 @@ MonoBehaviour: m_BlendOutCurveMode: 0 m_ExposedParameterNames: [] m_AnimationCurves: {fileID: 0} - m_Recordable: 0 - m_PostExtrapolationMode: 0 - m_PreExtrapolationMode: 0 - m_PostExtrapolationTime: 0 - m_PreExtrapolationTime: 0 - m_DisplayName: Active + m_Recordable: 1 + m_PostExtrapolationMode: 1 + m_PreExtrapolationMode: 1 + m_PostExtrapolationTime: Infinity + m_PreExtrapolationTime: 10 + m_DisplayName: Recorded (2) m_Markers: m_Objects: [] - m_PostPlaybackState: 3 + m_InfiniteClipPreExtrapolation: 1 + m_InfiniteClipPostExtrapolation: 1 + m_InfiniteClipOffsetPosition: {x: 0, y: 0, z: 0} + m_InfiniteClipOffsetEulerAngles: {x: 0, y: 0, z: 0} + m_InfiniteClipTimeOffset: 0 + m_InfiniteClipRemoveOffset: 0 + m_InfiniteClipApplyFootIK: 1 + mInfiniteClipLoop: 0 + m_MatchTargetFields: 63 + m_Position: {x: 0, y: 0, z: 0} + m_EulerAngles: {x: 0, y: 0, z: 0} + m_AvatarMask: {fileID: 0} + m_ApplyAvatarMask: 1 + m_TrackOffset: 0 + m_InfiniteClip: {fileID: 0} + m_OpenClipOffsetRotation: {x: 0, y: 0, z: 0, w: 1} + m_Rotation: {x: 0, y: 0, z: 0, w: 1} + m_ApplyOffsets: 0 +--- !u!114 &3093054023848444161 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 90fb794a295e73545af71bcdb7375791, type: 3} + m_Name: CinemachineShot + m_EditorClassIdentifier: + DisplayName: + VirtualCamera: + exposedName: 8cb572f951e91d14482096db4cb5eca8 + defaultValue: {fileID: 0} +--- !u!114 &3096945024601253981 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} + m_Name: Qlist Marker + m_EditorClassIdentifier: + m_Time: 30 + stateName: next --- !u!114 &4055360334887153628 MonoBehaviour: m_ObjectHideFlags: 1 @@ -2434,18 +2627,6 @@ MonoBehaviour: - {fileID: -2879282251397125887} - {fileID: 3096945024601253981} - {fileID: 4425270564197837238} ---- !u!114 &4269444172088648268 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fde0d25a170598d46a0b9dc16b4527a5, type: 3} - m_Name: ActivationPlayableAsset - m_EditorClassIdentifier: --- !u!114 &4425270564197837238 MonoBehaviour: m_ObjectHideFlags: 1 @@ -2458,8 +2639,46 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 699a85771c17e864fafab4a53a5fc5bd, type: 3} m_Name: Qlist Marker m_EditorClassIdentifier: - m_Time: 40 + m_Time: 39.99999999999999 stateName: +--- !u!114 &4686487580055944357 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 90fb794a295e73545af71bcdb7375791, type: 3} + m_Name: CinemachineShot + m_EditorClassIdentifier: + DisplayName: + VirtualCamera: + exposedName: 786afdf4c7e954b459719814feeec871 + defaultValue: {fileID: 0} +--- !u!114 &5347305937998032040 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded + m_EditorClassIdentifier: + m_Clip: {fileID: -2919472143278401691} + m_Position: {x: 1070, y: -10, z: 0} + m_EulerAngles: {x: -0, y: 270, z: -90} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 0 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} --- !u!114 &5917457500432869699 MonoBehaviour: m_ObjectHideFlags: 1 @@ -2474,7 +2693,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Time: 0 stateName: Intro ---- !u!114 &6398998246789176575 +--- !u!114 &6680726941742225576 MonoBehaviour: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} @@ -2483,180 +2702,16 @@ MonoBehaviour: m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 21bf7f712d84d26478ebe6a299f21738, type: 3} - m_Name: Activation Track (2) + m_Script: {fileID: 11500000, guid: 030f85c3f73729f4f976f66ffb23b875, type: 3} + m_Name: Recorded (2) m_EditorClassIdentifier: - m_Version: 3 - m_AnimClip: {fileID: 0} - m_Locked: 0 - m_Muted: 0 - m_CustomPlayableFullTypename: - m_Curves: {fileID: 0} - m_Parent: {fileID: 11400000} - m_Children: [] - m_Clips: - - m_Version: 1 - m_Start: 0 - m_ClipIn: 0 - m_Asset: {fileID: -7594539172694877284} - m_Duration: 29.25 - m_TimeScale: 1 - m_ParentTrack: {fileID: 6398998246789176575} - m_EaseInDuration: 0 - m_EaseOutDuration: 0 - m_BlendInDuration: 0 - m_BlendOutDuration: 0 - m_MixInCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_MixOutCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BlendInCurveMode: 0 - m_BlendOutCurveMode: 0 - m_ExposedParameterNames: [] - m_AnimationCurves: {fileID: 0} - m_Recordable: 0 - m_PostExtrapolationMode: 0 - m_PreExtrapolationMode: 0 - m_PostExtrapolationTime: 0 - m_PreExtrapolationTime: 0 - m_DisplayName: Active - m_Markers: - m_Objects: [] - m_PostPlaybackState: 3 ---- !u!114 &9062120877667227790 -MonoBehaviour: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 21bf7f712d84d26478ebe6a299f21738, type: 3} - m_Name: Activation Track (1) - m_EditorClassIdentifier: - m_Version: 3 - m_AnimClip: {fileID: 0} - m_Locked: 0 - m_Muted: 0 - m_CustomPlayableFullTypename: - m_Curves: {fileID: 0} - m_Parent: {fileID: 11400000} - m_Children: [] - m_Clips: - - m_Version: 1 - m_Start: 29.25 - m_ClipIn: 0 - m_Asset: {fileID: 4269444172088648268} - m_Duration: 11.233333333333334 - m_TimeScale: 1 - m_ParentTrack: {fileID: 9062120877667227790} - m_EaseInDuration: 0 - m_EaseOutDuration: 0 - m_BlendInDuration: 0 - m_BlendOutDuration: 0 - m_MixInCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_MixOutCurve: - serializedVersion: 2 - m_Curve: - - serializedVersion: 3 - time: 0 - value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 0 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - m_BlendInCurveMode: 0 - m_BlendOutCurveMode: 0 - m_ExposedParameterNames: [] - m_AnimationCurves: {fileID: 0} - m_Recordable: 0 - m_PostExtrapolationMode: 0 - m_PreExtrapolationMode: 0 - m_PostExtrapolationTime: 0 - m_PreExtrapolationTime: 0 - m_DisplayName: Active - m_Markers: - m_Objects: [] - m_PostPlaybackState: 3 + m_Clip: {fileID: -7270047085912760222} + m_Position: {x: 71.5, y: -5, z: 0} + m_EulerAngles: {x: -0, y: 0, z: 0} + m_UseTrackMatchFields: 1 + m_MatchTargetFields: 63 + m_RemoveStartOffset: 0 + m_ApplyFootIK: 1 + m_Loop: 0 + m_Version: 1 + m_Rotation: {x: 0, y: 0, z: 0, w: 1} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity new file mode 100644 index 0000000..eb84f82 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity @@ -0,0 +1,610 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 1 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 12 + m_Resolution: 2 + m_BakeResolution: 40 + m_AtlasSize: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVREnvironmentMIS: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &416268433 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 416268441} + - component: {fileID: 416268440} + - component: {fileID: 416268439} + - component: {fileID: 416268438} + - component: {fileID: 416268437} + - component: {fileID: 416268436} + - component: {fileID: 416268435} + - component: {fileID: 416268434} + m_Layer: 0 + m_Name: Conform Objects + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &416268434 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1636a27dcc6acf42a3aa3d4a50c62c6, type: 3} + m_Name: + m_EditorClassIdentifier: + smooth: 1 + tiltAngleHorizontal: 1 + tiltAngleVertical: 1 + onRotationProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 416268434} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &416268435 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 35e7f92fa0694ae4add9e3443bd2f860, type: 3} + m_Name: + m_EditorClassIdentifier: + input: 0 + threshold: 50 + thresholdExceeded: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 416268434} + m_MethodName: OnValueChanged + m_Mode: 4 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 100 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &416268436 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a8876cdf960126b499a8da4661bf867e, type: 3} + m_Name: + m_EditorClassIdentifier: + targetVFX_: {fileID: 416268440} + valueName_: Object_Size_ +--- !u!114 &416268437 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9de1490c361f2bd48b4a81ad0457a4e7, type: 3} + m_Name: + m_EditorClassIdentifier: + attackSmooth: 3.97 + releaseSmooth: 4.33 + ignore0: 0 + onSmoothProcessed: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 416268436} + m_MethodName: OnEnergyChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 +--- !u!114 &416268438 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a1a556319a642d143b7dbcdbace71ad9, type: 3} + m_Name: + m_EditorClassIdentifier: + pdbackend: {fileID: 2089481725} + channel: 6 + levelChanged: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 416268437} + m_MethodName: OnValueChanged + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + - m_Target: {fileID: 416268435} + m_MethodName: OnValueReceived + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + logLevel: 0 +--- !u!73398921 &416268439 +VFXRenderer: + m_ObjectHideFlags: 2 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 0 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!2083052967 &416268440 +VisualEffect: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_Enabled: 1 + m_Asset: {fileID: 8926484042661614526, guid: 492c555575cd7224eb052056548dbdea, type: 3} + m_StartSeed: 0 + m_ResetSeedOnPlay: 1 + m_PropertySheet: + m_Float: + m_Array: + - m_Value: 0 + m_Name: Object_Size_ + m_Overridden: 1 + - m_Value: 1 + m_Name: Lerp Forms (Circle, Cube) + m_Overridden: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: [] + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: [] + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: [] + m_Gradient: + m_Array: [] + m_NamedObject: + m_Array: [] + m_Bool: + m_Array: [] +--- !u!4 &416268441 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 416268433} + m_LocalRotation: {x: 0.492399, y: -0.58682626, z: 0.492399, w: 0.41318443} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: -4.6190004, y: 36.925003, z: -30.419} +--- !u!1 &703706535 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 703706538} + - component: {fileID: 703706537} + - component: {fileID: 703706536} + - component: {fileID: 703706539} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &703706536 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 703706535} + m_Enabled: 1 +--- !u!20 &703706537 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 703706535} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_FocalLength: 50 + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 0 + m_AllowMSAA: 0 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &703706538 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 703706535} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &703706539 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 703706535} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23c1ce4fb46143f46bc5cb5224c934f6, type: 3} + m_Name: + m_EditorClassIdentifier: + clearColorMode: 0 + backgroundColorHDR: {r: 1, g: 1, b: 1, a: 0} + clearDepth: 1 + volumeLayerMask: + serializedVersion: 2 + m_Bits: 1 + volumeAnchorOverride: {fileID: 0} + antialiasing: 0 + SMAAQuality: 2 + dithering: 0 + stopNaNs: 0 + physicalParameters: + m_Iso: 200 + m_ShutterSpeed: 0.005 + m_Aperture: 16 + m_BladeCount: 5 + m_Curvature: {x: 2, y: 11} + m_BarrelClipping: 0.25 + m_Anamorphism: 0 + flipYMode: 0 + fullscreenPassthrough: 0 + allowDynamicResolution: 0 + customRenderingSettings: 0 + invertFaceCulling: 0 + probeLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPathCustomFrameSettings: + bitDatas: + data1: 69284264935197 + data2: 4539628424389459968 + lodBias: 1 + lodBiasMode: 0 + maximumLODLevel: 0 + maximumLODLevelMode: 0 + renderingPathCustomFrameSettingsOverrideMask: + mask: + data1: 0 + data2: 0 + defaultFrameSettings: 0 + m_Version: 5 + m_ObsoleteRenderingPath: 0 + m_ObsoleteFrameSettings: + overrides: 0 + enableShadow: 0 + enableContactShadows: 0 + enableShadowMask: 0 + enableSSR: 0 + enableSSAO: 0 + enableSubsurfaceScattering: 0 + enableTransmission: 0 + enableAtmosphericScattering: 0 + enableVolumetrics: 0 + enableReprojectionForVolumetrics: 0 + enableLightLayers: 0 + enableExposureControl: 1 + diffuseGlobalDimmer: 0 + specularGlobalDimmer: 0 + shaderLitMode: 0 + enableDepthPrepassWithDeferredRendering: 0 + enableTransparentPrepass: 0 + enableMotionVectors: 0 + enableObjectMotionVectors: 0 + enableDecals: 0 + enableRoughRefraction: 0 + enableTransparentPostpass: 0 + enableDistortion: 0 + enablePostprocess: 0 + enableOpaqueObjects: 0 + enableTransparentObjects: 0 + enableRealtimePlanarReflection: 0 + enableMSAA: 0 + enableAsyncCompute: 0 + runLightListAsync: 0 + runSSRAsync: 0 + runSSAOAsync: 0 + runContactShadowsAsync: 0 + runVolumeVoxelizationAsync: 0 + lightLoopSettings: + overrides: 0 + enableDeferredTileAndCluster: 0 + enableComputeLightEvaluation: 0 + enableComputeLightVariants: 0 + enableComputeMaterialVariants: 0 + enableFptlForForwardOpaque: 0 + enableBigTilePrepass: 0 + isFptlEnabled: 0 +--- !u!1 &2089481724 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2089481726} + - component: {fileID: 2089481725} + m_Layer: 0 + m_Name: PdBackend + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &2089481725 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2089481724} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 3ba69cee3466a304d9d570268f717413, type: 3} + m_Name: + m_EditorClassIdentifier: + midiMessageReceived: + m_PersistentCalls: + m_Calls: [] + midiSyncReceived: + m_PersistentCalls: + m_Calls: [] + samplePlayback: 0 +--- !u!4 &2089481726 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2089481724} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity.meta new file mode 100644 index 0000000..c897610 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/ConformObjects.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: fc25e35ad262364439bf18d3aa5bc91a +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches.meta new file mode 100644 index 0000000..390b888 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 03cb30d78e0e4dd4b822e35204659342 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache new file mode 100644 index 0000000..91ed6c6 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache @@ -0,0 +1,4107 @@ +pcache +format ascii 1.0 +comment Exported with PCache.cs +elements 4096 +property float position.x +property float position.y +property float position.z +property float normal.x +property float normal.y +property float normal.z +end_header +-0.5 0.3763691 -0.2162787 -1 0 0 +0.3459725 -0.5 0.2475859 0 -1 0 +0.5 0.4887111 -0.06281382 1 0 0 +-0.1836042 0.5 0.01594418 0 1 0 +-0.4910355 -0.5 0.02573256 0 -1 0 +-0.3603615 0.4976708 0.5 0 0 1 +-0.5 0.4038296 0.2156626 -1 0 0 +0.5 -0.3193755 -0.3208382 1 0 0 +-0.5 0.4664464 -0.008625433 -1 0 0 +-0.5 -0.2152019 0.344268 -1 0 0 +0.2528756 0.5 -0.04513473 0 1 0 +0.5 -0.1879041 0.3734779 1 0 0 +0.276814 0.08578312 0.5 0 0 1 +0.5 -0.08126429 0.3461516 1 0 0 +-0.4524169 0.1919771 0.5 0 0 1 +-0.5 -0.0518063 -0.1761721 -1 0 0 +-0.1403697 -0.001353592 0.5 0 0 1 +-0.5 0.1985471 0.06701933 -1 0 0 +-0.2978616 0.5 -0.408528 0 1 0 +-0.5 0.3244689 -0.2075751 -1 0 0 +-0.446236 -0.5 0.2395716 0 -1 0 +0.5 0.4157397 -0.4207154 1 0 0 +-0.08568972 0.5 -0.4092934 0 1 0 +-0.1937863 0.5 -0.1938052 0 1 0 +-0.3997014 -0.5 -0.2478371 0 -1 0 +-0.3476147 -0.2703761 0.5 0 0 1 +0.0651163 -0.4587628 0.5 0 0 1 +-0.07052666 0.2380114 -0.5 0 0 -1 +-0.5 0.4129605 0.07237136 -1 0 0 +-0.5 -0.3195586 -0.3743603 -1 0 0 +0.5 0.009744756 0.2230389 1 0 0 +-0.03546471 -0.5 -0.142625 0 -1 0 +-0.5 -0.163905 0.06771351 -1 0 0 +-0.01999424 0.3324932 0.5 0 0 1 +0.02952999 -0.5 -0.4659556 0 -1 0 +0.5 0.3856267 0.4487383 1 0 0 +-0.5 -0.1138687 0.4637121 -1 0 0 +-0.4762391 -0.1191401 0.5 0 0 1 +-0.3231716 -0.2012959 -0.5 0 0 -1 +0.3227778 -0.5 0.2862456 0 -1 0 +0.1671357 0.4222174 0.5 0 0 1 +0.263521 0.3396285 0.5 0 0 1 +0.5 -0.493039 0.1222033 1 0 0 +0.3004808 -0.5 0.2117416 0 -1 0 +0.4698042 -0.5 0.02967315 0 -1 0 +-0.283044 0.3797365 -0.5 0 0 -1 +-0.133937 -0.3366528 0.5 0 0 1 +0.5 0.2271293 0.3364522 1 0 0 +-0.3277237 -0.5 -0.359757 0 -1 0 +0.4257838 -0.5 -0.07042724 0 -1 0 +-0.4985564 -0.5 0.24817 0 -1 0 +0.4674252 -0.5 0.01350147 0 -1 0 +0.5 0.3037351 -0.04340935 1 0 0 +0.2295638 -0.5 -0.2212363 0 -1 0 +0.3594955 -0.5 0.402027 0 -1 0 +-0.2435468 -0.5 -0.1842851 0 -1 0 +-0.5 0.04921834 -0.04622318 -1 0 0 +0.1763199 0.1950353 0.5 0 0 1 +0.4656009 0.5 0.02016599 0 1 0 +-0.1716244 -0.1285245 0.5 0 0 1 +0.1487426 0.403352 0.5 0 0 1 +0.3428743 0.5 0.3280203 0 1 0 +-0.4597898 -0.5 0.4967807 0 -1 0 +0.1552235 0.02756947 0.5 0 0 1 +0.5 -0.1377726 0.3787501 1 0 0 +-0.4873869 0.5 -0.07226454 0 1 0 +0.5 0.005147994 -0.008547947 1 0 0 +0.0778375 -0.4566242 0.5 0 0 1 +0.5 0.3860278 -0.01741852 1 0 0 +0.1490737 -0.5 0.495865 0 -1 0 +0.2591972 -0.1518821 0.5 0 0 1 +0.121444 0.5 -0.2624234 0 1 0 +0.00792677 0.5 0.1606482 0 1 0 +-0.5 0.17849 -0.2826262 -1 0 0 +0.1171342 -0.5 0.08397585 0 -1 0 +0.4088461 0.4369688 0.5 0 0 1 +-0.5 0.3070095 -0.2199647 -1 0 0 +-0.1884857 0.5 -0.006151967 0 1 0 +-0.122313 0.5 -0.2011309 0 1 0 +-0.1074307 -0.5 -0.0867723 0 -1 0 +-0.2777709 0.5 -0.2813489 0 1 0 +-0.4644561 0.4807096 0.5 0 0 1 +0.1978813 -0.4311946 0.5 0 0 1 +0.4792644 0.5 0.1682439 0 1 0 +-0.5 0.4164209 0.4065948 -1 0 0 +0.008437172 -0.5 -0.2900902 0 -1 0 +0.5 0.1688582 0.07493766 1 0 0 +0.5 0.1784132 0.04487997 1 0 0 +-0.008411527 -0.1533715 -0.5 0 0 -1 +-0.2803411 -0.5 -0.4992242 0 -1 0 +-0.4953145 -0.1256033 0.5 0 0 1 +0.5 -0.1290022 -0.2998304 1 0 0 +0.0429489 0.3198735 0.5 0 0 1 +0.006186381 -0.07011306 -0.5 0 0 -1 +-0.5 -0.06275851 -0.4108438 -1 0 0 +0.2891042 -0.5 -0.09637988 0 -1 0 +-0.06090105 -0.5 -0.2494085 0 -1 0 +-0.04309142 0.5 -0.1783299 0 1 0 +0.5 -0.2094713 -0.06153416 1 0 0 +0.04690903 -0.3465571 0.5 0 0 1 +0.05155946 -0.5 0.379347 0 -1 0 +-0.1623154 -0.09528416 -0.5 0 0 -1 +-0.24992 -0.394736 0.5 0 0 1 +-0.5 -0.3754641 0.4202131 -1 0 0 +0.04355396 -0.5 0.496701 0 -1 0 +-0.03217321 -0.03195354 0.5 0 0 1 +-0.005593419 -0.5 -0.3985175 0 -1 0 +-0.1676615 0.5 -0.1589898 0 1 0 +-0.4073095 0.5 0.3546075 0 1 0 +0.07217005 -0.5 -0.05039254 0 -1 0 +0.5 -0.3596475 0.4466379 1 0 0 +-0.09682316 0.4070984 -0.5 0 0 -1 +0.3030897 -0.5 0.1471109 0 -1 0 +0.156589 -0.314173 -0.5 0 0 -1 +-0.4552805 -0.5 -0.4350384 0 -1 0 +-0.08538312 0.5 0.3129754 0 1 0 +0.03427762 0.4065101 -0.5 0 0 -1 +0.5 0.4284727 -0.01751556 1 0 0 +0.5 0.01398493 0.2049693 1 0 0 +-0.01132494 0.5 0.08481506 0 1 0 +-0.4529269 -0.5 -0.1082438 0 -1 0 +-0.1722068 -0.3882214 -0.5 0 0 -1 +-0.2833371 0.2030133 0.5 0 0 1 +-0.4034426 -0.5 -0.1120297 0 -1 0 +0.5 0.1144016 -0.352769 1 0 0 +0.2154113 -0.5 -0.4042233 0 -1 0 +0.1028515 -0.5 -0.1009445 0 -1 0 +0.1097375 0.1346366 -0.5 0 0 -1 +0.5 0.05532229 0.07626557 1 0 0 +0.1083242 0.2572504 0.5 0 0 1 +0.5 -0.1590161 -0.4235178 1 0 0 +-0.4126332 -0.2951354 0.5 0 0 1 +-0.5 -0.1820148 0.0814352 -1 0 0 +-0.2602424 0.1236154 0.5 0 0 1 +-0.5 -0.02178048 0.1033152 -1 0 0 +0.4764053 -0.02916986 -0.5 0 0 -1 +-0.2793945 -0.001213193 -0.5 0 0 -1 +0.1512448 0.06091009 -0.5 0 0 -1 +-0.2246314 0.1268685 0.5 0 0 1 +-0.5 0.03051268 -0.3487979 -1 0 0 +-0.2650531 -0.1997758 -0.5 0 0 -1 +0.04219151 0.08844358 0.5 0 0 1 +-0.5 0.1812558 0.01824547 -1 0 0 +-0.04508531 -0.5 0.1505072 0 -1 0 +0.5 0.4030539 -0.1301206 1 0 0 +0.136251 -0.5 -0.01595713 0 -1 0 +0.5 -0.08627677 0.495869 1 0 0 +0.2799882 -0.0996071 0.5 0 0 1 +0.5 -0.1348853 0.155767 1 0 0 +0.5 0.2562869 0.300381 1 0 0 +-0.4302219 0.5 0.4991099 0 1 0 +0.1927685 0.3976207 -0.5 0 0 -1 +0.5 -0.4293897 -0.273054 1 0 0 +0.5 0.08088864 -0.09294194 1 0 0 +-0.5 -0.456763 -0.2204033 -1 0 0 +0.1835624 0.5 -0.1202266 0 1 0 +0.1774291 -0.1192197 -0.5 0 0 -1 +-0.3890573 0.5 0.3507752 0 1 0 +-0.5 0.2320069 0.2036879 -1 0 0 +-0.07859658 -0.03565503 -0.5 0 0 -1 +0.5 0.3075055 0.1270024 1 0 0 +-0.5 0.1990417 -0.4159125 -1 0 0 +0.111249 -0.5 0.3618695 0 -1 0 +-0.5 -0.2497728 0.3527127 -1 0 0 +0.4612836 0.5 -0.4401117 0 1 0 +-0.2807096 -0.5 0.09634501 0 -1 0 +-0.4659338 -0.5 -0.2891135 0 -1 0 +0.10082 0.2308626 0.5 0 0 1 +0.09147919 0.5 0.09843042 0 1 0 +0.12839 0.0118342 0.5 0 0 1 +0.05494827 -0.5 0.2839965 0 -1 0 +-0.5 0.461396 -0.4288937 -1 0 0 +-0.5 0.3385709 -0.3322074 -1 0 0 +-0.5 -0.2568102 0.3476539 -1 0 0 +-0.4655655 -0.5 -0.1680178 0 -1 0 +-0.3893656 0.5 -0.2933139 0 1 0 +0.5 -0.0893371 -0.4694552 1 0 0 +0.5 -0.3829871 0.04087031 1 0 0 +0.08207278 0.02011274 -0.5 0 0 -1 +0.0312085 -0.2966959 0.5 0 0 1 +-0.5 0.3514808 0.0887714 -1 0 0 +0.3552798 0.3788052 -0.5 0 0 -1 +0.2261565 0.3537847 -0.5 0 0 -1 +0.5 -0.4846741 -0.00630118 1 0 0 +0.5 -0.1060118 -0.1212795 1 0 0 +0.5 0.443397 -0.1193514 1 0 0 +-0.453423 -0.5 -0.4393216 0 -1 0 +0.364158 -0.3072525 -0.5 0 0 -1 +-0.3854448 -0.1743606 0.5 0 0 1 +0.1912828 0.5 0.288524 0 1 0 +-0.5 0.1527545 0.1295871 -1 0 0 +0.121196 0.1242562 -0.5 0 0 -1 +0.3868722 -0.2025813 -0.5 0 0 -1 +0.5 0.3012101 0.1993413 1 0 0 +-0.5 -0.1753118 0.1924926 -1 0 0 +0.5 0.3887124 0.406868 1 0 0 +-0.1836659 -0.1772133 0.5 0 0 1 +0.09039986 -0.2937038 -0.5 0 0 -1 +-0.06096345 0.5 0.1051313 0 1 0 +0.2177981 0.2282358 0.5 0 0 1 +0.4510824 0.5 0.1113126 0 1 0 +0.5 -0.03461727 0.1336368 1 0 0 +-0.5 0.06345372 -0.4763041 -1 0 0 +0.234213 -0.007587805 0.5 0 0 1 +0.3260056 0.248006 -0.5 0 0 -1 +0.02968979 0.5 0.3400651 0 1 0 +0.3682179 -0.5 0.2824388 0 -1 0 +0.5 0.22325 0.387201 1 0 0 +0.273285 -0.5 -0.3534734 0 -1 0 +-0.5 0.1980839 -0.3437952 -1 0 0 +-0.5 0.1501555 -0.3794901 -1 0 0 +0.5 -0.2186218 0.3642933 1 0 0 +-0.3255593 0.2822974 -0.5 0 0 -1 +-0.5 0.2727544 0.4171179 -1 0 0 +0.5 0.494029 -0.37517 1 0 0 +-0.3576617 0.5 -0.4086205 0 1 0 +0.4651673 -0.5 0.2975907 0 -1 0 +0.03192972 -0.2786631 0.5 0 0 1 +0.5 0.2029898 0.4700812 1 0 0 +0.1640872 -0.4549034 -0.5 0 0 -1 +0.4892323 -0.0001850058 -0.5 0 0 -1 +0.4033788 0.5 -0.02821076 0 1 0 +0.3733932 0.4282246 -0.5 0 0 -1 +-0.4610621 0.5 0.2849315 0 1 0 +0.291677 -0.5 -0.2526758 0 -1 0 +0.4775241 -0.2566566 0.5 0 0 1 +-0.5 -0.1178217 -0.1401409 -1 0 0 +0.4175105 0.5 0.1408158 0 1 0 +-0.1298212 0.3565218 0.5 0 0 1 +0.4714597 -0.5 0.1317534 0 -1 0 +-0.5 0.04140187 -0.1200968 -1 0 0 +-0.5 -0.3108058 0.2072064 -1 0 0 +-0.1097875 -0.4709058 -0.5 0 0 -1 +-0.5 0.2147251 -0.04030538 -1 0 0 +-0.5 -0.1121129 -0.01715993 -1 0 0 +-0.5 0.3275395 0.04167162 -1 0 0 +0.07225478 -0.4585326 0.5 0 0 1 +0.5 0.4740631 0.05026801 1 0 0 +0.3894003 -0.5 0.3898704 0 -1 0 +-0.1690274 0.05841036 0.5 0 0 1 +-0.06960474 -0.5 0.1228226 0 -1 0 +-0.305798 -0.5 -0.1056041 0 -1 0 +-0.03811657 -0.5 0.1989109 0 -1 0 +0.5 -0.273842 0.1813974 1 0 0 +-0.3043726 0.2320235 0.5 0 0 1 +0.5 0.4897935 -0.08800179 1 0 0 +0.5 -0.07399601 -0.3452204 1 0 0 +0.3505267 -0.1230111 0.5 0 0 1 +-0.1927621 0.5 -0.249658 0 1 0 +0.02089307 0.1491249 -0.5000001 0 0 -1 +-0.1802356 0.5 -0.02664345 0 1 0 +-0.4172834 -0.2671146 -0.5 0 0 -1 +-0.3598921 0.1942381 0.5 0 0 1 +-0.3853863 -0.5 0.2318689 0 -1 0 +0.4115475 0.5 0.0152743 0 1 0 +-0.5 0.1891847 -0.02742177 -1 0 0 +-0.3414516 0.5 0.1660376 0 1 0 +-0.5 0.1630542 -0.3955508 -1 0 0 +-0.2197647 0.5 0.137648 0 1 0 +0.1930903 0.5 -0.2657991 0 1 0 +-0.208723 0.1354417 0.5 0 0 1 +-0.1650596 0.5 0.2882334 0 1 0 +-0.09813583 0.4624107 0.5 0 0 1 +-0.5 -0.3940897 0.02713467 -1 0 0 +0.3939151 0.5 0.06418055 0 1 0 +0.1056373 0.03738439 -0.5 0 0 -1 +0.5 -0.1014771 -0.3017417 1 0 0 +-0.3151908 0.2060061 0.5 0 0 1 +0.02653475 -0.5 0.4829444 0 -1 0 +-0.3167873 -0.5 0.1297902 0 -1 0 +-0.3898733 0.5 0.3906672 0 1 0 +0.2354417 -0.3758748 0.5 0 0 1 +-0.2077407 0.5 0.455704 0 1 0 +-0.5 -0.3927198 0.1208086 -1 0 0 +0.04875515 -0.5 0.4094434 0 -1 0 +0.3727285 0.4455152 -0.5 0 0 -1 +-0.302562 -0.5 -0.3945014 0 -1 0 +-0.4504145 0.5 -0.1285797 0 1 0 +-0.4846123 -0.4843057 -0.5 0 0 -1 +0.5 -0.05289616 -0.170292 1 0 0 +-0.1265423 0.08702892 -0.5 0 0 -1 +-0.4480969 0.5 0.009131491 0 1 0 +-0.3441529 -0.2704493 -0.5 0 0 -1 +-0.4565829 0.3456671 0.5 0 0 1 +-0.5 0.3834032 0.3988443 -1 0 0 +0.07013752 0.2985992 0.5 0 0 1 +0.5 0.4538235 -0.464648 1 0 0 +0.5 0.07113075 0.1003287 1 0 0 +0.4858374 0.233833 0.5 0 0 1 +0.5 0.2283608 0.02830797 1 0 0 +0.05280675 -0.2513016 0.5 0 0 1 +-0.1133587 0.5 0.08078787 0 1 0 +-0.5 -0.4161971 0.3820263 -1 0 0 +0.5 0.1594312 0.1961254 1 0 0 +-0.3675239 0.5 0.05940643 0 1 0 +-0.5 -0.02658802 0.2202458 -1 0 0 +-0.1797358 -0.1007186 0.5 0 0 1 +-0.3368793 0.5 -0.3366252 0 1 0 +-0.04058874 0.5 0.2438383 0 1 0 +0.339384 0.1804114 0.5 0 0 1 +0.1732244 -0.1016414 -0.5 0 0 -1 +0.4840811 0.5 -0.3198059 0 1 0 +-0.5 0.3932954 0.1318541 -1 0 0 +0.3684621 0.001379438 -0.5 0 0 -1 +-0.4921448 -0.5 -0.4099621 0 -1 0 +-0.2459969 0.2361988 -0.5 0 0 -1 +-0.1544981 -0.5 -0.03791177 0 -1 0 +-0.05923605 0.5 0.3689712 0 1 0 +-0.01204497 0.1660066 0.5 0 0 1 +-0.3890372 -0.3793711 -0.5 0 0 -1 +0.268503 -0.4349656 0.5 0 0 1 +0.09466368 -0.5 0.2138431 0 -1 0 +-0.1875371 0.103988 0.5 0 0 1 +0.4940859 -0.07714 0.5 0 0 1 +0.1142672 0.3914911 -0.5 0 0 -1 +0.2864023 0.5 0.1982478 0 1 0 +-0.5 0.4379581 -0.3112718 -1 0 0 +-0.5 0.4706063 0.08810979 -1 0 0 +0.4594541 0.3817254 0.5 0 0 1 +0.4431251 0.0005888361 0.5 0 0 1 +0.3635224 0.5 -0.1334419 0 1 0 +0.2636585 0.2380606 0.5 0 0 1 +0.4574122 0.5 -0.08431707 0 1 0 +-0.224471 -0.005267501 -0.5 0 0 -1 +-0.02914542 -0.2498628 0.5 0 0 1 +0.3074194 0.5 0.283191 0 1 0 +0.2530776 -0.4642087 0.5 0 0 1 +0.2006501 0.1179809 -0.5 0 0 -1 +0.5 0.04286862 -0.3109472 1 0 0 +-0.2223835 -0.1506309 0.5 0 0 1 +-0.5 -0.4110993 0.4934755 -1 0 0 +-0.2613516 0.5 -0.3936061 0 1 0 +-0.5 -0.1329623 -0.1312485 -1 0 0 +-0.2968522 -0.5 0.2822006 0 -1 0 +-0.5 0.249909 0.3190948 -1 0 0 +-0.1174632 -0.4471447 -0.5 0 0 -1 +0.1028414 -0.5 -0.4146247 0 -1 0 +-0.5 0.008493781 0.04984452 -1 0 0 +-0.0756734 0.5 -0.1571565 0 1 0 +-0.4858863 0.5 -0.390287 0 1 0 +-0.2460017 0.5 -0.1836977 0 1 0 +-0.5 -0.3767982 0.02127291 -1 0 0 +-0.208095 -0.5 0.3217552 0 -1 0 +-0.1853445 0.1381348 -0.5 0 0 -1 +-0.4146931 -0.5 -0.09744237 0 -1 0 +-0.2364531 0.2075416 -0.5 0 0 -1 +-0.3344622 -0.5 -0.1292605 0 -1 0 +0.1156545 -0.3551791 -0.5 0 0 -1 +0.4992633 0.06627376 -0.5 0 0 -1 +-0.5 0.4879234 0.4678929 -1 0 0 +0.203839 -0.06708455 -0.5 0 0 -1 +-0.4668865 -0.1245803 -0.5 0 0 -1 +-0.1567086 0.2061084 0.5 0 0 1 +-0.3889515 0.5 0.3559476 0 1 0 +0.398944 0.5 -0.05949939 0 1 0 +-0.5 0.07041531 0.4532818 -1 0 0 +-0.02261269 0.3764654 -0.5 0 0 -1 +0.5 0.2356992 -0.005805075 1 0 0 +-0.2962942 0.5 0.38247 0 1 0 +-0.5 -0.03129095 -0.3607836 -1 0 0 +-0.1989899 0.4105967 0.5 0 0 1 +-0.5 0.4745477 0.3881356 -1 0 0 +0.0462718 -0.1470124 0.5 0 0 1 +0.5 0.3202702 -0.2149212 1 0 0 +0.2878666 0.3472084 0.5 0 0 1 +0.5 0.01847298 -0.4088411 1 0 0 +-0.4590602 0.1893269 -0.5 0 0 -1 +0.5 0.01853485 -0.3302135 1 0 0 +-0.5 0.4222347 0.05992295 -1 0 0 +-0.5 0.101409 -0.2082553 -1 0 0 +-0.1888785 0.5 -0.01440793 0 1 0 +-0.5 -0.3122656 0.2347925 -1 0 0 +0.5 -0.3774869 -0.2434216 1 0 0 +-0.0006697178 -0.4272937 -0.5 0 0 -1 +-0.1450416 -0.1904501 0.5 0 0 1 +-0.1491101 -0.5 -0.3998536 0 -1 0 +-0.5 0.01857239 -0.3225459 -1 0 0 +0.1407732 -0.382848 -0.5 0 0 -1 +-0.5 0.04515629 -0.1634625 -1 0 0 +-0.2956408 -0.5 0.2984989 0 -1 0 +0.2332227 -0.3313382 0.5 0 0 1 +-0.5 -0.1929578 0.3154649 -1 0 0 +0.2199005 0.5 -0.4789118 0 1 0 +-0.3082757 -0.5 -0.4555805 0 -1 0 +0.4797083 0.5 0.1310294 0 1 0 +-0.1678116 0.3985134 0.5 0 0 1 +0.5 0.2946497 -0.4184787 1 0 0 +-0.3839154 0.4618503 -0.5 0 0 -1 +-0.5 -0.4406747 -0.4199849 -1 0 0 +-0.5 -0.1626478 0.1840736 -1 0 0 +-0.2253218 -0.5 -0.06534386 0 -1 0 +0.0850963 0.1946598 -0.5 0 0 -1 +-0.5 0.06058778 -0.458697 -1 0 0 +-0.2480534 0.5 0.0526576 0 1 0 +-0.1515427 -0.03682917 -0.5 0 0 -1 +0.4037286 0.09321147 0.5 0 0 1 +-0.1596028 -0.5 -0.3425061 0 -1 0 +-0.4454274 -0.5 -0.2234704 0 -1 0 +0.07046461 0.1410464 0.5 0 0 1 +-0.3157781 0.5 0.401454 0 1 0 +0.2024796 0.5 -0.09130788 0 1 0 +0.5 0.2377696 -0.4872556 1 0 0 +-0.38934 -0.2996759 0.5 0 0 1 +0.5 -0.08263085 0.0726952 1 0 0 +0.5 0.3370163 -0.0555477 1 0 0 +-0.3536582 0.3836151 0.5 0 0 1 +-0.2050241 -0.3793329 -0.5 0 0 -1 +0.08136011 0.1030673 -0.5 0 0 -1 +-0.5 0.3326055 -0.3303546 -1 0 0 +-0.2707245 -0.5 -0.05459791 0 -1 0 +-0.5 -0.1330696 -0.2321617 -1 0 0 +-0.448069 0.5 -0.3780058 0 1 0 +0.2534918 0.5 0.1015151 0 1 0 +0.5 0.1225261 0.05781722 1 0 0 +0.02449435 -0.5 0.200007 0 -1 0 +0.07986623 -0.3927103 0.5 0 0 1 +-0.2838539 0.5 -0.3390209 0 1 0 +0.2217403 -0.5 -0.4813748 0 -1 0 +0.5 0.1717921 0.006148592 1 0 0 +0.4765751 0.5 0.3586574 0 1 0 +0.5 0.09384364 -0.2060717 1 0 0 +0.321778 0.5 -0.3788514 0 1 0 +-0.5 -0.2529714 -0.176088 -1 0 0 +-0.5 -0.4186198 -0.08947738 -1 0 0 +-0.4516917 -0.5 -0.001879305 0 -1 0 +-0.06978947 -0.1103808 -0.5 0 0 -1 +-0.5 0.002659932 0.2126622 -1 0 0 +0.193359 -0.5 0.1984634 0 -1 0 +0.5 0.2521797 -0.4014346 1 0 0 +-0.06610125 0.1384529 -0.5 0 0 -1 +-0.1729656 -0.1490394 -0.5 0 0 -1 +-0.1333208 0.114871 0.5 0 0 1 +0.2486906 0.1902879 0.5 0 0 1 +-0.5 -0.168324 0.3954633 -1 0 0 +-0.5 -0.2311075 0.3947352 -1 0 0 +0.4944738 -0.1756263 -0.5 0 0 -1 +0.04129148 0.5 -0.405501 0 1 0 +0.1229854 0.2707766 0.5 0 0 1 +-0.5 -0.342568 0.2634904 -1 0 0 +0.5 -0.2321382 -0.4178068 1 0 0 +0.3257697 0.5 -0.02276397 0 1 0 +-0.409061 0.08704329 0.5 0 0 1 +0.5 0.1689265 -0.1767928 1 0 0 +0.235284 -0.5 0.2546083 0 -1 0 +0.5 0.00641638 -0.009981573 1 0 0 +0.2819469 -0.4558011 0.5 0 0 1 +0.3129699 0.1494857 -0.5 0 0 -1 +-0.4245316 0.1592641 0.5 0 0 1 +0.2273901 -0.5 0.2392004 0 -1 0 +0.5 0.3335342 -0.1903406 1 0 0 +0.4593151 0.2608026 -0.5 0 0 -1 +-0.006376132 -0.4909037 -0.5 0 0 -1 +0.5 -0.3070129 -0.3875285 1 0 0 +0.1653402 0.5 -0.2245734 0 1 0 +0.2367061 -0.1053095 0.5 0 0 1 +-0.2221609 0.5 -0.09024191 0 1 0 +0.04223114 -0.2328373 -0.5 0 0 -1 +0.1049496 0.3793529 0.5 0 0 1 +0.5 -0.3056247 -0.2846729 1 0 0 +-0.4926937 0.1387447 -0.5 0 0 -1 +0.1658275 0.5 0.1777959 0 1 0 +-0.5 -0.1426881 0.07490014 -1 0 0 +0.1680062 -0.5 0.1757182 0 -1 0 +0.03684872 0.5 0.1785411 0 1 0 +0.4545715 -0.2322014 0.5 0 0 1 +-0.2872939 -0.5 0.2083321 0 -1 0 +-0.5 -0.06858641 0.3921293 -1 0 0 +0.04962252 0.3642042 0.5 0 0 1 +-0.3490218 0.06309772 0.5 0 0 1 +-0.1432126 0.5 0.1500009 0 1 0 +0.5 0.06608166 0.4729888 1 0 0 +-0.1304961 0.1527302 0.5 0 0 1 +0.3173741 -0.2124786 -0.5 0 0 -1 +0.5 -0.2823861 0.3314762 1 0 0 +0.4643925 0.06455433 0.5 0 0 1 +-0.02878605 0.5 0.4989882 0 1 0 +-0.5 0.4985023 0.1494898 -1 0 0 +-0.1213258 0.3257464 -0.5 0 0 -1 +-0.5 0.03441268 -0.2174035 -1 0 0 +-0.03963892 -0.4070252 -0.5 0 0 -1 +0.3116861 0.3546715 -0.5 0 0 -1 +0.1805563 0.4421931 0.5 0 0 1 +0.04866879 0.5 0.4812697 0 1 0 +-0.4186786 -0.5 0.2491655 0 -1 0 +-0.215374 -0.3024904 0.5 0 0 1 +-0.1768126 0.4729136 -0.5 0 0 -1 +-0.08196419 0.4040849 -0.5 0 0 -1 +0.1762379 0.3647997 -0.5 0 0 -1 +-0.3358575 0.08958593 -0.5 0 0 -1 +0.2871273 -0.5 0.3431268 0 -1 0 +0.5 0.3132466 -0.460547 1 0 0 +-0.5 0.2141538 0.1320688 -1 0 0 +-0.3508989 -0.5 0.3321378 0 -1 0 +0.3010365 0.3119276 -0.5 0 0 -1 +0.4771948 -0.09193449 0.5 0 0 1 +-0.4978167 0.1841748 0.5 0 0 1 +0.5 0.04322582 -0.3345561 1 0 0 +-0.3164669 0.3716464 0.5 0 0 1 +-0.3036517 -0.2886648 -0.5 0 0 -1 +0.5 -0.1594022 0.4110721 1 0 0 +-0.09417482 0.5 -0.34025 0 1 0 +0.1312108 0.4020018 -0.5 0 0 -1 +0.3048012 0.5 0.04315382 0 1 0 +-0.3124233 0.4684683 0.5 0 0 1 +-0.5 0.3834296 -0.3808973 -1 0 0 +-0.2256185 0.5 0.0394561 0 1 0 +0.5 -0.1751313 -0.0587946 1 0 0 +-0.5 0.4736128 -0.1682641 -1 0 0 +0.214163 0.1656081 -0.5 0 0 -1 +0.5 0.2046633 -0.3584198 1 0 0 +0.5 0.1291991 -0.04367314 1 0 0 +0.5 0.08957516 -0.3573678 1 0 0 +0.1693297 -0.06711174 -0.5 0 0 -1 +-0.4139907 0.4418352 0.5 0 0 1 +-0.5 -0.413021 -0.1824102 -1 0 0 +0.1873528 -0.4693098 -0.5 0 0 -1 +0.5 0.1588276 0.3082945 1 0 0 +-0.1020614 -0.4953858 0.5 0 0 1 +0.3558995 -0.5 -0.4259396 0 -1 0 +-0.5 0.3655278 -0.4378027 -1 0 0 +0.36631 -0.02423133 0.5 0 0 1 +-0.5 -0.1629182 0.4536227 -1 0 0 +-0.2300441 -0.5 0.3690282 0 -1 0 +-0.384438 0.4695129 -0.5 0 0 -1 +0.008412838 0.5 -0.04151934 0 1 0 +-0.4021276 0.5 0.4243021 0 1 0 +-0.2295548 -0.1867991 -0.5 0 0 -1 +0.3833306 0.5 0.3734993 0 1 0 +0.5 0.3561042 0.1376485 1 0 0 +0.2751823 0.3694096 0.5 0 0 1 +-0.2113435 0.5 0.1980121 0 1 0 +-0.3303241 -0.3250728 -0.5 0 0 -1 +-0.3572962 -0.5 0.2931946 0 -1 0 +-0.06618965 -0.1946054 -0.5 0 0 -1 +0.2440399 0.5 0.03161228 0 1 0 +0.5 -0.2092364 -0.2341179 1 0 0 +0.2525389 0.2549576 0.5 0 0 1 +0.4625163 0.5 0.3641205 0 1 0 +-0.01024543 -0.09892805 -0.5 0 0 -1 +-0.04457378 0.5 -0.1267048 0 1 0 +0.1121473 -0.2625503 -0.5 0 0 -1 +0.5 0.05833708 0.1245487 1 0 0 +-0.4494568 0.5 0.2747554 0 1 0 +-0.4172338 -0.5 -0.1761348 0 -1 0 +0.435765 -0.006562002 0.5 0 0 1 +-0.1056208 0.1130355 0.5 0 0 1 +-0.5 -0.4745765 -0.411262 -1 0 0 +-0.4647824 -0.5 -0.4654405 0 -1 0 +0.4343692 0.5 -0.04736483 0 1 0 +0.1070709 0.1443669 -0.5 0 0 -1 +0.04632175 0.5 0.2506332 0 1 0 +-0.03776163 -0.05362302 -0.5 0 0 -1 +0.5 0.1636682 -0.3772117 1 0 0 +-0.5 -0.3422338 0.1105613 -1 0 0 +0.1159514 0.5 -0.3251488 0 1 0 +-0.5 -0.1183174 0.4511243 -1 0 0 +-0.5 0.1530411 -0.4295301 -1 0 0 +0.5 0.05520183 0.4470201 1 0 0 +-0.04036814 -0.5 0.2378663 0 -1 0 +-0.4930317 -0.5 -0.314725 0 -1 0 +-0.317219 -0.3273011 0.5 0 0 1 +-0.5 -0.05664164 0.3789269 -1 0 0 +0.1014669 -0.5 -0.3950581 0 -1 0 +0.5 0.2627286 0.3960415 1 0 0 +0.5 -0.4799099 0.1141763 1 0 0 +-0.5 0.2062219 0.1713981 -1 0 0 +0.04459846 0.5 -0.4959166 0 1 0 +-0.3930104 -0.2433167 0.5 0 0 1 +0.3086723 0.5 0.3752201 0 1 0 +0.01111244 0.5 0.3923652 0 1 0 +-0.5 -0.04300639 -0.1095816 -1 0 0 +-0.3978939 0.2655358 -0.5 0 0 -1 +0.06142531 0.2526441 -0.5 0 0 -1 +-0.1255986 -0.06732452 -0.5 0 0 -1 +0.5 -0.4375362 -0.1144218 1 0 0 +0.4682319 0.1681682 0.5 0 0 1 +0.04337619 -0.5 0.01676226 0 -1 0 +0.2608413 0.09678823 0.5 0 0 1 +0.5 -0.4824888 -0.2241182 1 0 0 +0.5 0.4619047 -0.06069078 1 0 0 +-0.4781832 0.1587898 0.5 0 0 1 +0.5 0.282061 0.4478734 1 0 0 +0.02207099 0.2519614 -0.5 0 0 -1 +0.4666379 -0.5 -0.3288423 0 -1 0 +-0.1034231 0.5 0.3585762 0 1 0 +-0.4351815 -0.5 0.2789373 0 -1 0 +-0.0479744 -0.5 -0.07763847 0 -1 0 +-0.4466851 -0.5 -0.3005736 0 -1 0 +0.5 -0.2385573 0.4217228 1 0 0 +0.08788759 0.3957382 0.5 0 0 1 +-0.5 0.4895923 -0.1070521 -1 0 0 +-0.3755755 0.5 -0.0915883 0 1 0 +-0.3142903 -0.2597041 -0.5 0 0 -1 +-0.2526828 0.5 0.2213834 0 1 0 +-0.2872557 0.5 -0.3298821 0 1 0 +-0.08917385 0.5 -0.2969393 0 1 0 +0.5 0.03176154 0.3771844 1 0 0 +0.3943176 0.5 0.0230552 0 1 0 +-0.2329219 -0.5 -0.1846991 0 -1 0 +-0.1418676 0.1771828 0.5 0 0 1 +0.4398322 -0.3553197 0.5 0 0 1 +-0.2625507 0.3786753 -0.5 0 0 -1 +0.4738836 0.1642946 0.5 0 0 1 +0.1837116 -0.5 -0.2361981 0 -1 0 +0.1914086 0.5 -0.2742067 0 1 0 +-0.5 0.4169007 0.1587983 -1 0 0 +-0.2257486 0.5 -0.4884627 0 1 0 +0.4939758 0.5 0.242521 0 1 0 +0.1691327 0.1259829 0.5 0 0 1 +-0.5 -0.1891147 -0.368643 -1 0 0 +0.370917 0.5 0.1547673 0 1 0 +0.406878 0.5 0.03743292 0 1 0 +0.2400486 -0.5 -0.1717634 0 -1 0 +-0.3366488 0.1795712 0.5 0 0 1 +0.3116709 0.5 0.02267324 0 1 0 +-0.5 0.4071888 -0.3981628 -1 0 0 +0.0553903 -0.5 -0.4516443 0 -1 0 +-0.5 -0.03779852 0.1056861 -1 0 0 +-0.1264744 0.3962749 -0.5 0 0 -1 +0.5 -0.1608612 0.05887377 1 0 0 +0.3120694 0.5 -0.1302477 0 1 0 +-0.5 0.3899683 0.1724657 -1 0 0 +0.5 -0.05895454 -0.05584383 1 0 0 +0.3566927 -0.2616834 -0.5 0 0 -1 +-0.5 0.2392383 0.4258636 -1 0 0 +-0.2929988 0.5 -0.2766348 0 1 0 +0.5 0.2338296 -0.2332673 1 0 0 +0.3927796 -0.5 0.3665231 0 -1 0 +0.1153671 -0.5 0.221651 0 -1 0 +0.5 0.1057105 -0.06208701 1 0 0 +-0.5 -0.2416936 -0.1314973 -1 0 0 +-0.5 -0.4222754 -0.4431654 -1 0 0 +0.3371486 0.5 0.419727 0 1 0 +-0.4914873 0.1912126 -0.5 0 0 -1 +-0.3385074 -0.5 0.1350414 0 -1 0 +-0.3676599 -0.5 -0.4683305 0 -1 0 +-0.5 0.4021059 0.3155728 -1 0 0 +-0.5 -0.3477004 0.3276798 -1 0 0 +-0.5 -0.3416049 0.08232893 -1 0 0 +-0.4138047 -0.5 0.2951162 0 -1 0 +-0.03294427 0.5 0.007184986 0 1 0 +-0.5 -0.1630151 -0.2727765 -1 0 0 +0.09925592 0.5 0.07257068 0 1 0 +-0.2166291 -0.5 -0.4815885 0 -1 0 +-0.3215345 -0.5 -0.009262323 0 -1 0 +-0.385294 -0.5 0.4386606 0 -1 0 +-0.208874 0.2546457 0.5 0 0 1 +-0.5 0.04842357 -0.2200926 -1 0 0 +0.4601218 -0.5 0.1890426 0 -1 0 +0.4882509 -0.0448171 -0.5 0 0 -1 +-0.5 0.1141617 0.09685248 -1 0 0 +0.3711515 0.5 -0.2831119 0 1 0 +-0.5 0.3238465 -0.1552277 -1 0 0 +0.338966 -0.4091999 0.5 0 0 1 +0.4950855 -0.5 -0.02027871 0 -1 0 +-0.3447042 0.5 -0.2084562 0 1 0 +0.3202385 -0.3231768 -0.5 0 0 -1 +0.06349456 0.5 0.324779 0 1 0 +-0.4148217 0.5 0.04562357 0 1 0 +-0.5 0.01411146 -0.2113753 -1 0 0 +-0.4570804 -0.3203353 0.5 0 0 1 +0.5 0.0638165 0.03100275 1 0 0 +0.01202118 -0.2125047 0.5 0 0 1 +0.1707224 -0.1155282 0.5 0 0 1 +-0.1681231 0.5 -0.2093683 0 1 0 +0.4055158 -0.5 -0.02234519 0 -1 0 +-0.4468781 0.5 -0.2074575 0 1 0 +-0.5 0.3833758 -0.3962088 -1 0 0 +0.2595069 -0.5 -0.360934 0 -1 0 +-0.2529247 0.5 -0.3131526 0 1 0 +-0.5 -0.4521524 -0.2197417 -1 0 0 +-0.2768245 0.5 -0.2898512 0 1 0 +0.2383824 -0.4173989 0.5 0 0 1 +0.5 0.3662863 -0.3580374 1 0 0 +-0.1016093 0.07473472 -0.5 0 0 -1 +0.4262509 -0.5 0.3103862 0 -1 0 +-0.5 0.05272824 0.1009355 -1 0 0 +0.3436456 -0.5 -0.4182416 0 -1 0 +-0.3932856 -0.5 0.07067613 0 -1 0 +-0.2211479 0.02884336 0.5 0 0 1 +-0.1963562 0.5 0.4649768 0 1 0 +0.2259262 -0.5 0.4606875 0 -1 0 +-0.4789531 -0.5 0.4498855 0 -1 0 +0.5 0.2166175 -0.1892538 1 0 0 +0.2017089 -0.3139133 0.5 0 0 1 +-0.3492342 0.1064783 0.5 0 0 1 +-0.07510126 -0.02368485 -0.5 0 0 -1 +0.2745054 0.04840017 -0.5 0 0 -1 +0.3867565 -0.1755928 -0.5 0 0 -1 +-0.2888967 0.1554032 -0.5 0 0 -1 +-0.5 -0.4981366 -0.1462224 -1 0 0 +0.1981757 -0.5 -0.03721511 0 -1 0 +0.4115056 0.5 0.4910174 0 1 0 +0.2523866 0.4752414 -0.5 0 0 -1 +-0.5 0.03699297 0.06611228 -1 0 0 +-0.5 -0.324954 0.1822925 -1 0 0 +0.5 -0.3527421 -0.2255977 1 0 0 +0.2172593 -0.07897693 0.5 0 0 1 +-0.07643914 0.5 -0.1711044 0 1 0 +0.1569717 0.5 0.2328488 0 1 0 +-0.1830087 -0.08997685 -0.5 0 0 -1 +0.4646976 -0.160691 -0.5 0 0 -1 +-0.3508619 -0.1692877 0.5 0 0 1 +0.5 0.1223802 0.04805946 1 0 0 +-0.5 -0.06480689 0.4990239 -1 0 0 +-0.3314618 0.5 0.2528349 0 1 0 +0.5 0.3476949 -0.0221201 1 0 0 +0.3236496 0.1840235 -0.5 0 0 -1 +0.07255352 -0.5 0.07057875 0 -1 0 +0.1801899 0.5 -0.390646 0 1 0 +-0.5 -0.4873018 -0.322981 -1 0 0 +0.5 0.3739578 0.3499404 1 0 0 +-0.3686556 -0.5 0.05386718 0 -1 0 +0.5 0.4152669 0.1370539 1 0 0 +0.4536917 -0.2633899 -0.5 0 0 -1 +-0.5 0.3181158 0.2027024 -1 0 0 +0.5 -0.4683357 -0.10477 1 0 0 +-0.5 0.0145667 -0.3108374 -1 0 0 +0.4155984 -0.2603266 -0.5 0 0 -1 +0.06480896 -0.05162221 -0.5 0 0 -1 +-0.002239347 -0.4274738 0.5 0 0 1 +0.5 0.3414925 0.4465811 1 0 0 +-0.5 -0.3275934 0.3580741 -1 0 0 +-0.08339393 0.3101738 -0.5 0 0 -1 +0.5 0.3721423 0.4315094 1 0 0 +0.5 0.2053021 0.1901489 1 0 0 +-0.03359185 -0.5 0.1210897 0 -1 0 +-0.1627161 -0.5 -0.004603505 0 -1 0 +-0.2868812 -0.5 0.2831543 0 -1 0 +0.04419017 0.4281766 0.5 0 0 1 +0.3272278 0.5 -0.257269 0 1 0 +-0.4167532 0.2624658 -0.5 0 0 -1 +-0.4744959 -0.5 0.03962071 0 -1 0 +-0.5 0.2349752 -0.2187176 -1 0 0 +0.004756272 -0.5 -0.2832202 0 -1 0 +-0.5 -0.4023938 -0.0492326 -1 0 0 +-0.5 -0.3246309 0.1360061 -1 0 0 +-0.3192232 0.4642652 0.5 0 0 1 +0.5 -0.07652074 0.2766072 1 0 0 +-0.5 -0.2697297 0.1739896 -1 0 0 +-0.07630169 0.5 0.3214726 0 1 0 +0.3397132 0.5 -0.168181 0 1 0 +-0.5 -0.208231 -0.06818646 -1 0 0 +0.2844848 0.2295607 0.5 0 0 1 +-0.2794667 -0.5 0.4387449 0 -1 0 +0.5 0.3307822 -0.4861616 1 0 0 +0.1492375 0.5 0.07285821 0 1 0 +-0.4863428 0.5 -0.2593923 0 1 0 +-0.5 0.1152795 0.4353588 -1 0 0 +-0.0349676 -0.5 -0.2494965 0 -1 0 +0.1982778 0.5 0.1093792 0 1 0 +0.5 0.03634053 -0.2801461 1 0 0 +0.2323544 0.5 -0.06779492 0 1 0 +-0.5 0.05110383 -0.07947862 -1 0 0 +0.5 -0.3878827 -0.02797805 1 0 0 +0.3612402 -0.5 -0.4351766 0 -1 0 +0.4517041 0.1618526 0.5 0 0 1 +0.5 0.1873767 -0.07442755 1 0 0 +0.5 -0.4723977 0.1783258 1 0 0 +0.338735 0.1328142 -0.5 0 0 -1 +0.3795772 0.477113 0.5 0 0 1 +-0.07127862 0.2231783 0.5 0 0 1 +0.04323994 -0.1483933 -0.5 0 0 -1 +-0.2384307 -0.5 -0.2323183 0 -1 0 +0.1527793 -0.37876 -0.5 0 0 -1 +0.5 0.1838264 -0.2683846 1 0 0 +-0.5 0.1590323 -0.2564542 -1 0 0 +0.09693481 -0.1773257 -0.5 0 0 -1 +0.5 -0.1084751 -0.37299 1 0 0 +-0.5 0.1712723 -0.1172529 -1 0 0 +-0.5 -0.4728767 0.3205974 -1 0 0 +-0.203235 0.5 -0.4621449 0 1 0 +-0.4291389 -0.4861637 -0.5 0 0 -1 +-0.5 0.4101582 0.299257 -1 0 0 +-0.1599027 -0.5 -0.140343 0 -1 0 +0.5 -0.02671386 -0.2420062 1 0 0 +-0.5 0.2877837 0.4392004 -1 0 0 +0.5 -0.2822611 0.05713946 1 0 0 +-0.01495963 -0.5 0.2267463 0 -1 0 +-0.1823176 -0.05369799 -0.5 0 0 -1 +-0.1197955 -0.3859583 -0.5 0 0 -1 +0.5 -0.2922297 0.3880799 1 0 0 +0.3531027 -0.5 0.3149983 0 -1 0 +0.5 0.1297062 -0.2068031 1 0 0 +-0.4530106 -0.4051224 -0.5 0 0 -1 +-0.5 -0.1257027 0.2153566 -1 0 0 +-0.3433762 0.382772 0.5 0 0 1 +0.5 -0.4814885 0.4177957 1 0 0 +-0.5 -0.4192431 0.01048082 -1 0 0 +-0.5 -0.3505974 0.4066289 -1 0 0 +-0.2683632 -0.3681423 -0.5 0 0 -1 +0.2617203 -0.5 0.2217908 0 -1 0 +-0.0221123 0.3300236 0.5 0 0 1 +-0.1040441 -0.5 -0.125296 0 -1 0 +-0.1676733 -0.5 0.2820287 0 -1 0 +0.1281285 0.5 -0.2476195 0 1 0 +-0.2972408 -0.4737085 -0.5 0 0 -1 +0.2717721 0.01716315 -0.5 0 0 -1 +-0.5 0.3483784 0.1263716 -1 0 0 +0.5 0.3299965 0.4648924 1 0 0 +-0.08966368 -0.5 0.2451706 0 -1 0 +-0.2619337 -0.5 -0.08012435 0 -1 0 +-0.3486026 -0.5 -0.489934 0 -1 0 +0.2460824 0.1374518 -0.5 0 0 -1 +-0.2587478 0.02693048 -0.5 0 0 -1 +0.3688043 0.1449512 -0.5 0 0 -1 +0.1479237 0.5 -0.08105123 0 1 0 +-0.5 0.397884 0.2130311 -1 0 0 +0.4938989 0.1421719 0.5 0 0 1 +-0.2741163 -0.5 0.4432497 0 -1 0 +-0.5 0.1288799 -0.1994489 -1 0 0 +-0.5 0.1920841 -0.2670467 -1 0 0 +-0.5 -0.4477474 -0.1362677 -1 0 0 +0.08522719 0.2136312 0.5 0 0 1 +0.5 -0.1559098 -0.4948634 1 0 0 +-0.5 -0.4804328 0.1898897 -1 0 0 +0.2337509 -0.5 -0.3061317 0 -1 0 +-0.230667 -0.5 -0.289417 0 -1 0 +-0.18681 -0.5 -0.4095902 0 -1 0 +-0.5 0.1628978 0.1236808 -1 0 0 +0.4499466 0.5 0.09079672 0 1 0 +-0.5 -0.1794655 -0.274259 -1 0 0 +-0.028 -0.5 -0.3380293 0 -1 0 +0.5 -0.234428 0.1720402 1 0 0 +-0.5 -0.3427888 0.4685965 -1 0 0 +-0.5 -0.4127247 -0.05197632 -1 0 0 +-0.5 -0.2305595 0.4306067 -1 0 0 +-0.2408355 0.5 0.3985844 0 1 0 +-0.5 -0.005687021 -0.123778 -1 0 0 +0.5 -0.09987269 -0.02107812 1 0 0 +-0.09176707 0.05596138 0.5 0 0 1 +0.5 -0.407104 0.1774182 1 0 0 +0.4944974 -0.1549173 -0.5 0 0 -1 +0.4138849 -0.5 -0.006375454 0 -1 0 +-0.5 -0.2305616 -0.3167168 -1 0 0 +-0.2155693 -0.5 -0.4087386 0 -1 0 +0.3755138 -0.5 -0.3372827 0 -1 0 +0.4658695 0.5 -0.05690419 0 1 0 +0.06625128 -0.009129405 -0.5 0 0 -1 +-0.1151922 -0.5 0.1080713 0 -1 0 +0.0005677342 0.5 -0.2271262 0 1 0 +-0.1423746 0.237781 0.5 0 0 1 +-0.08041905 -0.3582732 0.5 0 0 1 +0.05582166 -0.5 0.4129534 0 -1 0 +0.5 -0.2117445 -0.4513204 1 0 0 +-0.5 -0.2798219 0.0606702 -1 0 0 +0.5 0.07886666 -0.3844694 1 0 0 +0.5 0.1320436 -0.2179849 1 0 0 +-0.4492524 0.5 -0.4996101 0 1 0 +0.4374344 -0.3954745 0.5 0 0 1 +-0.2220636 0.5 -0.4984121 0 1 0 +0.2845501 0.1982814 0.5 0 0 1 +-0.5 0.3940979 -0.1866373 -1 0 0 +0.1584691 -0.3353141 0.5 0 0 1 +0.00215584 0.5 -0.02774686 0 1 0 +0.2248457 0.5 -0.4446743 0 1 0 +0.1803619 0.5 -0.09423071 0 1 0 +-0.1639352 0.4011073 0.5 0 0 1 +0.3364828 -0.009426728 0.5 0 0 1 +-0.4597198 -0.3527105 0.5 0 0 1 +0.4756503 -0.5 -0.1034499 0 -1 0 +-0.3736802 0.5 -0.05379325 0 1 0 +0.5 0.4275416 0.2655055 1 0 0 +-0.3549066 -0.5 0.2574642 0 -1 0 +-0.1267929 -0.3256996 -0.5 0 0 -1 +0.002261505 0.5 -0.2091239 0 1 0 +-0.31139 0.3033603 0.5 0 0 1 +0.2536962 -0.4539399 0.5 0 0 1 +-0.4931831 -0.5 0.3606125 0 -1 0 +0.4930078 0.5 -0.4875346 0 1 0 +-0.06224124 0.5 -0.4599156 0 1 0 +0.5 0.1755716 -0.1097864 1 0 0 +0.5 -0.3854258 0.2597378 1 0 0 +0.2567597 -0.5 0.1826149 0 -1 0 +0.08879787 0.151093 0.5 0 0 1 +-0.4887841 -0.5 -0.1762745 0 -1 0 +-0.2946146 -0.3608881 0.5 0 0 1 +-0.5 0.4146762 0.4924347 -1 0 0 +0.001593649 0.5 0.22004 0 1 0 +0.01765491 -0.3399315 0.5 0 0 1 +-0.5 -0.1850552 -0.4045581 -1 0 0 +0.5 0.2268155 -0.2466615 1 0 0 +-0.5 -0.293483 0.07397156 -1 0 0 +0.260785 0.5 -0.4234251 0 1 0 +0.5 -0.1812865 0.3084306 1 0 0 +0.4681663 0.5 0.07404435 0 1 0 +-0.1788801 -0.5 0.1547319 0 -1 0 +0.4766897 -0.07321085 0.5 0 0 1 +0.1131124 -0.2599003 -0.5 0 0 -1 +0.1267501 -0.3565379 0.5 0 0 1 +0.1328797 0.5 0.07450365 0 1 0 +-0.1196895 -0.3393518 -0.5 0 0 -1 +-0.03197479 -0.5 -0.04620808 0 -1 0 +0.5 -0.1033242 -0.177575 1 0 0 +-0.5 -0.4284096 -0.2522497 -1 0 0 +-0.5 -0.3808214 -0.1344354 -1 0 0 +0.4576015 0.5 -0.102955 0 1 0 +0.1342659 0.2953455 0.5 0 0 1 +-0.5 -0.320856 -0.2727915 -1 0 0 +-0.4162042 -0.5 -0.07973403 0 -1 0 +0.5 -0.2388101 0.4484778 1 0 0 +0.4890503 0.1294815 0.5 0 0 1 +-0.5 0.4313793 -0.04123418 -1 0 0 +0.5 -0.06140655 0.4632069 1 0 0 +0.5 -0.02803242 -0.1502333 1 0 0 +0.1129777 0.5 0.1952295 0 1 0 +-0.3348529 -0.5 -0.136934 0 -1 0 +-0.1658935 0.5 -0.2384598 0 1 0 +-0.5 0.04527593 -0.1347928 -1 0 0 +-0.06414115 -0.5 0.4849414 0 -1 0 +-0.2782484 0.269173 0.5 0 0 1 +0.203023 0.4836214 -0.5 0 0 -1 +-0.4420387 0.5 0.268267 0 1 0 +0.4485534 0.5 0.01933397 0 1 0 +0.3303263 -0.5 0.2250274 0 -1 0 +-0.3477977 -0.2049186 -0.5 0 0 -1 +0.1509524 -0.2454267 -0.5 0 0 -1 +-0.4880196 -0.4684499 -0.5 0 0 -1 +-0.4071323 -0.2966863 0.5 0 0 1 +0.250587 -0.4361502 -0.5 0 0 -1 +0.5 -0.419907 -0.4086537 1 0 0 +0.5 0.2300628 0.1145259 1 0 0 +-0.3923189 0.5 0.01357377 0 1 0 +-0.177138 0.1461352 0.5 0 0 1 +-0.1768175 0.5 0.125474 0 1 0 +-0.3171347 0.2057493 -0.5 0 0 -1 +0.1647359 0.4861479 0.5 0 0 1 +-0.5 -0.1767136 0.4551759 -1 0 0 +-0.1571912 -0.4959188 -0.5 0 0 -1 +0.08893186 -0.5 -0.2127111 0 -1 0 +-0.1982728 0.5 0.4325847 0 1 0 +0.3250834 0.491886 0.5 0 0 1 +0.1006048 0.5 -0.1263226 0 1 0 +0.5 0.2487379 0.3447814 1 0 0 +0.5 -0.0289394 0.1499747 1 0 0 +-0.2570801 0.1169665 0.5 0 0 1 +0.25054 -0.5 -0.1312553 0 -1 0 +-0.462523 0.1404346 0.5 0 0 1 +0.5 0.4922413 -0.193314 1 0 0 +0.5 -0.07354996 -0.2940632 1 0 0 +0.2284144 -0.5 -0.1078804 0 -1 0 +0.1227325 -0.5 -0.4506729 0 -1 0 +0.5 -0.1107504 0.01989347 1 0 0 +0.4529195 0.4643715 -0.5 0 0 -1 +0.02430773 0.5 0.03714419 0 1 0 +-0.4291869 0.5 0.2785498 0 1 0 +-0.5 0.1890669 0.2813568 -1 0 0 +-0.2903194 -0.2022882 -0.5 0 0 -1 +0.4169422 0.2542048 0.5 0 0 1 +0.4001956 -0.5 0.4312698 0 -1 0 +0.5 -0.2320333 -0.1065876 1 0 0 +0.206995 0.5 -0.1489077 0 1 0 +0.3118557 -0.5 0.1371903 0 -1 0 +-0.4663237 0.5 -0.3443598 0 1 0 +-0.1582306 0.5 -0.1293628 0 1 0 +-0.05465716 -0.4333029 0.5 0 0 1 +-0.5 0.2398722 0.02274007 -1 0 0 +0.09305263 -0.1833067 0.5 0 0 1 +-0.5 0.2623793 0.4066439 -1 0 0 +-0.01775844 -0.5 0.371278 0 -1 0 +0.3444287 -0.5 -0.1203693 0 -1 0 +0.04336216 -0.4614459 -0.5 0 0 -1 +0.5 0.2585835 -0.4506854 1 0 0 +-0.5 -0.2943915 -0.1829359 -1 0 0 +0.0628627 0.2385528 -0.5 0 0 -1 +0.4699068 -0.5 -0.2401343 0 -1 0 +0.06838386 0.5 0.02002561 0 1 0 +-0.1797889 0.5 0.4054868 0 1 0 +0.1884193 0.5 0.462031 0 1 0 +0.5 -0.215107 0.07365692 1 0 0 +0.5 0.3372694 -0.4742584 1 0 0 +-0.3464146 -0.5 -0.2516877 0 -1 0 +-0.5 -0.4244649 -0.2542596 -1 0 0 +0.2415653 -0.5 0.4026306 0 -1 0 +-0.5 0.4726884 -0.3705226 -1 0 0 +-0.1010295 0.4054681 0.5 0 0 1 +0.5 -0.4319864 -0.4184475 1 0 0 +0.2183735 -0.5 0.3336686 0 -1 0 +0.2686196 -0.5 0.2408304 0 -1 0 +-0.5 0.2725337 0.4357458 -1 0 0 +-0.5 -0.3937888 -0.249423 -1 0 0 +-0.2890992 0.5 -0.3174287 0 1 0 +-0.5 -0.3419806 -0.3338346 -1 0 0 +0.03529865 0.3844612 -0.5 0 0 -1 +-0.2829019 0.2513877 -0.5 0 0 -1 +-0.01991457 -0.4828537 -0.5 0 0 -1 +0.3894173 -0.5 -0.03700648 0 -1 0 +-0.08082635 0.5 -0.07231724 0 1 0 +-0.3324235 0.5 -0.06091458 0 1 0 +0.425818 0.1279368 0.5 0 0 1 +0.4027113 0.5 -0.4037046 0 1 0 +0.5 -0.2916843 0.1542451 1 0 0 +-0.4641693 0.5 0.004251957 0 1 0 +-0.4237353 0.5 -0.1321784 0 1 0 +-0.1439292 -0.1779361 0.5 0 0 1 +-0.5 0.2973487 -0.3095481 -1 0 0 +0.3998843 0.3850656 0.5 0 0 1 +0.3474519 -0.5 0.4188744 0 -1 0 +-0.005248725 -0.4184912 -0.5 0 0 -1 +-0.2386724 0.5 -0.299485 0 1 0 +0.5 -0.2997724 0.3320786 1 0 0 +-0.3023182 0.5 -0.05593968 0 1 0 +0.4846134 0.4707769 -0.5 0 0 -1 +0.4662368 0.5 0.2922601 0 1 0 +0.2712652 0.4608406 0.5 0 0 1 +0.3904969 -0.2174985 -0.5 0 0 -1 +0.5 -0.2388161 0.05776101 1 0 0 +0.434541 -0.4291531 0.5 0 0 1 +-0.4703809 -0.5 -0.09705865 0 -1 0 +0.5 -0.3511918 -0.1373594 1 0 0 +-0.2495956 -0.5 0.2279836 0 -1 0 +-0.2458309 0.5 -0.02008844 0 1 0 +0.06095265 -0.4225594 0.5 0 0 1 +-0.5 -0.07463917 -0.1989608 -1 0 0 +-0.4749824 -0.5 -0.3997418 0 -1 0 +-0.5 0.4633065 -0.02639835 -1 0 0 +0.5 0.116978 0.1304503 1 0 0 +-0.1262646 0.5 0.06259259 0 1 0 +-0.4140108 0.5 0.4430572 0 1 0 +-0.5 0.3498963 -0.08643854 -1 0 0 +-0.5 0.4679202 0.08678192 -1 0 0 +0.5 -0.1343574 -0.280436 1 0 0 +-0.4671528 0.2542782 -0.5 0 0 -1 +0.3852002 -0.07358634 -0.5 0 0 -1 +0.1254472 0.5 0.1822983 0 1 0 +-0.5 -0.3990388 0.3363552 -1 0 0 +0.3295627 -0.3042702 0.5 0 0 1 +0.4613757 0.2538466 0.5 0 0 1 +-0.5 0.3528014 0.2820335 -1 0 0 +-0.08139431 0.5 -0.1041294 0 1 0 +-0.5 -0.1344802 0.326891 -1 0 0 +-0.4821022 -0.4144795 -0.5 0 0 -1 +0.07233101 -0.5 0.04468441 0 -1 0 +-0.5 0.1630536 -0.394716 -1 0 0 +0.5 -0.09597714 0.4062149 1 0 0 +0.497376 -0.1129893 0.5 0 0 1 +-0.2447506 0.5 0.1317415 0 1 0 +-0.5 -0.1677384 -0.4051151 -1 0 0 +-0.5 0.112925 0.07806516 -1 0 0 +0.4205378 -0.08728128 -0.5 0 0 -1 +0.2241952 -0.3851925 -0.5 0 0 -1 +-0.05072366 -0.5 0.3523773 0 -1 0 +0.2547608 0.5 0.2120262 0 1 0 +0.2905529 0.5 -0.2732258 0 1 0 +-0.5 0.2822121 0.3141992 -1 0 0 +0.4851204 0.5 -0.2050333 0 1 0 +-0.5 -0.001192927 0.1680068 -1 0 0 +-0.1203189 -0.5 0.175899 0 -1 0 +-0.5 -0.4195078 -0.4168915 -1 0 0 +-0.116814 0.5 0.3682643 0 1 0 +-0.306141 -0.5 0.1585431 0 -1 0 +0.5 0.0737979 0.4733173 1 0 0 +0.09771168 0.4529225 0.5 0 0 1 +0.1060741 -0.4499989 0.5 0 0 1 +0.463111 -0.01558981 0.5 0 0 1 +0.5 0.07940446 0.1287879 1 0 0 +0.1354924 0.5 -0.3168787 0 1 0 +0.5 0.1853691 -0.07402551 1 0 0 +-0.1275408 -0.3926474 0.5 0 0 1 +-0.3566746 0.5 0.2944781 0 1 0 +0.5 -0.2447018 -0.2750758 1 0 0 +-0.5 -0.2037187 0.3261074 -1 0 0 +0.5 -0.2983949 0.4094287 1 0 0 +-0.2739136 -0.5 0.1030005 0 -1 0 +-0.3902272 -0.5 -0.19054 0 -1 0 +-0.4173964 -0.05106711 0.5 0 0 1 +-0.2793344 0.5 -0.4130576 0 1 0 +-0.08327134 -0.02086495 -0.5 0 0 -1 +-0.5 0.2493772 -0.03223975 -1 0 0 +-0.1525397 0.5 -0.2625881 0 1 0 +-0.06161956 -0.5 0.3136765 0 -1 0 +0.292011 0.5 -0.4960144 0 1 0 +-0.1994537 -0.05541256 0.5 0 0 1 +-0.0479241 0.04312402 0.5 0 0 1 +0.242279 -0.5 -0.0252607 0 -1 0 +0.2149084 0.4844515 0.5 0 0 1 +-0.5 0.06416899 0.4986121 -1 0 0 +0.4004643 -0.5 0.4521291 0 -1 0 +0.5 0.3797906 -0.1124158 1 0 0 +-0.5 0.4363089 -0.426291 -1 0 0 +-0.2375773 -0.5 0.4605342 0 -1 0 +0.4191656 0.5 -0.2284353 0 1 0 +0.5 -0.1102824 0.1660027 1 0 0 +-0.5 -0.1189415 0.1175531 -1 0 0 +0.4307759 -0.4191208 -0.5 0 0 -1 +-0.1587011 -0.5 0.2510828 0 -1 0 +-0.1485741 -0.2696396 0.5 0 0 1 +-0.4237049 -0.5 -0.04083195 0 -1 0 +-0.2653003 0.5 -0.2642686 0 1 0 +-0.5 0.1363917 -0.3765157 -1 0 0 +0.2764431 0.5 -0.1124364 0 1 0 +0.009206682 -0.5 -0.3138197 0 -1 0 +0.2878631 -0.1571899 -0.5 0 0 -1 +-0.5 0.4352826 0.377033 -1 0 0 +-0.3762532 -0.5 0.4994147 0 -1 0 +0.465842 0.5 0.329048 0 1 0 +0.2246732 0.2506927 0.5 0 0 1 +0.1418917 0.5 -0.08692455 0 1 0 +-0.01475845 0.4659204 -0.5 0 0 -1 +0.1747798 -0.1689081 0.5 0 0 1 +0.5 -0.1927207 -0.1246497 1 0 0 +-0.5 0.2991255 0.03455199 -1 0 0 +-0.5 -0.3245643 -0.1742857 -1 0 0 +-0.2444515 -0.5 0.1284224 0 -1 0 +-0.2164806 -0.08449045 0.5 0 0 1 +0.4471133 -0.5 0.2912899 0 -1 0 +0.5 0.3952864 -0.4183203 1 0 0 +-0.1607751 -0.5 0.4524648 0 -1 0 +0.4929563 0.5 -0.3688413 0 1 0 +0.3702686 0.3287698 0.5 0 0 1 +0.5 -0.09630161 0.08354776 1 0 0 +-0.4747423 0.5 0.2561449 0 1 0 +-0.5 0.04251242 0.03869867 -1 0 0 +0.2281442 -0.1782259 -0.5 0 0 -1 +0.2897296 -0.5 -0.04075581 0 -1 0 +0.4661337 -0.06402408 0.5 0 0 1 +-0.5 -0.4163228 -0.4311062 -1 0 0 +-0.4439453 -0.5 0.2410028 0 -1 0 +-0.198284 0.5 0.07298079 0 1 0 +0.1434008 0.5 -0.257852 0 1 0 +0.5 0.2637311 0.06561106 1 0 0 +-0.5 -0.1575085 -0.4206837 -1 0 0 +-0.1630927 0.5 -0.3186834 0 1 0 +0.1221399 -0.5 -0.03467153 0 -1 0 +-0.3309027 0.5 0.07970694 0 1 0 +0.02310669 0.01431412 -0.5 0 0 -1 +-0.5 0.4645868 0.3115112 -1 0 0 +0.400989 -0.5 -0.00360965 0 -1 0 +-0.5 -0.2976083 0.1947035 -1 0 0 +-0.1011261 -0.09259457 -0.5 0 0 -1 +-0.1162517 0.1919771 -0.5 0 0 -1 +-0.5 0.3125543 0.1128083 -1 0 0 +0.5 0.4109659 0.2349322 1 0 0 +0.08830966 -0.0174256 -0.5 0 0 -1 +0.4160858 -0.5 -0.1867868 0 -1 0 +-0.3490118 -0.5 0.08835103 0 -1 0 +-0.1162964 0.5 -0.1376338 0 1 0 +-0.02452885 0.5 0.2573607 0 1 0 +-0.2356136 -0.5 0.001021788 0 -1 0 +-0.01128519 -0.03938657 -0.5 0 0 -1 +-0.5 -0.2896406 -0.3920524 -1 0 0 +-0.05844586 0.5 -0.002210384 0 1 0 +0.5 -0.3671046 -0.4186893 1 0 0 +0.3054676 -0.08150866 0.5 0 0 1 +0.2894325 -0.1322639 -0.5 0 0 -1 +-0.4651673 -0.5 0.4217563 0 -1 0 +0.3266547 -0.3560319 0.5 0 0 1 +0.4456729 0.2816975 -0.5 0 0 -1 +0.5 0.2743506 0.4811994 1 0 0 +0.1030045 -0.1332032 0.5 0 0 1 +-0.4267472 -0.0735328 0.5 0 0 1 +0.3920076 -0.5 -0.3226126 0 -1 0 +0.09108175 0.17734 -0.5 0 0 -1 +-0.5 -0.344638 -0.3337726 -1 0 0 +-0.5 0.208304 0.3792493 -1 0 0 +0.1176849 0.5 0.04791869 0 1 0 +0.5 0.02338199 0.01354946 1 0 0 +-0.3822861 -0.5 0.2159039 0 -1 0 +-0.2178602 0.5 0.05641085 0 1 0 +-0.5 0.4433386 0.1659504 -1 0 0 +-0.03589219 -0.2319643 -0.5 0 0 -1 +0.5 0.4617788 0.3762168 1 0 0 +-0.3510247 0.5 0.3869082 0 1 0 +0.3258178 -0.4132552 -0.5 0 0 -1 +-0.5 -0.1194708 -0.09649694 -1 0 0 +0.3126374 0.2200305 -0.5 0 0 -1 +0.06291579 -0.5 0.1042634 0 -1 0 +-0.5 -0.2626246 0.1920151 -1 0 0 +0.5 0.09265739 -0.1980188 1 0 0 +0.3676129 -0.02384184 0.5 0 0 1 +-0.1700506 -0.5 0.4256502 0 -1 0 +0.2144567 0.5 0.3392766 0 1 0 +-0.009353518 -0.4200845 0.5 0 0 1 +-0.4053067 -0.5 0.4892254 0 -1 0 +-0.3890932 0.06174949 -0.5 0 0 -1 +-0.4091318 0.3593079 -0.5 0 0 -1 +-0.3442999 0.4375365 -0.5 0 0 -1 +-0.2942168 -0.1336737 -0.5 0 0 -1 +0.08109206 -0.5 0.2091305 0 -1 0 +-0.1336403 0.4850328 -0.5 0 0 -1 +0.318987 -0.5 0.2675149 0 -1 0 +-0.183269 0.3989776 -0.5 0 0 -1 +0.5 -0.006638527 0.4617323 1 0 0 +-0.4089121 0.5 -0.2494281 0 1 0 +-0.5 -0.4723883 -0.3989809 -1 0 0 +0.2635478 -0.3498125 -0.5 0 0 -1 +-0.3150411 0.5 0.04666036 0 1 0 +0.1097152 -0.5 0.09330797 0 -1 0 +0.4427913 -0.5 0.2223089 0 -1 0 +-0.1923655 0.5 -0.4199981 0 1 0 +-0.1688984 -0.5 0.4309807 0 -1 0 +0.5 0.3242112 -0.4976097 1 0 0 +-0.2952123 -0.3092793 -0.5 0 0 -1 +-0.09853005 0.5 0.178402 0 1 0 +0.5 0.3663432 -0.3714809 1 0 0 +0.5 -0.01744993 -0.2017847 1 0 0 +-0.5 -0.01823589 -0.05901182 -1 0 0 +-0.5 0.1301394 -0.2297917 -1 0 0 +-0.5 0.2602839 0.4627052 -1 0 0 +-0.3647834 0.5 -0.3791735 0 1 0 +0.5 -0.286745 0.3569916 1 0 0 +0.0297697 0.1760022 0.5 0 0 1 +0.5 -0.461662 0.483049 1 0 0 +-0.0437119 -0.4984122 0.5 0 0 1 +-0.4714239 0.490503 0.5 0 0 1 +-0.213768 0.5 0.2310025 0 1 0 +-0.17912 -0.5 -0.2467991 0 -1 0 +-0.2838281 0.5 0.03239509 0 1 0 +-0.1087416 -0.5 0.2628492 0 -1 0 +0.3820862 -0.4766506 -0.5 0 0 -1 +-0.4994926 0.3471472 0.5 0 0 1 +0.5 0.3435214 -0.1807241 1 0 0 +-0.172861 -0.5 -0.3809435 0 -1 0 +-0.3105539 0.5 0.441093 0 1 0 +0.1243585 0.5 0.3849678 0 1 0 +0.2183859 -0.1052709 0.5 0 0 1 +0.2186165 -0.5 0.1526281 0 -1 0 +0.1205142 0.09705038 0.5 0 0 1 +-0.08968145 0.5 0.2972975 0 1 0 +-0.4474283 -0.0685696 0.5 0 0 1 +0.5 0.4166614 0.07315825 1 0 0 +0.4746803 0.4190522 0.5 0 0 1 +-0.2760376 0.5 -0.1322679 0 1 0 +-0.3944669 0.5 0.2157833 0 1 0 +0.2424286 0.3365633 0.5 0 0 1 +-0.5 0.3235396 -0.342415 -1 0 0 +0.209229 0.3595666 -0.5 0 0 -1 +-0.3304086 0.3194934 -0.5 0 0 -1 +0.4764733 -0.5 0.2189031 0 -1 0 +-0.3498546 -0.5 -0.1347709 0 -1 0 +0.2341864 -0.02766401 -0.5 0 0 -1 +0.269976 -0.5 0.04959792 0 -1 0 +-0.5 0.10896 -0.316224 -1 0 0 +-0.2267566 0.5 0.2966785 0 1 0 +0.256018 -0.5 0.3653925 0 -1 0 +-0.07245856 -0.5 0.06567843 0 -1 0 +-0.2961435 -0.5 -0.1079276 0 -1 0 +0.3338697 -0.5 -0.4413175 0 -1 0 +-0.5 0.005872712 -0.4179531 -1 0 0 +-0.4974086 0.0140484 0.5 0 0 1 +-0.2842296 0.5 0.2287512 0 1 0 +0.5 -0.07751346 -0.1173271 1 0 0 +0.02696003 -0.5 0.4430593 0 -1 0 +-0.3656495 -0.3766277 -0.5 0 0 -1 +0.342155 0.3926345 0.5 0 0 1 +-0.1174168 -0.5 0.2075995 0 -1 0 +0.5 -0.4858486 -0.3554943 1 0 0 +0.2531155 0.5 0.249581 0 1 0 +-0.425736 -0.2461105 0.5 0 0 1 +-0.4846925 0.5 0.2459974 0 1 0 +-0.3771056 0.2070818 -0.5 0 0 -1 +-0.5 -0.242874 0.2509441 -1 0 0 +0.5 0.1133259 -0.08686662 1 0 0 +0.4255609 -0.5 0.2143126 0 -1 0 +-0.2211509 -0.03448058 -0.5 0 0 -1 +0.5 0.18552 -0.09237635 1 0 0 +0.3051172 0.5 -0.2591845 0 1 0 +0.3397064 -0.2632467 -0.5 0 0 -1 +0.5 0.2040572 0.3174565 1 0 0 +0.1641448 -0.5 -0.07571186 0 -1 0 +-0.3715233 0.5 -0.1355046 0 1 0 +0.5 -0.4650532 0.06695409 1 0 0 +0.5 -0.2134593 -0.04369309 1 0 0 +-0.5 -0.05395521 0.213098 -1 0 0 +-0.3932299 0.06249832 0.5 0 0 1 +-0.1401498 -0.5 0.3526634 0 -1 0 +0.4192352 -0.5 -0.1378903 0 -1 0 +0.4860477 -0.1966697 -0.5 0 0 -1 +0.4206669 -0.1752958 -0.5 0 0 -1 +-0.1353709 0.5 -0.4109842 0 1 0 +0.1611013 -0.4391602 -0.5 0 0 -1 +0.2727759 0.5 -0.412907 0 1 0 +-0.5 -0.2274742 -0.06611854 -1 0 0 +0.09134157 0.5 0.02822067 0 1 0 +-0.2832539 0.5 0.1084673 0 1 0 +0.3007678 -0.4163791 -0.5 0 0 -1 +-0.5 -0.1657115 -0.1228622 -1 0 0 +0.5 0.2467314 0.2540116 1 0 0 +0.03203832 0.0007839799 0.5 0 0 1 +-0.406025 0.5 0.07098219 0 1 0 +0.5 0.3213333 0.1672456 1 0 0 +0.3231559 -0.03137606 -0.5 0 0 -1 +0.1516279 0.5 0.4750497 0 1 0 +0.5 -0.384337 -0.0181717 1 0 0 +0.2944925 -0.09735501 -0.5 0 0 -1 +0.5 0.2210455 -0.409633 1 0 0 +0.5 0.4487184 -0.48496 1 0 0 +0.01610649 -0.5 -0.2106717 0 -1 0 +-0.09261918 0.1780171 -0.5 0 0 -1 +-0.06075257 0.5 0.02181894 0 1 0 +0.0253948 -0.5 0.4960537 0 -1 0 +0.2680225 0.3453196 -0.5 0 0 -1 +0.138652 -0.5 -0.09095675 0 -1 0 +-0.03761721 0.5 -0.005106866 0 1 0 +-0.5 0.3386613 -0.1878914 -1 0 0 +-0.3158592 -0.1203445 0.5 0 0 1 +0.3737535 0.5 -0.3995168 0 1 0 +-0.5 0.2145842 0.2124927 -1 0 0 +0.5 -0.01903212 0.1405548 1 0 0 +-0.4360159 0.4404589 -0.5 0 0 -1 +0.5 0.3807697 0.383815 1 0 0 +-0.5 -0.1708862 -0.03241372 -1 0 0 +0.4056621 0.5 0.3959817 0 1 0 +0.008136384 0.5 0.1854829 0 1 0 +-0.02853477 -0.4774363 -0.5 0 0 -1 +-0.2627956 -0.5 -0.4221081 0 -1 0 +0.2252463 -0.5 0.4602202 0 -1 0 +-0.5 -0.4169217 0.4915437 -1 0 0 +0.2680781 -0.5 -0.227707 0 -1 0 +0.2100505 0.3778716 -0.5 0 0 -1 +-0.4731439 -0.5 0.3684806 0 -1 0 +0.2611997 0.5 0.356711 0 1 0 +-0.1034852 -0.5 0.1621026 0 -1 0 +-0.2922876 0.4332602 -0.5 0 0 -1 +-0.3830565 -0.5 -0.4193602 0 -1 0 +0.148863 -0.5 0.4282275 0 -1 0 +0.3164039 -0.5 0.0926655 0 -1 0 +-0.5 -0.4271315 -0.3063824 -1 0 0 +0.5 0.2163534 0.4495566 1 0 0 +-0.5 0.008490317 -0.2280858 -1 0 0 +0.06547882 0.5 -0.07283646 0 1 0 +0.5 -0.3287369 0.002999723 1 0 0 +0.1248033 0.5 0.1478403 0 1 0 +0.5 0.493186 -0.3975717 1 0 0 +-0.1085828 0.04108376 0.5 0 0 1 +0.0605606 0.5 0.07407992 0 1 0 +-0.145493 0.5 -0.1880764 0 1 0 +0.01958942 0.5 -0.01866543 0 1 0 +-0.5 -0.05512203 0.1374023 -1 0 0 +0.1070986 0.5 0.2395408 0 1 0 +-0.2809361 -0.2920182 0.5 0 0 1 +0.5 -0.1034902 -0.416508 1 0 0 +0.0008361489 0.5 0.364256 0 1 0 +0.346726 -0.5 0.06292802 0 -1 0 +-0.5 -0.04541303 0.2013852 -1 0 0 +-0.1121722 -0.3937134 -0.5 0 0 -1 +0.03650594 0.5 0.3423194 0 1 0 +-0.5 0.1029047 0.1701425 -1 0 0 +-0.4093703 0.4123045 0.5 0 0 1 +0.3217875 0.4189487 0.5 0 0 1 +-0.3495028 0.3510653 0.5 0 0 1 +0.5 -0.3437812 0.1078278 1 0 0 +0.2768209 -0.4488648 -0.5 0 0 -1 +-0.04728633 0.5 -0.05018872 0 1 0 +0.5 -0.2554761 0.3159856 1 0 0 +-0.01899052 -0.2361988 0.5 0 0 1 +0.3672838 -0.1393427 0.5 0 0 1 +0.4861107 -0.3229747 -0.5 0 0 -1 +0.5 -0.2610643 -0.06807101 1 0 0 +0.1062428 0.5 0.03763254 0 1 0 +-0.2308396 0.5 -0.05510897 0 1 0 +0.2530428 -0.02356071 -0.5 0 0 -1 +-0.4559833 -0.5 -0.2461222 0 -1 0 +0.5 0.1706486 0.1627865 1 0 0 +0.5 0.3155215 -0.445583 1 0 0 +0.5 0.4202069 0.2035978 1 0 0 +-0.5 0.2106902 -0.1396914 -1 0 0 +-0.4058743 -0.5 0.4088159 0 -1 0 +-0.5 0.4905994 -0.1497335 -1 0 0 +0.4745001 0.0442161 0.5 0 0 1 +0.4193667 0.5 -0.1193509 0 1 0 +-0.5 0.3684897 -0.2714207 -1 0 0 +-0.5 -0.2796813 0.02183139 -1 0 0 +0.009212747 -0.3702129 -0.5 0 0 -1 +0.3612493 -0.1162042 -0.5 0 0 -1 +-0.5 0.4747566 0.01182853 -1 0 0 +0.4773475 0.3259594 0.5 0 0 1 +-0.03523748 -0.4754549 -0.5 0 0 -1 +-0.5 -0.006353259 0.1238549 -1 0 0 +-0.5 0.4032101 -0.1234902 -1 0 0 +-0.3292024 0.5 0.1231699 0 1 0 +-0.4263297 -0.5 -0.1797702 0 -1 0 +0.4105097 -0.07751431 0.5 0 0 1 +0.5 -0.02527523 -0.431859 1 0 0 +-0.07975293 -0.5 -0.09761948 0 -1 0 +-0.5 0.3784038 0.31773 -1 0 0 +0.1061909 0.1196154 -0.5 0 0 -1 +0.4951473 -0.3606068 0.5 0 0 1 +-0.2625514 -0.5 -0.3803633 0 -1 0 +0.1446689 0.4921321 -0.5 0 0 -1 +0.4443477 -0.5 0.4213793 0 -1 0 +0.4865738 0.3642277 -0.5 0 0 -1 +-0.05738533 0.2555576 0.5 0 0 1 +0.1698543 -0.5 0.03758281 0 -1 0 +-0.5 0.3448113 -0.4401531 -1 0 0 +0.007292479 0.3628531 -0.5 0 0 -1 +-0.244628 -0.5 -0.47088 0 -1 0 +-0.3100715 -0.0978803 -0.5 0 0 -1 +-0.2146597 -0.5 0.02763902 0 -1 0 +-0.5 0.4006623 0.4966038 -1 0 0 +0.01630485 0.5 0.3230115 0 1 0 +0.3846045 -0.2116653 0.5 0 0 1 +0.406591 0.04496516 -0.5 0 0 -1 +-0.1854104 0.5 0.2793775 0 1 0 +-0.09919161 0.5 -0.1480424 0 1 0 +0.5 0.4661272 -0.2493088 1 0 0 +0.1514838 -0.2062416 0.5 0 0 1 +0.3936291 0.3697528 -0.5 0 0 -1 +0.4656035 -0.5 0.3935657 0 -1 0 +-0.188209 0.5 -0.4149842 0 1 0 +0.1559923 -0.5 0.3567048 0 -1 0 +-0.5 0.2474083 -0.4899693 -1 0 0 +-0.1024264 0.3373752 0.5 0 0 1 +-0.5 0.1607974 -0.2185873 -1 0 0 +0.3416824 0.03176773 0.5 0 0 1 +-0.08079546 -0.07681375 0.5 0 0 1 +0.4626326 0.5 0.4529741 0 1 0 +0.009931341 -0.5 0.4201379 0 -1 0 +-0.5 0.4041051 -0.3479406 -1 0 0 +0.2110453 0.5 -0.1014318 0 1 0 +-0.1731455 0.5 -0.04948891 0 1 0 +0.07403128 -0.02589792 -0.5 0 0 -1 +-0.5 0.3243781 0.136407 -1 0 0 +-0.2348865 0.3611476 -0.5 0 0 -1 +0.4072829 0.5 0.2230606 0 1 0 +-0.2203924 -0.5 0.002099156 0 -1 0 +-0.5 0.3758571 0.07336479 -1 0 0 +-0.4785405 0.4574015 -0.5 0 0 -1 +0.5 0.4321718 0.3672544 1 0 0 +0.5 0.0542025 -0.4612359 1 0 0 +0.01114665 -0.4208242 0.5 0 0 1 +0.01130201 -0.4469541 -0.5 0 0 -1 +0.03498769 0.1983808 0.5 0 0 1 +0.182132 0.4112171 0.5 0 0 1 +-0.4917441 -0.5 -0.2980186 0 -1 0 +0.05523992 0.2087409 -0.5 0 0 -1 +-0.5 0.229346 -0.29678 -1 0 0 +-0.4966638 0.5 -0.01546527 0 1 0 +0.02331112 -0.5 -0.4158839 0 -1 0 +-0.437883 0.06376785 -0.5 0 0 -1 +-0.01692645 -0.1091843 -0.5 0 0 -1 +0.2264798 -0.486417 -0.5 0 0 -1 +-0.4048305 0.5 0.4029366 0 1 0 +0.0674749 0.5 -0.2982333 0 1 0 +0.2293063 -0.1281573 0.5 0 0 1 +0.5 -0.4213329 -0.09983736 1 0 0 +0.5 -0.0202153 0.2650013 1 0 0 +-0.5 0.4926292 0.383534 -1 0 0 +-0.5 0.09601033 -0.01506746 -1 0 0 +-0.1198803 0.5 -0.3321855 0 1 0 +-0.5 -0.1381054 0.294567 -1 0 0 +-0.2073075 -0.5 -0.2160753 0 -1 0 +-0.2204517 -0.01493175 -0.5 0 0 -1 +0.3916609 0.1726102 0.5 0 0 1 +0.06533672 -0.2367362 -0.5 0 0 -1 +0.5 0.1366537 0.3688096 1 0 0 +0.5 -0.3581244 -0.4066762 1 0 0 +0.2900321 -0.09745282 0.5 0 0 1 +-0.3551165 0.5 0.2746698 0 1 0 +0.04997951 -0.1427242 -0.5 0 0 -1 +0.1154936 -0.5 -0.1368112 0 -1 0 +-0.4870124 -0.01684146 0.5 0 0 1 +0.3477978 -0.5 -0.1402844 0 -1 0 +-0.2198242 -0.5 -0.1239623 0 -1 0 +0.03982729 -0.5 -0.4831794 0 -1 0 +-0.2261859 0.01411097 0.5 0 0 1 +-0.2726452 0.2485813 -0.5 0 0 -1 +0.2048784 -0.5 -0.3201432 0 -1 0 +-0.5 -0.2853811 0.3707163 -1 0 0 +0.5 0.1372095 0.4284891 1 0 0 +-0.5 0.2087524 -0.2649109 -1 0 0 +0.1749909 -0.3026375 0.5 0 0 1 +0.2180405 0.5 0.2893502 0 1 0 +0.0484612 -0.5 0.4187455 0 -1 0 +0.07551469 -0.5 -0.1676656 0 -1 0 +0.1817206 -0.5 0.2470951 0 -1 0 +0.5 0.05895495 0.1666726 1 0 0 +0.3491473 0.5 0.3400731 0 1 0 +-0.5 0.301217 -0.3153984 -1 0 0 +0.06757294 0.4529409 0.5 0 0 1 +0.5 -0.3469507 -0.1692362 1 0 0 +-0.1357511 0.5 0.4166681 0 1 0 +0.5 -0.1488104 0.2554466 1 0 0 +0.3021823 -0.4660274 0.5 0 0 1 +0.07206669 0.4460571 -0.5 0 0 -1 +-0.5 -0.489572 0.08349229 -1 0 0 +0.5 -0.08004187 -0.4284298 1 0 0 +0.1099507 0.1172205 -0.5 0 0 -1 +0.139226 0.3431286 -0.5 0 0 -1 +0.3224242 -0.5 0.1126629 0 -1 0 +-0.3939385 -0.1759865 -0.5 0 0 -1 +-0.1256124 0.5 -0.4768254 0 1 0 +-0.5 0.09005506 0.2886826 -1 0 0 +-0.5 -0.09311789 -0.4438747 -1 0 0 +0.5 -0.4100271 0.07733172 1 0 0 +0.3009536 0.2367229 -0.5 0 0 -1 +0.5 -0.2940177 -0.4869765 1 0 0 +-0.0323152 0.04957587 -0.5 0 0 -1 +-0.5 0.2201716 0.1829646 -1 0 0 +0.5 -0.4171454 0.05112839 1 0 0 +0.004741788 0.5 0.1897436 0 1 0 +-0.008673072 0.5 -0.2644948 0 1 0 +0.3664218 0.5 0.01679109 0 1 0 +0.485707 0.5 -0.2853863 0 1 0 +-0.5 0.1740416 -0.2755634 -1 0 0 +0.08229095 0.5 0.291337 0 1 0 +-0.5 0.388445 -0.3995262 -1 0 0 +0.1586481 -0.02395779 0.5 0 0 1 +0.2000476 0.5 0.4848106 0 1 0 +0.3032577 -0.5 -0.05252625 0 -1 0 +-0.2130694 0.3412867 -0.5 0 0 -1 +0.2781144 -0.05798493 0.5 0 0 1 +0.07716936 -0.5 -0.4120969 0 -1 0 +-0.5 0.1925271 0.3855152 -1 0 0 +0.5 -0.2878027 -0.3698147 1 0 0 +0.3485447 0.4494264 -0.5 0 0 -1 +-0.5 0.4694139 0.06738348 -1 0 0 +0.3733186 -0.4150654 -0.5 0 0 -1 +-0.310237 -0.1375118 -0.5 0 0 -1 +-0.2297548 0.3461743 0.5 0 0 1 +-0.4147495 0.2477481 -0.5 0 0 -1 +0.1106877 -0.009310365 0.5 0 0 1 +-0.2930411 -0.3262377 0.5 0 0 1 +-0.03851783 -0.3416356 -0.5 0 0 -1 +0.5 0.3559359 0.4203284 1 0 0 +0.1782056 0.5 0.2506155 0 1 0 +0.01708345 0.5 -0.03223914 0 1 0 +-0.3311523 0.4966982 0.5 0 0 1 +-0.2993639 0.5 -0.2263224 0 1 0 +-0.5 0.0374086 0.204518 -1 0 0 +-0.1045124 -0.5 0.464205 0 -1 0 +-0.164135 0.004806854 -0.5 0 0 -1 +-0.4056006 -0.5 -0.3212035 0 -1 0 +-0.5 0.1423782 -0.4408458 -1 0 0 +0.2523835 -0.3980085 -0.5 0 0 -1 +0.4088145 0.5 0.2383269 0 1 0 +0.5 0.330001 0.4940622 1 0 0 +-0.3180621 -0.5 0.4772853 0 -1 0 +-0.443575 -0.04024565 -0.5 0 0 -1 +0.5 0.3378685 0.1474954 1 0 0 +0.01930916 -0.5 -0.2294867 0 -1 0 +0.4015303 0.3864546 -0.5 0 0 -1 +-0.5 -0.0781807 -0.4030992 -1 0 0 +0.05365242 -0.149964 -0.5 0 0 -1 +-0.2681776 0.5 0.02168435 0 1 0 +-0.002807841 -0.2471051 -0.5 0 0 -1 +0.4749557 0.5 -0.3619184 0 1 0 +0.07770258 -0.5 0.1203115 0 -1 0 +-0.3887509 0.5 0.4875229 0 1 0 +0.5 0.382038 0.4093572 1 0 0 +0.3620437 -0.5 -0.3274398 0 -1 0 +-0.4380793 0.2481579 0.5 0 0 1 +-0.1391493 -0.5 0.1046873 0 -1 0 +-0.5 -0.005793571 -0.4030786 -1 0 0 +-0.1916029 0.5 0.2125776 0 1 0 +0.3172728 -0.5 0.1780404 0 -1 0 +0.4699081 -0.3685851 -0.5 0 0 -1 +-0.3623992 0.5 0.2036549 0 1 0 +0.5 0.3425368 0.3697457 1 0 0 +0.5 0.4387581 -0.4629588 1 0 0 +-0.07018615 0.5 -0.2091388 0 1 0 +0.5 -0.3635949 0.4419441 1 0 0 +0.4308529 0.08181416 -0.5 0 0 -1 +-0.5 0.2868226 -0.08536488 -1 0 0 +-0.2591461 -0.03954852 0.5 0 0 1 +0.5 -0.2881651 -0.1895622 1 0 0 +0.5 0.3464442 0.1220874 1 0 0 +-0.4976961 0.5 0.1105144 0 1 0 +0.4173177 -0.121719 0.5 0 0 1 +0.08626825 0.5 0.1520386 0 1 0 +0.3797471 -0.4768934 0.5 0 0 1 +0.04049867 -0.5 0.3054187 0 -1 0 +-0.3539459 0.5 -0.1283101 0 1 0 +0.1772883 -0.5 -0.2331272 0 -1 0 +-0.03915155 0.5 0.3139311 0 1 0 +-0.01274753 -0.08083582 0.5 0 0 1 +0.4731633 0.5 -0.3447832 0 1 0 +-0.0518294 -0.5 -0.466783 0 -1 0 +0.05904722 -0.452763 0.5 0 0 1 +-0.230992 -0.5 0.2978809 0 -1 0 +-0.5 -0.420115 0.4914818 -1 0 0 +-0.06752199 0.4675281 0.5 0 0 1 +-0.4071653 -0.5 -0.1574627 0 -1 0 +0.5 -0.4109602 -0.2689201 1 0 0 +0.2635617 -0.2496078 -0.5 0 0 -1 +-0.4771025 -0.5 0.4328595 0 -1 0 +-0.5 -0.3101048 0.3220416 -1 0 0 +0.5 -0.1433474 -0.4576957 1 0 0 +-0.4316889 0.0001013279 -0.5 0 0 -1 +-0.5 0.3231873 0.2016389 -1 0 0 +-0.08996654 0.3850701 -0.5 0 0 -1 +0.2423207 -0.4605477 0.5 0 0 1 +0.2386253 -0.3121119 0.5 0 0 1 +0.1028075 -0.2484012 -0.5 0 0 -1 +-0.1458234 0.009061955 -0.5 0 0 -1 +-0.2901833 -0.5 0.05870855 0 -1 0 +-0.5 0.4206493 -0.008634567 -1 0 0 +-0.294304 0.5 -0.4894576 0 1 0 +-0.4939903 -0.5 -0.3647932 0 -1 0 +0.5 -0.1491153 -0.3083503 1 0 0 +0.04383135 0.009865761 0.5 0 0 1 +-0.399715 -0.02615926 0.5 0 0 1 +-0.5 0.184487 0.3120821 -1 0 0 +-0.3741428 0.07565948 -0.5 0 0 -1 +0.5 0.1375101 -0.2767825 1 0 0 +-0.4374374 -0.02475363 -0.5 0 0 -1 +-0.5 -0.08707035 0.1707899 -1 0 0 +-0.3705924 0.5 -0.3999847 0 1 0 +-0.5 -0.4613169 0.4507504 -1 0 0 +0.01216494 -0.4914221 -0.5 0 0 -1 +0.3126107 0.3573004 0.5 0 0 1 +0.5 0.06902433 0.2975196 1 0 0 +-0.37549 0.5 -0.1175273 0 1 0 +0.3643547 -0.5 -0.4938856 0 -1 0 +0.3052955 -0.3534052 0.5 0 0 1 +-0.172776 -0.06491403 0.5 0 0 1 +0.4188916 -0.5 0.1509611 0 -1 0 +-0.3654106 0.2190979 0.5 0 0 1 +0.5 -0.330911 0.4629862 1 0 0 +-0.008717656 0.1516656 -0.5 0 0 -1 +-0.5 0.08709311 -0.3845804 -1 0 0 +-0.04404337 0.1828941 -0.5 0 0 -1 +0.2625745 -0.247746 0.5 0 0 1 +-0.5 -0.185537 0.1184559 -1 0 0 +-0.4177861 0.3237017 0.5 0 0 1 +-0.3486759 0.274173 0.5 0 0 1 +-0.5 -0.2648098 -0.4280369 -1 0 0 +0.01721942 -0.5 0.1061831 0 -1 0 +0.2843477 -0.5 -0.2774839 0 -1 0 +0.5 -0.4949611 0.1797761 1 0 0 +-0.5 0.4896362 -0.3413398 -1 0 0 +-0.1296434 -0.5 0.286524 0 -1 0 +-0.1106233 0.5 -0.411021 0 1 0 +-0.5 0.1419358 0.4651378 -1 0 0 +-0.2814118 -0.4740551 -0.5 0 0 -1 +0.2420175 0.5 0.4992059 0 1 0 +0.5 0.3582683 0.187042 1 0 0 +-0.01123917 0.5 -0.2541202 0 1 0 +0.3109722 -0.2347628 -0.5 0 0 -1 +-0.1200746 -0.169311 -0.5 0 0 -1 +0.4579894 0.5 -0.4739756 0 1 0 +-0.07066984 -0.5 0.03546708 0 -1 0 +-0.04952073 -0.2827289 0.5 0 0 1 +-0.09200931 0.5 -0.1461614 0 1 0 +0.5 0.3320243 -0.4749262 1 0 0 +-0.4970965 -0.3367611 -0.5 0 0 -1 +-0.4860184 -0.2089542 -0.5 0 0 -1 +0.5 -0.09652993 -0.06171972 1 0 0 +-0.5 -0.08500279 0.2918361 -1 0 0 +0.4188131 -0.2370723 -0.5 0 0 -1 +-0.2079813 0.3624532 0.5 0 0 1 +0.447625 0.3942894 -0.5 0 0 -1 +-0.3605456 0.3170988 -0.5 0 0 -1 +-0.1263424 -0.5 0.05620556 0 -1 0 +-0.5 -0.2018003 -0.4403743 -1 0 0 +-0.3048552 0.5 -0.04987691 0 1 0 +0.5 -0.1894177 -0.205453 1 0 0 +-0.3004629 -0.5 0.3033955 0 -1 0 +-0.4816866 -0.223001 -0.5 0 0 -1 +-0.5 -0.407249 -0.2483873 -1 0 0 +-0.2031851 -0.3280808 0.5 0 0 1 +-0.5 -0.2360433 0.1912904 -1 0 0 +-0.5 0.2312176 0.1283151 -1 0 0 +-0.5 0.1110183 -0.1022915 -1 0 0 +0.08888619 0.5 0.4159501 0 1 0 +0.3624866 -0.5 0.1297079 0 -1 0 +0.07011288 0.5 0.2448066 0 1 0 +0.2851164 -0.5 -0.09778438 0 -1 0 +-0.4080433 0.07600611 -0.5 0 0 -1 +0.01839282 -0.454843 0.5 0 0 1 +-0.1748694 0.4546693 0.5 0 0 1 +0.2195804 0.5 -0.09704673 0 1 0 +0.5 0.2334335 -0.495684 1 0 0 +-0.5 -0.1811581 -0.3991611 -1 0 0 +-0.4811487 0.2894881 0.5 0 0 1 +-0.5 -0.05189934 0.3691491 -1 0 0 +0.2875501 0.4778665 -0.5 0 0 -1 +0.1924505 -0.5 0.1853426 0 -1 0 +0.2041216 0.02961314 -0.5 0 0 -1 +-0.2822399 0.5 -0.03827251 0 1 0 +-0.2759334 0.5 0.1704751 0 1 0 +-0.02801831 0.5 0.3065466 0 1 0 +-0.07085712 -0.0290662 -0.5 0 0 -1 +-0.5 -0.3534545 0.03903162 -1 0 0 +0.5 0.3723362 -0.04744612 1 0 0 +0.2605485 -0.08215702 -0.5 0 0 -1 +0.1446833 0.5 0.009025112 0 1 0 +0.3979251 -0.5 -0.4614107 0 -1 0 +0.2559669 0.5 -0.00809586 0 1 0 +-0.416879 0.3213688 -0.5 0 0 -1 +-0.3330675 -0.1377352 0.5 0 0 1 +0.5 -0.3724639 -0.2352687 1 0 0 +-0.1073626 0.5 -0.2494794 0 1 0 +-0.5 -0.03223402 0.3778344 -1 0 0 +0.5 -0.0376953 -0.1930852 1 0 0 +-0.5 -0.218959 -0.4643491 -1 0 0 +-0.5 -0.03342421 0.03390552 -1 0 0 +0.5 0.2669333 -0.3975629 1 0 0 +-0.1317441 -0.4764049 -0.5 0 0 -1 +0.108421 -0.5 -0.153814 0 -1 0 +0.4895158 0.01771872 0.5 0 0 1 +0.1580228 0.3896607 -0.5 0 0 -1 +0.4783164 -0.5 -0.4767489 0 -1 0 +-0.5 0.2752022 0.3682975 -1 0 0 +-0.5 -0.1703416 -0.1800942 -1 0 0 +-0.2329653 0.4788113 0.5 0 0 1 +-0.5 0.06734854 -0.3784761 -1 0 0 +-0.3978899 0.5 0.260241 0 1 0 +-0.1569448 -0.5 -0.009159751 0 -1 0 +-0.4333985 -0.08480822 0.5 0 0 1 +-0.3333404 -0.1789677 0.5 0 0 1 +0.1744756 0.009166539 -0.5 0 0 -1 +0.5 0.1061704 0.4932427 1 0 0 +-0.3809015 0.1041638 0.5 0 0 1 +0.5 0.3942945 0.410535 1 0 0 +-0.2863153 -0.5 0.2036189 0 -1 0 +-0.4477227 0.1173546 0.5 0 0 1 +0.5 -0.3210437 0.3727862 1 0 0 +0.1288601 -0.03598106 -0.5 0 0 -1 +-0.1515403 0.4102416 -0.5 0 0 -1 +-0.5 0.1143281 0.2464819 -1 0 0 +-0.2450703 -0.1827279 0.5 0 0 1 +0.5 0.4230753 -0.1595677 1 0 0 +0.4571647 0.5 -0.0992716 0 1 0 +0.5 -0.4399724 -0.2999637 1 0 0 +0.5 0.008440733 0.3456588 1 0 0 +0.5 -0.1181058 -0.1157157 1 0 0 +-0.5 -0.4909806 0.04547703 -1 0 0 +0.5 0.2954924 0.4054307 1 0 0 +0.5 0.4588934 0.4852704 1 0 0 +0.5 -0.1288365 0.2262706 1 0 0 +0.1093865 -0.5 0.4494616 0 -1 0 +-0.03294557 -0.1660815 -0.5 0 0 -1 +-0.3581185 0.5 0.2513793 0 1 0 +-0.5 -0.4494894 -0.02641487 -1 0 0 +0.4926766 -0.5 -0.1917091 0 -1 0 +-0.5 0.04192799 0.2908802 -1 0 0 +0.05155522 -0.5 0.4252119 0 -1 0 +-0.1576619 0.5 0.4158767 0 1 0 +0.3948622 0.5 -0.1728674 0 1 0 +-0.5 0.0848341 -0.06950074 -1 0 0 +0.5 0.2632385 -0.2954758 1 0 0 +-0.5 -0.1828308 -0.03713239 -1 0 0 +-0.2737203 -0.1883023 0.5 0 0 1 +-0.04401033 0.5 0.3385313 0 1 0 +0.487017 0.2241228 -0.5 0 0 -1 +0.5 -0.3231167 -0.1874838 1 0 0 +-0.5 0.3005562 0.3311152 -1 0 0 +-0.5 -0.4347941 0.4751236 -1 0 0 +-0.5 0.2343827 0.290557 -1 0 0 +-0.3024134 -0.1196393 -0.5 0 0 -1 +0.5 -0.1040474 0.3581903 1 0 0 +-0.2057592 -0.2975457 -0.5 0 0 -1 +-0.5 0.2837352 -0.0544098 -1 0 0 +-0.5 -0.12984 -0.3881086 -1 0 0 +-0.5 0.3840283 0.2342056 -1 0 0 +-0.2861632 -0.5 0.4083098 0 -1 0 +0.2949054 -0.3498533 -0.5 0 0 -1 +0.4907739 -0.3733971 -0.5 0 0 -1 +-0.5 0.4415222 0.3077051 -1 0 0 +0.4435135 -0.5 -0.1474125 0 -1 0 +-0.5 0.107753 0.09306149 -1 0 0 +0.5 -0.2081442 -0.09432906 1 0 0 +0.4931663 -0.5 -0.09732532 0 -1 0 +-0.3524133 -0.1521823 -0.5 0 0 -1 +-0.29231 0.4352124 -0.5 0 0 -1 +0.5 -0.2156725 -0.2207822 1 0 0 +0.4278442 0.5 -0.1478215 0 1 0 +-0.5 0.4932024 0.3882177 -1 0 0 +0.5 -0.2353668 0.2266744 1 0 0 +0.5 -0.2468771 0.3250306 1 0 0 +-0.5 0.2397221 0.4139715 -1 0 0 +-0.4558375 -0.401031 -0.5 0 0 -1 +0.3582166 0.4631742 -0.5 0 0 -1 +-0.4211692 -0.5 0.4206043 0 -1 0 +0.4198101 -0.5 -0.4932947 0 -1 0 +0.5 -0.4610015 -0.1961348 1 0 0 +0.02860905 -0.4288139 0.5 0 0 1 +-0.5 -0.357599 0.2790399 -1 0 0 +-0.5 0.2463453 0.4739511 -1 0 0 +0.473375 -0.3029511 -0.5 0 0 -1 +-0.06901234 -0.5 -0.2643085 0 -1 0 +0.1556156 0.3933834 -0.5 0 0 -1 +-0.4218135 0.5 -0.4278419 0 1 0 +-0.5 -0.008307397 0.2872051 -1 0 0 +0.2983749 -0.1671802 0.5 0 0 1 +0.4772295 -0.5 -0.05709432 0 -1 0 +0.5 -0.4352892 0.3741688 1 0 0 +-0.4188082 0.3517052 -0.5 0 0 -1 +-0.3722172 0.4511499 -0.5 0 0 -1 +0.3502105 0.4678369 -0.5 0 0 -1 +0.4693404 -0.3408973 -0.5 0 0 -1 +-0.1314605 -0.1440688 -0.5 0 0 -1 +0.4137656 -0.5 -0.02463911 0 -1 0 +0.5 0.4370998 0.264882 1 0 0 +0.228436 0.5 -0.1451411 0 1 0 +0.5 -0.2791018 0.3658676 1 0 0 +0.5 0.3592926 0.4917108 1 0 0 +0.3680971 0.1726096 -0.5 0 0 -1 +0.5 0.3644001 -0.3264357 1 0 0 +-0.3639564 -0.3440808 -0.5 0 0 -1 +0.1892234 0.04368305 -0.5 0 0 -1 +0.5 0.1295393 -0.2749172 1 0 0 +-0.04199737 -0.5 0.2908127 0 -1 0 +-0.5 0.4327397 0.4567744 -1 0 0 +0.5 -0.1992535 -0.1687118 1 0 0 +0.5 0.1462689 -0.3679814 1 0 0 +0.05378152 0.2670822 -0.5 0 0 -1 +0.04765421 0.3073119 0.5 0 0 1 +-0.2925699 0.2959702 0.5 0 0 1 +-0.3829679 -0.5 -0.05393577 0 -1 0 +-0.5 -0.1020012 0.4820061 -1 0 0 +0.1323475 0.3272004 -0.5 0 0 -1 +-0.5 -0.2482031 0.4010465 -1 0 0 +0.3912456 -0.2560436 0.5 0 0 1 +0.2047332 -0.2762202 0.5 0 0 1 +-0.05740558 -0.1603552 0.5 0 0 1 +0.5 -0.4945539 0.4982551 1 0 0 +-0.2382323 0.5 -0.2001653 0 1 0 +0.379493 -0.5 -0.1525189 0 -1 0 +0.01909281 -0.5 0.1015045 0 -1 0 +-0.5 -0.4715078 0.06347401 -1 0 0 +0.5 -0.4663602 -0.4990478 1 0 0 +-0.5 0.2497991 0.1321109 -1 0 0 +0.5 0.2060851 0.4007156 1 0 0 +0.4267393 0.3204898 -0.5 0 0 -1 +-0.06409322 -0.4360849 0.5 0 0 1 +-0.2198741 -0.5 0.2778558 0 -1 0 +-0.2072964 0.5 0.2188434 0 1 0 +-0.5 0.1597808 -0.4968179 -1 0 0 +0.07199235 -0.5 -0.4709972 0 -1 0 +0.4125943 0.2703782 0.5 0 0 1 +-0.5 0.214888 0.3161765 -1 0 0 +0.5 -0.03761207 -0.3711835 1 0 0 +-0.4486929 0.06742573 0.5 0 0 1 +-0.5 0.3823038 0.4798401 -1 0 0 +-0.2823104 0.5 -0.3021539 0 1 0 +0.2234429 -0.5 0.1783122 0 -1 0 +-0.5 -0.4924297 -0.4349052 -1 0 0 +-0.5 -0.1771482 -0.07640123 -1 0 0 +-0.5 0.3307793 0.4479655 -1 0 0 +0.4266299 0.2472702 0.5 0 0 1 +0.1924102 0.1796467 -0.5 0 0 -1 +0.2463999 0.5 0.1114408 0 1 0 +0.2889549 -0.5 0.2798104 0 -1 0 +-0.2235832 -0.1226652 0.5 0 0 1 +-0.5 0.2613422 0.06271142 -1 0 0 +-0.5 0.102371 0.1398459 -1 0 0 +0.427103 -0.2242403 -0.5 0 0 -1 +-0.5 -0.151352 0.4261273 -1 0 0 +-0.5 0.4040202 -0.3541598 -1 0 0 +0.4169686 0.5 0.03528899 0 1 0 +0.4567034 -0.5 0.05109221 0 -1 0 +0.4074855 0.2496183 -0.5 0 0 -1 +-0.5 0.06797387 -0.04946862 -1 0 0 +0.1297607 0.4968915 -0.5 0 0 -1 +0.5 0.2165079 0.000225246 1 0 0 +0.4518957 -0.4303324 -0.5 0 0 -1 +-0.5 -0.4785112 -0.1817179 -1 0 0 +-0.4987648 0.5 0.1577141 0 1 0 +-0.06739409 0.3650288 0.5 0 0 1 +0.5 -0.07796884 0.3413216 1 0 0 +0.3961861 0.1967455 -0.5 0 0 -1 +0.1326971 -0.1324192 -0.5 0 0 -1 +0.335499 0.5 0.04737294 0 1 0 +0.4634951 -0.5 0.2940248 0 -1 0 +0.216758 -0.1697743 0.5 0 0 1 +-0.1243522 -0.2167565 -0.5 0 0 -1 +-0.4450605 -0.5 0.09637111 0 -1 0 +0.5 -0.2369437 -0.04153003 1 0 0 +-0.5 0.02166945 -0.1490564 -1 0 0 +-0.3447301 0.5 -0.08479244 0 1 0 +-0.1848705 0.5 0.2909522 0 1 0 +-0.3057739 -0.5 0.1778598 0 -1 0 +0.3424681 -0.1574315 0.5 0 0 1 +-0.3296208 0.2212683 0.5 0 0 1 +-0.4604707 -0.5 0.2341402 0 -1 0 +0.5 0.3941859 -0.2432909 1 0 0 +0.5 0.3859149 0.07269245 1 0 0 +0.3658541 0.5 0.1402621 0 1 0 +-0.5 0.0915159 -0.4571324 -1 0 0 +0.5 0.120101 -0.1025581 1 0 0 +0.5 -0.4796286 -0.2639512 1 0 0 +-0.09263098 0.02739742 -0.5 0 0 -1 +-0.3360475 -0.01967743 0.5 0 0 1 +-0.1412681 0.0782591 -0.5 0 0 -1 +0.2584588 0.01178395 -0.5 0 0 -1 +0.372923 0.5 0.06343997 0 1 0 +-0.4535083 0.5 0.420814 0 1 0 +-0.3131881 -0.5 -0.026472 0 -1 0 +0.5 0.02201163 0.06733073 1 0 0 +-0.2051489 -0.3813372 -0.5 0 0 -1 +-0.5 0.4049442 0.3521817 -1 0 0 +-0.5 -0.03426784 0.4372427 -1 0 0 +0.3180368 -0.5 -0.3488513 0 -1 0 +-0.124544 -0.5 0.4282256 0 -1 0 +-0.05146068 -0.184953 0.5 0 0 1 +-0.2854286 -0.4371 -0.5 0 0 -1 +0.5 -0.1984965 -0.3161389 1 0 0 +-0.5 0.3508689 -0.005482376 -1 0 0 +-0.2042791 0.04713026 -0.5 0 0 -1 +0.3029742 0.1497807 -0.5 0 0 -1 +-0.149888 0.2908188 0.5 0 0 1 +0.5 -0.3843364 -0.07693058 1 0 0 +-0.099994 -0.5 -0.2981373 0 -1 0 +0.3003094 -0.1510838 0.5 0 0 1 +0.005918384 -0.3598776 0.5 0 0 1 +-0.01823485 0.4944772 0.5 0 0 1 +0.2270759 0.008336425 -0.5 0 0 -1 +0.06379402 0.2594673 -0.5 0 0 -1 +-0.5 0.2544981 0.4942272 -1 0 0 +-0.3819159 0.1548397 0.5 0 0 1 +-0.5 0.278952 0.3145256 -1 0 0 +0.5 0.4225211 -4.416704E-05 1 0 0 +0.3505394 0.5 -0.3379117 0 1 0 +0.08216108 -0.4086269 0.5 0 0 1 +0.3316075 -0.5 -0.3063582 0 -1 0 +0.5 -0.09532368 0.4368455 1 0 0 +-0.4142544 -0.02316183 -0.5 0 0 -1 +0.496777 -0.5 -0.4135416 0 -1 0 +0.5 0.1109103 -0.1422268 1 0 0 +-0.3479136 -0.1474928 -0.5 0 0 -1 +-0.1372427 -0.5 -0.1796928 0 -1 0 +0.3262489 -0.5 0.07810838 0 -1 0 +0.396827 -0.5 -0.08232415 0 -1 0 +0.0249933 -0.0854401 -0.5 0 0 -1 +-0.3796498 0.5 -0.1755315 0 1 0 +-0.2042485 0.2609021 0.5 0 0 1 +-0.163029 -0.3121566 0.5 0 0 1 +-0.5 0.4108832 -0.06027053 -1 0 0 +0.5 -0.1477051 -0.05185985 1 0 0 +-0.4779088 -0.5 0.4490247 0 -1 0 +-0.4705687 0.3069438 -0.5 0 0 -1 +0.5 -0.2417649 0.03288388 1 0 0 +-0.5 -0.4516806 -0.2543586 -1 0 0 +-0.5 0.06659222 0.242662 -1 0 0 +-0.5 0.2851148 0.43186 -1 0 0 +-0.3973478 -0.1998101 -0.5 0 0 -1 +-0.1611631 0.5 -0.3124625 0 1 0 +-0.5 0.0173526 -0.2208884 -1 0 0 +-0.4392921 0.5 0.4231025 0 1 0 +0.311488 -0.5 -0.2055892 0 -1 0 +0.03365207 -0.4606799 0.5 0 0 1 +0.4072159 0.5 0.398623 0 1 0 +0.2428606 -0.3465484 -0.5 0 0 -1 +-0.4947853 -0.1977099 -0.5 0 0 -1 +0.269703 0.01235098 0.5 0 0 1 +-0.2268391 -0.4915406 0.5 0 0 1 +0.05261384 0.5 -0.4968642 0 1 0 +0.330179 0.0355004 -0.5 0 0 -1 +-0.2202425 0.5 0.2721112 0 1 0 +-0.2728314 0.2710786 -0.5 0 0 -1 +0.3955269 -0.04373122 -0.5 0 0 -1 +-0.2338259 0.1843875 -0.5 0 0 -1 +0.08581156 -0.2867257 0.5 0 0 1 +-0.4572799 -0.5 0.3688422 0 -1 0 +-0.2177354 -0.3161685 0.5 0 0 1 +-0.5 0.4126059 -0.2157789 -1 0 0 +-0.4642464 0.5 -0.3092254 0 1 0 +0.3411155 0.06238236 -0.5 0 0 -1 +-0.2416774 -0.3055198 0.5 0 0 1 +0.05627777 -0.01870662 0.5 0 0 1 +-0.2745719 0.4832795 -0.5 0 0 -1 +0.1736693 -0.2024265 0.5 0 0 1 +-0.5 0.4378606 0.005244732 -1 0 0 +-0.5 0.209424 0.4893342 -1 0 0 +0.1375164 -0.09700012 -0.5 0 0 -1 +0.2579256 0.2884967 0.5 0 0 1 +-0.5 0.4482986 -0.09336257 -1 0 0 +-0.5 0.2368987 0.3783036 -1 0 0 +-0.5 0.410535 0.4565482 -1 0 0 +-0.4122089 0.05695856 0.5 0 0 1 +0.5 0.1740149 0.2504278 1 0 0 +0.5 -0.2010925 -0.162404 1 0 0 +-0.3097839 0.5 0.4750694 0 1 0 +0.005143806 -0.006742716 -0.5 0 0 -1 +0.5 -0.321788 -0.118248 1 0 0 +-0.3694204 0.4975929 -0.5 0 0 -1 +0.5 0.1563351 -0.4897704 1 0 0 +0.5 -0.1196158 0.04426491 1 0 0 +-0.401813 0.5 0.3247131 0 1 0 +0.4091717 -0.2989984 0.5 0 0 1 +0.1283868 0.5 0.3475716 0 1 0 +-0.2029423 0.4556196 0.5 0 0 1 +0.5 -0.09071276 0.2018369 1 0 0 +0.05774665 0.5 -0.08120072 0 1 0 +0.5 0.07047247 0.3057106 1 0 0 +-0.2949674 -0.5 -0.2874516 0 -1 0 +0.4458456 0.2753007 -0.5 0 0 -1 +0.3355027 0.1114358 0.5 0 0 1 +0.4462593 -0.3948302 -0.5 0 0 -1 +-0.05585217 0.5 0.2818478 0 1 0 +-0.2192598 0.5 -0.03262544 0 1 0 +-0.1218711 -0.5 0.04026 0 -1 0 +-0.3930764 -0.4158807 0.5 0 0 1 +0.1294814 0.5 -0.261838 0 1 0 +-0.004633963 0.5 0.2944434 0 1 0 +0.4043903 -0.4964033 0.5 0 0 1 +0.2298228 -0.5 -0.4162156 0 -1 0 +0.1970817 0.5 0.04079407 0 1 0 +0.5 -0.04929552 0.06637913 1 0 0 +-0.5 -0.209134 -0.321907 -1 0 0 +-0.3996102 -0.206028 0.5 0 0 1 +-0.1668707 0.5 -0.2081309 0 1 0 +-0.5 -0.2396606 0.09909 -1 0 0 +-0.4092981 0.5 0.06698343 0 1 0 +0.5 0.3687119 -0.3568717 1 0 0 +-0.3224186 0.3436299 -0.5 0 0 -1 +0.1874689 -0.2838434 0.5 0 0 1 +-0.5 -0.1358521 -0.4579377 -1 0 0 +0.4075181 0.5 -0.2744832 0 1 0 +-0.4628081 0.5 0.1393672 0 1 0 +0.3193696 0.009608872 0.5 0 0 1 +-0.4017345 0.293492 0.5 0 0 1 +-0.5 0.2424886 -0.3068014 -1 0 0 +-0.5 0.06899411 -0.282146 -1 0 0 +0.5 -0.09244548 -0.3432509 1 0 0 +0.2559555 0.5 -0.2034897 0 1 0 +-0.1279888 0.1984519 -0.5 0 0 -1 +-0.08115458 -0.5 -0.2937159 0 -1 0 +0.4258708 -0.5 -0.2690016 0 -1 0 +0.5 0.40682 0.3593276 1 0 0 +0.5 0.3515823 -0.06229097 1 0 0 +0.419135 0.5 0.08848916 0 1 0 +0.3493603 -0.5 -0.2885265 0 -1 0 +0.5 -0.2427936 0.3544894 1 0 0 +0.4307067 -0.31067 0.5 0 0 1 +0.01497041 0.4724345 -0.5 0 0 -1 +-0.5 -0.4910377 -0.3789229 -1 0 0 +0.1750121 -0.4513347 0.5 0 0 1 +0.1449653 -0.5 0.3422617 0 -1 0 +0.5 -0.09254068 0.3939409 1 0 0 +-0.5 -0.4561858 0.136564 -1 0 0 +-0.5 -0.3707368 -0.3709345 -1 0 0 +0.5 -0.06629336 -0.233408 1 0 0 +0.5 -0.2443319 0.2966003 1 0 0 +-0.405994 0.0602982 -0.5 0 0 -1 +-0.02825391 -0.5 -0.2987189 0 -1 0 +-0.1146059 0.5 -0.05810386 0 1 0 +-0.5 0.3415615 -0.478685 -1 0 0 +-0.1490724 0.3147025 0.5 0 0 1 +-0.3803307 -0.5 -0.2368692 0 -1 0 +0.08995771 0.3545011 -0.5 0 0 -1 +0.3354454 0.5 -0.4052897 0 1 0 +-0.2172247 -0.5 0.07604753 0 -1 0 +-0.07313573 0.5 0.2703808 0 1 0 +0.07924427 0.05745147 0.5 0 0 1 +-0.07929277 -0.2999991 0.5 0 0 1 +-0.3958551 0.5 0.3821162 0 1 0 +-0.1725077 0.2444912 -0.5 0 0 -1 +-0.3598457 0.4498352 -0.5 0 0 -1 +0.3175533 0.5 0.2657302 0 1 0 +-0.4558153 0.2006272 0.5 0 0 1 +0.4011755 0.3159085 -0.5 0 0 -1 +-0.07697886 0.04106289 -0.5 0 0 -1 +0.4570206 0.149716 0.5 0 0 1 +-0.5 0.1845843 -0.2018325 -1 0 0 +0.02143328 0.1207459 0.5 0 0 1 +0.123239 -0.5 -0.4668012 0 -1 0 +-0.4125174 0.5 -0.1070219 0 1 0 +0.5 -0.3462707 -0.3415841 1 0 0 +-0.5 -0.00998801 0.09613167 -1 0 0 +0.2259814 0.1465673 0.5 0 0 1 +-0.07652277 0.02871123 -0.5 0 0 -1 +0.2039932 0.03313662 -0.5 0 0 -1 +-0.1709425 0.5 0.2795926 0 1 0 +0.2460573 0.3956902 0.5 0 0 1 +-0.01371615 -0.2716799 -0.5 0 0 -1 +0.5 -0.2405886 -0.08683647 1 0 0 +0.009146273 -0.4310773 -0.5 0 0 -1 +0.5 0.4655058 0.2401825 1 0 0 +0.1861349 0.2122071 0.5 0 0 1 +0.03708363 0.1167536 0.5 0 0 1 +-0.3014647 -0.4367331 0.5 0 0 1 +0.2200202 0.4176293 0.5 0 0 1 +0.1299712 -0.3647006 0.5 0 0 1 +0.3184885 0.5 0.009706266 0 1 0 +-0.5 -0.2735778 0.4263031 -1 0 0 +0.1428946 0.1032185 0.5 0 0 1 +-0.1723593 0.3360588 -0.5 0 0 -1 +-0.1876428 0.4468982 0.5 0 0 1 +0.1474966 -0.5 0.1449075 0 -1 0 +0.353136 0.06029629 -0.5 0 0 -1 +-0.5 0.4596491 0.2427484 -1 0 0 +-0.04778814 0.1020426 0.5 0 0 1 +-0.1004992 -0.1254951 0.5 0 0 1 +-0.5 -0.3277887 -0.358941 -1 0 0 +0.4260501 -0.1037939 0.5 0 0 1 +-0.1641853 -0.5 0.01730161 0 -1 0 +0.5 0.4212456 -0.4535068 1 0 0 +-0.4971957 -0.08036846 0.5 0 0 1 +0.5 -0.06889867 -0.05857588 1 0 0 +-0.5 0.3709287 0.1055239 -1 0 0 +-0.04803973 0.3684778 -0.5 0 0 -1 +0.5 -0.3263451 -0.1804044 1 0 0 +-0.1446719 0.5 0.2563179 0 1 0 +-0.5 -0.03561217 0.09574485 -1 0 0 +-0.1613458 0.4780914 0.5 0 0 1 +-0.5 0.2345479 0.4738318 -1 0 0 +-0.5 0.07047933 -0.02748072 -1 0 0 +0.5 -0.2440044 0.03248382 1 0 0 +0.02910137 -0.329988 -0.5 0 0 -1 +0.5 0.3083489 0.4415399 1 0 0 +0.1019922 0.5 -0.4609406 0 1 0 +0.3012689 -0.5 -0.3663152 0 -1 0 +-0.3544024 -0.2773346 -0.5 0 0 -1 +0.2623258 0.274043 0.5 0 0 1 +0.4184992 -0.07578804 0.5 0 0 1 +-0.4502783 -0.5 0.3171507 0 -1 0 +0.2872832 0.4938613 0.5 0 0 1 +-0.2268494 -0.5 0.222421 0 -1 0 +0.009315833 0.2307981 -0.5 0 0 -1 +-0.06480841 0.4430195 0.5 0 0 1 +0.2276127 -0.1932136 -0.5 0 0 -1 +0.1479115 -0.5 0.1755193 0 -1 0 +-0.09063631 0.5 0.1463214 0 1 0 +0.5 0.2031347 0.4723292 1 0 0 +-0.5 -0.252297 -0.2858573 -1 0 0 +-0.5 0.0719437 -0.04290229 -1 0 0 +-0.1536533 -0.3114919 0.5 0 0 1 +-0.5 -0.3929023 -0.4630318 -1 0 0 +0.5 0.1388217 -0.1727282 1 0 0 +0.341819 -0.4359133 -0.5 0 0 -1 +-0.5 -0.09391341 -0.2009028 -1 0 0 +0.5 0.456097 0.1134095 1 0 0 +-0.3190917 -0.08753479 0.5 0 0 1 +-0.5 0.3595945 0.2070604 -1 0 0 +0.3832813 -0.5 0.4680781 0 -1 0 +0.0206127 0.06682754 0.5 0 0 1 +0.5 0.2086263 0.0008329898 1 0 0 +0.5 0.4419807 0.3602406 1 0 0 +-0.2100303 0.2354498 -0.5 0 0 -1 +0.4405104 -0.5 -0.4056271 0 -1 0 +0.06770818 -0.01815127 0.5 0 0 1 +-0.425328 -0.3157268 -0.5 0 0 -1 +0.2921 0.4935217 -0.5 0 0 -1 +-0.5 0.1728948 0.09107745 -1 0 0 +-0.1089501 -0.5 -0.1224228 0 -1 0 +-0.5 0.3764837 0.2969417 -1 0 0 +0.5 -0.3827604 0.3164361 1 0 0 +-0.179887 -0.149422 0.5 0 0 1 +-0.1304533 -0.212319 -0.5 0 0 -1 +0.3809761 -0.5 -0.4260498 0 -1 0 +-0.02625394 -0.4306281 -0.5 0 0 -1 +-0.1660598 -0.5 -0.2837946 0 -1 0 +0.496257 -0.5 -0.4539383 0 -1 0 +-0.05078577 0.4364284 0.5 0 0 1 +0.1852628 0.5 0.2505041 0 1 0 +0.3120011 0.2302544 0.5 0 0 1 +0.01330727 -0.5 0.1290756 0 -1 0 +-0.5 0.3797537 0.004821882 -1 0 0 +-0.117712 -0.1424906 -0.5 0 0 -1 +-0.5 -0.06480289 0.01691198 -1 0 0 +-0.1531482 -0.2682089 -0.5 0 0 -1 +0.439696 -0.2945152 0.5 0 0 1 +-0.3393793 -0.5 -0.4951345 0 -1 0 +0.5 -0.1826119 -0.1121679 1 0 0 +-0.5 -0.4530321 -0.01790309 -1 0 0 +-0.5 -0.3993196 -0.0263747 -1 0 0 +0.2429857 -0.2922302 -0.5 0 0 -1 +0.5 0.2098315 0.2778375 1 0 0 +0.4487888 -0.5 -0.4833082 0 -1 0 +-0.3449632 0.0748567 0.5 0 0 1 +-0.2301779 0.4910222 0.5 0 0 1 +-0.5 -0.269871 -0.3590431 -1 0 0 +-0.4559373 0.5 -0.2178943 0 1 0 +0.2626313 0.01306885 0.5 0 0 1 +-0.5 -0.1840112 -0.2694335 -1 0 0 +-0.2840232 0.5 -0.3084235 0 1 0 +0.2840311 -0.5 -0.1092253 0 -1 0 +-0.3801797 0.02217101 0.5 0 0 1 +-0.3733799 -0.5 0.04611868 0 -1 0 +0.5 -0.03614563 0.2870278 1 0 0 +0.09377027 0.3213019 0.5 0 0 1 +0.5 -0.4308645 0.1669653 1 0 0 +0.08016069 0.5 0.07904704 0 1 0 +0.1237479 -0.5 0.2481399 0 -1 0 +0.2156086 -0.4283177 -0.5 0 0 -1 +0.3973724 -0.2057668 -0.5 0 0 -1 +0.186891 0.3391911 0.5 0 0 1 +-0.01352398 -0.3757842 -0.5 0 0 -1 +-0.01424302 -0.5 0.07449768 0 -1 0 +0.4025519 0.5 -0.09783219 0 1 0 +0.5 0.1394444 0.4156364 1 0 0 +-0.4838842 0.5 -0.4669279 0 1 0 +-0.332454 -0.5 -0.3652418 0 -1 0 +-0.4861354 0.4101697 0.5 0 0 1 +0.2769486 0.4945295 -0.5 0 0 -1 +0.1831504 -0.5 -0.4279071 0 -1 0 +0.5 -0.02115367 -0.3844274 1 0 0 +0.3063066 0.5 0.494598 0 1 0 +0.5 0.4530256 0.1580902 1 0 0 +0.5 -0.4649925 -0.48497 1 0 0 +-0.4134287 -0.4642666 0.5 0 0 1 +-0.5 -0.3004031 0.05136061 -1 0 0 +-0.5 0.03769623 0.4629792 -1 0 0 +0.5 0.0543406 -0.0700056 1 0 0 +-0.5 -0.426988 -0.04412717 -1 0 0 +-0.5 0.2815911 -0.1821156 -1 0 0 +-0.5 -0.1497887 0.1609022 -1 0 0 +0.2173053 0.5 -0.4600239 0 1 0 +-0.07404613 -0.3338003 0.5 0 0 1 +-0.5 -0.14518 -0.07158262 -1 0 0 +0.06449032 0.139361 0.5 0 0 1 +-0.5000001 -0.1591866 0.4889611 -1 0 0 +-0.1483581 -0.2773208 0.5 0 0 1 +0.5 0.33882 0.2311728 1 0 0 +-0.5 0.1693002 -0.1824002 -1 0 0 +0.5 -0.3238026 -0.173975 1 0 0 +-0.5 0.4043232 0.3341541 -1 0 0 +-0.1790217 0.5 -0.04980874 0 1 0 +0.5 0.3163416 0.2225775 1 0 0 +0.5 0.4190372 0.1356875 1 0 0 +0.5 0.3304327 0.264372 1 0 0 +0.5 -0.4489565 -0.1925552 1 0 0 +0.5 0.4129228 -0.3964992 1 0 0 +0.2239745 0.5 0.03505076 0 1 0 +0.2299839 0.5 0.1891978 0 1 0 +-0.02466118 0.1948453 -0.5 0 0 -1 +-0.0009172559 0.1023264 -0.5 0 0 -1 +0.4736998 0.5 0.05746175 0 1 0 +-0.03415239 -0.5 0.200622 0 -1 0 +0.5 -0.4283102 -0.1162697 1 0 0 +-0.4822732 -0.2608641 -0.5 0 0 -1 +-0.4526051 -0.5 0.4753041 0 -1 0 +0.1346701 -0.06962585 0.5 0 0 1 +0.4861795 -0.08837539 -0.5 0 0 -1 +-0.2679352 0.5 0.1632774 0 1 0 +-0.06702852 -0.5 0.006437778 0 -1 0 +0.186036 -0.183201 -0.5 0 0 -1 +0.1817344 -0.1968352 -0.5 0 0 -1 +-0.4279117 -0.5 -0.1738498 0 -1 0 +0.2324599 0.3537905 -0.5 0 0 -1 +-0.04790185 -0.5 -0.4730425 0 -1 0 +-0.5 0.1068469 0.05689234 -1 0 0 +-0.4444814 0.5 0.1361647 0 1 0 +-0.2546601 -0.05099872 0.5 0 0 1 +0.07265949 -0.10891 0.5 0 0 1 +0.5 0.205626 0.1706075 1 0 0 +-0.3096547 -0.5 -0.4249315 0 -1 0 +0.1531669 0.5 -0.0946663 0 1 0 +-0.5 0.3767409 0.4486265 -1 0 0 +-0.07290016 0.4897035 -0.5 0 0 -1 +-0.1287776 -0.1983265 0.5 0 0 1 +0.2303883 -0.4373144 0.5 0 0 1 +-0.03492738 0.4117795 0.5 0 0 1 +0.2542665 0.5 -0.2014834 0 1 0 +0.2665045 0.3176615 -0.5 0 0 -1 +0.5 0.1098377 -0.3163798 1 0 0 +-0.3355473 0.5 0.2401271 0 1 0 +-0.1560427 -0.2390677 -0.5 0 0 -1 +0.2366978 -0.1062664 -0.5 0 0 -1 +0.5 0.3148366 0.3195026 1 0 0 +-0.295456 -0.5 -0.3186646 0 -1 0 +0.4480934 -0.5 0.4406413 0 -1 0 +-0.05002928 0.5 -0.06332183 0 1 0 +-0.103065 -0.414813 0.5 0 0 1 +-0.2463095 -0.5 -0.04076186 0 -1 0 +-0.1034464 -0.3430277 0.5 0 0 1 +-0.3703443 0.5 0.3113387 0 1 0 +0.40455 -0.04133964 -0.5 0 0 -1 +-0.2953362 -0.5 -0.2829414 0 -1 0 +0.5 0.07723087 -0.09731959 1 0 0 +-0.5 0.2622279 0.4242188 -1 0 0 +-0.2604404 -0.2124568 0.5 0 0 1 +0.5 -0.0951419 -0.1495363 1 0 0 +0.08796336 0.5 -0.06981885 0 1 0 +0.3241165 0.4111726 0.5 0 0 1 +0.005988419 -0.2092306 -0.5 0 0 -1 +0.5 0.1228465 0.3333232 1 0 0 +0.1946209 -0.02834338 0.5 0 0 1 +0.5 0.2718251 -0.3434618 1 0 0 +-0.03485221 -0.07279706 -0.5 0 0 -1 +-0.02801137 0.5 0.1435978 0 1 0 +0.5 0.01865387 0.3713912 1 0 0 +-0.5 -0.06925997 -0.3733737 -1 0 0 +0.5 0.1506366 0.4350016 1 0 0 +0.4682701 0.5 0.2547804 0 1 0 +-0.4916108 -0.1522793 -0.5 0 0 -1 +0.3252432 0.3769054 -0.5 0 0 -1 +-0.1671073 -0.4065362 0.5 0 0 1 +-0.1722798 -0.5 -0.2994724 0 -1 0 +0.3409652 -0.1473462 -0.5 0 0 -1 +0.5 -0.03627443 0.4653447 1 0 0 +0.5 0.1309444 0.07887101 1 0 0 +0.4374665 0.3878243 0.5 0 0 1 +0.2596618 -0.06441213 0.5 0 0 1 +-0.5 0.4738798 0.4897401 -1 0 0 +-0.5 -0.3583309 -0.2197686 -1 0 0 +-0.4276925 -0.01878709 0.5 0 0 1 +-0.2988315 -0.5 -0.4016548 0 -1 0 +-0.1819922 0.5 -0.0983153 0 1 0 +0.5 0.3384975 -0.2104099 1 0 0 +-0.01101577 0.5 0.205739 0 1 0 +-0.3823158 -0.3857236 -0.5 0 0 -1 +0.5 -0.2074097 -0.03964555 1 0 0 +-0.0213135 -0.5 -0.1803869 0 -1 0 +0.1619949 0.5 -0.3624776 0 1 0 +0.5 0.4216083 -0.1411945 1 0 0 +-0.4479166 0.3280181 -0.5 0 0 -1 +0.5 0.2027549 0.3742952 1 0 0 +0.2032602 -0.5 0.3017097 0 -1 0 +-0.3915003 0.5 0.08835608 0 1 0 +0.5 0.1708748 0.3515084 1 0 0 +0.1428007 -0.4155403 0.5 0 0 1 +0.5 -0.4276238 -0.3800723 1 0 0 +-0.1623823 -0.4190978 0.5 0 0 1 +0.1928003 0.5 0.3464878 0 1 0 +-0.1964111 -0.5 -0.09424433 0 -1 0 +0.5 0.3563699 -0.1088502 1 0 0 +-0.2258095 -0.5 -0.01891438 0 -1 0 +-0.5 -0.2008617 0.02254796 -1 0 0 +-0.2912134 0.3301114 -0.5 0 0 -1 +-0.4089371 -0.1805802 0.5 0 0 1 +0.08193964 0.3867326 -0.5 0 0 -1 +0.4128791 -0.5 0.2926853 0 -1 0 +-0.4964054 -0.5 -0.4125191 0 -1 0 +0.5 0.4699004 -0.1773582 1 0 0 +-0.3342174 0.1894647 -0.5 0 0 -1 +-0.5 0.4761004 -0.446425 -1 0 0 +0.2145113 -0.3285625 0.5 0 0 1 +0.2032691 0.4353929 0.5 0 0 1 +0.3247335 0.5 -0.1245645 0 1 0 +0.5 0.2818061 -0.1623733 1 0 0 +0.4893853 0.02116488 -0.5000001 0 0 -1 +-0.3781919 -0.5 -0.4025095 0 -1 0 +0.5 0.03111839 0.05448694 1 0 0 +0.5 0.2379362 -0.2948628 1 0 0 +-0.5 -0.4327759 0.4475133 -1 0 0 +-0.3635489 -0.5 0.06585222 0 -1 0 +-0.2466574 -0.5 0.4031516 0 -1 0 +-0.5 -0.0009168386 0.008893192 -1 0 0 +-0.5 0.1417464 0.2716987 -1 0 0 +-0.4106504 0.5 -0.09334882 0 1 0 +0.003313124 0.5 -0.193072 0 1 0 +0.25114 -0.05721343 -0.5 0 0 -1 +-0.5 0.3595146 -0.2281911 -1 0 0 +0.5 -0.2596467 0.4630439 1 0 0 +0.1514214 -0.5 -0.2563824 0 -1 0 +0.2649942 -0.5 0.23243 0 -1 0 +0.5 0.4674118 0.09222479 1 0 0 +-0.2779013 -0.5 -0.008046746 0 -1 0 +-0.5 -0.4443568 0.3046803 -1 0 0 +0.5 -0.4035517 0.2302309 1 0 0 +-0.01621257 -0.3328928 -0.5 0 0 -1 +-0.2492278 0.2140718 -0.5 0 0 -1 +0.2925083 0.07806313 0.5 0 0 1 +-0.5 0.2053541 -0.1169515 -1 0 0 +0.3322355 -0.2237736 0.5 0 0 1 +0.5 0.3263816 -0.4769187 1 0 0 +0.313205 -0.352004 0.5 0 0 1 +0.5 0.3580557 -0.1315735 1 0 0 +0.5 0.09080994 -0.149115 1 0 0 +0.5 0.3552765 0.001247466 1 0 0 +-0.4895914 0.5 0.234022 0 1 0 +0.2956711 0.5 0.1385575 0 1 0 +0.3618916 0.5 -0.326282 0 1 0 +0.0363369 -0.5 0.4807725 0 -1 0 +0.3485036 0.5 -0.3587813 0 1 0 +-0.3719203 0.1838527 -0.5 0 0 -1 +-0.2521293 -0.5 0.3289673 0 -1 0 +-0.1927848 -0.3125343 -0.5 0 0 -1 +0.06364112 0.2748379 -0.5 0 0 -1 +0.5 -0.435054 -0.3435891 1 0 0 +0.3338586 0.5 -0.3791349 0 1 0 +0.1212592 -0.5 -0.2809724 0 -1 0 +0.3357008 -0.5 -0.2949907 0 -1 0 +0.5 -0.1794371 0.4277856 1 0 0 +0.01356012 0.3572956 0.5 0 0 1 +0.1614662 0.002956271 0.5 0 0 1 +0.5 0.03297596 0.4780043 1 0 0 +-0.3238665 -0.5 0.03848839 0 -1 0 +-0.3596268 0.4373379 0.5 0 0 1 +0.2148379 0.5 0.4164998 0 1 0 +0.5 0.05228485 0.2631325 1 0 0 +-0.03270078 -0.5 -0.1526146 0 -1 0 +-0.02093069 0.5 -0.3687424 0 1 0 +-0.4143245 -0.5 -0.4269711 0 -1 0 +-0.5 0.00281477 0.206774 -1 0 0 +-0.5 -0.1555794 -0.03405058 -1 0 0 +0.5 0.01745993 0.4005053 1 0 0 +0.5 -0.485123 -0.1398111 1 0 0 +-0.07230552 0.4179292 0.5 0 0 1 +-0.210353 -0.1862711 0.5 0 0 1 +0.1930146 0.5 0.254152 0 1 0 +0.5 0.1116361 0.1149746 1 0 0 +0.03145635 0.5 0.1916453 0 1 0 +0.2289828 0.468546 -0.5 0 0 -1 +-0.2313749 0.06460774 -0.5 0 0 -1 +-0.3736244 -0.3869486 0.5 0 0 1 +-0.2496767 -0.08631425 -0.5 0 0 -1 +-0.03086359 -0.5 -0.1782027 0 -1 0 +-0.06355619 0.5 -0.06198526 0 1 0 +-0.3511195 0.1513012 -0.5 0 0 -1 +0.2968011 0.3160876 -0.5 0 0 -1 +-0.3491018 0.5 -0.06956184 0 1 0 +-0.5 0.2600923 -0.07577366 -1 0 0 +0.5 -0.3851446 -0.4370609 1 0 0 +0.1511711 0.2358166 0.5 0 0 1 +-0.5 0.2443139 0.173103 -1 0 0 +-0.3676863 -0.5 -0.4544194 0 -1 0 +0.110132 0.08347005 0.5 0 0 1 +0.5 -0.2051584 0.3974025 1 0 0 +-0.5 -0.4840838 0.448607 -1 0 0 +-0.2158997 0.3669378 0.5 0 0 1 +-0.3882717 -0.3793805 -0.5 0 0 -1 +0.4318293 -0.2252728 0.5 0 0 1 +-0.5 -0.2910819 0.1637112 -1 0 0 +0.0487631 0.5 -0.3184894 0 1 0 +-0.006098703 -0.5 0.4590372 0 -1 0 +-0.5 0.2507297 0.09990001 -1 0 0 +-0.5 -0.3859949 -0.3017711 -1 0 0 +0.5 -0.08310182 0.1532426 1 0 0 +-0.5 0.3110293 0.2505875 -1 0 0 +0.5 -0.2407683 -0.2590894 1 0 0 +-0.1917853 -0.5 0.3498271 0 -1 0 +-0.1812202 0.5 0.2074487 0 1 0 +-0.5 -0.3711873 0.06290394 -1 0 0 +-0.2541319 0.3347633 -0.5 0 0 -1 +0.1581168 -0.5 -0.4637244 0 -1 0 +-0.5 -0.1208766 0.3507153 -1 0 0 +0.5 -0.1033192 -0.4714256 1 0 0 +-0.4838554 -0.1916446 -0.5 0 0 -1 +-0.3051135 -0.1164472 0.5 0 0 1 +0.1786801 -0.4698523 -0.5 0 0 -1 +-0.1703943 0.4318159 -0.5 0 0 -1 +-0.02410096 0.3586465 0.5 0 0 1 +0.5 0.1973548 0.4783493 1 0 0 +-0.4097522 0.4890745 -0.5 0 0 -1 +0.4209406 0.222661 -0.5 0 0 -1 +0.2730807 0.1840373 0.5 0 0 1 +-0.4559096 0.5 -0.4269073 0 1 0 +0.4721636 -0.5 0.4259004 0 -1 0 +0.5 0.2190444 -0.4021719 1 0 0 +-0.5 -0.3164552 0.2833344 -1 0 0 +-0.5 -0.1270162 -0.1115479 -1 0 0 +-0.4394674 0.5 -0.3823275 0 1 0 +-0.03246082 -0.2837679 0.5 0 0 1 +0.2640658 0.1735802 -0.5 0 0 -1 +0.3753749 0.5 0.210098 0 1 0 +0.3907222 0.5 0.3979896 0 1 0 +0.5 -0.06197166 -0.4848345 1 0 0 +0.4712207 0.5 -0.04860549 0 1 0 +-0.3420311 0.4317877 0.5 0 0 1 +-0.1887143 -0.5 0.09501912 0 -1 0 +0.4290817 0.5 0.1334669 0 1 0 +0.5 0.2732347 -0.005254805 1 0 0 +0.02645742 0.08427824 -0.5 0 0 -1 +-0.3201783 0.5 -0.3589731 0 1 0 +-0.01587719 0.5 -0.05456865 0 1 0 +-0.5 0.02101894 -0.2747109 -1 0 0 +-0.5 -0.3892738 0.2362789 -1 0 0 +0.2031812 -0.5 -0.1561334 0 -1 0 +0.5 0.08106786 -0.1307008 1 0 0 +0.4113648 -0.1035798 0.5 0 0 1 +0.1433039 0.1766512 0.5 0 0 1 +-0.5 0.1115954 -0.2275366 -1 0 0 +0.5 0.1432195 0.3888469 1 0 0 +-0.4718032 0.3795434 -0.5 0 0 -1 +-0.5 -0.4143388 0.2175353 -1 0 0 +0.1503896 0.4985694 -0.5 0 0 -1 +0.5 0.09235978 0.2590824 1 0 0 +-0.2455902 0.5 0.3649651 0 1 0 +0.08897938 -0.07472073 -0.5 0 0 -1 +0.4963897 -0.4345342 0.5 0 0 1 +-0.4478996 0.5 -0.08709556 0 1 0 +0.3823186 0.1539775 0.5 0 0 1 +-0.3779921 0.5 -0.04856463 0 1 0 +-0.5 -0.4626952 0.2738969 -1 0 0 +-0.5 0.09819747 -0.339101 -1 0 0 +0.09202486 -0.3846998 0.5 0 0 1 +0.1792562 0.2997777 0.5 0 0 1 +0.4949958 0.5 0.4371348 0 1 0 +-0.1280891 -0.5 0.3415823 0 -1 0 +0.5 0.1664799 -0.2304699 1 0 0 +0.05033168 0.5 0.02968535 0 1 0 +-0.5 0.04485535 -0.2038558 -1 0 0 +-0.01802932 0.2188807 0.5 0 0 1 +-0.2878468 -0.5 0.1507173 0 -1 0 +0.3665461 -0.1201831 -0.5 0 0 -1 +0.1660639 -0.5 0.2292403 0 -1 0 +0.5 0.4988902 -0.2206791 1 0 0 +-0.3087688 -0.4819195 0.5 0 0 1 +0.4753981 -0.04866565 -0.5 0 0 -1 +0.5 0.1585042 -0.1798677 1 0 0 +-0.5 0.4852903 0.1275347 -1 0 0 +-0.4375014 0.5 0.1055289 0 1 0 +-0.5 -0.2586452 0.2526177 -1 0 0 +0.4208681 0.5 -0.4983881 0 1 0 +0.02357042 -0.5 -0.2076429 0 -1 0 +-0.3033467 0.4297401 0.5 0 0 1 +-0.03702522 -0.5 0.007027259 0 -1 0 +0.4822894 0.5 0.1467618 0 1 0 +-0.4891697 -0.454405 -0.5 0 0 -1 +0.3208081 -0.5 -0.07448901 0 -1 0 +0.4267271 0.5 0.01579476 0 1 0 +-0.3321365 0.3922052 0.5 0 0 1 +-0.2974668 -0.5 0.2777832 0 -1 0 +0.04227318 -0.5 0.1584513 0 -1 0 +0.05237116 0.3402577 -0.5 0 0 -1 +0.1046006 0.2689514 0.5 0 0 1 +0.07481243 0.2217996 -0.5 0 0 -1 +-0.1559659 0.02457997 -0.5 0 0 -1 +-0.07261515 -0.23829 0.5 0 0 1 +0.5 0.2376219 0.1492997 1 0 0 +0.5 0.2766874 -0.2958571 1 0 0 +0.5 0.463293 -0.4862264 1 0 0 +-0.5 -0.2080064 -0.1735609 -1 0 0 +-0.4161728 -0.07807188 -0.5 0 0 -1 +0.4317695 0.5 -0.1005854 0 1 0 +0.5 0.1379664 -0.04967487 1 0 0 +0.5 -0.09971902 0.2217613 1 0 0 +0.4615607 0.225369 -0.5 0 0 -1 +-0.2092623 0.4359966 0.5 0 0 1 +-0.5 -0.4612512 -0.1242734 -1 0 0 +0.1199714 0.425471 -0.5 0 0 -1 +-0.1575096 -0.2404586 0.5 0 0 1 +-0.5 -0.1752336 -0.2929932 -1 0 0 +-0.4735056 0.5 -0.2411504 0 1 0 +-0.4882628 -0.4962117 0.5 0 0 1 +0.4163153 0.09796776 -0.5 0 0 -1 +0.2343125 0.4149211 0.5 0 0 1 +0.5 -0.4483098 0.1594315 1 0 0 +0.3200798 -0.1494708 0.5 0 0 1 +0.05435395 -0.5 0.006494641 0 -1 0 +-0.2596485 0.2928197 0.5 0 0 1 +-0.223809 0.2517648 0.5 0 0 1 +-0.5 0.2129802 0.4026096 -1 0 0 +0.5 -0.1685948 -0.1602634 1 0 0 +-0.5 -0.3417574 0.04532208 -1 0 0 +0.4053611 -0.5 -0.1207898 0 -1 0 +-0.2413552 -0.2470965 0.5 0 0 1 +-0.5 0.3046961 -0.09110981 -1 0 0 +-0.01403289 -0.5 0.4392932 0 -1 0 +-0.5 -0.1967108 0.4791578 -1 0 0 +-0.342966 0.5 -0.08797425 0 1 0 +0.3831645 -0.02963984 -0.5 0 0 -1 +0.3173706 0.5 0.3308184 0 1 0 +0.3270698 0.232497 -0.5 0 0 -1 +-0.01562649 -0.5 -0.05718219 0 -1 0 +-0.5 0.01927496 0.425887 -1 0 0 +0.2689523 0.5 -0.01353014 0 1 0 +0.5 -0.2315985 -0.02989352 1 0 0 +-0.5 -0.02715182 0.3404685 -1 0 0 +0.5 -0.1849849 0.1446381 1 0 0 +-0.5 -0.2394703 0.2432795 -1 0 0 +-0.02592432 -0.3497233 -0.5 0 0 -1 +0.2334341 -0.1567902 -0.5 0 0 -1 +0.5 -0.1871264 -0.08055562 1 0 0 +0.3886349 -0.4651701 0.5 0 0 1 +-0.2703057 -0.2231858 -0.5 0 0 -1 +-0.02852428 -0.1360275 -0.5 0 0 -1 +-0.2866384 -0.5 -0.09209171 0 -1 0 +-0.5 0.1258125 -0.4345754 -1 0 0 +-0.4397925 0.1855192 -0.5 0 0 -1 +0.2464518 0.2498698 0.5 0 0 1 +-0.3130695 -0.5 -0.2793609 0 -1 0 +0.328773 0.2226813 0.5 0 0 1 +0.2280307 -0.5 0.358407 0 -1 0 +0.5 -0.05745702 -0.3663944 1 0 0 +-0.3612877 -0.386847 0.5 0 0 1 +0.37971 0.5 -0.02556055 0 1 0 +-0.3248352 -0.5 -0.1695397 0 -1 0 +0.4501289 0.2098768 0.5 0 0 1 +-0.03717619 0.2787292 -0.5 0 0 -1 +0.5 0.3605169 0.2875775 1 0 0 +-0.331949 -0.5 0.4570544 0 -1 0 +-0.4790871 -0.5 -0.003261775 0 -1 0 +0.06933337 -0.4078752 -0.5 0 0 -1 +-0.1007537 0.2170404 0.5 0 0 1 +-0.5 -0.0762669 0.1718813 -1 0 0 +-0.1795251 0.3236575 -0.5 0 0 -1 +-0.1606759 -0.02496988 0.5 0 0 1 +-0.359512 -0.5 -0.007257581 0 -1 0 +0.5 0.3114069 -0.007664219 1 0 0 +-0.3055108 -0.1412307 0.5 0 0 1 +0.05941546 0.5 -0.1337133 0 1 0 +0.5 -0.0330759 0.1577412 1 0 0 +-0.1131654 0.5 0.1775674 0 1 0 +-0.5 -0.3760276 -0.3686264 -1 0 0 +-0.3726614 0.1152541 -0.5 0 0 -1 +-0.0439679 -0.1428083 0.5 0 0 1 +-0.4206486 0.5 -0.3966014 0 1 0 +-0.5 -0.2746072 -0.2963944 -1 0 0 +-0.1652536 0.5 0.4608614 0 1 0 +-0.1886649 0.5 -0.4412139 0 1 0 +-0.4590418 0.5 -0.272831 0 1 0 +0.183801 0.5 0.1224004 0 1 0 +-0.1958753 -0.2712625 0.5 0 0 1 +-0.5 0.01608211 0.4261669 -1 0 0 +-0.1509348 -0.07585741 0.5 0 0 1 +-0.5 0.4314539 0.3556064 -1 0 0 +0.5 -0.3541108 0.01323396 1 0 0 +-0.1054078 -0.2269709 -0.5 0 0 -1 +-0.5 0.08661132 -0.4890698 -1 0 0 +-0.5 -0.3182826 -0.09071337 -1 0 0 +0.5 0.2731766 0.3616689 1 0 0 +-0.3143182 0.07897678 -0.5 0 0 -1 +0.5 0.3495408 -0.2650284 1 0 0 +-0.3197949 -0.5 0.2758114 0 -1 0 +-0.5 -0.1029247 -0.4397101 -1 0 0 +0.05012393 -0.5 0.1071026 0 -1 0 +-0.05151027 0.5 -0.3866497 0 1 0 +0.4747595 -0.5 -0.3737781 0 -1 0 +-0.1011506 -0.5 -0.4625785 0 -1 0 +0.2545239 -0.1561146 -0.5 0 0 -1 +-0.4894033 0.1478554 0.5 0 0 1 +0.2990874 -0.4511511 0.5 0 0 1 +-0.05416708 -0.5 0.4302878 0 -1 0 +-0.5 -0.3568168 -0.4372476 -1 0 0 +-0.3136913 0.02217299 0.5 0 0 1 +-0.005304098 -0.5 -0.2730283 0 -1 0 +-0.3160175 -0.5 0.136493 0 -1 0 +0.2347445 -0.5 -0.3824442 0 -1 0 +0.1055999 -0.5 0.4501208 0 -1 0 +-0.5 0.2383931 -0.14064 -1 0 0 +-0.449974 0.5 -0.02868317 0 1 0 +-0.3416923 0.5 0.04096982 0 1 0 +-0.5 0.4058609 -0.1126866 -1 0 0 +0.5 -0.1187819 -0.4781235 1 0 0 +0.1039663 -0.5 0.3802192 0 -1 0 +0.5 0.4174436 -0.1063533 1 0 0 +0.4806366 -0.1220359 -0.5 0 0 -1 +0.1073995 -0.4002179 0.5 0 0 1 +-0.5 -0.1045571 -0.3879107 -1 0 0 +0.5 0.08460242 -0.1653118 1 0 0 +-0.3532763 -0.327063 0.5 0 0 1 +-0.1354163 0.5 0.156157 0 1 0 +0.5 -0.3618345 0.4505957 1 0 0 +0.5 -0.4048046 0.4351273 1 0 0 +0.09674431 0.4204547 -0.5 0 0 -1 +0.4651646 -0.5 -0.173053 0 -1 0 +-0.4929935 0.5 0.1574965 0 1 0 +0.1591276 0.4145954 0.5 0 0 1 +-0.3352444 0.1718018 0.5 0 0 1 +-0.5 0.448682 0.0003944635 -1 0 0 +0.5 -0.4305804 -0.177738 1 0 0 +-0.009960458 0.3495887 -0.5 0 0 -1 +-0.4955182 -0.3134109 -0.5 0 0 -1 +-0.2061616 -0.2579019 -0.5 0 0 -1 +0.5 -0.2813135 -0.1354066 1 0 0 +-0.1519238 -0.5 0.4711338 0 -1 0 +0.5 0.006032459 0.1693946 1 0 0 +-0.5 0.4578235 -0.08713017 -1 0 0 +0.4500789 -0.1516311 -0.5 0 0 -1 +0.5 0.01301789 -0.4169345 1 0 0 +-0.5 0.07273263 0.3696076 -1 0 0 +0.4886789 -0.162933 0.5 0 0 1 +-0.5 -0.486224 0.1874473 -1 0 0 +0.5 0.4610517 -0.4007133 1 0 0 +-0.3504984 -0.4358237 0.5 0 0 1 +0.3787453 -0.4861602 -0.5 0 0 -1 +-0.5 0.2241413 0.03232776 -1 0 0 +-0.5 -0.3707151 -0.03158867 -1 0 0 +0.08575036 0.1845777 -0.5 0 0 -1 +0.4024131 0.5 -0.2927443 0 1 0 +0.5 -0.3550456 -0.4238046 1 0 0 +-0.5 0.3390859 -0.05791755 -1 0 0 +-0.06578057 0.5 -0.1054782 0 1 0 +-0.1274612 0.3458 0.5 0 0 1 +0.5 -0.1248545 -0.4666253 1 0 0 +0.03066421 -0.5 0.3297235 0 -1 0 +-0.4219654 0.5 -0.4765517 0 1 0 +-0.2183908 -0.08330493 -0.5 0 0 -1 +-0.5 0.186201 -0.152981 -1 0 0 +0.008060202 0.3916376 0.5 0 0 1 +0.5 -0.120529 0.4125919 1 0 0 +-0.2600392 -0.2090262 -0.5 0 0 -1 +0.5 0.009540498 -0.3023142 1 0 0 +0.4282597 -0.06581055 0.5 0 0 1 +-0.4507759 -0.5 -0.199785 0 -1 0 +-0.5 -0.4257324 -0.3172091 -1 0 0 +-0.3203147 -0.4404777 0.5 0 0 1 +0.07691954 0.496763 -0.5 0 0 -1 +-0.5 0.08104342 0.2772712 -1 0 0 +-0.3353465 -0.5 0.3445843 0 -1 0 +0.3756812 0.5 -0.1186353 0 1 0 +0.4693047 -0.5 -0.1029207 0 -1 0 +0.5 -0.3521966 -0.4444014 1 0 0 +0.2378695 -0.5 -0.07847355 0 -1 0 +-0.3825389 -0.2282749 -0.5 0 0 -1 +-0.5 -0.3908368 -0.2097869 -1 0 0 +0.2939221 -0.5 -0.4855341 0 -1 0 +-0.5 -0.4238197 -0.290118 -1 0 0 +-0.2693077 -0.08368894 0.5 0 0 1 +-0.3269179 -0.5 -0.3300315 0 -1 0 +0.2488279 0.5 -0.1315903 0 1 0 +-0.2719186 -0.5 0.4819734 0 -1 0 +-0.5 0.2523243 -0.2790632 -1 0 0 +-0.5 0.2300373 -0.1763427 -1 0 0 +-0.05279238 -0.5 -0.2671516 0 -1 0 +-0.4041865 -0.355042 -0.5 0 0 -1 +-0.1666759 -0.2328866 -0.5 0 0 -1 +0.5 -0.2565689 -0.2826608 1 0 0 +-0.5 0.04531896 0.2654299 -1 0 0 +-0.5 -0.06706506 -0.2864178 -1 0 0 +0.3255503 -0.5 0.2626995 0 -1 0 +0.3470552 0.02652539 -0.5 0 0 -1 +-0.5 -0.4267434 -0.1234633 -1 0 0 +-0.5 -0.4633471 -0.4010445 -1 0 0 +0.5 -0.4420846 -0.4498564 1 0 0 +0.4104909 -0.5 0.06991743 0 -1 0 +-0.1360012 0.5 0.2626888 0 1 0 +-0.5 0.201993 -0.4406369 -1 0 0 +-0.2105392 -0.07810602 0.5 0 0 1 +-0.02230006 -0.09660447 -0.5 0 0 -1 +-0.5 0.2647463 0.4637604 -1 0 0 +0.5 0.1845559 0.335298 1 0 0 +0.5 -0.1500084 0.005718715 1 0 0 +0.2029943 -0.08545007 0.5 0 0 1 +-0.4748517 0.09594268 -0.5 0 0 -1 +-0.5 -0.3356574 0.3460182 -1 0 0 +0.4156855 0.02258588 0.5 0 0 1 +0.5 0.008167148 0.4069812 1 0 0 +-0.2816085 0.5 -0.4874321 0 1 0 +-0.5 0.4574927 0.316753 -1 0 0 +-0.5 -0.4160591 0.463139 -1 0 0 +0.3589497 0.4549524 0.5 0 0 1 +-0.2519992 0.5 -0.3278542 0 1 0 +-0.4214793 0.5 0.09295459 0 1 0 +0.2735727 0.4541575 0.5 0 0 1 +0.2176331 0.5 -0.3174261 0 1 0 +0.5 -0.1036565 0.1850387 1 0 0 +-0.3450525 -0.1052746 -0.5 0 0 -1 +-0.04125482 0.2795331 0.5 0 0 1 +-0.5 -0.3593918 -0.1236251 -1 0 0 +-0.5 -0.1586057 0.4131728 -1 0 0 +0.3093187 -0.02661455 -0.5 0 0 -1 +-0.161676 -0.1003988 0.5 0 0 1 +0.4157702 -0.3309308 0.5 0 0 1 +-0.08264452 -0.2765766 -0.5 0 0 -1 +0.05010007 0.4565903 -0.5 0 0 -1 +0.5 0.1679242 0.1554404 1 0 0 +-0.3774697 0.5 0.2915579 0 1 0 +0.105808 0.2009875 -0.5 0 0 -1 +-0.1733291 0.5 0.4662855 0 1 0 +0.1341574 0.5 0.3042092 0 1 0 +-0.05130613 0.5 0.2700671 0 1 0 +-0.5 0.4355304 -0.1830264 -1 0 0 +-0.4743494 -0.5 0.4082493 0 -1 0 +-0.3609788 0.5 -0.4608494 0 1 0 +-0.2303904 -0.1309174 -0.5 0 0 -1 +-0.3892803 -0.196639 0.5 0 0 1 +-0.2570562 -0.3906297 -0.5 0 0 -1 +0.5 -0.09032109 0.2013417 1 0 0 +0.1903796 0.1526758 -0.5 0 0 -1 +-0.1679436 -0.4144185 0.5 0 0 1 +0.5 -0.4514302 -0.3173109 1 0 0 +0.5 -0.09092491 -0.4814968 1 0 0 +0.08356607 0.5 0.3714876 0 1 0 +-0.4557559 0.5 -0.1889998 0 1 0 +-0.4308012 -0.3596262 -0.5 0 0 -1 +0.5 -0.1755568 -0.4977871 1 0 0 +-0.03949935 -0.5 -0.05863018 0 -1 0 +-0.2840909 -0.5 -0.4208071 0 -1 0 +0.3554505 0.09126221 -0.5 0 0 -1 +-0.5 0.06230909 -0.4157787 -1 0 0 +-0.5 -0.2835986 0.0573182 -1 0 0 +0.4010405 -0.5 -0.09760654 0 -1 0 +0.5 -0.1984048 -0.3353441 1 0 0 +-0.2985952 -0.4836012 -0.5 0 0 -1 +-0.2555916 -0.5 0.1966034 0 -1 0 +0.5 0.08257848 -0.2401585 1 0 0 +-0.4405445 -0.5 -0.02961046 0 -1 0 +0.08465873 0.3306523 0.5 0 0 1 +-0.4138595 0.1196967 0.5 0 0 1 +-0.3316149 0.1292029 -0.5 0 0 -1 +0.2308187 0.05264884 0.5 0 0 1 +-0.001792803 -0.3763257 -0.5 0 0 -1 +-0.5 0.4113392 -0.405468 -1 0 0 +-0.5 0.1788746 -0.1495916 -1 0 0 +0.3444134 0.1082601 0.5 0 0 1 +-0.4060526 0.5 -0.3651443 0 1 0 +0.0609334 0.4526955 0.5 0 0 1 +-0.5 0.2657071 -0.4413298 -1 0 0 +0.5 -0.4724749 -0.3944542 1 0 0 +0.1653641 -0.5 0.4612682 0 -1 0 +-0.4959046 0.5 -0.02655511 0 1 0 +0.2914853 -0.06994294 -0.5 0 0 -1 +-0.2109563 -0.5 0.01001467 0 -1 0 +-0.5 0.06351523 -0.172653 -1 0 0 +-0.1786916 -0.5 0.2368921 0 -1 0 +0.005805028 0.006332355 -0.5 0 0 -1 +-0.02606136 0.5 0.4113591 0 1 0 +0.3855755 -0.1946211 0.5 0 0 1 +-0.5 -0.04643622 -0.04818416 -1 0 0 +-0.4129062 -0.06532627 -0.5 0 0 -1 +-0.5 0.1334599 -0.3033919 -1 0 0 +0.5 0.1968399 -0.2368112 1 0 0 +-0.4433651 0.1367359 -0.5 0 0 -1 +-0.07766849 0.3732207 0.5 0 0 1 +-0.04645943 0.5 0.08518704 0 1 0 +-0.01531518 0.1489727 -0.5 0 0 -1 +0.04441375 -0.3591537 -0.5 0 0 -1 +-0.5 0.08508553 -0.2187617 -1 0 0 +0.1892221 -0.5 -0.2863631 0 -1 0 +0.5 -0.06040369 -0.2294627 1 0 0 +0.2694822 0.4496819 0.5 0 0 1 +-0.5 0.4750547 0.4549865 -1 0 0 +-0.5 -0.2068928 -0.2371092 -1 0 0 +-0.09325741 0.1214015 0.5 0 0 1 +0.3866857 0.08773428 -0.5 0 0 -1 +0.2444227 -0.5 -0.1342287 0 -1 0 +-0.5 0.1202076 -0.4240111 -1 0 0 +0.4297028 0.4222075 0.5 0 0 1 +0.3401971 -0.4983853 0.5 0 0 1 +0.2448225 -0.3109663 0.5 0 0 1 +-0.07033372 -0.4997526 -0.5 0 0 -1 +-0.5 0.1471523 0.4865287 -1 0 0 +0.5 -0.05870317 -0.2160646 1 0 0 +-0.04861192 -0.3464364 -0.5 0 0 -1 +-0.5 0.2586597 0.2832754 -1 0 0 +0.1061423 -0.454528 -0.5 0 0 -1 +0.3957427 -0.2834783 -0.5 0 0 -1 +0.5 -0.02026066 0.03538239 1 0 0 +0.09628667 0.09195031 -0.5 0 0 -1 +0.3631741 -0.2627879 0.5 0 0 1 +0.5 -0.311495 0.08578926 1 0 0 +-0.119866 0.2944656 -0.5 0 0 -1 +0.1685542 -0.004024923 -0.5 0 0 -1 +-0.5 -0.4185249 0.2647896 -1 0 0 +0.5 -0.04356387 0.3250119 1 0 0 +-0.389134 0.1110695 0.5 0 0 1 +-0.2597862 0.5 0.3049228 0 1 0 +0.1448424 -0.4226342 0.5 0 0 1 +-0.1830398 0.1080777 -0.5 0 0 -1 +-0.5 -0.3226772 0.4366524 -1 0 0 +0.2419248 0.5 0.4507566 0 1 0 +-0.4848551 0.06856515 0.5 0 0 1 +0.3082971 -0.2856503 -0.5 0 0 -1 +-0.3388302 0.5 -0.3689202 0 1 0 +-0.1924322 -0.5 -0.2199101 0 -1 0 +0.4807479 -0.5 0.310666 0 -1 0 +-0.3225792 -0.5 0.1563306 0 -1 0 +-0.2089655 -0.4129957 -0.5 0 0 -1 +-0.4465932 0.320887 -0.5 0 0 -1 +0.4867429 0.5 0.007849031 0 1 0 +0.5 -0.3212077 0.04804532 1 0 0 +0.04159091 0.5 -0.418922 0 1 0 +0.5 -0.4690659 -0.3448856 1 0 0 +-0.5 -0.2378341 0.2996957 -1 0 0 +0.4262922 0.5 -0.3819731 0 1 0 +-0.5 -0.2655402 0.06795103 -1 0 0 +-0.1343975 -0.5 -0.431969 0 -1 0 +-0.5 -0.1482224 0.1061245 -1 0 0 +0.3416165 0.3192704 -0.5 0 0 -1 +-0.01587534 0.5 -0.2822468 0 1 0 +0.427182 -0.03409409 0.5 0 0 1 +0.3522324 -0.0400067 -0.5 0 0 -1 +0.1891252 0.3241956 -0.5 0 0 -1 +0.0275849 -0.5 -0.2967638 0 -1 0 +-0.1618686 -0.5 -0.4306923 0 -1 0 +-0.3324392 -0.5 0.1637602 0 -1 0 +0.1095557 0.09451741 0.5 0 0 1 +-0.5 -0.133702 0.2910866 -1 0 0 +0.5 0.2529159 -0.4184394 1 0 0 +-0.288986 -0.3956889 0.5 0 0 1 +-0.5 -0.4082273 0.1243759 -1 0 0 +0.003561124 -0.2795788 -0.5 0 0 -1 +0.5 0.3999618 0.2184206 1 0 0 +0.3488522 0.4044118 -0.5 0 0 -1 +-0.06830417 0.06169481 0.5 0 0 1 +0.4189278 0.5 0.04000378 0 1 0 +-0.5 0.320807 -0.1130617 -1 0 0 +0.4907206 0.4476793 -0.5 0 0 -1 +-0.2654775 0.5 0.01356095 0 1 0 +0.2823608 -0.09341175 0.5 0 0 1 +-0.5 0.2527908 0.2670468 -1 0 0 +-0.4022825 0.3405579 -0.5 0 0 -1 +0.3876574 0.008409981 0.5 0 0 1 +-0.5 -0.3449979 -0.1358878 -1 0 0 +0.5 0.03773331 -0.1938064 1 0 0 +-0.2474674 0.5 0.215476 0 1 0 +-0.5 -0.1722012 -0.4654434 -1 0 0 +0.3511364 0.1523079 -0.5 0 0 -1 +0.5 -0.0985043 0.2604753 1 0 0 +-0.02180009 -0.058396 0.5 0 0 1 +0.1057503 0.01283276 0.5 0 0 1 +0.2588951 -0.5 -0.4425072 0 -1 0 +0.0660188 0.3332987 -0.5 0 0 -1 +0.4049969 -0.5 0.4773826 0 -1 0 +0.5 -0.3872713 0.4953181 1 0 0 +-0.279706 0.5 0.07637334 0 1 0 +-0.5 0.3632377 -0.3009585 -1 0 0 +0.2458848 0.4353146 0.5 0 0 1 +0.1531787 0.5 -0.4387784 0 1 0 +-0.09265834 0.2187062 -0.5 0 0 -1 +0.2552176 0.5 0.2406214 0 1 0 +0.5 -0.3097424 0.4937175 1 0 0 +-0.3988164 0.1845325 0.5 0 0 1 +0.4484862 0.5 0.4410903 0 1 0 +0.2730841 -0.2505109 -0.5 0 0 -1 +0.5 -0.06011471 0.2358034 1 0 0 +0.3760556 -0.4602639 0.5 0 0 1 +0.5 -0.2266399 -0.02477647 1 0 0 +-0.201188 -0.5 0.2050383 0 -1 0 +0.242398 -0.1261833 -0.5 0 0 -1 +0.496887 0.5 0.199152 0 1 0 +0.5 -0.1082411 -0.3930244 1 0 0 +0.5 -0.2203546 -0.2296079 1 0 0 +0.4401913 -0.03279842 0.5 0 0 1 +-0.5 -0.3804262 0.2689151 -1 0 0 +-0.5 0.4845511 -0.1467325 -1 0 0 +-0.4834983 0.5 -0.2313012 0 1 0 +0.2097479 -0.4197637 -0.5 0 0 -1 +0.3088034 -0.2203824 -0.5 0 0 -1 +0.5 0.4022198 -0.08578239 1 0 0 +-0.4094078 0.2755325 -0.5 0 0 -1 +0.4496182 -0.4295731 -0.5 0 0 -1 +0.5 -0.3288752 -0.4087439 1 0 0 +0.4414117 -0.1597421 -0.5 0 0 -1 +-0.2425559 -0.1482158 -0.5 0 0 -1 +-0.5 0.3053634 -0.4706807 -1 0 0 +0.0436244 0.5 -0.08108377 0 1 0 +0.4698322 -0.5 -0.106356 0 -1 0 +-0.3335317 0.3640747 -0.5 0 0 -1 +0.4561476 0.5 0.4125076 0 1 0 +-0.2126015 -0.5 0.179423 0 -1 0 +-0.1122442 0.5 0.2017074 0 1 0 +0.2484765 -0.154489 -0.5 0 0 -1 +0.2086287 0.5 0.14842 0 1 0 +0.5 -0.4597768 -0.09058106 1 0 0 +0.1193449 -0.5 -0.06580573 0 -1 0 +0.1916183 0.5 0.3577734 0 1 0 +-0.04912145 -0.5 0.320806 0 -1 0 +-0.3225173 0.4692851 -0.5 0 0 -1 +-0.5 -0.03387719 0.03810555 -1 0 0 +0.3803217 0.5 0.3209525 0 1 0 +0.3406545 -0.2944638 0.5 0 0 1 +0.5 0.1277782 0.2837471 1 0 0 +0.1402034 0.5 -0.3865696 0 1 0 +-0.4615916 -0.5 0.4780791 0 -1 0 +0.2542385 0.5 0.0818112 0 1 0 +0.5 -0.39498 0.479916 1 0 0 +-0.4319462 -0.5 0.4810287 0 -1 0 +0.5 0.1144567 -0.4644879 1 0 0 +0.5 0.241708 0.08436114 1 0 0 +-0.5 0.1271973 0.04892743 -1 0 0 +0.4920065 0.5 0.09958555 0 1 0 +0.1443485 -0.470989 0.5 0 0 1 +-0.3232186 -0.1744586 0.5 0 0 1 +0.4569609 -0.5 -0.1353541 0 -1 0 +-0.3281665 0.5 -0.276104 0 1 0 +-0.5 0.1123535 0.3393844 -1 0 0 +0.2855334 -0.5 -0.186789 0 -1 0 +-0.3476132 0.5 0.2144227 0 1 0 +0.407611 0.3470378 0.5 0 0 1 +-0.1412062 -0.5 0.08133019 0 -1 0 +0.1037135 0.3286389 0.5 0 0 1 +0.2028468 -0.4814172 -0.5 0 0 -1 +-0.5 0.2178642 -0.3180783 -1 0 0 +0.037205 0.03691441 0.5 0 0 1 +-0.4121068 0.5 0.4379634 0 1 0 +-0.5 -0.1044686 -0.4974615 -1 0 0 +-0.5 0.2249596 0.4151837 -1 0 0 +0.463498 0.5 0.3143862 0 1 0 +-0.09739651 0.5 0.4725498 0 1 0 +-0.3996418 -0.3799309 -0.5 0 0 -1 +0.1706239 -0.2149617 -0.5 0 0 -1 +-0.2998698 0.5 0.1081728 0 1 0 +-0.3718286 0.4271714 -0.5 0 0 -1 +-0.5 -0.1261111 0.1557317 -1 0 0 +-0.5 0.4070735 0.08886087 -1 0 0 +-0.5 -0.4781868 -0.3550411 -1 0 0 +0.5 0.2110634 -0.3292096 1 0 0 +-0.5 0.4881223 -0.461434 -1 0 0 +0.5 0.03064328 -0.0282715 1 0 0 +-0.0905332 -0.5 0.03304255 0 -1 0 +0.1828412 -0.5 -0.2952497 0 -1 0 +0.5 0.1334528 -0.09498365 1 0 0 +-0.5 0.1391053 -0.1494991 -1 0 0 +0.1824446 0.5 -0.3288531 0 1 0 +0.07075965 0.5 0.05703545 0 1 0 +0.09525584 -0.3622046 -0.5 0 0 -1 +0.01953524 0.5 -0.489728 0 1 0 +-0.384149 -0.5 -0.1068845 0 -1 0 +-0.198355 0.5 0.2810458 0 1 0 +0.1997474 -0.5 0.288138 0 -1 0 +-0.2187291 -0.4050474 -0.5 0 0 -1 +0.4124145 -0.2525647 -0.5 0 0 -1 +-0.2630661 0.402153 0.5 0 0 1 +-0.4790229 -0.4469921 -0.5 0 0 -1 +-0.4257774 0.5 0.2170477 0 1 0 +-0.5 -0.4677066 0.4369639 -1 0 0 +-0.5 -0.1760124 -0.1477233 -1 0 0 +0.1554069 -0.5 0.282242 0 -1 0 +-0.3764735 -0.3938955 -0.5 0 0 -1 +-0.4761698 0.5 0.06672956 0 1 0 +0.5 0.2968929 -0.306895 1 0 0 +-0.5 -0.3725539 -0.2674582 -1 0 0 +0.5 0.4233822 0.2603949 1 0 0 +-0.2896845 -0.5 0.01600331 0 -1 0 +0.5 -0.3588015 0.1728552 1 0 0 +0.2062793 0.4279071 0.5 0 0 1 +0.5 -0.2704511 -0.05416095 1 0 0 +-0.4387007 0.2696583 -0.5 0 0 -1 +0.01236878 0.5 -0.09465499 0 1 0 +0.4844492 0.5 0.1313909 0 1 0 +-0.5 -0.349479 -0.03821486 -1 0 0 +0.5 0.3890415 -0.04840495 1 0 0 +-0.427591 0.5 0.04414344 0 1 0 +-0.3149909 0.5 0.459843 0 1 0 +0.1085473 -0.1673842 0.5 0 0 1 +-0.5 -0.1844092 -0.3064549 -1 0 0 +-0.3148429 0.03120251 0.5 0 0 1 +0.5 -0.3385584 -0.2335004 1 0 0 +-0.5 -0.1018209 -0.1983595 -1 0 0 +-0.5 -0.4527079 0.3820435 -1 0 0 +-0.08398187 0.5 -0.3839124 0 1 0 +-0.5 0.2913516 -0.1825879 -1 0 0 +0.4635882 -0.03121854 -0.5 0 0 -1 +-0.3988784 -0.5 -0.2282046 0 -1 0 +0.02001816 0.2310291 0.5 0 0 1 +0.2416103 -0.5 0.2773753 0 -1 0 +-0.5 -0.0402667 0.3134989 -1 0 0 +-0.5 0.333124 0.4599769 -1 0 0 +-0.07106775 0.4024998 -0.5 0 0 -1 +0.4701388 0.5 0.2204992 0 1 0 +-0.4536703 0.5 0.08950998 0 1 0 +0.5 0.03856159 -0.4823921 1 0 0 +0.5 0.03641802 -0.266885 1 0 0 +0.1604486 -0.5 0.234932 0 -1 0 +0.09930068 -0.3065134 -0.5 0 0 -1 +0.5 0.3588544 0.3051338 1 0 0 +0.4314563 -0.5 -0.1878314 0 -1 0 +0.5 -0.06022823 -0.4885855 1 0 0 +-0.5 -0.1337943 -0.2827123 -1 0 0 +0.3175367 -0.3622143 0.5 0 0 1 +-0.4806662 0.5 -0.3676217 0 1 0 +0.3712973 0.5 0.1421452 0 1 0 +0.5 0.2898667 -0.378301 1 0 0 +-0.11746 0.5 -0.4475285 0 1 0 +-0.471419 0.5 -0.2762357 0 1 0 +-0.5 0.2424357 0.2512331 -1 0 0 +-0.08164757 0.4443601 0.5 0 0 1 +-0.4419475 -0.5 -0.2004933 0 -1 0 +0.5 -0.07184583 0.237301 1 0 0 +-0.5 0.2075039 0.4689036 -1 0 0 +-0.5 -0.06443284 0.1534176 -1 0 0 +-0.08884996 0.5 0.04474768 0 1 0 +0.4392197 -0.5 -0.1296238 0 -1 0 +-0.3474612 -0.5 0.385085 0 -1 0 +-0.2536044 0.03335316 0.5 0 0 1 +-0.01485395 0.5 -0.4083113 0 1 0 +0.4417004 0.5 0.05608123 0 1 0 +0.4654435 0.2930581 0.5 0 0 1 +-0.1582085 -0.3101933 0.5 0 0 1 +0.2833639 0.4697192 0.5 0 0 1 +0.168152 -0.5 -0.2286835 0 -1 0 +-0.4251754 -0.09934807 0.5 0 0 1 +-0.5 0.4869382 0.4386947 -1 0 0 +0.08652133 -0.5 -0.1248966 0 -1 0 +0.0770577 -0.3114344 -0.5 0 0 -1 +-0.1243164 -0.1720755 0.5 0 0 1 +-0.4232929 0.5 0.2978289 0 1 0 +-0.5 0.455313 0.05449593 -1 0 0 +-0.3672542 0.5 0.1669589 0 1 0 +0.4189061 -0.5 0.2178074 0 -1 0 +0.5 0.4698985 -0.01119281 1 0 0 +-0.3257661 0.5 -0.3803884 0 1 0 +-0.5 0.3516565 -0.3434922 -1 0 0 +-0.5 0.2104286 0.1507906 -1 0 0 +0.5 -0.3037385 -0.3718739 1 0 0 +0.0321046 0.2227349 0.5 0 0 1 +0.5 -0.02937068 -0.01329146 1 0 0 +-0.002219915 0.1651078 0.5 0 0 1 +-0.3462056 -0.3864933 0.5 0 0 1 +-0.2994761 0.5 -0.4751732 0 1 0 +-0.4742393 0.3307204 0.5 0 0 1 +-0.2673547 0.2570592 -0.5 0 0 -1 +0.3341127 0.5 -0.2637221 0 1 0 +0.5 0.1959401 -0.1971353 1 0 0 +-0.03803815 -0.5 -0.2887531 0 -1 0 +-0.2825309 -0.4019479 -0.5 0 0 -1 +0.5 0.4841679 -0.2269932 1 0 0 +0.3331135 0.5 0.2172673 0 1 0 +-0.3653798 0.5 0.3875337 0 1 0 +0.2314993 0.2607492 -0.5 0 0 -1 +0.3035059 -0.08698212 0.5 0 0 1 +-0.5 -0.2700962 -0.08671426 -1 0 0 +0.1138585 -0.5 0.4845958 0 -1 0 +-0.1558861 0.3660929 -0.5 0 0 -1 +0.5 0.2058039 0.2732068 1 0 0 +-0.5 -0.2613286 0.1156565 -1 0 0 +-0.4991311 -0.2403502 0.5 0 0 1 +0.5 0.2364993 -0.2618191 1 0 0 +0.5 -0.4059854 0.2463588 1 0 0 +0.5 0.4018684 -0.3372692 1 0 0 +0.5 -0.1709542 -0.2591625 1 0 0 +-0.3074299 -0.5 0.4795079 0 -1 0 +-0.4996126 0.5 0.3901388 0 1 0 +0.5 -0.3567169 0.1895058 1 0 0 +0.5 0.1939458 -0.2054763 1 0 0 +0.2938032 -0.5 0.2092878 0 -1 0 +-0.2007303 0.1677205 -0.5 0 0 -1 +-0.1073002 -0.5 -0.1024925 0 -1 0 +0.4389269 -0.1096717 0.5 0 0 1 +-0.3568049 -0.5 -0.3217672 0 -1 0 +-0.5 -0.3556771 0.03984199 -1 0 0 +0.2471937 -0.4013384 0.5 0 0 1 +-0.01269013 0.5 0.2066877 0 1 0 +-0.1992275 -0.5 -0.1075962 0 -1 0 +-0.473617 0.2714629 0.5 0 0 1 +0.4445592 -0.5 0.448144 0 -1 0 +0.1609096 0.2637577 0.5 0 0 1 +0.1867886 0.3090907 0.5 0 0 1 +-0.1216714 0.5 0.02677676 0 1 0 +-0.5 0.3172246 0.1425875 -1 0 0 +-0.5 -0.4015175 0.1867643 -1 0 0 +0.1746814 0.5 0.2261043 0 1 0 +-0.4025987 0.5 0.2184061 0 1 0 +-0.4288779 -0.2277904 -0.5 0 0 -1 +0.251143 0.5 0.2050325 0 1 0 +0.3319516 -0.1287597 0.5 0 0 1 +0.1869617 0.3594411 -0.5 0 0 -1 +-0.08991802 0.5 0.244732 0 1 0 +-0.04703468 -0.354062 0.5 0 0 1 +-0.007778779 -0.5 0.109053 0 -1 0 +-0.5 0.495262 -0.07969809 -1 0 0 +-0.3678753 -0.5 -0.3536185 0 -1 0 +0.303335 0.2773731 -0.5 0 0 -1 +0.5 0.1086495 -0.3422553 1 0 0 +0.02303885 -0.3298301 0.5 0 0 1 +-0.5 0.2371833 -0.09986396 -1 0 0 +0.2160642 -0.5 0.3866348 0 -1 0 +0.2000722 0.5 -0.4414691 0 1 0 +0.3095447 -0.5 -0.1560319 0 -1 0 +-0.5 0.07728917 -0.1518047 -1 0 0 +-0.5 -0.2287738 -0.4242836 -1 0 0 +-0.2962579 0.2931435 -0.5 0 0 -1 +0.5 -0.3889033 -0.4283156 1 0 0 +0.03876776 -0.2545089 -0.5 0 0 -1 +-0.04019762 -0.272461 0.5 0 0 1 +-0.5 0.4612812 0.3374602 -1 0 0 +-0.4589033 0.04630917 0.5 0 0 1 +-0.5 -0.4924729 -0.2165742 -1 0 0 +-0.01369596 -0.5 -0.2065663 0 -1 0 +-0.02690912 0.01366687 0.5 0 0 1 +-0.3769618 -0.5 -0.1848982 0 -1 0 +-0.2433818 -0.5 0.2169824 0 -1 0 +-0.1086966 -0.5 0.4502665 0 -1 0 +0.08953522 -0.5 -0.4377095 0 -1 0 +0.3031241 -0.5 0.341985 0 -1 0 +0.3620389 0.5 -0.3601096 0 1 0 +-0.1201724 -0.5 -0.4022139 0 -1 0 +-0.02072489 0.5 -0.32707 0 1 0 +0.4570019 -0.5 0.3467936 0 -1 0 +0.02067125 -0.05806333 -0.5 0 0 -1 +-0.1048452 -0.2874712 -0.5 0 0 -1 +-0.5 0.4851964 -0.1885585 -1 0 0 +-0.5 -0.1045935 -0.2370706 -1 0 0 +-0.5 0.2270027 0.3463227 -1 0 0 +0.09791076 0.2629111 0.5 0 0 1 +-0.5 0.1739543 -0.3692941 -1 0 0 +-0.5 -0.172583 -0.01805406 -1 0 0 +0.2821017 -0.5 -0.07243993 0 -1 0 +0.5 -0.3947035 -0.453602 1 0 0 +-0.4923382 0.3738932 0.5 0 0 1 +0.5 0.3841035 -0.3449881 1 0 0 +0.2168775 -0.5 -0.280105 0 -1 0 +-0.08246297 -0.5 0.2313814 0 -1 0 +-0.5 0.3347791 0.1522179 -1 0 0 +-0.1794218 0.5 -0.294317 0 1 0 +0.5 -0.1797565 -0.4445347 1 0 0 +-0.4088821 -0.2767237 0.5 0 0 1 +0.5 -0.1750901 0.2006624 1 0 0 +0.06988333 0.008383274 0.5 0 0 1 +-0.008196592 0.4195473 -0.5 0 0 -1 +0.5 -0.3329186 0.08667183 1 0 0 +0.3284214 -0.5 -0.3101251 0 -1 0 +-0.5 0.05111146 0.2633067 -1 0 0 +0.3673768 -0.5 0.1544642 0 -1 0 +0.4354168 0.5 -0.4753826 0 1 0 +0.2350291 -0.5 0.3088748 0 -1 0 +0.4808972 -0.5 0.01714974 0 -1 0 +0.5 0.1041687 0.09390128 1 0 0 +-0.2994063 -0.3994107 0.5 0 0 1 +-0.1142265 0.5 0.2226873 0 1 0 +-0.5 0.3685644 -0.4770863 -1 0 0 +-0.3375029 0.5 0.3147461 0 1 0 +-0.122384 -0.4755581 -0.5 0 0 -1 +-0.3623884 -0.5 0.268227 0 -1 0 +-0.5 -0.2029965 -0.2427623 -1 0 0 +-0.007789791 -0.1856155 -0.5 0 0 -1 +0.1604755 -0.5 0.2200475 0 -1 0 +-0.3970793 -0.5 -0.3972264 0 -1 0 +0.5 0.3120521 0.3556862 1 0 0 +0.5 -0.3969769 -0.3283321 1 0 0 +0.07182777 -0.4385981 -0.5 0 0 -1 +0.5 -0.4032141 -0.1973831 1 0 0 +-0.03610736 0.4700308 -0.5 0 0 -1 +0.3182607 0.5 -0.3304229 0 1 0 +-0.5 0.4631988 -0.4217629 -1 0 0 +0.4321219 -0.5 0.1187642 0 -1 0 +-0.5 -0.4126357 0.1345735 -1 0 0 +0.2915815 0.5 0.2225358 0 1 0 +0.5 -0.02499308 -0.3966719 1 0 0 +-0.3531172 0.1092664 0.5 0 0 1 +0.5 -0.1942954 -0.01203723 1 0 0 +0.5 0.1481783 0.3080866 1 0 0 +0.5 0.4591488 0.3367444 1 0 0 +-0.3924881 0.4322758 -0.5 0 0 -1 +0.3544279 0.5 -0.002672069 0 1 0 +-0.5 -0.4051953 -0.4635634 -1 0 0 +0.5 0.4702029 -0.04682815 1 0 0 +0.3674375 -0.2993401 -0.5 0 0 -1 +0.5 0.3396595 -0.3085408 1 0 0 +-0.5 0.1341669 -0.1801768 -1 0 0 +0.5 0.3113344 -0.2373878 1 0 0 +0.2418733 -0.5 0.4194255 0 -1 0 +-0.3712611 0.3086023 -0.5 0 0 -1 +0.01284789 0.5 0.3348471 0 1 0 +-0.4147718 -0.09166957 -0.5 0 0 -1 +-0.1700898 -0.1793807 -0.5 0 0 -1 +-0.5 0.04523902 -0.06206704 -1 0 0 +-0.4048454 0.5 -0.1578707 0 1 0 +-0.5 -0.326778 0.04429354 -1 0 0 +-0.4848173 -0.5 0.4589064 0 -1 0 +0.5 0.3443536 0.397072 1 0 0 +-0.2748795 0.1855333 -0.5 0 0 -1 +0.4059323 -0.4645417 0.5 0 0 1 +0.3685743 0.1517339 -0.5 0 0 -1 +-0.04072233 0.5 -0.3978345 0 1 0 +-0.5 0.4014626 -0.2990807 -1 0 0 +-0.5 -0.2831596 0.008374467 -1 0 0 +0.3097706 0.5 0.3058235 0 1 0 +0.2747613 -0.4028699 0.5 0 0 1 +0.5 0.3129362 0.1284704 1 0 0 +-0.3683379 -0.5 -0.3717739 0 -1 0 +-0.5 0.02244236 -0.2760256 -1 0 0 +-0.3712243 -0.3663657 -0.5 0 0 -1 +0.3802217 0.5 -0.1027181 0 1 0 +-0.3078167 0.02901947 -0.5 0 0 -1 +0.3953216 0.5 -0.3189598 0 1 0 +0.4293122 0.3564202 0.5 0 0 1 +-0.04488748 -0.183651 -0.5 0 0 -1 +-0.5 -0.218763 0.3018668 -1 0 0 +-0.5 -0.3901173 0.3406101 -1 0 0 +0.2245685 -0.5 0.4219373 0 -1 0 +-0.05769384 -0.2245964 -0.5 0 0 -1 +0.3004856 -0.02486181 -0.5 0 0 -1 +0.2452835 0.5 -0.4385362 0 1 0 +0.1604443 0.1001679 0.5 0 0 1 +0.5 0.2501345 0.09317666 1 0 0 +-0.1322268 -0.1640403 -0.5 0 0 -1 +-0.1871309 -0.3309923 -0.5 0 0 -1 +0.5 -0.3218905 -0.2648282 1 0 0 +-0.2888381 0.5 -0.2406705 0 1 0 +-0.05483164 -0.5 0.3336498 0 -1 0 +-0.5 0.4486713 -0.151418 -1 0 0 +0.4157421 -0.5 0.3045557 0 -1 0 +-0.3646914 -0.3507122 0.5 0 0 1 +-0.228385 -0.4006337 -0.5 0 0 -1 +0.5 -0.01910723 -0.3358083 1 0 0 +-0.4559005 -0.3563691 0.5 0 0 1 +0.2713352 -0.5 0.09876012 0 -1 0 +-0.1869302 -0.5 0.07037978 0 -1 0 +-0.2259616 -0.07935867 0.5 0 0 1 +-0.06485938 -0.01930536 -0.5 0 0 -1 +-0.2783653 -0.5 -0.2515222 0 -1 0 +0.1999886 0.5 -0.4376057 0 1 0 +-0.3282719 -0.02584831 -0.5 0 0 -1 +0.5 -0.1468149 -0.4090165 1 0 0 +-0.5 -0.3653424 0.3673862 -1 0 0 +0.5 0.4493209 -0.4289865 1 0 0 +-0.5 -0.1228002 0.04030592 -1 0 0 +-0.5 0.03258616 0.4964162 -1 0 0 +0.3927425 -0.2190237 -0.5 0 0 -1 +-0.3271351 -0.03442813 -0.5 0 0 -1 +-0.3641208 -0.2042924 0.5 0 0 1 +0.1422604 0.4077035 -0.5 0 0 -1 +0.4023414 0.5 0.3535253 0 1 0 +0.04962736 -0.1961443 -0.5 0 0 -1 +0.2881198 0.5 0.1474542 0 1 0 +0.1168405 0.5 0.0700621 0 1 0 +-0.08802128 0.07663232 -0.5 0 0 -1 +-0.4493113 -0.5 -0.163646 0 -1 0 +-0.3209997 -0.4545944 0.5 0 0 1 +0.08671439 0.5 0.4377674 0 1 0 +0.4965938 0.3939552 -0.5 0 0 -1 +-0.1157888 0.2744772 0.5 0 0 1 +0.369597 0.007231295 -0.5 0 0 -1 +0.5 0.1388094 -0.06936675 1 0 0 +0.5 0.2297272 -0.1556458 1 0 0 +-0.5 0.1369684 0.1937404 -1 0 0 +-0.007911088 -0.04424337 0.5 0 0 1 +0.2282143 0.5 0.4930325 0 1 0 +0.4455908 0.3899667 -0.5 0 0 -1 +0.5 0.39292 -0.213482 1 0 0 +-0.4040504 0.3943023 -0.5 0 0 -1 +0.5 0.2841129 0.2763065 1 0 0 +-0.3977181 -0.1949868 -0.5 0 0 -1 +-0.1773672 -0.5 0.291558 0 -1 0 +0.5 -0.1602982 0.2783923 1 0 0 +0.5 -0.3941344 -0.0831164 1 0 0 +0.2404727 -0.1810923 -0.5 0 0 -1 +-0.3641387 0.5 -0.2234181 0 1 0 +0.5 -0.2596748 -0.4927996 1 0 0 +0.5 -0.3154992 0.04829109 1 0 0 +-0.4714708 -0.5 -0.04585879 0 -1 0 +-0.389401 -0.001428202 -0.5 0 0 -1 +-0.1941543 -0.5 0.1739506 0 -1 0 +0.5 -0.1229662 0.004953973 1 0 0 +0.00306429 -0.5 -0.3185617 0 -1 0 +-0.14092 -0.5 -0.1091175 0 -1 0 +-0.3651154 -0.01847072 -0.5 0 0 -1 +0.5 0.4694493 -0.03774448 1 0 0 +0.3424656 -0.3486692 -0.5 0 0 -1 +-0.4189106 0.4798384 0.5 0 0 1 +0.09806536 -0.5 0.2498874 0 -1 0 +-0.03257197 -0.5 0.06852186 0 -1 0 +-0.5 -0.1431146 0.3228025 -1 0 0 +-0.5 0.05298048 -0.3467286 -1 0 0 +-0.5 -0.1426273 0.3388172 -1 0 0 +0.0142765 0.5 -0.2266079 0 1 0 +-0.2998987 -0.07478983 -0.5 0 0 -1 +-0.01264673 -0.5 -0.2279923 0 -1 0 +0.3231383 -0.5 -0.2639931 0 -1 0 +0.4438858 0.0005925894 0.5 0 0 1 +0.3428285 -0.1978627 0.5 0 0 1 +0.194594 -0.5 0.3469576 0 -1 0 +-0.5 0.3355356 0.4209948 -1 0 0 +0.5 -0.451412 0.4453106 1 0 0 +0.268115 0.5 0.419562 0 1 0 +0.4764882 -0.3393717 0.5 0 0 1 +-0.5 0.1295879 -0.2191274 -1 0 0 +0.03756298 0.5 -0.3101832 0 1 0 +0.241953 0.5 0.4768014 0 1 0 +0.06713305 0.5 0.4796882 0 1 0 +-0.1200123 0.5 0.3009046 0 1 0 +0.5 0.4092427 0.1765363 1 0 0 +0.1992851 -0.5 -0.2504592 0 -1 0 +0.1088922 -0.257578 -0.5 0 0 -1 +-0.5 -0.2554279 -0.0769062 -1 0 0 +-0.5 0.4034891 0.1715217 -1 0 0 +0.09563625 0.5 -0.2765427 0 1 0 +0.3093873 0.4937727 0.5 0 0 1 +-0.5 0.4743809 -0.3560077 -1 0 0 +-0.1711875 -0.03592873 -0.5 0 0 -1 +0.1238613 -0.5 -0.2717301 0 -1 0 +0.1592024 -0.5 0.01934212 0 -1 0 +0.1122963 -0.5 0.4534395 0 -1 0 +0.09904552 0.5 -0.4880278 0 1 0 +0.5 -0.03341326 0.2799042 1 0 0 +0.5 0.135873 0.4973556 1 0 0 +-0.2392786 0.5 0.1850818 0 1 0 +-0.1575355 0.5 -0.09803621 0 1 0 +-0.1979095 -0.5 0.03207218 0 -1 0 +0.366657 -0.4303501 -0.5 0 0 -1 +0.5 0.4842018 -0.3122416 1 0 0 +0.1490902 -0.5 -0.4156516 0 -1 0 +-0.4590894 -0.1530505 -0.5 0 0 -1 +0.2681317 0.4782277 0.5 0 0 1 +0.5 -0.1610159 -0.1671218 1 0 0 +-0.3888581 -0.5 0.3048381 0 -1 0 +-0.06768656 -0.2183825 -0.5 0 0 -1 +0.5 0.2039728 0.2921503 1 0 0 +0.5 0.05012243 -0.2797017 1 0 0 +-0.5 0.1469854 -0.09936129 -1 0 0 +-0.5 -0.04452059 -0.01313872 -1 0 0 +0.3378149 -0.0362752 0.5 0 0 1 +0.2632627 0.301317 0.5 0 0 1 +0.2917985 0.3981428 -0.5 0 0 -1 +0.3487939 0.08050888 0.5 0 0 1 +0.1706056 -0.5 -0.2836043 0 -1 0 +0.121722 0.5 0.4839367 0 1 0 +-0.5 0.09421951 0.4896027 -1 0 0 +0.2399333 0.2181167 -0.5 0 0 -1 +0.05891943 -0.09931314 -0.5 0 0 -1 +-0.5 -0.3266137 -0.1266598 -1 0 0 +0.4009741 -0.5 -0.1469235 0 -1 0 +-0.5 0.2951374 -0.1868002 -1 0 0 +0.5 0.3939186 0.05358036 1 0 0 +-0.02863336 -0.4440816 0.5 0 0 1 +-0.4224112 0.3891577 -0.5 0 0 -1 +0.2604101 0.5 0.3357267 0 1 0 +0.114463 0.5 -0.4843043 0 1 0 +0.1919925 0.5 0.2183671 0 1 0 +0.5 0.1535595 -0.0464182 1 0 0 +-0.2479696 -0.2504734 0.5 0 0 1 +-0.3873888 0.5 0.2023786 0 1 0 +-0.4899524 -0.5 -0.07788765 0 -1 0 +-0.1203037 0.5 -0.1923146 0 1 0 +-0.08160287 0.1612588 -0.5 0 0 -1 +0.3072247 0.1488924 -0.5 0 0 -1 +0.3186795 -0.2931907 0.5 0 0 1 +0.4671186 0.5 -0.1493229 0 1 0 +-0.07587493 0.5 0.2848352 0 1 0 +0.05859756 0.1582515 -0.5 0 0 -1 +0.1772485 -0.08801374 0.5 0 0 1 +-0.2460628 0.5 -0.4761552 0 1 0 +0.08549868 0.5 0.0208227 0 1 0 +-0.05338116 0.4015425 -0.5 0 0 -1 +0.5 0.1468163 -0.4494293 1 0 0 +-0.2085236 -0.5 0.486971 0 -1 0 +-0.2325166 -0.5 -0.4498168 0 -1 0 +0.5 -0.3522556 0.4040272 1 0 0 +-0.2116975 -0.2847008 -0.5 0 0 -1 +0.3044469 -0.4963157 0.5 0 0 1 +-0.08977694 0.04398317 -0.5 0 0 -1 +-0.5 -0.2257139 0.1644682 -1 0 0 +-0.3082611 0.5 -0.08909798 0 1 0 +0.4136787 -0.3270563 -0.5 0 0 -1 +0.5 -0.2661788 -0.3639981 1 0 0 +-0.5 0.4861315 0.1471829 -1 0 0 +-0.1897642 0.4531485 0.5 0 0 1 +0.06968264 -0.04247075 -0.5 0 0 -1 +-0.4730533 -0.5 0.4164193 0 -1 0 +-0.2599301 -0.4259159 -0.5 0 0 -1 +0.4042993 -0.4401422 -0.5 0 0 -1 +0.4720953 0.5 -0.2715455 0 1 0 +0.5 0.3653139 0.4463883 1 0 0 +-0.1683734 0.5 0.01110947 0 1 0 +-0.4094616 0.5 -0.1864523 0 1 0 +0.5 0.004897656 -0.4606552 1 0 0 +-0.5 -0.2390171 -0.2410721 -1 0 0 +-0.007435329 -0.5 -0.06086008 0 -1 0 +-0.15844 0.09371097 0.5 0 0 1 +0.4552493 -0.1473942 0.5 0 0 1 +-0.1711337 -0.4712079 0.5 0 0 1 +-0.5 -0.4516777 0.4492275 -1 0 0 +-0.5 -0.2801254 -0.2385675 -1 0 0 +-0.02164336 0.384271 -0.5 0 0 -1 +0.02946968 0.174635 0.5 0 0 1 +-0.2403001 -0.2131351 -0.5 0 0 -1 +-0.4900888 0.3076227 -0.5 0 0 -1 +-0.5 -0.08418419 0.2547207 -1 0 0 +-0.4834656 0.5 0.1988865 0 1 0 +-0.4684321 -0.5 0.4087564 0 -1 0 +-0.4791594 -0.4068149 0.5 0 0 1 +-0.5 -0.02008611 -0.05806589 -1 0 0 +0.5 -0.2891368 -0.05620825 1 0 0 +-0.5 0.08076953 -0.1128871 -1 0 0 +-0.5 0.4325691 0.2172424 -1 0 0 +-0.1611583 0.5 0.2133847 0 1 0 +-0.5 -0.4175867 0.2517821 -1 0 0 +0.5 0.06676024 -0.1676472 1 0 0 +-0.1059905 -0.1811508 0.5 0 0 1 +-0.09534448 0.5 0.1950844 0 1 0 +0.3609042 0.3004217 0.5 0 0 1 +-0.4345127 -0.5 0.1563541 0 -1 0 +-0.2466045 0.5 -0.01852823 0 1 0 +-0.2154262 -0.1175807 0.5 0 0 1 +-0.05773854 -0.3679247 -0.5 0 0 -1 +-0.03541762 -0.5 -0.4906148 0 -1 0 +0.1431683 0.5 0.1542501 0 1 0 +-0.01699579 -0.5 0.1274081 0 -1 0 +0.5 0.06429017 -0.3441205 1 0 0 +-0.3162125 -0.5 -0.1957691 0 -1 0 +0.5 -0.4458878 -0.3075771 1 0 0 +0.5 0.4373503 0.2397279 1 0 0 +-0.5 -0.4254891 0.4924134 -1 0 0 +0.5 -0.4814636 0.0108918 1 0 0 +0.5 -0.04998504 -0.2035916 1 0 0 +-0.01917094 -0.5 0.4714918 0 -1 0 +0.1218871 -0.5 0.2009755 0 -1 0 +-0.1584835 0.1758529 0.5 0 0 1 +0.2011635 0.5 -0.09140503 0 1 0 +0.3929822 0.5 0.3536753 0 1 0 +-0.05656767 -0.5 0.3235409 0 -1 0 +0.5 0.3641073 -0.3276263 1 0 0 +-0.4238196 0.04601383 -0.5 0 0 -1 +0.5 0.438431 0.3161438 1 0 0 +0.2405029 0.5 0.3201286 0 1 0 +0.5 -0.09336156 -0.2355377 1 0 0 +0.2188112 0.5 -0.361298 0 1 0 +0.4793667 0.2035957 -0.5 0 0 -1 +-0.2451969 0.5 -0.3628354 0 1 0 +0.172113 -0.5 0.03279448 0 -1 0 +0.2030301 -0.5 0.1086426 0 -1 0 +0.5 -0.200322 0.03655821 1 0 0 +-0.1698344 -0.5 0.1776295 0 -1 0 +0.3392864 0.351335 -0.5 0 0 -1 +-0.3183641 -0.2489718 0.5 0 0 1 +-0.3169785 -0.5 -0.3361406 0 -1 0 +0.1664056 -0.424628 -0.5 0 0 -1 +0.4644256 0.5 -0.1363189 0 1 0 +-0.2785954 0.5 -0.1382431 0 1 0 +-0.07950087 -0.5 -0.3356415 0 -1 0 +-0.3454251 0.4450752 0.5 0 0 1 +0.2863379 -0.5 0.1178738 0 -1 0 +0.2237351 -0.5 0.4302502 0 -1 0 +-0.5 0.08288699 -0.3135513 -1 0 0 +-0.5 0.001499116 0.13125 -1 0 0 +-0.5 0.1134785 0.3256046 -1 0 0 +0.2465674 0.3895344 -0.5 0 0 -1 +0.4037166 0.004601009 0.5 0 0 1 +-0.1572786 0.06912795 -0.5 0 0 -1 +0.5 -0.3490044 0.01109433 1 0 0 +-0.5 0.02164871 -0.01769805 -1 0 0 +0.07525181 -0.2679327 0.5 0 0 1 +-0.08945233 -0.2175234 0.5 0 0 1 +-0.2088394 0.5 -0.1375961 0 1 0 +-0.5 -0.3915952 0.2220431 -1 0 0 +0.229213 0.5 -0.06622529 0 1 0 +-0.4465677 -0.08689086 0.5 0 0 1 +0.4327963 0.5 0.1097989 0 1 0 +-0.3388966 0.5 0.4372215 0 1 0 +0.463372 -0.5 -0.4685234 0 -1 0 +0.5 -0.149534 0.269685 1 0 0 +-0.03953784 -0.5 -0.0132074 0 -1 0 +0.1906918 -0.03071643 -0.5 0 0 -1 +-0.009714082 0.3737803 0.5 0 0 1 +0.4113587 0.1808931 0.5 0 0 1 +0.2904625 -0.5 0.2621133 0 -1 0 +0.2804801 0.5 -0.430714 0 1 0 +0.12451 -0.4294618 0.5 0 0 1 +0.09080195 -0.4056479 -0.5 0 0 -1 +-0.2269595 -0.3922408 0.5 0 0 1 +-0.1165563 0.1880945 -0.5 0 0 -1 +0.247856 -0.2455494 -0.5 0 0 -1 +0.5 0.2157055 -0.3583329 1 0 0 +-0.5 -0.3138912 -0.446266 -1 0 0 +0.4185078 0.4900646 0.5 0 0 1 +0.2949525 -0.3361574 0.5 0 0 1 +-0.5 0.3063639 -0.0723719 -1 0 0 +-0.451198 0.01252188 0.5 0 0 1 +-0.3558735 -0.361647 0.5 0 0 1 +-0.3036983 -0.1116781 -0.5 0 0 -1 +-0.3550119 -0.1242546 -0.5 0 0 -1 +-0.5 -0.3788518 0.2012915 -1 0 0 +-0.1076385 -0.3899354 -0.5 0 0 -1 +0.5 -0.2225073 -0.3191479 1 0 0 +0.2427147 0.1576769 0.5 0 0 1 +0.5 0.2924061 0.3543029 1 0 0 +-0.0008752346 -0.1156929 0.5 0 0 1 +-0.5 -0.2857054 0.123239 -1 0 0 +0.5 -0.3185226 -0.4358055 1 0 0 +-0.2070007 -0.05782402 -0.5 0 0 -1 +-0.5 0.03017478 -0.4792955 -1 0 0 +0.5 0.2303664 -0.2697477 1 0 0 +-0.1984863 -0.001114011 0.5 0 0 1 +0.5 0.2198359 0.03926371 1 0 0 +0.2589982 0.5 0.4471893 0 1 0 +0.4856228 -0.5 -0.2354635 0 -1 0 +-0.3751547 -0.2313635 -0.5 0 0 -1 +0.4771284 -0.4213107 0.5 0 0 1 +-0.134412 -0.4157887 -0.5 0 0 -1 +0.009394065 -0.5 -0.4386461 0 -1 0 +-0.1236683 0.1868697 0.5 0 0 1 +0.06054534 0.5 0.09765594 0 1 0 +0.2244147 -0.2801598 0.5 0 0 1 +0.5 0.3869565 0.215273 1 0 0 +0.3124064 0.5 -0.1953996 0 1 0 +-0.5 0.306442 0.07412256 -1 0 0 +-0.04716014 -0.1197384 0.5 0 0 1 +0.5 -0.2845837 -0.2839084 1 0 0 +-0.5 -0.09017222 0.1636795 -1 0 0 +0.5 -0.08281979 0.2889909 1 0 0 +-0.5 0.1409514 0.1312752 -1 0 0 +-0.2655517 0.5 -0.4171488 0 1 0 +-0.2994068 0.3345197 0.5 0 0 1 +0.5 0.4230761 -0.07978068 1 0 0 +0.5 -0.2446402 0.09822106 1 0 0 +0.5 -0.4654153 -0.355454 1 0 0 +0.2312365 -0.5 -0.09422296 0 -1 0 +0.1185882 0.5 -0.2549276 0 1 0 +0.5 0.3624546 0.4512418 1 0 0 +-0.01362278 0.2730716 -0.5 0 0 -1 +0.3587921 0.3550032 0.5 0 0 1 +0.01921106 0.1174545 -0.5 0 0 -1 +-0.156132 -0.1595873 -0.5 0 0 -1 +-0.255096 -0.5 -0.2631555 0 -1 0 +0.5 0.2200441 0.4218399 1 0 0 +-0.1557366 0.4796212 -0.5 0 0 -1 +-0.5 -0.2552489 0.3152741 -1 0 0 +-0.3993918 0.0124588 0.5 0 0 1 +0.2353346 0.3693733 -0.5 0 0 -1 +0.5 0.3610286 -0.2366294 1 0 0 +0.5 -0.2605528 0.1322527 1 0 0 +-0.03859371 0.4137173 -0.5 0 0 -1 +-0.1072865 -0.2210076 0.5 0 0 1 +-0.3751994 -0.1528357 0.5 0 0 1 +-0.4879292 -0.5 -0.3816388 0 -1 0 +-0.03509265 -0.5 -0.09033024 0 -1 0 +-0.5 -0.1472735 0.3257548 -1 0 0 +-0.396343 0.2636051 -0.5 0 0 -1 +-0.2527792 0.5 -0.3572856 0 1 0 +0.5 -0.4963149 0.3353994 1 0 0 +-0.3299894 -0.11403 0.5 0 0 1 +-0.5 -0.2449326 0.3198923 -1 0 0 +0.179021 0.5 -0.1157154 0 1 0 +0.2864624 -0.5 0.1544697 0 -1 0 +0.2812658 -0.1108741 0.5 0 0 1 +-0.2416359 0.5 0.1745903 0 1 0 +-0.5 -0.4287341 -0.02158511 -1 0 0 +-0.5 0.2922212 -0.401046 -1 0 0 +-0.4407507 -0.5 0.006659746 0 -1 0 +-0.4806649 -0.5 0.2563773 0 -1 0 +0.353153 -0.5 0.238243 0 -1 0 +-0.5 -0.2385404 0.2475346 -1 0 0 +0.1277735 -0.08277728 0.5 0 0 1 +0.5 0.3444431 -0.1419068 1 0 0 +0.5 -0.09046436 -0.4343017 1 0 0 +-0.5 -0.08268642 0.327367 -1 0 0 +-0.06291133 -0.5 -0.4493245 0 -1 0 +0.4675563 0.5000001 0.1363762 0 1 0 +-0.1435791 0.09929904 -0.5 0 0 -1 +0.5 -0.005341118 -0.4620443 1 0 0 +0.1894469 0.5 -0.04092604 0 1 0 +0.1431223 0.14475 -0.5 0 0 -1 +0.5 0.2723448 -0.1985623 1 0 0 +0.3226336 0.3179696 0.5 0 0 1 +-0.1110761 -0.1628033 -0.5 0 0 -1 +-0.3589546 -0.5 0.4799768 0 -1 0 +0.2814743 -0.5 -0.4827078 0 -1 0 +-0.5 0.06456494 -0.03311926 -1 0 0 +0.168804 -0.5 -0.2914227 0 -1 0 +0.3120484 -0.2669508 -0.5 0 0 -1 +-0.4030071 -0.5 0.2223216 0 -1 0 +0.5 -0.2519075 0.4219245 1 0 0 +0.1052083 0.2985839 -0.5 0 0 -1 +0.3757041 -0.347069 0.5 0 0 1 +0.02631766 -0.5 0.3325496 0 -1 0 +0.09101784 -0.5 -0.4218705 0 -1 0 +-0.5 0.2077299 -0.1135129 -1 0 0 +0.1052059 0.1971275 -0.5 0 0 -1 +0.1276503 0.5 -0.2936075 0 1 0 +0.5 -0.3188615 0.296449 1 0 0 +0.3206816 -0.1189152 0.5 0 0 1 +0.4445016 -0.3706002 0.5 0 0 1 +0.5 -0.06289627 -0.3048063 1 0 0 +-0.1218426 -0.5 0.03572745 0 -1 0 +-0.5 -0.3697307 0.1711977 -1 0 0 +0.4183777 0.1126558 0.5 0 0 1 +-0.2491755 -0.5 -0.4977821 0 -1 0 +0.5 -0.3277261 0.1149708 1 0 0 +-0.4834931 0.2864721 0.5 0 0 1 +-0.01157695 -0.5 -0.3631293 0 -1 0 +0.1217586 0.5 -0.3469058 0 1 0 +0.4867285 -0.5 0.08498764 0 -1 0 +0.5 -0.1257498 -0.2869276 1 0 0 +-0.5 0.1020003 0.02192594 -1 0 0 +0.5 0.265082 0.353458 1 0 0 +-0.2931126 -0.2218913 0.5 0 0 1 +0.399976 0.07961982 0.5 0 0 1 +-0.3806406 0.5 -0.07393754 0 1 0 +0.434805 0.3664183 0.5 0 0 1 +-0.5 -0.4622175 0.02191746 -1 0 0 +0.3359818 0.3450492 0.5 0 0 1 +0.5 0.02466439 0.3317861 1 0 0 +-0.5 0.2623121 0.2842926 -1 0 0 +-0.5 0.1411415 -0.2509299 -1 0 0 +0.0724414 0.5 0.04955912 0 1 0 +-0.2585368 0.5 -0.285058 0 1 0 +-0.242282 -0.5 -0.4800613 0 -1 0 +0.04221189 -0.2482547 -0.5 0 0 -1 +0.5 -0.489233 -0.186403 1 0 0 +0.5 0.03684747 0.4733654 1 0 0 +-0.3052084 -0.5 0.2157291 0 -1 0 +0.5 0.2746286 -0.01437837 1 0 0 +-0.3569241 -0.5 0.3167703 0 -1 0 +0.2307927 0.1052939 0.5 0 0 1 +0.454235 -0.3376268 0.5 0 0 1 +-0.5 0.1196042 -0.1317217 -1 0 0 +0.2113407 -0.5 -0.1698046 0 -1 0 +-0.4735667 0.3594276 0.5 0 0 1 +-0.5 0.2630761 -0.04274124 -1 0 0 +-0.135268 0.132983 0.5 0 0 1 +-0.4135108 -0.5 -0.2512666 0 -1 0 +0.3127097 -0.5 -0.3453676 0 -1 0 +0.5 0.06770707 -0.3161858 1 0 0 +-0.4588324 -0.5 -0.06906569 0 -1 0 +0.5 0.2269002 -0.05420946 1 0 0 +0.3332329 0.5 -0.07441866 0 1 0 +0.3504806 -0.5 0.4728743 0 -1 0 +-0.5 0.2577963 0.2203043 -1 0 0 +0.5 0.4969391 -0.04423416 1 0 0 +-0.5 0.4568985 0.2761624 -1 0 0 +0.3972362 -0.2920069 0.5 0 0 1 +-0.3467807 0.5 0.02834091 0 1 0 +0.3641985 -0.5 -0.1721579 0 -1 0 +0.5 -0.3803582 0.3339054 1 0 0 +-0.05170679 0.06889701 0.5 0 0 1 +0.3208436 0.5 -0.2099028 0 1 0 +-0.148792 0.1710485 -0.5 0 0 -1 +-0.4219049 0.5 0.1503243 0 1 0 +-0.09885405 0.4366738 -0.5 0 0 -1 +-0.3468798 0.5 0.3266169 0 1 0 +0.4355468 -0.2002272 0.5 0 0 1 +0.3609392 0.2623231 -0.5 0 0 -1 +0.5 -0.08735156 -0.2725302 1 0 0 +-0.5 -0.1749491 -0.4359994 -1 0 0 +0.2044161 0.5 -0.04512388 0 1 0 +-0.1319079 0.5 0.2614481 0 1 0 +0.04745422 0.5 0.3410395 0 1 0 +-0.3607795 -0.1188314 -0.5 0 0 -1 +-0.4345427 0.2807899 -0.5 0 0 -1 +-0.147192 0.5 -0.2407719 0 1 0 +0.2862962 -0.2867401 -0.5 0 0 -1 +-0.2609808 -0.3009504 -0.5 0 0 -1 +-0.1202419 -0.5 -0.2954098 0 -1 0 +-0.3373314 0.5 -0.0747685 0 1 0 +-0.05741931 -0.4166545 -0.5 0 0 -1 +0.4916377 -0.5 -0.2198741 0 -1 0 +0.3926127 -0.5 0.02131075 0 -1 0 +0.5 -0.1209003 -0.1172121 1 0 0 +-0.03274126 -0.5 0.4663987 0 -1 0 +-0.3255948 -0.4053438 -0.5 0 0 -1 +-0.06200029 0.5 -0.3231471 0 1 0 +-0.1173259 -0.5 -0.1622825 0 -1 0 +-0.2695033 0.5 0.3708783 0 1 0 +-0.4758817 -0.5 -0.1541004 0 -1 0 +-0.06936245 0.07893927 0.5 0 0 1 +0.3718262 -0.5 0.3203526 0 -1 0 +0.5 0.3576619 0.3146821 1 0 0 +-0.5 -0.206332 -0.3171155 -1 0 0 +-0.01185608 0.5 0.192422 0 1 0 +-0.1315321 0.4228693 -0.5 0 0 -1 +-0.5 0.3707648 0.2765512 -1 0 0 +0.433257 -0.5 0.2942451 0 -1 0 +0.2194763 -0.1060876 0.5 0 0 1 +0.05542073 0.1833268 -0.5 0 0 -1 +-0.2486274 0.4229738 -0.5 0 0 -1 +0.3382059 0.5 0.4910546 0 1 0 +-0.5 0.1230184 -0.1285078 -1 0 0 +-0.4808292 0.5 -0.04118586 0 1 0 +0.2947152 -0.374411 0.5 0 0 1 +0.4200492 -0.2679611 0.5 0 0 1 +-0.4769002 -0.2896748 0.5 0 0 1 +-0.09124744 0.5 -0.1236502 0 1 0 +0.07365112 0.5 -0.4483801 0 1 0 +-0.5 0.1664045 0.1800451 -1 0 0 +0.1407124 -0.5 0.3137481 0 -1 0 +0.2339371 -0.5 0.3622609 0 -1 0 +-0.1740785 -0.4713909 0.5 0 0 1 +-0.1163049 0.5 -0.4322733 0 1 0 +0.09842104 0.3990972 0.5 0 0 1 +-0.5 -0.06706536 -0.3341537 -1 0 0 +-0.1062917 -0.5 0.09801019 0 -1 0 +-0.2092249 -0.0319609 0.5 0 0 1 +0.2145273 0.5 -0.4742005 0 1 0 +0.4118254 0.5 -0.2036734 0 1 0 +-0.2270578 0.149255 0.5 0 0 1 +0.5 -0.4789521 -0.4180578 1 0 0 +0.217765 0.5 0.371902 0 1 0 +-0.1220928 0.5 0.4394447 0 1 0 +0.1483979 -0.5 -0.4589593 0 -1 0 +-0.2080936 0.07391572 0.5 0 0 1 +0.1083958 -0.5 0.4841573 0 -1 0 +0.4210051 0.5 -0.18298 0 1 0 +0.3673425 -0.1814842 0.5 0 0 1 +0.3753748 -0.4120914 0.5 0 0 1 +-0.5 -0.441369 -0.4122785 -1 0 0 +0.5 0.1631721 0.2443568 1 0 0 +0.4556435 -0.338755 -0.5 0 0 -1 +-0.5 -0.0130454 -0.4668812 -1 0 0 +0.1668326 -0.5 -0.2634629 0 -1 0 +0.5 -0.1633274 0.1758656 1 0 0 +0.4491216 0.178222 -0.5 0 0 -1 +-0.3528763 0.151122 -0.5 0 0 -1 +-0.4191381 -0.5 0.4956648 0 -1 0 +0.0002387017 0.0715335 0.5 0 0 1 +0.5 0.001511458 -0.4294605 1 0 0 +0.004187226 0.4833248 0.5 0 0 1 +-0.06333685 -0.5 0.3798912 0 -1 0 +0.2247624 -0.5 -0.1303948 0 -1 0 +-0.5 -0.290069 -0.449496 -1 0 0 +-0.03378667 0.40864 0.5 0 0 1 +0.4082707 -0.4563586 -0.5 0 0 -1 +0.1305408 -0.5 -0.4186488 0 -1 0 +0.5 0.08718956 -0.2963879 1 0 0 +0.06880778 -0.2553566 0.5 0 0 1 +0.3824036 -0.5 -0.07755244 0 -1 0 +-0.0346265 -0.09641574 -0.5 0 0 -1 +-0.5 0.3864619 0.01064597 -1 0 0 +-0.4282402 0.03295588 0.5 0 0 1 +-0.5 0.1429901 -0.02070546 -1 0 0 +0.5 -0.1844092 0.401131 1 0 0 +-0.5 -0.2061863 -0.07938188 -1 0 0 +-0.3823302 -0.2412037 0.5 0 0 1 +0.3434544 -0.1007027 -0.5 0 0 -1 +0.103183 -0.1635526 0.5 0 0 1 +0.04436875 -0.5 -0.2493542 0 -1 0 +-0.1828696 -0.5 0.1781999 0 -1 0 +0.5 0.04389675 0.4394166 1 0 0 +0.4340556 -0.5 -0.3117816 0 -1 0 +0.3269619 0.3185796 0.5 0 0 1 +-0.4475269 0.4848813 0.5 0 0 1 +-0.5 0.3348494 -0.2889805 -1 0 0 +0.2295366 -0.5 0.4694074 0 -1 0 +0.5 0.2560948 -0.1998326 1 0 0 +-0.2693245 -0.2973674 -0.5 0 0 -1 +0.5 -0.2270246 0.1323731 1 0 0 +-0.4879016 -0.5 -0.02772076 0 -1 0 +-0.3960918 -0.5 0.3115867 0 -1 0 +0.5 -0.02591774 -0.02171505 1 0 0 +0.5 -0.228193 -0.1224774 1 0 0 +-0.2037768 0.5 -0.1151646 0 1 0 +-0.04638088 -0.14979 0.5 0 0 1 +0.3216402 0.04494227 -0.5 0 0 -1 +0.08660605 0.1235558 -0.5 0 0 -1 +-0.2809234 0.5 0.295428 0 1 0 +0.5 0.1754231 -0.1229851 1 0 0 +0.0127703 0.5 -0.3843241 0 1 0 +-0.330332 -0.5 -0.0113174 0 -1 0 +-0.5 0.4315407 0.1283509 -1 0 0 +-0.2508063 0.5 -0.4676106 0 1 0 +-0.4994869 0.1034248 -0.5 0 0 -1 +-0.5 -0.2656955 -0.02066064 -1 0 0 +0.2731009 0.2783275 0.5 0 0 1 +0.2463264 0.08002143 -0.5 0 0 -1 +0.3895999 0.5 -0.1576896 0 1 0 +-0.5 -0.1336237 -0.09688002 -1 0 0 +0.4647628 0.5 -0.1712648 0 1 0 +-0.5 -0.2291794 -0.3538511 -1 0 0 +-0.06186067 -0.3452504 -0.5 0 0 -1 +-0.5 0.07387811 -0.4798343 -1 0 0 +-0.2848639 -0.1091786 -0.5 0 0 -1 +-0.1972518 0.5 0.4946126 0 1 0 +0.2959149 0.5 0.0663501 0 1 0 +0.07745332 -0.01640028 -0.5 0 0 -1 +0.5 0.4731122 0.3849931 1 0 0 +0.006440759 -0.5 -0.2249454 0 -1 0 +0.3869479 0.5 0.4874589 0 1 0 +-0.3283318 -0.5 0.3505555 0 -1 0 +-0.4593731 0.2080214 -0.5 0 0 -1 +-0.4408822 0.5 -0.0299678 0 1 0 +0.2466257 -0.5 0.4365951 0 -1 0 +-0.1165823 -0.5 -0.4423487 0 -1 0 +0.1136487 -0.5 -0.08096883 0 -1 0 +0.5 -0.1489652 0.4568486 1 0 0 +0.08649196 0.5 0.01601698 0 1 0 +-0.310963 0.5 -0.3794194 0 1 0 +-0.5 -0.3844878 0.02881563 -1 0 0 +-0.2247365 0.1731111 -0.5 0 0 -1 +0.5 -0.4596333 -2.974272E-05 1 0 0 +0.5 0.0446251 -0.07239665 1 0 0 +0.3339503 -0.5 -0.3159111 0 -1 0 +-0.2400859 0.5 0.3387461 0 1 0 +0.4888876 0.4457097 -0.5 0 0 -1 +0.4673287 -0.5 0.2215962 0 -1 0 +0.3429183 0.005898893 0.5 0 0 1 +0.1543324 -0.2729962 0.5 0 0 1 +-0.3794882 -0.1141054 -0.5 0 0 -1 +-0.3257639 -0.07704195 0.5 0 0 1 +-0.3494541 -0.5 0.276578 0 -1 0 +-0.1939528 -0.4935979 -0.5 0 0 -1 +0.1300302 -0.3770975 0.5 0 0 1 +0.5 0.3550593 -0.1745369 1 0 0 +0.5 -0.2311676 -0.2673469 1 0 0 +-0.5 0.3470379 -0.1729446 -1 0 0 +-0.5 0.1609655 -0.3423601 -1 0 0 +-0.5 -0.01168191 0.3032889 -1 0 0 +-0.2589289 0.5 0.3862159 0 1 0 +-0.19526 -0.08518106 0.5 0 0 1 +0.2304991 -0.5 0.1435918 0 -1 0 +-0.03367735 -0.3344597 -0.5 0 0 -1 +-0.5 0.1848434 -0.2115194 -1 0 0 +0.2317767 0.1143879 0.5 0 0 1 +0.3177065 -0.4642966 -0.5 0 0 -1 +0.3509938 -0.5 0.1912801 0 -1 0 +-0.07170588 0.212235 0.5 0 0 1 +0.3034312 0.02197403 0.5 0 0 1 +0.5 -0.4685393 0.3264125 1 0 0 +-0.42106 -0.3449268 -0.5 0 0 -1 +-0.01409556 -0.01423989 -0.5 0 0 -1 +-0.4807584 -0.5 0.131752 0 -1 0 +0.02473986 0.5 0.2764698 0 1 0 +-0.248549 -0.370044 -0.5 0 0 -1 +-0.1660256 0.5 -0.38248 0 1 0 +0.03762458 0.5 0.1844242 0 1 0 +-0.2965686 0.5 0.2964782 0 1 0 +-0.2750282 0.2104924 0.5 0 0 1 +0.5 -0.3905813 -0.2946766 1 0 0 +-0.3231752 0.01062602 0.5 0 0 1 +0.1647993 0.4771557 0.5 0 0 1 +-0.1609468 -0.5 -0.2385603 0 -1 0 +-0.412792 -0.2538496 0.5 0 0 1 +0.5 0.1560091 0.3281808 1 0 0 +-0.4707395 0.5 0.1808861 0 1 0 +-0.5 -0.3776217 -0.2885854 -1 0 0 +-0.3027708 0.2111769 -0.5 0 0 -1 +-0.08151216 0.01997984 -0.5 0 0 -1 +0.2002086 0.5 -0.4573141 0 1 0 +-0.4427422 -0.5 -0.1958558 0 -1 0 +0.5 -0.1805627 -0.112727 1 0 0 +0.2392124 -0.5 0.21925 0 -1 0 +-0.5 -0.326838 0.1123486 -1 0 0 +0.3321362 -0.2662621 -0.5 0 0 -1 +0.2504938 -0.2325369 -0.5 0 0 -1 +0.5 -0.4012215 0.1418736 1 0 0 +-0.2888459 -0.5 0.1107202 0 -1 0 +-0.3599244 0.1973646 -0.5 0 0 -1 +0.2766094 -0.08950531 0.5 0 0 1 +-0.03971101 -0.5 -0.1999631 0 -1 0 +0.3966235 -0.5000001 -0.2698937 0 -1 0 +0.5 -0.3278179 -0.3190886 1 0 0 +0.1090057 -0.5 0.05559391 0 -1 0 +-0.03991492 0.4720103 -0.5 0 0 -1 +-0.1489598 -0.05046993 -0.5 0 0 -1 +0.4191229 0.4131953 0.5 0 0 1 +-0.5 0.002175562 -0.1834104 -1 0 0 +0.4963441 -0.5 0.1719955 0 -1 0 +-0.2260131 0.5 0.1365859 0 1 0 +0.03403652 -0.4046458 -0.5 0 0 -1 +0.4387046 0.1695062 -0.5 0 0 -1 +0.5 0.3773897 0.220793 1 0 0 +0.264161 -0.5 0.04069781 0 -1 0 +0.3442682 -0.5 -0.1226833 0 -1 0 +-0.02692163 -0.09601918 0.5 0 0 1 +-0.2044868 0.5 0.463858 0 1 0 +-0.1750064 0.5 0.4837277 0 1 0 +0.1552402 0.07704984 -0.5 0 0 -1 +-0.5 0.1555677 -0.1661947 -1 0 0 +-0.2408191 -0.5 -0.2614129 0 -1 0 +0.4455353 -0.5000001 -0.06564675 0 -1 0 +-0.3733229 -0.3067757 -0.5 0 0 -1 +0.1479526 0.5 -0.07467032 0 1 0 +-0.3077065 -0.5 -0.1147842 0 -1 0 +0.2251705 -0.5 0.4232859 0 -1 0 +-0.3787044 0.5 -0.02622837 0 1 0 +-0.1944124 0.5 -0.2421194 0 1 0 +0.4323062 0.2342923 0.5 0 0 1 +0.4913377 -0.1085517 -0.5 0 0 -1 +0.5 0.3663474 0.3975344 1 0 0 +-0.3707662 0.5 0.4415175 0 1 0 +-0.5 0.03604303 -0.03510363 -1 0 0 +0.5 -0.3466066 -0.1036175 1 0 0 +0.4139168 -0.5 0.07973254 0 -1 0 +-0.172918 -0.2759081 0.5 0 0 1 +-0.5 -0.3511007 -0.2193514 -1 0 0 +-0.2841048 0.5 0.1075998 0 1 0 +-0.5 0.3615256 0.1317501 -1 0 0 +0.5 -0.4043062 -0.3177813 1 0 0 +0.251071 -0.5 -0.282822 0 -1 0 +0.3084805 -0.2601712 -0.5 0 0 -1 +0.2500522 -0.5 0.2682686 0 -1 0 +0.5 0.04719011 -0.06332572 1 0 0 +0.1706624 -0.5 0.3877584 0 -1 0 +-0.3872584 -0.5 -0.1974254 0 -1 0 +-0.06387536 0.5 -0.1520769 0 1 0 +0.02965395 -0.2928156 0.5 0 0 1 +0.5 0.2315676 -0.05819951 1 0 0 +0.03484677 0.5 -0.2109139 0 1 0 +-0.03932381 0.2234687 0.5 0 0 1 +-0.1967542 0.5 0.01521764 0 1 0 +-0.4468607 0.3307797 0.5 0 0 1 +-0.5 -0.2903836 -0.08450466 -1 0 0 +0.5 0.4974862 0.4068025 1 0 0 +0.2270075 0.5 0.1414198 0 1 0 +-0.5 0.3269223 -0.3766192 -1 0 0 +0.5 -0.3308316 0.281091 1 0 0 +-0.2536867 -0.5 -0.1707226 0 -1 0 +0.5 0.3050051 -0.06570852 1 0 0 +0.226455 0.3191679 0.5 0 0 1 +0.2707387 -0.4720642 0.5 0 0 1 +-0.5 -0.3219849 0.2416415 -1 0 0 +-0.2323813 0.5 0.1483463 0 1 0 +0.5 -0.02739041 -0.2842907 1 0 0 +-0.3064854 0.1260065 0.5 0 0 1 +-0.08271921 0.5 -0.4179293 0 1 0 +0.2185758 -0.2730534 -0.5 0 0 -1 +-0.5 0.480841 0.4401605 -1 0 0 +0.5 0.3608813 0.05624902 1 0 0 +0.5 0.06934064 0.2636142 1 0 0 +0.1032365 0.5 -0.05447936 0 1 0 +-0.5 -0.3241048 0.3631985 -1 0 0 +0.5 -0.1255676 0.171073 1 0 0 +0.1160259 0.2326955 0.5 0 0 1 +0.4632212 0.5 -0.07183798 0 1 0 +0.194504 -0.0825175 -0.5 0 0 -1 +0.5 -0.1333288 0.4511413 1 0 0 +-0.5 -0.1415793 -0.4848289 -1 0 0 +0.1855122 0.4039581 0.5 0 0 1 +-0.3153755 -0.3880543 0.5 0 0 1 +-0.01520449 0.5 0.1832655 0 1 0 +0.5 -0.192004 0.360733 1 0 0 +0.5 0.1678625 -0.224207 1 0 0 +0.06093276 -0.5 -0.1855527 0 -1 0 +0.184006 -0.4165073 -0.5 0 0 -1 +-0.004022464 0.4983444 0.5 0 0 1 +0.1511472 -0.5 -0.3348393 0 -1 0 +-0.2997881 -0.2999498 -0.5 0 0 -1 +-0.5 -0.218038 0.3750703 -1 0 0 +0.1084707 -0.1556243 -0.5 0 0 -1 +-0.1484191 0.5 -0.2611391 0 1 0 +-0.5 -0.4017073 0.1273996 -1 0 0 +-0.1497282 0.5 0.03141811 0 1 0 +0.1660957 -0.5 -0.3233082 0 -1 0 +0.5 0.07503456 -0.3285561 1 0 0 +-0.5 0.03970104 0.2770043 -1 0 0 +-0.4181734 0.4065536 0.5 0 0 1 +-0.5 -0.1842867 -0.07978112 -1 0 0 +-0.07354771 -0.5 0.1208283 0 -1 0 +0.0537969 -0.5 -0.1764309 0 -1 0 +-0.4031961 -0.5 -0.1191701 0 -1 0 +0.2333833 0.1572081 0.5 0 0 1 +-0.280117 -0.5 -0.1932218 0 -1 0 +-0.5 -0.02454756 0.1246959 -1 0 0 +0.488453 -0.5 -0.2639292 0 -1 0 +0.07405342 0.337647 0.5 0 0 1 +0.3271152 0.5 0.4942165 0 1 0 +-0.5 0.1057823 -0.2645457 -1 0 0 +-0.1296389 -0.5 -0.1180295 0 -1 0 +0.2815565 0.5 -0.4013076 0 1 0 +-0.5 -0.4777042 0.4370368 -1 0 0 +-0.373648 0.5 -0.4447105 0 1 0 +-0.4447035 0.5 0.3838856 0 1 0 +0.5 0.3980145 -0.4115973 1 0 0 +-0.5 -0.02746069 0.2973998 -1 0 0 +-0.1376112 -0.5 -0.01918004 0 -1 0 +-0.144468 0.5 0.1989901 0 1 0 +-0.5 0.05524039 0.3243991 -1 0 0 +-0.03160553 0.5 -0.108848 0 1 0 +0.452318 0.5 0.3889558 0 1 0 +0.2764928 0.1036479 0.5 0 0 1 +-0.5 -0.4802094 0.1212244 -1 0 0 +0.3761586 0.5 0.1476725 0 1 0 +-0.294616 -0.2731192 0.5 0 0 1 +-0.5 0.04923779 -0.4317213 -1 0 0 +0.406863 0.5 -0.3825584 0 1 0 +0.1276046 0.1160133 -0.5 0 0 -1 +0.5 -0.4686418 0.3422768 1 0 0 +0.4600242 -0.07413416 -0.5 0 0 -1 +-0.5 -0.2727444 0.4877642 -1 0 0 +0.4568459 -0.5 0.1690984 0 -1 0 +0.5 0.3533356 0.2366545 1 0 0 +-0.1935391 0.4212608 -0.5 0 0 -1 +0.1265335 0.445732 0.5 0 0 1 +-0.4046852 0.5 -0.2986875 0 1 0 +-0.5 -0.3806439 -0.4517081 -1 0 0 +-0.3761294 0.4524692 -0.5 0 0 -1 +-0.1779255 -0.5 -0.4118672 0 -1 0 +0.5 0.1383503 -0.4709038 1 0 0 +-0.4370824 -0.5 0.06298906 0 -1 0 +-0.5 -0.241625 -0.04557639 -1 0 0 +-0.01716179 0.3062143 0.5 0 0 1 +-0.1872789 0.5 -0.2397621 0 1 0 +0.03195816 -0.3976952 0.5 0 0 1 +-0.2582325 0.5 -0.04485507 0 1 0 +-0.4195676 0.5 0.2310114 0 1 0 +0.5 -0.05836609 -0.2292378 1 0 0 +0.1712258 0.2552227 -0.5 0 0 -1 +0.05897903 0.5 0.4691266 0 1 0 +0.5 0.3904701 0.404259 1 0 0 +-0.1980379 0.5 0.3513728 0 1 0 +-0.431922 -0.5 0.1840479 0 -1 0 +-0.1897071 -0.5 0.04492109 0 -1 0 +-0.08362836 0.5 -0.4723855 0 1 0 +0.3782801 0.0946243 -0.5 0 0 -1 +0.2745428 -0.5 0.267191 0 -1 0 +0.5 0.08146089 -0.1442342 1 0 0 +-0.1773755 -0.5 0.3866334 0 -1 0 +-0.5 0.02051228 0.2970215 -1 0 0 +-0.1650466 0.5 -0.3434891 0 1 0 +-0.4559316 -0.2689399 -0.5 0 0 -1 +-0.5 0.4971665 -0.3169112 -1 0 0 +-0.5 -0.3757716 0.4136564 -1 0 0 +-0.5 0.2053791 0.03707284 -1 0 0 +0.4179737 0.3864689 -0.5 0 0 -1 +0.4360991 0.5 -0.477354 0 1 0 +0.5 -0.2890442 0.2975726 1 0 0 +-0.1351381 -0.5 0.0694374 0 -1 0 +0.3480375 0.4633473 -0.5 0 0 -1 +-0.5 0.4359607 -0.3608878 -1 0 0 +-0.1492124 -0.5 -0.1151432 0 -1 0 +-0.5 -0.3174415 -0.1360744 -1 0 0 +0.06379186 0.1935646 0.5 0 0 1 +-0.1320239 0.5 -0.2738436 0 1 0 +0.325776 -0.5 0.477531 0 -1 0 +0.5 -0.296321 -0.4608982 1 0 0 +-0.5 -0.1772984 -0.0697171 -1 0 0 +0.2699033 0.5 0.3264607 0 1 0 +0.242078 -0.1964068 0.5 0 0 1 +0.4385504 -0.5 -0.2541779 0 -1 0 +0.5 0.3534795 0.3804823 1 0 0 +0.0009137224 -0.0552604 0.5 0 0 1 +0.4409369 -0.4024857 0.5 0 0 1 +-0.1606398 -0.5 0.01676656 0 -1 0 +-0.4585246 0.2831573 -0.5 0 0 -1 +0.4684809 0.4618808 0.5 0 0 1 +-0.2528785 0.2282489 -0.5 0 0 -1 +0.5 -0.4497313 0.197291 1 0 0 +0.3867759 -0.5 -0.09825875 0 -1 0 +-0.1401039 -0.4292079 -0.5 0 0 -1 +-0.1155977 0.5 0.2053279 0 1 0 +-0.3866031 -0.2103996 -0.5 0 0 -1 +-0.5 -0.3508935 0.2366823 -1 0 0 +-0.5 0.2656966 -0.0853399 -1 0 0 +0.4233831 -0.03546036 0.5 0 0 1 +0.5 0.1870398 0.07815993 1 0 0 +-0.4037678 0.3693672 0.5 0 0 1 +0.4510933 0.5 -0.2816172 0 1 0 +0.1794387 0.4966792 -0.5 0 0 -1 +-0.4094278 0.5 0.1252843 0 1 0 +-0.4575052 -0.2199783 0.5 0 0 1 +-0.3345388 0.08761799 0.5 0 0 1 +0.4593654 0.2583103 0.5 0 0 1 +-0.2739697 0.1085699 0.5 0 0 1 +0.5 0.4351986 0.1933129 1 0 0 +0.5 -0.4560037 0.3734861 1 0 0 +-0.1635587 0.5 0.2765879 0 1 0 +-0.5 0.306726 0.310938 -1 0 0 +0.4014729 0.1773127 0.5 0 0 1 +-0.5 -0.4666194 0.04272634 -1 0 0 +-0.5 0.4196595 0.008395568 -1 0 0 +0.3523916 0.5 0.2614559 0 1 0 +-0.5 0.4322305 -0.3258578 -1 0 0 +-0.2373319 -0.5 0.3876585 0 -1 0 +0.5 0.4079429 -0.4986647 1 0 0 +0.3236946 0.5 -0.06676055 0 1 0 +-0.5 -0.2999763 0.3973743 -1 0 0 +0.4820984 -0.4615889 -0.5 0 0 -1 +0.2260002 -0.1878907 -0.5 0 0 -1 +0.1121735 0.5 0.1507431 0 1 0 diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache.meta new file mode 100644 index 0000000..6e4d8cc --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Cube.pcache.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: b6399d5ac148d7444837f72216ac4d06 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 42ac9d422990ad246a3dc238b4b2aafe, type: 3} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache new file mode 100644 index 0000000..1606db8 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache @@ -0,0 +1,4107 @@ +pcache +format ascii 1.0 +comment Exported with PCache.cs +elements 4096 +property float position.x +property float position.y +property float position.z +property float normal.x +property float normal.y +property float normal.z +end_header +4.478096 147.482 518.945 -0.1815824 0.8164536 0.5481161 +471.1772 -376.9832 379.6492 0.5935522 -0.386768 -0.7057666 +21.20933 -336.2237 357.8793 -0.9831237 -0.0441641 -0.1775315 +34.01101 -123.3948 499.9335 -0.6465556 -0.01081898 0.7627901 +22.5447 -256.4995 333.8677 -0.9604341 -0.05479555 -0.2730635 +96.21169 96.37266 509.1901 -0.2357768 -0.05332021 0.9703434 +539.8527 -99.20583 662.3004 -0.312596 -0.4071187 0.858218 +574.7137 -248.4765 380.7936 0.5508626 -0.3342055 -0.7647595 +706.9033 -260.856 623.1592 -0.1737303 -0.4878015 0.8554925 +487.9832 -98.01749 639.82 -0.4383164 -0.3755215 0.8166164 +266.5845 -511.0125 474.9258 -0.005428165 -0.4249195 0.9052148 +9.809441 18.43107 404.7984 0.3186575 -0.137077 -0.9379058 +89.9694 90.67409 506.8651 -0.5812103 0.1802858 0.7935311 +486.6827 19.19776 702.4877 -0.5492429 -0.3268513 0.7690907 +617.4144 -299.9748 595.9633 -0.00232011 -0.5690836 0.8222764 +796.4691 -277.1627 623.7606 0.1555664 -0.9347172 0.3195352 +53.0533 -310.6433 509.0637 -0.7557465 -0.5606037 0.338483 +310.7017 -211.8882 545.8533 -0.8241192 0.01144477 0.5663007 +19.39028 -8.181526 509.3943 -0.4663957 -0.162729 0.8694793 +321.1096 -225.039 328.5096 -0.3255636 0.3816379 -0.8650785 +156.5318 -177.7561 313.5255 0.08295524 0.1767494 -0.9807538 +119.7249 -476.5743 333.6035 -0.2541568 -0.6327233 -0.7314818 +624.8324 20.20446 345.2096 0.0555341 -0.2619302 -0.9634877 +368.9087 84.03722 409.1156 -0.6322941 0.2303982 -0.7396762 +423.8144 -20.36211 633.5681 -0.5383887 -0.2430711 0.8068792 +791.8822 -232.3501 532.6852 0.4801401 -0.7628365 -0.4330657 +603.5719 -293.039 599.9993 -0.08301845 -0.5220522 0.8488636 +569.5492 35.53339 335.2455 0.2277732 0.06417283 -0.9715973 +316.9734 -1.456038 433.0861 -0.8226333 0.153713 -0.5474 +211.4196 -114.7408 521.5145 0.1402846 0.6302531 0.7636107 +507.2116 -64.68706 320.1257 0.1562442 -0.02128048 -0.9874892 +348.7421 -118.6268 566.4798 -0.5375562 0.07429567 0.8399485 +290.1856 -361.4632 292.1781 0.1133352 -0.01042312 -0.9935021 +93.63521 -219.2557 304.4594 -0.5449991 0.3366688 -0.7678737 +90.23219 -239.1624 278.8996 0.179921 -0.1179691 -0.9765817 +60.98556 80.21258 488.2478 0.9227656 0.3853616 -0.0003921561 +558.1672 -106.571 666.0097 -0.3848955 -0.4469321 0.8075315 +82.80577 -379.4215 298.0683 -0.4825978 -0.06157866 -0.8736746 +-36.28926 115.3604 479.2243 -0.6249947 0.7144443 -0.3145648 +593.9343 -396.4171 484.3096 0.8915899 -0.1693172 -0.419999 +138.8663 -556.6396 406.8135 -0.2022099 -0.3655479 0.9085625 +520.3174 -445.7715 534.2145 -0.1782825 -0.2765034 0.9443311 +39.77671 -302.6885 318.9932 -0.7832928 0.1372761 -0.6063067 +234.9123 -91.56344 359.6739 0.103026 0.8170197 -0.567331 +531.139 -341.9958 581.6282 0.06426361 -0.4254649 0.9026903 +9.208469 107.4213 421.1088 -0.9194008 0.05945844 -0.3888018 +349.1821 136.0718 444.217 -0.747448 0.5801893 -0.3235767 +62.66994 103.9237 427.9397 0.5976741 0.6396279 -0.4833858 +191.2526 -95.26641 358.1102 0.3278458 0.4544162 -0.8282651 +590.7584 -417.6003 501.7438 0.5343472 -0.5761171 -0.6185161 +63.60292 -118.686 351.8582 -0.4128979 0.4094774 -0.8135377 +542.5201 -492.3917 517.5313 0.4365903 -0.8164638 0.3778568 +624.1461 -270.1992 413.4362 0.4300429 -0.4017586 -0.8084882 +599.6266 -104.8201 359.5445 0.5072857 -0.1932916 -0.8398212 +713.7775 -182.3461 421.951 0.641954 -0.04987902 -0.765119 +332.7136 111.9114 518.4178 -0.9155766 0.2011489 0.3482219 +332.006 1.157163 414.9121 -0.7053916 0.136423 -0.6955655 +289.9182 -523.8781 467.0786 -0.1469896 -0.5219625 0.8402079 +25.266 -358.2561 463.7909 -0.8712491 -0.2364071 0.430159 +12.49394 -275.7216 508.0284 -0.8120335 -0.4895824 0.3176644 +555.1007 -361.1083 420.8589 0.5165299 -0.4593222 -0.7226479 +606.0189 -187.3816 643.2609 -0.2174414 -0.189015 0.9575973 +124.3916 -95.23707 532.4011 0.08412013 -0.05050814 0.9951748 +639.0632 -341.7407 483.7413 0.6134459 -0.6121998 -0.4988941 +231.4811 -379.0639 284.4388 0.04175255 0.03913397 -0.9983613 +92.25604 -353.99 519.6309 -0.379903 -0.2918542 0.8777784 +479.3722 -135.0504 323.7838 0.0889464 -0.1826492 -0.9791465 +54.66824 -260.2444 535.6957 0.09214193 0.9575218 0.2732433 +446.6373 -217.6605 323.222 0.1304011 0.1124604 -0.9850625 +715.0566 -120.9469 401.3251 0.3336992 -0.2442526 -0.9104864 +450.1662 -497.8292 440.7516 0.420162 -0.5055745 -0.7535637 +17.31793 -7.738956 508.3484 -0.4686041 -0.146033 0.8712546 +197.903 -75.79795 371.3141 0.5865149 0.4270558 -0.6882031 +497.5561 -355.3031 578.4677 0.05328816 -0.4265365 0.9028991 +407.3665 -423.7455 353.8015 0.550521 -0.623079 -0.5556071 +293.222 -571.2612 440.2512 -0.205598 -0.4113616 0.8879815 +227.2709 -269.3473 303.6316 0.03728973 0.1725259 -0.9842989 +189.2536 -518.7751 450.8831 -0.2402721 -0.444765 0.8628172 +-28.13378 -27.06884 466.4536 -0.8420134 -0.1954095 0.5028207 +200.724 -305.3933 531.6498 -0.1659129 -0.0684485 0.983762 +376.3383 17.08862 596.1038 -0.8830481 0.04793457 0.466828 +63.70328 -454.3633 420.3871 -0.6280379 -0.6292698 0.4578076 +343.3152 -545.2892 411.4168 0.3485796 -0.5190215 -0.7804543 +718.7067 -38.2475 381.4629 0.4377529 -0.1424914 -0.8877323 +377.3381 -237.2946 317.8408 0.5292265 0.3110417 -0.7894127 +328.5578 92.17474 526.4215 -0.9167174 0.3408038 0.2085235 +658.0504 -219.4582 408.5817 0.378967 -0.3656121 -0.8501246 +23.19903 -363.2293 359.2218 -0.9684851 -0.1553924 -0.1946529 +444.1274 27.13699 332.7515 -0.2727154 0.2336031 -0.9333037 +657.4578 -393.9359 569.8005 0.03613838 -0.5776719 0.8154687 +93.18937 45.45932 474.4762 -0.9930589 -0.03910066 -0.1109287 +454.516 -333.3465 335.7797 0.4755985 -0.4658097 -0.7462087 +87.63509 -477.0053 420.3626 -0.6435104 -0.6031327 0.4713018 +724.1106 -295.5105 529.3081 0.5937334 -0.4161569 -0.6886902 +535.8613 -246.4327 623.0685 0.1404009 -0.4112273 0.9006552 +286.3275 -451.4695 523.7809 0.07645348 -0.6027812 0.7942352 +63.84647 -243.2973 284.0439 -0.3669296 -0.3147602 -0.8753792 +471.7139 -475.187 439.7656 0.9338241 -0.2798386 -0.2228519 +389.6966 -374.3323 318.3181 0.421277 -0.2531672 -0.87088 +22.10752 -293.1634 490.7594 -0.6074239 -0.7423486 0.2827628 +209.4283 -351.2226 527.179 -0.008464724 -0.4654191 0.8850499 +533.7268 -24.29155 323.9273 0.2368074 0.04435189 -0.9705437 +612.0521 -246.0165 621.2176 0.09358081 -0.3830694 0.918967 +509.5551 -159.3621 635.098 -0.2386365 -0.0952678 0.9664247 +597.5138 -425.397 515.0013 0.6810037 -0.4479679 -0.5792743 +545.7411 -328.4479 585.8732 0.2132741 -0.5993738 0.7715343 +84.81759 -255.1042 280.2862 -0.07210986 -0.1810754 -0.980822 +834.6966 -224.1393 555.3199 0.6417989 -0.5987825 -0.4791177 +145.0576 -40.89424 525.6729 0.1857431 0.05711089 0.9809372 +545.1351 -409.7901 551.5739 -0.1194894 -0.6215755 0.7741874 +704.1384 -63.57916 378.7802 0.3932245 -0.1615553 -0.9051378 +395.8939 -396.3969 551.1859 -0.1323602 -0.3590827 0.9238725 +-37.47873 84.00389 427.0294 -0.8367487 -0.005572537 -0.5475587 +180.0552 21.00996 449.8815 0.7902877 0.5446496 -0.2807173 +122.5111 14.57844 397.9702 0.2032337 0.4605747 -0.8640411 +530.5187 -472.6387 483.4058 0.4625014 -0.5594001 -0.6878692 +428.563 -378.4843 565.4697 -0.3700409 -0.2342447 0.898999 +310.3426 -471.9422 338.1181 0.2627214 -0.7332726 -0.6271275 +219.5223 -92.01154 494.5266 0.6791761 0.3601462 0.6395425 +529.4178 97.2621 325.2866 0.1110084 0.01738925 -0.9936673 +202.2621 -89.79588 364.4094 0.09857007 0.6776904 -0.7287109 +714.8119 -276.1508 493.9379 0.5260989 -0.711642 -0.4656024 +607.1904 -247.453 621.0046 -0.01063597 -0.4184453 0.9081797 +79.47003 -529.7808 388.1597 -0.9149964 0.376571 0.1448306 +677.3152 -163.5509 398.2709 0.3533829 -0.2298172 -0.9068101 +375.1761 -1.271626 376.4614 -0.7384788 0.1764357 -0.6507838 +768.7878 -160.1393 436.7915 -0.5859247 -0.73133 -0.3490683 +599.4109 -70.0957 351.7976 0.4520756 -0.16437 -0.8767042 +580.0866 -334.658 581.6693 0.04197342 -0.3807256 0.923735 +439.3792 -521.0125 448.9948 0.4561915 -0.4984828 -0.7371596 +526.3824 -315.2737 382.4511 0.55589 -0.4744381 -0.6825649 +330.9309 -543.177 407.4198 -0.3500706 -0.5244179 -0.7761679 +305.9019 -83.92734 505.2336 -0.8397405 0.2235998 0.4948122 +652.3397 -359.894 579.6851 -0.2545462 -0.3223847 0.9117424 +395.008 -133.7835 332.108 -0.3390992 0.1061291 -0.9347451 +-47.7089 67.05458 482.4058 -0.9829741 -0.1359469 0.1236142 +430.331 -54.11234 324.3739 -0.2946222 0.09272046 -0.951105 +164.6371 -404.5114 505.2134 -0.4767174 -0.1399504 0.8678447 +78.27204 47.67599 529.0426 0.7561757 0.6239578 0.1971672 +304.9725 -97.56659 513.0515 -0.4470995 0.5369695 0.715378 +325.2434 -369.0866 562.0242 -0.2689875 -0.1767855 0.9467801 +115.42 66.16625 417.8503 0.1544959 0.3993508 -0.9036869 +707.8986 -265.3005 621.4241 -0.04085794 -0.1553577 0.9870129 +231.4378 -487.6988 489.2791 -0.02252866 -0.7984467 0.601644 +16.98525 -328.2627 382.9273 -0.9853567 -0.08374458 -0.148523 +-7.881499 96.79041 514.7098 -0.8549263 -0.2076858 0.4753605 +446.2394 50.55669 682.0411 -0.6537198 -0.2495349 0.7144107 +396.5665 -510.955 488.3857 -0.07364134 -0.4625207 0.8835449 +170.4395 -298.9 295.879 0.04737831 0.1951659 -0.9796252 +438.4637 39.86053 670.941 -0.6416343 -0.3266077 0.6939977 +33.66085 -320.2719 325.0988 -0.8462503 0.03279571 -0.5317752 +248.5977 -388.8637 540.5797 -0.2641158 -0.01293738 0.9644042 +714.9706 -168.2898 675.8849 -0.1925614 -0.5649637 0.8023316 +431.2161 -224.7639 321.8014 -0.02827599 0.1598321 -0.9867392 +87.20597 -445.8269 255.4417 0.4320434 -0.6684648 -0.6053869 +509.1441 -30.14991 687.0729 -0.456018 -0.4449012 0.7707857 +714.8499 -316.9572 541.7139 0.716978 -0.5039495 -0.4816403 +117.824 -52.05034 531.3151 0.2598886 0.08356155 0.9620163 +370.6698 -139.1633 340.2822 -0.4015426 0.2383319 -0.8842859 +348.9807 -331.6885 296.9973 0.008033951 0.01160986 -0.9999003 +327.9743 100.6269 506.6749 -0.4340389 0.3546548 0.8281487 +251.2732 -227.5278 311.1974 0.1471642 0.1248637 -0.9811991 +492.0117 -386.1664 394.784 0.4175567 -0.2753927 -0.865913 +257.3373 -384.4655 286.6003 0.1442075 0.02443155 -0.9892458 +579.7858 -72.50258 708.3182 -0.4272421 -0.5210496 0.7388989 +402.7305 -21.97178 619.4017 -0.5346277 -0.1289904 0.8351855 +209.9474 -536.2828 368.8929 0.0772118 -0.5287197 -0.8452774 +555.6769 -468.8901 502.4277 0.5598549 -0.5565581 -0.6138449 +154.9446 -498.6685 454.6622 -0.3390971 -0.8350523 0.4332446 +27.7965 -210.7845 326.1438 -0.9453164 0.2851137 -0.1583892 +443.6559 -401.69 370.2971 0.6313204 -0.4803523 -0.6088483 +536.6153 67.63916 332.972 0.07768807 0.1107183 -0.9908108 +-15.11197 57.2825 510.8761 0.5159188 0.8554116 -0.04581146 +334.726 -40.49622 548.4663 -0.8474284 0.1509659 0.5089935 +47.45844 -458.4066 267.3132 0.0206538 -0.6535015 0.7566434 +-6.9506 -60.75004 411.3742 -0.5630422 0.007569772 -0.8263935 +21.78126 -374.6774 378.9758 -0.9679514 -0.1795604 -0.1755797 +70.46066 96.13117 457.0863 0.8108786 0.3059373 0.498877 +-30.73619 58.39623 426.8279 -0.8340404 -0.307144 -0.4583004 +640.7485 -280.0642 597.3151 0.859444 -0.1695579 0.4822926 +342.6957 35.46848 415.6345 -0.6398795 0.2312489 -0.7328562 +570.2358 -53.95806 336.4674 0.3728575 -0.07050508 -0.9252061 +-4.886721 -135.8412 462.3693 -0.7443319 -0.08076461 0.6629081 +76.98076 -295.6656 295.2496 -0.3841286 0.09365455 -0.9185174 +17.6331 -331.3834 379.6575 -0.9892498 -0.02385738 -0.1442763 +421.2584 -302.9675 310.5983 0.2756401 -0.1132195 -0.95457 +387.3367 -522.7442 418.5251 0.4386755 -0.5658778 -0.6981018 +720.9778 -337.9303 573.4102 0.6491269 -0.5323043 -0.5434026 +101.1055 58.7662 521.6392 0.1792128 0.9769509 0.1159726 +84.49081 -455.4819 337.9818 -0.5548761 -0.5591258 -0.6160283 +82.41597 -500.4609 354.8713 0.7612533 -0.4255252 -0.4893074 +507.9469 -49.46688 320.0057 0.1347138 0.01962452 -0.9906902 +503.868 10.1454 323.06 0.05843842 0.1354279 -0.9890623 +589.3392 -391.5002 563.2357 -0.13441 -0.2490651 0.9591144 +557.9006 76.2867 328.5773 0.1101389 -0.03471787 -0.9933097 +279.7832 -549.2784 448.9765 -0.2392999 -0.4956842 0.8348849 +143.7739 -276.2811 528.8844 -0.04044245 -0.1720786 0.9842527 +439.9332 24.77231 333.3942 -0.2706362 0.2564789 -0.9278872 +39.69492 -391.4582 338.7712 -0.8114094 -0.3688742 -0.4533726 +60.10101 -155.2669 333.4468 -0.3210363 0.4417988 -0.8377049 +670.9459 -229.7619 631.8314 0.02856382 -0.2126506 0.9767107 +154.8902 122.9136 512.6218 0.7642963 0.5162051 0.3865015 +314.2587 -229.2728 551.409 -0.6854056 0.0562037 0.7259892 +48.3898 -530.719 350.4728 0.08599625 -0.08140098 -0.9929645 +94.46082 -506.6592 369.3193 -0.9188321 0.2615395 -0.2955414 +46.71077 -45.90173 514.1271 -0.1445055 0.1420252 0.9792584 +765.2461 -285.9457 572.8781 0.684021 -0.525453 -0.5059788 +149.9271 -474.0008 319.0984 -0.2477423 -0.7321208 -0.6345258 +197.0494 -244.1172 305.4724 0.04162456 0.1375118 -0.9896252 +410.8872 -79.65228 329.5235 -0.4416035 0.06295624 -0.8949988 +340.5687 -401.9516 306.508 0.2915488 -0.229778 -0.928548 +359.9361 34.73296 400.9951 -0.6382408 0.2067567 -0.7415527 +-22.37725 135.3611 466.0649 -0.8839111 0.4630424 -0.06551904 +535.4324 -182.2487 637.0269 -0.06796324 -0.09430208 0.9932211 +474.1514 -339.0158 355.7175 0.5831096 -0.5413511 -0.6057411 +156.6603 -252.6438 533.6051 -0.07171683 -0.1726886 0.9823622 +360.6445 -273.357 306.7427 -0.3229886 0.2936637 -0.8996888 +107.9344 51.19078 534.7035 -0.7916205 -0.02796034 0.610373 +346.8227 18.46095 548.6181 -0.7900549 0.1546924 0.5931977 +413.7475 -476.3354 406.298 0.4803631 -0.5594098 -0.6755087 +144.3563 -374.1357 280.7761 0.2484173 0.4134389 -0.8759893 +132.8822 82.44126 528.7038 0.3771429 -0.3365531 0.8628413 +172.2524 81.02032 476.2361 0.9356367 -0.3321794 -0.1193347 +57.35931 -453.4008 337.2431 0.1457501 0.3971049 -0.9061261 +288.0572 -399.1089 547.9651 -0.2352901 -0.1141251 0.9652016 +656.6294 -386.4893 546.7996 0.5515143 -0.6014032 -0.5780537 +240.0889 -100.8378 350.333 0.157842 0.6451166 -0.7476031 +189.0829 -277.7519 532.9245 -0.135111 -0.1359354 0.9814615 +332.397 -551.2733 457.9719 -0.3236159 -0.5287759 0.7846456 +498.9762 -420.5652 420.0067 0.5367818 -0.5598466 -0.6312188 +-2.131126 -147.3208 404.4889 -0.9881403 -0.102203 -0.1146001 +463.7119 -214.1796 621.0289 -0.3134524 -0.04029631 0.9487485 +158.3251 -383.1582 285.3747 0.5441644 0.1193782 -0.830442 +153.1328 -131.7401 325.7449 0.04367707 0.3192753 -0.946655 +88.29263 -13.89426 389.6584 -0.1134691 0.3496301 -0.9299911 +355.0474 -121.9464 355.6573 -0.7695621 -0.03692964 -0.6375032 +353.5419 -532.9849 408.2385 0.4174478 -0.4636034 -0.7815428 +390.7187 -226.6715 318.2049 0.07463099 0.2250306 -0.9714893 +406.2763 39.85418 637.6057 -0.4697024 -0.8828138 0.004401579 +560.2114 -289.1165 599.836 -0.09945551 -0.3496404 0.9315901 +193.6953 -451.2677 510.5285 -0.3467933 -0.3009965 0.888333 +163.0662 -136.9192 324.9572 0.1370885 0.3206749 -0.9372163 +290.9399 -419.7857 542.4584 -0.06434923 -0.3763877 0.9242248 +74.85548 43.5515 464.7764 0.8988894 0.3175006 0.301979 +697.8796 -213.0235 638.4391 -0.04989587 -0.2121417 0.9759642 +262.5682 -481.9583 329.5105 0.2215334 -0.7617169 -0.6088598 +519.0095 -361.0901 399.6505 0.4121588 -0.3000293 -0.8602951 +81.22623 -390.743 274.029 -0.2812172 0.5531481 -0.7841837 +32.64197 -381.8416 458.7391 -0.8327324 -0.1041841 0.5437852 +-45.18157 91.50601 513.3177 0.4318767 0.2684019 0.8610708 +128.3967 -28.50522 527.3674 0.09059869 -0.02433752 0.99559 +22.7925 106.4107 417.0959 0.8841054 0.328438 -0.3323943 +642.1069 -374.5318 573.6415 0.1577737 0.01519748 0.9873583 +40.39891 -41.61666 392.9724 -0.1993814 0.4702113 -0.8597374 +704.8877 -189.3573 661.031 -0.2249687 -0.4411485 0.8687791 +310.5635 -205.3678 545.1829 -0.565902 0.1206632 0.815595 +-4.369166 -106.2642 401.5105 -0.8961595 0.009261714 -0.4436355 +317.4981 -132.3418 370.9725 -0.2632933 0.5439547 -0.7967371 +841.9373 -256.0806 595.1191 0.3982229 -0.6334339 -0.6634607 +397.0806 15.29048 621.912 -0.6731562 -0.1003169 0.7326645 +263.6447 -306.8843 537.2897 0.6013831 -0.453285 0.6579294 +205.0799 -27.61363 426.4112 0.5854059 0.680648 -0.440475 +71.36896 -473.7598 414.8989 0.3714218 -0.266566 0.8893753 +-2.177134 -163.4036 421.3669 -0.9823338 -0.1197253 -0.1438265 +99.51802 21.24404 539.3431 -0.1380277 -0.214296 0.9669672 +443.916 10.74162 328.8657 -0.2606835 0.2121058 -0.9418361 +24.20161 -364.3542 355.3001 -0.9613329 -0.1495272 -0.2312587 +235.1217 -294.5019 538.4936 -0.1916322 -0.05999403 0.9796315 +306.3574 -127.4145 376.6516 -0.7708102 0.2209955 -0.5975053 +427.1998 -102.0268 607.2769 -0.3827074 -0.2200129 0.89729 +51.249 -396.9291 325.1694 -0.7397798 -0.3736987 -0.5595312 +101.7799 -432.3903 256.2326 0.5218986 -0.3192842 -0.7909991 +256.007 -117.397 455.2371 -0.5878671 0.7969124 0.1390789 +744.0936 -276.2289 619.8401 -0.1518543 -0.4842271 0.8616638 +167.6219 108.2604 479.2664 0.9063532 0.3925066 -0.1564043 +440.414 -52.27917 321.5429 -0.206855 0.08221605 -0.974911 +110.1114 -48.84006 366.5708 -0.3714558 0.1919517 -0.9083915 +8.628098 -184.5317 370.7321 -0.9320295 -0.01354475 -0.3621292 +240.0891 -339.4647 291.9787 -0.1042849 0.3149717 -0.9433544 +644.2411 -185.6871 392.5632 0.2877898 -0.2313194 -0.9293376 +578.1377 7.349977 336.3567 0.2960418 0.01570036 -0.9550459 +195.8398 -13.24111 436.4514 0.6794805 0.6181682 -0.3951891 +265.6144 -276.8178 303.1779 0.04981064 0.2312072 -0.9716285 +576.4271 -250.204 617.4158 0.03929629 -0.3949291 0.9178708 +376.4512 -85.67916 351.5378 -0.6682577 0.132113 -0.732105 +658.7219 -381.3223 544.2314 0.6333214 -0.5048156 -0.5865707 +656.201 -202.4542 401.4608 0.3466781 -0.2814681 -0.894757 +114.9403 -295.9766 283.5924 0.09643556 0.193188 -0.976411 +289.7078 -571.6063 439.3778 -0.2441266 -0.4525458 0.8576739 +388.3685 -434.8098 535.5032 -0.05619656 -0.4794003 0.8757952 +787.4187 -245.0707 545.2776 0.7091213 -0.4808975 -0.5156399 +-4.326812 -24.21441 409.7544 -0.1559459 0.1238288 -0.9799731 +317.1659 -61.32556 414.2728 -0.6461893 0.4608722 -0.6083059 +35.38382 -421.049 411.647 -0.8863007 -0.423355 0.1877278 +8.155546 -172.3062 372.0015 -0.8784311 0.04522227 -0.4757243 +394.8114 -132.3798 332.3894 -0.3591394 0.1196674 -0.9255801 +647.303 -383.2932 572.741 -0.07261239 -0.1479355 0.9863278 +524.0449 36.07128 328.6442 0.0541054 0.1364654 -0.9891663 +162.5047 -95.75357 523.7031 0.1915214 -0.01890521 0.9813063 +314.1853 -581.5991 435.3068 0.5554727 -0.4664432 0.68839 +705.199 -280.8175 488.3647 0.6519153 -0.5603934 -0.510848 +571.0211 -60.9559 710.7233 -0.4462278 -0.511592 0.7342713 +584.3963 59.82698 332.7419 0.1489296 -0.06376201 -0.98679 +22.62154 44.70293 409.0821 0.03496759 0.09576799 -0.9947893 +190.3603 -219.3123 308.5905 0.01445924 0.150957 -0.9884346 +308.7627 -309.3198 297.3916 -0.02000266 0.1616581 -0.9866441 +77.68531 -41.19088 379.1994 -0.2295851 0.4769886 -0.8483941 +24.97549 -512.0389 358.8993 -0.8437474 -0.3040442 -0.4423204 +90.30637 -225.1874 301.2421 -0.1888644 0.8272123 -0.5291976 +17.59163 77.55354 405.4788 0.4381396 0.1005652 -0.8932639 +55.42593 -525.4027 508.633 0.8001778 -0.5034797 0.3259197 +348.2407 -200.5938 563.4886 -0.5075817 0.1472453 0.8489285 +666.6252 -380.5107 575.3843 -0.2605058 -0.4234635 0.8676493 +112.6379 94.55561 444.1396 -0.958407 -0.02613498 0.2842058 +314.0769 -259.8842 313.4128 -0.1984767 0.4038809 -0.8930214 +634.1893 -122.5961 696.7524 -0.2738085 -0.6281086 0.7283602 +560.9423 72.79988 329.0237 0.09136339 -0.04590125 -0.9947591 +320.6121 -188.3382 340.9546 0.00574864 0.3247339 -0.945788 +206.7125 -500.971 470.732 -0.128787 -0.7503523 0.6483713 +84.32581 -384.4603 285.1006 -0.3145941 0.5080392 0.8018271 +113.3765 -193.1854 539.9565 0.04180738 -0.05982656 0.9973329 +163.929 -541.2642 420.49 0.2964684 -0.5306221 0.7940696 +9.381166 -10.33881 504.5162 -0.3035703 -0.1359167 0.943065 +612.8608 -40.45273 354.0556 0.4547665 -0.1156817 -0.8830658 +50.80324 -523.5194 501.4559 -0.7621923 0.05804554 -0.6447431 +465.8979 -481.5487 437.3617 0.2073833 -0.4188 -0.8840807 +322.5339 12.72463 520.2612 -0.7984637 0.1017892 0.5933756 +217.2133 -393.2038 284.5956 -0.08004035 0.004861278 -0.9967797 +593.7206 -358.4993 577.6623 -0.2008819 -0.2241256 0.9536321 +94.42487 110.8162 506.9868 -0.8822136 0.0362972 0.4694483 +337.9477 -168.0178 340.6146 0.216774 0.4596219 -0.861253 +341.1222 139.107 485.6053 -0.828504 0.5253955 -0.1937541 +521.8991 -251.2208 622.2223 0.02346192 -0.3613349 0.9321409 +31.25433 -122.131 374.7015 -0.5853256 0.4028694 -0.7036265 +336.5902 -477.6475 504.0555 -0.0113685 -0.631181 0.7755522 +262.5977 -328.6646 294.4635 -0.02086852 0.295891 -0.9549937 +389.5544 -138.0067 590.2847 -0.4260451 -0.1451013 0.8929901 +380.2118 -159.4803 331.7575 -0.3875066 0.1062694 -0.9157213 +33.87556 -474.584 248.8999 0.6309592 -0.7599441 -0.1561266 +190.8293 -517.6234 452.1362 -0.3669457 -0.467909 0.8039975 +475.7991 -466.569 437.8316 0.03851222 -0.6319684 -0.7740366 +324.115 -214.3248 547.7753 -0.9457895 -0.09815912 0.3095918 +625.2162 -152.4173 380.2728 0.2429435 -0.1748764 -0.9541471 +551.8517 -51.14603 329.5619 0.3001123 -0.02923215 -0.9534559 +242.6293 -195.5483 542.701 -0.06314887 0.1797835 0.9816772 +322.9568 -270.9085 306.1234 0.04646015 0.3023721 -0.952057 +247.5101 -566.2949 394.1282 0.1026948 -0.5046933 -0.8571689 +443.5251 5.16823 327.9942 -0.3170556 0.09997404 -0.943123 +419.1529 -496.877 417.3011 0.4574502 -0.4280954 -0.779406 +317.0764 -490.9054 493.54 -0.09129665 -0.4708493 0.877477 +53.16628 -436.3959 431.7801 -0.6619297 -0.6529944 0.3680318 +290.5354 -281.3384 307.1974 0.06943547 0.2882446 -0.955036 +330.2848 76.49332 431.7394 -0.7368852 -0.02366866 -0.6756033 +481.6907 50.54037 330.0197 -0.009459626 0.1203514 -0.9926863 +345.2997 147.05 506.4229 -0.8794175 0.4544664 0.1417221 +477.6289 -116.0975 628.0392 -0.4347843 -0.2403039 0.8678805 +659.2283 -309.6917 597.3839 -0.1140654 -0.4554644 0.8829163 +143.8247 4.31668 401.3823 0.3420728 0.5539392 -0.7590373 +68.49014 -162.1064 523.262 -0.3615375 0.02811244 0.9319336 +107.7042 -173.396 540.7095 0.2092892 0.06669667 0.9755765 +97.35949 25.24464 398.9189 -0.1077138 0.1899916 -0.9758591 +722.4016 -238.1328 635.0523 -0.2586611 -0.3450176 0.9022512 +15.83896 -349.7843 440.6599 -0.9783427 -0.1183734 0.1698041 +281.0901 -494.6222 353.6884 0.2172345 -0.8009873 -0.5578786 +65.82255 -430.3117 253.3098 -0.5043665 0.7220495 0.47356 +20.83347 -345.204 362.443 -0.9874144 -0.05635877 -0.1477715 +145.4595 -485.2747 471.7144 -0.3742358 -0.7304924 0.5712517 +538.8621 -367.398 413.5208 0.5108479 -0.4155403 -0.7525694 +550.7241 -143.7642 648.9159 -0.2777985 -0.3056455 0.9107189 +405.0877 -322.4235 583.0154 0.1100572 -0.4335852 0.8943664 +-14.24312 -45.96829 417.2198 -0.8006007 -0.203503 -0.5635823 +281.0653 -90.09446 463.4654 -0.9874771 0.1411059 0.07055635 +-8.396041 145.5311 509.511 -0.6229119 0.7483284 0.2280029 +129.8679 -21.90499 527.2587 0.1003764 0.01466692 0.9948414 +603.9127 -241.9987 623.2667 0.010775 -0.3643766 0.9311893 +126.7212 -18.90166 376.0016 -0.007271209 0.520686 -0.8537173 +248.2839 -230.7023 310.447 0.1323193 0.09895594 -0.9862552 +17.27259 -450.4944 398.1467 -0.7456876 0.3638985 0.5581468 +98.19674 128.1436 512.2446 -0.8968435 -0.01633077 -0.4420465 +391.9534 -500.6111 405.4391 -0.07636161 -0.3188978 -0.944708 +809.0968 -239.3263 546.391 0.4603155 -0.7382363 -0.4930688 +552.9086 -158.4699 644.8033 -0.1969541 -0.2800101 0.9395762 +685.9214 -172.3919 666.7023 -0.1616225 -0.5664916 0.8080627 +636.2692 -383.8981 571.2504 -0.166292 -0.3216436 0.932144 +619.2659 -159.6328 656.8651 -0.2298864 -0.5005293 0.8346392 +-31.69726 -0.6100356 448.5404 -0.9757814 -0.01210732 -0.2184127 +540.1538 -216.9384 352.2705 0.3719012 -0.06682771 -0.9258637 +272.7263 -286.169 302.8152 0.2072977 0.08513098 -0.9745668 +105.2696 -184.4813 541.7935 0.1840253 -0.0567384 0.9812826 +507.1169 -58.87368 668.8875 -0.4281588 -0.3887011 0.8158379 +121.6347 -270.1926 294.5717 0.5981062 0.285702 -0.7487612 +230.9467 -307.5807 295.8788 0.04491537 0.0758903 -0.9961041 +559.4257 -268.7432 607.3432 0.03267596 -0.5753071 0.8172846 +67.56631 -452.4883 340.4127 0.4024792 0.2891108 -0.8685766 +376.0745 -373.5962 560.2949 0.09588907 -0.39879 0.9120153 +299.8015 -583.8195 432.371 0.1595374 -0.5927837 0.7894019 +167.5067 -403.0073 507.1685 -0.521658 -0.1213907 0.8444745 +18.9146 -245.6719 345.7393 -0.9691607 -0.001075749 -0.2464275 +153.7946 -571.7849 404.9944 0.2715493 -0.5245782 0.8068945 +148.0171 -67.56179 525.6692 0.01192681 0.02623294 0.9995847 +133.6846 98.015 439.3649 0.5601583 0.2708273 -0.7828635 +580.1134 -301.2273 405.2083 0.392534 -0.3330536 -0.8573169 +227.827 -581.989 398.7223 0.2353311 -0.5279003 -0.8160518 +390.4374 54.74975 376.1391 -0.7433994 0.2286388 -0.6285552 +529.8995 -5.383157 324.4795 0.2063455 0.0937615 -0.9739766 +30.91983 -200.0009 330.6395 -0.8816097 0.3905812 -0.264973 +220.4348 -65.29344 475.6126 0.8672459 0.4367509 -0.2390259 +-3.880173 81.79257 399.7214 -0.1663566 -0.1890416 -0.9677752 +557.3689 -140.296 652.0872 -0.2861533 -0.3236275 0.9018767 +29.61779 -264.1898 319.7172 -0.7827191 -0.3224029 -0.5323601 +81.37955 -167.1569 319.078 -0.2518271 0.2687325 -0.9297128 +403.8643 -522.2944 426.8334 0.384154 -0.5394345 -0.7492905 +597.5731 -365.5645 462.614 0.5582571 -0.5974177 -0.5757092 +401.3306 -219.5054 321.7217 -0.01894136 0.1620876 -0.9865946 +386.7429 -505.9595 407.2598 0.5236417 -0.4961791 -0.6925356 +74.22418 -386.9739 303.8971 -0.4632451 -0.1830165 -0.8671268 +415.7648 -519.4031 487.004 -0.1611204 -0.3936643 0.9050241 +119.8321 -271.2968 292.6088 0.6162349 0.2807888 -0.7358072 +191.9249 -520.8851 360.5128 -0.4947693 -0.4215218 -0.7599491 +801.3235 -192.3466 480.5541 0.6041016 -0.4918882 -0.6269827 +481.2959 -233.7611 330.6239 0.3639149 0.02630661 -0.9310607 +739.1656 -207.3696 659.7261 -0.2044651 -0.4616932 0.8631532 +774.16 -285.0002 619.1744 -0.03599552 -0.4473955 0.8936116 +742.1394 -215.1891 454.8296 0.7128373 -0.1952644 -0.6735983 +119.4625 -227.5986 302.4701 0.08508737 0.07220693 -0.9937537 +474.6255 -403.5274 548.9364 0.1501072 -0.6403242 0.7532946 +-17.92457 63.15198 506.3823 0.6751046 0.6033212 0.4245438 +607.2059 -142.164 372.1572 0.3886995 -0.1737015 -0.9048428 +122.4894 7.480595 392.5001 0.1612755 0.613679 -0.772909 +335.8164 -457.9846 518.1255 -0.07232793 -0.5194547 0.8514314 +-6.018628 -157.3703 456.8177 -0.9212012 -0.1163612 0.3712795 +101.2124 -307.6272 521.5767 0.08790083 -0.1006479 0.9910315 +235.9096 -530.5677 458.4946 0.7568769 -0.5266773 0.3869736 +289.1678 -207.5098 534.8599 0.6098483 0.1425648 0.7795899 +208.9763 -567.9665 423.3264 -0.6075497 -0.3609496 0.70753 +215.83 -73.01314 493.5839 0.5421302 0.153039 0.8262408 +318.3689 58.5537 499.4849 -0.9583578 0.1039388 0.2659833 +342.4219 73.94153 423.7427 -0.1737851 -0.8356885 -0.5209831 +407.547 -212.6741 599.229 -0.4063849 0.10078 0.908127 +638.3609 -165.5666 386.3107 0.2176797 -0.2414595 -0.9456812 +574.8326 -130.6414 661.1009 -0.2504421 -0.3612632 0.8982025 +64.51411 -228.4423 528.4632 -0.3063282 0.3131868 0.8989311 +154.9322 -497.2325 344.5503 0.0933797 -0.6436709 -0.7595841 +63.98792 -442.1921 491.7235 -0.8301122 0.3089552 0.4641771 +146.0679 -484.4669 334.3769 -0.2537418 -0.7399248 -0.6229979 +542.0808 -373.5753 419.185 0.5304816 -0.4468496 -0.7203573 +165.3472 -379.704 511.2841 -0.1697454 -0.2596479 0.9506679 +102.9752 -319.949 281.6404 0.2136554 -0.007714255 -0.9768786 +501.3262 -21.15774 687.3385 -0.5380732 -0.562637 0.6276278 +507.6551 -285.744 350.0145 0.5398272 -0.3241654 -0.7768548 +103.2361 -443.4696 294.9977 -0.09645937 -0.9437931 0.3161491 +-0.2623343 50.37331 403.5601 0.03684316 0.1111035 -0.9931257 +691.6096 -199.5145 416.2896 0.3782494 -0.3848304 -0.8419221 +385.1324 12.68511 609.4402 -0.7860551 -0.002478255 0.6181515 +230.4708 -554.6696 437.2852 -0.1704737 -0.5271882 0.832473 +492.1337 -460.4894 443.8616 0.4591149 -0.3183262 -0.8293865 +446.3792 49.72197 336.9897 -0.3155631 0.2137427 -0.9245183 +207.3618 -509.4643 463.0267 -0.2205337 -0.5718384 0.7901682 +19.84674 -222.9593 345.0995 -0.9086599 0.07626727 -0.4105125 +159.5864 -488.766 474.3738 -0.2469763 -0.7767931 0.5793057 +250.246 -89.46813 395.8583 0.4011473 0.9071537 0.1270948 +292.2812 -71.38938 441.7106 -0.8073257 0.5257168 -0.2680429 +718.9198 -154.9951 412.6057 0.3943103 -0.2551126 -0.8828573 +50.57697 -145.3648 511.403 -0.4123752 0.1718165 0.8946652 +87.1208 70.16703 458.9554 -0.6210023 -0.6604899 -0.42203 +273.4929 -205.5816 539.8768 0.3673733 0.06897362 0.9275126 +729.3445 -233.2099 637.5226 -0.1207092 -0.2865976 0.9504163 +241.5468 -553.8375 438.6653 0.4041444 -0.4748712 0.7817701 +339.1465 -539.6143 406.1499 0.2561442 -0.492713 -0.8316393 +265.8682 -136.6553 515.8451 0.6578608 0.5234377 0.5415091 +24.15886 -229.7597 321.6403 -0.989136 0.1298048 -0.06899775 +390.9899 -497.1368 496.5426 0.0683356 -0.981092 -0.1810766 +136.2489 -422.8347 496.4672 0.1333809 -0.2380258 0.9620568 +330.8752 111.4498 512.4214 -0.972362 0.1507424 0.1782944 +282.25 -507.3504 479.2748 0.162179 -0.5410429 0.8252095 +94.03503 -472.5398 346.7562 -0.6223019 -0.622766 -0.4742392 +-6.218858 143.6046 516.4955 -0.58566 0.653928 0.4789369 +284.5294 -289.9852 304.4542 0.02928561 0.2673665 -0.9631498 +15.16002 -482.3068 396.0328 -0.8493106 -0.2973318 0.4361942 +16.80373 -499.1649 380.8 -0.7576075 -0.3093144 0.5747657 +377.333 -424.3289 538.8801 -0.1251358 -0.3368194 0.9332169 +130.6854 -555.5779 375.7169 0.05604185 -0.4262941 -0.902847 +32.95697 -77.08121 500.9537 -0.5638395 -0.08367898 0.8216342 +56.81832 -478.18 503.4305 -0.9194369 0.2420804 0.3098919 +82.47469 85.78001 487.4106 -0.9627547 0.2654201 -0.05153171 +16.01995 108.636 410.2067 0.1133903 0.7141392 -0.6907588 +221.683 -316.1144 295.3021 0.04673627 -0.06697337 -0.9966596 +406.7621 50.09956 643.448 -0.7411619 -0.1861731 0.6449951 +201.8923 -411.6683 525.909 -0.3989191 -0.1355726 0.9069089 +375.5413 -493.7514 394.7736 0.4101659 -0.3939835 -0.822521 +591.3629 -398.1105 561.3452 -0.08950438 -0.3340312 0.9383028 +188.0278 -586.6522 394.5662 -0.003048338 -0.4526262 -0.8916951 +481.1968 -47.16439 659.4178 -0.4825036 -0.3453325 0.8049446 +264.4829 -258.0081 308.1581 0.06869543 0.2339346 -0.9698225 +334.4975 -544.2584 463.1069 -0.1670409 -0.5005441 0.8494427 +102.6675 -439.0634 261.9073 0.5809195 -0.6023431 -0.5474626 +443.8912 -316.0252 322.3152 0.4349841 -0.2604438 -0.86195 +-29.05603 -1.064622 479.5876 -0.8553077 -0.4397605 0.2739698 +484.5259 -25.13344 318.9764 0.0493676 0.091971 -0.9945372 +636.5101 -38.56522 365.027 0.2871281 -0.1148638 -0.9509804 +71.94724 -452.541 252.6384 0.4364587 -0.738849 -0.5134255 +-11.99652 88.37374 447.0554 0.1924701 0.4131017 -0.8901136 +600.7324 -63.63026 726.0058 -0.3629946 -0.4891275 0.7930884 +58.42558 -470.6613 418.0822 0.1996744 -0.01202783 0.9797885 +346.3152 -227.3367 317.871 0.4894376 0.2733416 -0.8280913 +531.1096 -471.5486 482.9176 0.4951962 -0.5161924 -0.6988034 +655.1294 -287.3117 445.4082 0.5734454 -0.4929291 -0.6543556 +563.9901 -147.1069 651.4027 -0.2357799 -0.360759 0.902364 +153.8182 -401.0701 503.081 -0.07557265 -0.2613832 0.9622721 +284.7039 -482.7687 339.4676 0.2414406 -0.7325743 -0.6364285 +692.1107 -169.7185 406.1239 0.3949335 -0.1816643 -0.9005696 +165.9025 -526.0194 361.2156 0.01726226 -0.4605592 -0.8874611 +494.9379 35.55172 327.4312 -0.2120229 0.1777168 -0.9609698 +89.03528 84.69997 507.6203 -0.4770515 0.1541001 0.8652601 +559.2621 -235.782 624.2789 0.1375725 -0.4123016 0.9006004 +202.8087 -37.93169 454.426 0.7777675 0.4200237 0.4676085 +527.4142 -212.2606 347.1886 0.3234828 -0.03044718 -0.945744 +601.2762 -255.1792 615.3284 -0.2364595 -0.6119271 0.7547398 +136.9179 -95.5801 344.4615 0.242468 0.5675765 -0.7868077 +285.1907 -86.00919 437.987 -0.9031293 0.1950019 -0.3825332 +262.5602 -535.7523 453.9395 -0.2556247 -0.5653849 0.7842167 +356.5654 -118.2249 355.0508 -0.5092914 0.2930442 -0.8091646 +263.9403 -456.7415 520.9913 0.03799375 -0.6118832 0.7900351 +160.1729 48.21424 472.1893 0.8761749 0.3336919 0.3478034 +663.6129 -152.4191 676.1948 0.04189216 -0.7819303 0.6219567 +22.44599 -320.6058 348.7339 -0.9631159 -0.04407633 -0.2654524 +543.1071 -20.30482 326.6973 0.2758067 0.0236871 -0.9609212 +313.6096 42.52174 490.7662 -0.9646725 0.1807848 0.1916347 +580.246 -283.8395 398.8828 0.3742628 -0.3168707 -0.8715047 +452.3323 -494.3244 439.7297 0.4802176 -0.4655659 -0.7433972 +513.4836 134.9802 328.217 -0.05665722 0.2104942 -0.9759519 +15.00525 -226.2777 500.233 -0.8958989 0.3759978 0.2366238 +427.2266 -109.9339 605.2548 -0.376674 -0.2260133 0.8983511 +197.9458 -402.1652 288.8986 -0.294107 -0.04417542 -0.9547511 +515.5272 -31.62769 691.3265 -0.59416 -0.7927239 -0.1362449 +474.201 -274.8481 328.3118 0.448161 -0.1298984 -0.8844649 +61.21395 -216.7607 297.8375 0.5919134 0.8050851 0.03842423 +581.6346 -158.1655 650.2514 -0.1623043 -0.4229688 0.8914902 +179.788 -371.3948 294.584 0.2066412 -0.1013137 -0.9731572 +584.9189 -364.8002 448.813 0.6081064 -0.5543513 -0.5682439 +-7.566641 37.18144 525.2443 -0.06126142 -0.5578114 0.8277038 +417.511 -456.9781 391.0511 0.4435309 -0.5660436 -0.6948921 +62.55465 -193.8321 523.3217 -0.4482501 0.02871536 0.8934469 +30.60533 -111.7714 381.0296 -0.5575713 0.3790102 -0.7385564 +351.3359 84.6198 416.8327 -0.570299 0.6330022 -0.5235143 +105.5609 -394.0133 261.5736 0.5127581 0.372388 -0.7735673 +390.2987 -99.36714 338.1862 -0.5084907 0.1641954 -0.8452675 +262.7505 -226.1786 543.4376 0.1531957 0.0779895 0.9851136 +43.86526 -546.6329 355.1304 0.3105402 -0.2120631 0.9266035 +718.951 -91.82777 393.0528 -0.5820974 -0.7251019 -0.3679537 +534.0499 83.47638 326.073 0.04933695 -0.1090106 -0.9928154 +305.9467 -574.269 416.6223 0.6573318 -0.5153507 -0.5498441 +315.9787 -493.1867 367.1404 0.3270081 -0.6623421 -0.6740687 +373.7235 -371.586 310.7888 0.336955 -0.2170479 -0.9161612 +565.4473 -70.14797 701.3201 -0.4763088 -0.495043 0.726679 +365.4271 -136.222 344.4614 -0.7226946 -0.02494751 -0.6907171 +496.8112 -278.4463 613.4149 -0.004108782 -0.3337663 0.9426469 +-13.65276 -72.90554 421.7191 -0.9514828 -0.1527468 -0.2671122 +387.8931 -424.3362 338.0495 0.4641166 -0.53978 -0.7023057 +418.861 15.15236 640.4167 -0.6129141 -0.2079174 0.7623035 +79.39204 48.72797 453.7121 0.7373282 0.2368038 0.6326698 +637.6666 -293.5373 436.7849 0.5332737 -0.5103476 -0.6746588 +139.3604 -80.75892 350.3398 0.02008492 0.33621 -0.9415728 +147.9046 80.6236 448.2682 0.5282344 -0.209989 -0.8227229 +37.14051 -203.7816 310.924 -0.62604 0.573814 -0.528026 +558.2538 -138.0276 653.2092 -0.28087 -0.3466264 0.8949649 +468.308 -478.8449 437.0026 0.5548847 -0.4378211 -0.7074006 +59.40399 -441.7267 236.8682 0.465128 -0.4333751 -0.771908 +139.1137 -68.84723 526.3109 0.2113975 0.1581876 0.9645143 +47.9476 -327.9235 309.9951 -0.538229 -0.1017037 -0.8366397 +342.5396 -255.0202 566.9301 -0.4509293 0.1134607 0.8853189 +225.6279 -364.7906 531.4891 -0.2994995 0.05861507 0.9522942 +505.6907 -1.476616 321.7494 0.04464585 0.1048052 -0.9934902 +454.6833 -47.68547 319.4279 -0.129862 0.06440962 -0.9894379 +-25.28826 44.20461 427.2366 -0.8151755 -0.3436551 -0.4662511 +489.9513 -492.8029 511.261 -0.1987602 -0.2866305 0.9371966 +604.5941 -83.791 357.3965 0.469845 -0.187471 -0.8626125 +548.5111 -480.7173 505.0625 0.6697667 -0.5506288 -0.4982174 +171.892 -293.6788 528.4197 -0.1518416 -0.1305938 0.9797394 +542.5905 -347.014 405.9063 0.4322458 -0.3581666 -0.827575 +329.7668 70.26133 445.583 -0.7832058 0.3501565 -0.5137889 +356.3731 -340.4733 298.3936 0.1682822 -0.1695596 -0.9710461 +239.537 -261.3922 305.7315 0.09004259 0.1622547 -0.9826321 +606.528 -430.4613 530.1647 0.6434753 -0.5067995 -0.5736671 +17.38522 -267.1219 358.7056 -0.9757883 -0.06951585 -0.2073759 +116.3688 10.52245 394.0337 0.02425064 0.5721994 -0.8197559 +238.7768 -246.1454 542.5829 -0.089703 -0.1013717 0.9907962 +395.9564 -6.015971 353.6437 -0.6690168 0.1533645 -0.7272522 +663.1332 -177.1745 655.8747 -0.03503589 -0.3367236 0.9409515 +654.1449 -378.886 537.4269 0.6138535 -0.5102353 -0.6023652 +373.1141 -144.0537 337.8905 -0.4177888 0.193271 -0.8877493 +46.54138 -40.92898 513.6396 -0.1384727 0.04650301 0.9892738 +41.01399 26.09629 404.6861 0.004412021 0.197451 -0.9803028 +483.7344 -472.8152 443.7554 0.2619385 -0.6459675 -0.7170176 +73.35632 -366.4243 504.5475 -0.01393857 -0.6211201 0.7835914 +640.7728 -259.3036 617.5419 0.07325121 -0.356287 0.9315009 +163.2347 106.7385 464.8896 0.687141 0.5097355 -0.517694 +585.5085 -195.5386 638.447 -0.09180082 -0.1409761 0.9857476 +144.8969 -166.0434 314.2635 0.1377314 0.1877321 -0.9725156 +519.7286 -496.0634 490.4246 0.5952385 -0.2992411 -0.7457519 +79.04308 -381.7119 281.6534 -0.3632531 0.8933581 0.2644967 +316.6055 -266.293 308.6772 -0.3051099 0.4198716 -0.8547607 +95.48959 -397.7818 249.6923 0.8270034 -0.08709998 -0.5554088 +70.77842 -486.4245 338.0876 0.5400839 -0.101673 -0.8354472 +574.858 -98.66357 680.7101 -0.4391573 -0.5735626 0.6914961 +361.8312 -251.2843 313.472 -0.5777773 0.302245 -0.7581697 +745.7559 -180.0773 677.3969 -0.1939584 -0.456812 0.8681607 +16.21479 -332.4278 391.4915 -0.992244 -0.05015789 -0.1137366 +450.0618 -540.0028 469.9926 0.2015072 -0.6015396 -0.7730104 +302.1202 -54.58272 439.0567 -0.8758997 0.2534638 -0.4105555 +104.0521 -150.4139 538.1551 0.3046488 0.2456542 0.9202408 +686.5977 -150.6962 682.6964 -0.1390583 -0.6393785 0.7562129 +207.4059 -454.5194 513.8663 -0.2633466 -0.3822895 0.8857219 +70.51019 -386.7506 305.7765 -0.4440678 -0.2249507 -0.8672952 +362.5984 56.16446 563.7275 -0.7389371 -0.4229262 0.5245048 +313.6905 -37.29757 512.9274 -0.9082194 0.04943869 0.4155638 +179.2494 -252.4334 303.9021 0.02048003 0.1219437 -0.9923257 +182.5949 -320.9815 293.9842 0.06606018 -0.1179669 -0.9908178 +563.9203 -45.81196 333.4654 0.3435414 -0.06460405 -0.9369128 +383.9249 96.33241 397.0278 -0.4969485 -0.6470022 -0.5782995 +32.29382 -475.3829 247.3284 0.5747015 -0.7459377 -0.3365935 +486.8715 -85.91865 645.0738 -0.43517 -0.3930055 0.8100455 +757.0656 -298.1439 608.643 -0.1667726 -0.7772554 0.6066803 +465.2355 -410.9774 544.4736 0.1319816 -0.62458 0.7697276 +369.164 -233.2007 315.0463 0.003399831 0.2786121 -0.9603977 +89.55772 -204.205 535.7328 -0.5398079 -0.1178353 0.8335 +701.2377 -178.5761 412.762 0.4820513 -0.2005689 -0.8528767 +527.6757 -491.2379 497.7509 -0.3914451 -0.5381857 -0.7464093 +454.1052 -397.0168 377.106 0.5881127 -0.4694991 -0.6585546 +17.17595 -345.2938 390.4017 -0.9943371 -0.0520943 -0.09262789 +472.0949 -275.5868 610.1868 -0.2840696 -0.4004071 0.8711938 +804.3387 -278.9852 634.2242 0.04855005 -0.662389 0.7475852 +5.291877 -124.7043 385.5559 -0.6309562 0.2244583 -0.7426391 +-44.79955 98.7871 510.6367 0.7164311 0.0569228 0.6953317 +216.3809 -178.3859 316.3772 -0.008081143 0.2393535 -0.9708989 +180.2057 -177.1967 315.7654 0.06683912 0.1962462 -0.978274 +335.5971 -77.62282 555.3715 -0.7427437 0.1377275 0.6552579 +355.7524 -355.3015 569.8286 -0.05762503 -0.3302045 0.9421487 +487.5906 -200.5832 628.9166 -0.3054737 -0.009162636 0.9521564 +611.1274 -413.5202 519.5764 0.7185013 -0.4720458 -0.5108117 +33.35065 -96.3636 500.4573 -0.5764534 -0.02916136 0.8166095 +371.9008 -403.3387 318.5646 0.3958812 -0.3086211 -0.8648879 +574.9059 -43.68757 724.0394 -0.4897534 -0.4260843 0.7606536 +405.1655 -77.17693 604.4586 -0.402054 -0.2569508 0.8788224 +438.1526 -533.6837 456.5439 0.4816611 -0.509856 -0.7127759 +473.782 -422.1975 402.129 0.4710117 -0.4848428 -0.7369365 +49.19689 96.08251 526.3338 0.8519968 0.2960417 0.431811 +416.1359 -163.8412 598.7163 -0.2123345 -0.02364486 0.9769109 +551.8442 -408.3689 456.327 0.5947297 -0.5533582 -0.5831736 +260.2697 -196.5724 541.8073 0.2938578 0.04958773 0.954562 +591.1025 48.07986 335.9919 -0.4683778 -0.6809323 -0.5629861 +695.6609 -39.6406 371.3808 0.356541 -0.1285619 -0.925392 +730.1407 -225.1235 636.3104 -0.1672627 -0.5548771 0.8149445 +59.4087 -405.3818 273.3264 -0.3646227 0.5711691 -0.735402 +593.2704 -413.3563 500.4247 0.6488756 -0.5214155 -0.5541537 +-15.3761 -82.29048 436.6996 -0.9640929 -0.1410785 -0.2249931 +279.2038 -317.9377 296.9105 -0.03061077 0.2381549 -0.9707447 +30.28112 -17.74109 512.0804 -0.2660622 -0.1477672 0.9525627 +830.3795 -264.6532 597.7764 0.3998941 -0.7046982 -0.5860761 +383.3217 -297.2464 586.8348 -0.2531258 -0.1025236 0.9619856 +554.3571 -312.117 591.562 0.04402209 -0.2510909 0.9669619 +483.1348 -143.7383 325.1911 0.1493099 -0.1106786 -0.9825766 +97.15703 -253.1685 531.0848 -0.09471513 -0.2171522 0.9715318 +512.4147 -485.7378 518.2604 -0.2469043 -0.4263312 0.8702183 +585.6672 -164.4832 648.0024 -0.1105663 -0.421087 0.900256 +212.4559 -462.5607 511.0595 -0.19529 -0.4770792 0.8568881 +191.3151 -134.2346 535.1716 -0.0919547 0.4218046 0.9020118 +82.12009 -162.4391 320.0289 -0.1987017 0.1739241 -0.964504 +103.6331 -112.6264 335.815 -0.5280392 0.4816996 -0.6993856 +420.8572 48.84097 657.8575 -0.6976866 -0.2545831 0.6696423 +534.8659 -302.1181 595.2618 0.1612891 -0.4104474 0.897507 +837.4559 -206.3322 539.1621 0.6363614 -0.5645372 -0.5256823 +128.1868 -366.8547 285.353 -0.06530188 0.3696302 -0.9268814 +553.4786 -342.1233 579.7446 0.05722134 -0.4152987 0.9078836 +592.8008 -23.71653 342.7519 0.3962891 -0.07708947 -0.9148836 +613.5331 -371.5837 485.0138 0.5896513 -0.5047507 -0.6305062 +496.0611 -103.0867 641.6257 -0.4170013 -0.3747182 0.8280677 +44.35289 -102.4009 369.4557 -0.6733436 0.2878567 -0.6809897 +47.22851 -104.506 365.9398 -0.6089013 0.2908306 -0.7380087 +352.7822 112.1849 562.3084 -0.9168636 -0.03833646 0.3973555 +216.9603 -50.07143 411.2283 0.6089113 0.5501176 -0.5714874 +278.9348 -247.5938 542.7639 0.3331628 -0.05295251 0.9413812 +126.34 -250.6973 300.3791 0.02783055 0.1188653 -0.9925203 +492.2009 -142.8243 326.6577 0.1859236 -0.1317302 -0.9736938 +300.8138 -518.8713 375.7893 0.5904963 -0.4916554 -0.6399915 +38.96026 -326.9631 487.9706 -0.5811417 -0.1346931 0.8025784 +400.7187 51.83284 636.7287 -0.7673097 -0.1488058 0.6237729 +-44.54597 67.10468 456.9221 -0.9688991 -0.1345894 -0.2076543 +495.4508 -457.2014 525.7919 -0.1269616 -0.3880441 0.9128541 +-36.7654 132.0275 453.2251 -0.5729613 0.7055975 0.4169503 +471.1442 8.308949 323.7614 -0.09351933 0.1453322 -0.9849532 +158.2697 121.8464 479.2517 0.9445242 0.2781971 -0.1745865 +833.2197 -262.4311 596.8823 0.3814051 -0.6898321 -0.615355 +363.1601 66.95435 580.3625 -0.8840149 -0.03913171 0.465818 +739.5626 -249.2443 633.4672 -0.01573467 -0.5661746 0.8241352 +762.4143 -284.1603 618.5898 -0.1309341 -0.4556443 0.8804798 +26.7513 -216.5925 321.3146 -0.9579607 0.2667819 -0.10554 +346.0111 -561.2717 456.1696 0.03048822 -0.431632 0.9015344 +50.99114 -463.4895 257.4794 0.4452454 -0.8867139 0.1244788 +272.6214 -110.1789 405.2288 0.6930264 0.4735027 0.5436079 +430.6362 -347.2526 574.4623 -0.317468 -0.1760643 0.9317808 +395.5603 124.5195 394.5188 -0.6314412 0.3497387 -0.6920729 +147.9267 138.9071 480.2699 0.982248 0.1150761 -0.1481429 +472.118 -321.3078 341.5855 0.5241505 -0.4181637 -0.7418931 +358.8964 -77.43821 371.4743 -0.6984569 0.223248 -0.6799399 +22.16038 -146.946 485.1683 -0.9361943 0.01148016 0.3512954 +364.1556 -455.4552 521.6249 -0.01145987 -0.586964 0.809532 +460.5873 -442.2704 527.2133 -0.1148222 -0.2361333 0.9649129 +751.7727 -310.3993 603.2346 0.1022783 -0.6147387 0.7820712 +106.8367 19.50744 538.7859 0.1175784 -0.4987071 0.8587587 +368.4325 -319.3014 580.3265 -0.2068485 -0.2091055 0.955766 +121.7273 -514.6112 356.8134 0.1415266 -0.578106 -0.8035942 +38.69497 -450.0728 254.5131 -0.06798857 0.3058558 -0.9496472 +523.6982 -260.1394 351.3882 0.4844856 -0.2222774 -0.8460889 +727.8658 -305.4262 546.8331 0.723447 -0.5158217 -0.45886 +475.546 -101.7977 631.3734 -0.4764521 -0.350069 0.8065017 +215.5567 -49.45367 442.979 0.7746196 0.2611221 0.5760033 +7.286454 146.2263 447.5068 0.1235449 0.5216869 -0.8441442 +408.809 -5.253552 343.1125 -0.575413 0.1598344 -0.8020927 +48.70367 -435.8214 423.7513 -0.7216124 -0.6168624 0.3142551 +140.0247 -309.3562 285.7961 0.4777701 0.2964354 -0.8269594 +634.5858 -29.99407 362.9163 0.2908176 -0.08007071 -0.9534222 +139.0371 -146.2135 319.1474 0.3066172 0.3230816 -0.8953235 +305.4846 -299.1916 299.6095 -0.0229511 0.2350402 -0.9717146 +118.6706 101.7839 432.5595 -0.2207027 0.5274894 -0.8203933 +428.9858 -219.512 322.6848 -0.03937155 0.136203 -0.9898983 +620.8466 -164.6407 381.2134 0.3381076 -0.144545 -0.9299408 +483.7647 -36.25611 665.8583 -0.5292104 -0.3716451 0.7627688 +73.39542 -555.5479 380.8278 -0.7076409 -0.4612266 0.5352703 +557.5675 -360.3583 422.1422 0.5143672 -0.4574476 -0.7253744 +40.78374 -541.5175 349.727 -0.327141 0.004237805 -0.944966 +3.190108 -218.8112 424.5979 -0.9923695 -0.1050437 -0.06456456 +321.0379 -496.4826 372.2694 0.2870264 -0.5619128 -0.7758028 +487.5311 -85.82945 645.4744 -0.4386481 -0.3986114 0.8054172 +179.5316 -580.6004 389.7588 0.07865866 -0.5259832 -0.8468497 +89.9071 -439.9168 252.4728 0.4870363 -0.4358876 -0.756834 +56.08152 5.142716 520.8379 -0.3121207 -0.0973959 0.9450369 +113.0025 98.47004 448.5191 -0.3158247 0.6683372 -0.6734836 +251.8676 -492.162 485.1563 -0.01377644 -0.7421229 0.6701223 +597.2666 40.70984 342.2027 -0.4117816 -0.6692955 -0.6184492 +80.44823 -180.3848 532.3884 -0.488597 -0.09001752 0.8678536 +647.0308 -321.0749 469.691 0.6714693 -0.5245361 -0.5234414 +398.351 -257.051 596.0814 -0.4286212 -0.0533793 0.9019061 +55.86258 -513.1125 521.664 -0.2154544 -0.2693075 0.9386442 +722.2695 -341.4598 593.877 0.2681157 -0.7149507 0.6457239 +576.6191 -215.2278 369.7851 0.5397672 -0.2537932 -0.8026458 +351.9112 49.63947 550.5811 -0.1100905 -0.8712541 0.4783266 +25.94555 -458.6381 346.1525 -0.2635119 0.2877401 -0.9207428 +394.5727 -129.61 332.6933 -0.3925828 0.06558207 -0.9173754 +152.832 -425.215 494.5982 -0.1096372 -0.4113548 0.9048574 +669.2896 -241.5282 626.0802 -0.04612297 -0.4787604 0.8767332 +607.9981 -280.0335 409.6888 0.399976 -0.3697408 -0.8386364 +702.4975 -148.4623 687.6609 -0.1566896 -0.5795313 0.7997449 +43.48389 -492.1777 412.8459 -0.3498624 -0.3244576 0.8788194 +517.7347 -208.091 343.7432 0.347131 -0.04209399 -0.9368715 +118.683 -4.800026 384.5063 -0.08253229 0.4994006 -0.8624312 +36.19334 57.63553 526.0676 -0.1947888 -0.3151547 0.9288352 +558.8097 108.2772 328.6585 0.09609937 -0.005859317 -0.9953545 +462.2072 26.39625 686.5307 -0.6055053 -0.2962727 0.7386378 +744.5522 -265.8263 517.4187 0.5313022 -0.7832603 -0.3228333 +104.7978 -235.5553 288.2821 0.7324649 0.3590015 -0.5784576 +94.33923 66.98029 456.939 -0.6393826 -0.1949215 -0.7437711 +-36.87266 61.26795 523.1287 -0.7585236 -0.1638479 0.6307105 +320.3046 -119.3067 374.5008 0.3356718 0.7595176 -0.5571871 +69.80031 -343.7702 297.3409 -0.4245563 -0.1534141 -0.8923094 +590.0164 -171.596 368.971 0.387992 -0.1304019 -0.9123912 +328.226 -504.5876 490.004 -0.3018712 -0.4062577 0.8624549 +745.0402 -260.0399 506.6285 0.5367791 -0.7301807 -0.4227342 +578.1979 -220.3925 372.2069 0.5214365 -0.1805505 -0.8339697 +333.4344 -40.96957 546.3775 -0.8414769 0.1308847 0.5242001 +326.085 -385.5245 299.5872 0.1886678 -0.1813729 -0.9651468 +234.7129 -511.8026 467.3655 -0.2173676 -0.3404306 0.9147996 +-4.403835 19.6203 510.7232 -0.1913065 -0.629287 0.7532594 +704.3284 -271.4221 615.3958 -0.04633968 -0.9163892 0.3975972 +126.7218 77.04887 420.7398 0.5491426 0.2125171 -0.8082567 +214.4547 -499.9136 346.6516 0.07146936 -0.770501 -0.6334196 +29.11227 110.4463 530.0149 -0.2398128 -0.01238316 0.9707401 +712.4077 -173.7133 671.6112 -0.1719953 -0.5374426 0.8255744 +385.7036 -401.1921 324.3151 0.4395267 -0.3044244 -0.8450692 +-45.48105 119.805 449.0613 -0.9249833 0.3037324 0.2283695 +243.9696 -201.0194 543.4866 -0.01953053 0.1027814 0.9945122 +110.2818 -407.2 258.0262 0.4287975 -0.04879663 -0.9020818 +711.3052 -150.5662 408.0201 0.3612316 -0.2798598 -0.8894888 +577.0259 -181.3293 364.7872 0.3629072 -0.09987067 -0.9264579 +21.94746 105.3361 414.3307 0.8533073 0.2931806 -0.4311749 +435.0155 -394.2498 355.263 0.645637 -0.3990943 -0.6510581 +294.0036 -573.718 439.1378 -0.07676881 -0.429644 0.8997292 +435.3204 88.46371 355.6141 -0.5708802 0.1310899 -0.8105006 +350.8788 -443.5834 331.3941 0.4002377 -0.5568106 -0.7278543 +289.2763 -388.3732 292.9665 0.1396754 -0.06789964 -0.9878666 +446.0197 11.9886 328.5858 -0.2099068 0.1927567 -0.9585322 +54.91959 -492.0816 506.3232 -0.9558041 0.1642726 0.2438298 +75.77534 -418.3183 268.0427 -0.8113369 0.02502254 -0.584043 +634.8252 -408.6874 541.5544 0.4651944 -0.6788952 -0.5680629 +403.0042 -466.6593 389.4846 0.4351071 -0.5872362 -0.6825214 +63.141 -248.4859 519.6823 -0.6608924 0.05051574 0.7487786 +-29.55791 46.37219 432.2144 -0.7561847 -0.3051503 -0.5788506 +540.8171 -413.5161 550.2385 0.3528578 -0.5918841 0.7246825 +-1.7771 65.79809 498.3529 -0.6745558 -0.3757255 0.6354564 +154.7151 -473.458 486.8214 -0.359358 -0.4850578 0.7972332 +114.837 148.7505 488.4571 0.5771649 0.8065624 -0.1278193 +48.36767 -460.1155 265.445 0.1408782 -0.760536 0.6338283 +329.1381 80.66142 538.6879 -0.9728437 -0.1171053 0.1996534 +503.3755 -375.9871 565.5394 0.1211605 -0.5662258 0.8152965 +9.075013 -266.1423 429.3084 -0.9864732 -0.1433149 0.07957023 +119.791 -455.2134 503.8803 0.9279221 -0.0635284 0.367321 +280.063 -320.6606 549.1359 -0.4245249 0.09800515 0.9000964 +356.0002 -19.74953 580.2449 -0.8131815 0.1563008 0.5606298 +30.73219 -169.9661 352.0071 -0.5690044 0.3649001 -0.7369409 +279.5681 -127.5287 500.0616 0.2252987 0.8091036 0.5427632 +769.6612 -188.2737 457.1466 0.5705308 -0.3972104 -0.7188314 +280.7438 -96.15063 428.7335 -0.828551 0.3660189 -0.4237139 +94.59586 -16.25938 387.3845 -0.2724138 0.3609867 -0.8918965 +105.8284 80.83454 524.0676 -0.9184129 0.3489475 -0.1864225 +624.1008 -192.0231 387.414 0.3278887 -0.2270651 -0.9170226 +282.5603 -363.3671 291.1607 0.1485824 0.04738853 -0.9877639 +375.1198 -100.2989 589.4883 -0.4999539 -0.1499979 0.8529635 +320.9459 -116.6926 379.5953 0.3582252 0.7565184 -0.5471331 +398.5384 16.17588 356.4633 -0.6675864 0.1831898 -0.7216439 +299.4744 -488.4632 493.4093 -0.09060392 -0.609 0.7879784 +645.5641 -314.7762 461.8392 0.7048568 -0.4858121 -0.5168786 +373.7438 -401.593 318.8244 0.3997951 -0.2915229 -0.86901 +328.6501 112.8688 491.1844 -0.8859186 0.4528574 -0.1003414 +559.9883 43.15617 333.8408 0.1856391 0.09964328 -0.9775527 +253.4373 -393.3874 286.4247 0.2436506 -0.1940027 -0.9502617 +320.1047 -403.7399 301.3778 0.2617401 -0.2340476 -0.93633 +474.7097 -92.04367 635.2079 -0.4634995 -0.3989162 0.7912232 +53.55078 -520.2977 395.1464 0.01145825 -0.6370596 0.7707294 +332.6411 -276.3616 566.2615 -0.8580058 0.08539576 0.5064915 +127.7826 -417.1627 269.1338 0.4764698 0.02687684 -0.8787799 +701.7438 -221.1482 637.6718 -0.001790323 -0.2214871 0.9751617 +202.6631 -464.8783 304.5334 -0.02880992 -0.4505118 -0.8923056 +281.5485 -579.3876 411.662 0.0539206 -0.4877247 -0.8713307 +576.5027 -113.1398 349.5016 0.4102328 -0.2394178 -0.8799933 +290.6437 -132.9871 349.7592 0.4944099 0.5076784 -0.7055647 +106.5242 -114.8141 331.8782 -0.6043407 0.4013012 -0.6882802 +99.47247 -65.35879 532.2623 -0.2974569 0.04521992 0.9536637 +673.0866 -338.4477 516.1427 0.5208293 -0.5326811 -0.667074 +50.22765 -442.9713 417.1108 -0.4453718 -0.2154563 0.8690354 +70.52579 -145.6509 332.6284 -0.5639238 0.3935784 -0.7260068 +584.102 -370.0569 452.9276 0.5972932 -0.5530402 -0.5808505 +94.64172 -382.4574 264.3503 -0.5983065 0.7948904 -0.100889 +84.05356 48.03817 511.3607 0.9850447 0.1067194 -0.1352699 +362.2078 -294.8447 300.287 -0.1478104 0.1963205 -0.969335 +479.1359 -145.5506 324.7895 0.1415277 -0.1282814 -0.9815874 +343.5479 -392.6503 305.3371 0.2938201 -0.1824508 -0.9382864 +388.5454 -225.8684 318.3567 -0.03254501 0.2129343 -0.9765244 +427.6939 -135.8511 322.8858 -0.1402973 -0.001053613 -0.9901088 +617.4902 -165.0873 653.554 -0.2318931 -0.4360535 0.8695303 +106.5276 72.0566 419.7135 0.05405652 0.5122451 -0.8571365 +640.2775 -227.5556 630.7009 -0.08641018 -0.5870525 0.804924 +71.81069 -407.6732 241.5657 -0.7017367 0.6740969 0.2305623 +599.9136 63.13362 335.2614 0.2043392 -0.03941859 -0.9781061 +658.1257 -369.1509 577.9449 -0.2601985 -0.4175786 0.8705888 +784.691 -211.2621 490.3334 0.5908052 -0.5930571 -0.5470214 +435.2859 -521.3694 489.7023 -0.1526435 -0.3402209 0.9278738 +145.9812 -196.0879 540.6702 -0.01711098 -0.05682985 0.9982373 +300.284 -531.3851 464.0441 -0.1374243 -0.4072374 0.9029243 +67.33143 -408.2109 268.9434 0.2349597 0.3795061 -0.8948569 +215.6301 -56.04752 485.0703 0.8581669 0.4414819 0.2619987 +213.397 -457.655 513.9934 -0.2012699 -0.4572273 0.8662757 +55.43324 -307.0498 519.3641 -0.6383477 -0.6453486 0.419568 +673.1759 -198.5896 407.5368 0.4159471 -0.28108 -0.8648596 +358.7937 -208.4708 572.7499 -0.5839822 0.09945935 0.8056504 +130.9441 119.7082 444.8253 0.5511598 0.1701204 -0.8168733 +50.53539 -365.822 490.812 -0.7308671 -0.3573329 0.5815036 +570.041 -276.238 604.1019 -0.0410081 -0.1676333 0.9849961 +82.88754 -389.5809 287.6111 -0.3653648 0.4980965 0.7863895 +425.1195 -53.08088 624.837 -0.4619071 -0.3080085 0.8317286 +518.8908 -26.89248 699.0885 -0.432932 -0.4048215 0.8054125 +135.174 41.78198 419.8323 0.7349929 0.3675205 -0.5698369 +442.0202 -129.4077 320.6677 -0.09853172 -0.06939924 -0.9927111 +71.44142 -287.0673 297.617 -0.3677501 0.03088225 -0.9294117 +646.9221 -117.515 380.244 0.2476153 -0.09402402 -0.9642853 +307.6098 -587.7781 428.7112 0.09996527 -0.9161417 -0.3881898 +150.7118 -218.5542 306.6439 0.1166789 0.1231629 -0.9855034 +190.42 -24.30768 464.3171 0.8442742 0.4753236 0.2475248 +252.7339 -168.7879 323.2218 0.1628689 0.2529375 -0.9536752 +236.2764 -79.68685 411.6763 0.8418899 0.516145 -0.1575304 +147.5964 143.2402 498.011 0.8912576 0.4384994 0.1156639 +502.663 -240.4251 625.2565 -0.08285061 -0.2984973 0.9508076 +446.9957 -249.6588 318.3152 0.2041593 0.1473961 -0.9677775 +76.88849 2.453972 395.5439 -0.1720371 0.2161001 -0.9610952 +133.5742 -253.1487 532.2786 -0.05536018 -0.171372 0.9836498 +310.9382 31.97373 469.2961 -0.9794292 0.1840298 -0.08277429 +680.2552 12.82804 358.2286 0.2419438 -0.1594581 -0.9570978 +71.02318 -38.21063 518.7087 -0.2293957 -0.08861862 0.9692906 +221.8182 -544.5473 440.6331 -0.2485953 -0.4331076 0.8663822 +119.2666 -448.6326 308.1942 -0.08746286 -0.8900246 -0.4474443 +285.4797 -291.9268 545.4766 0.1461087 -0.06836892 0.9869032 +705.0502 -161.4227 678.4146 -0.1832799 -0.582863 0.7916307 +121.601 -446.57 303.5147 -0.0577716 -0.8966206 -0.4390147 +236.8336 -236.086 543.1326 -0.07086442 -0.07033924 0.9950028 +179.4728 -501.0288 345.3711 -0.0331109 -0.5060318 -0.861879 +407.627 -86.87016 330.8818 -0.4742049 0.0544436 -0.8787295 +518.9863 -184.1235 635.4842 -0.1571881 -0.02137236 0.9873374 +564.8976 -71.81911 699.8025 -0.4922237 -0.5140734 0.7024559 +448.326 -540.6324 484.6973 -0.01717222 -0.3784316 0.9254699 +401.5815 -260.4931 597.2917 -0.3974547 -0.1034945 0.9117668 +94.87872 -493.2707 411.2397 -0.4988285 -0.4538364 0.7383784 +30.51755 -424.7701 363.6474 -0.7675516 0.5142002 -0.3827045 +110.5905 -569.358 386.8586 -0.5720132 -0.06356697 -0.8177776 +319.8046 25.29052 438.2468 -0.8363755 0.2072254 -0.5074777 +280.7357 -343.7004 548.0769 -0.4090653 0.1102038 0.905826 +228.3407 -478.5316 317.0395 0.08489161 -0.7082494 -0.7008396 +7.509173 -159.341 374.7606 -0.8360091 0.06883605 -0.5443807 +220.8119 -119.4582 335.8942 0.02777312 0.3614434 -0.9319803 +782.2209 -195.2266 474.178 0.7372305 -0.3060568 -0.6023458 +486.5186 -298.6875 604.8354 -0.08548564 -0.3610111 0.9286351 +158.3098 116.6838 473.1905 0.8123138 0.4832249 -0.3265578 +75.76051 -397.9332 305.7148 -0.5491143 -0.2211254 -0.8059634 +31.91955 -194.8996 505.0004 -0.6410078 0.2346977 0.7307707 +169.6064 -504.4377 454.1084 -0.3055052 -0.7984672 0.5187646 +595.2901 74.66363 333.9722 0.1953691 -0.01755047 -0.9805727 +195.3859 -349.6967 527.0618 -0.08355708 -0.3186572 0.94418 +-46.1764 94.929 512.6981 0.4201503 0.3026131 0.855511 +76.36967 -456.6467 438.7174 -0.676654 -0.7187508 0.1598014 +3.158628 -164.8791 467.2191 -0.6005544 -0.03980276 0.7985926 +535.2604 -392.069 426.3337 0.5368557 -0.5107278 -0.671523 +316.1783 -331.4813 295.2704 0.1225656 0.02859212 -0.9920484 +560.889 -364.2679 569.9872 -0.2056391 -0.1470816 0.9675121 +158.4226 -483.6458 328.7807 -0.2121098 -0.8045002 -0.5547873 +85.20482 -454.4493 336.3921 -0.5533434 -0.564532 -0.6124662 +50.09917 -283.4278 535.1904 -0.3872854 -0.6774577 0.6253487 +236.7503 -83.73381 388.2963 0.2929551 0.954366 0.05798926 +420.513 -353.0047 569.7179 -0.2746995 -0.2663374 0.9239072 +560.9836 -346.8477 416.1 0.4787692 -0.4241904 -0.7686629 +128.1012 -372.0862 509.5733 -0.07238044 -0.4904097 0.8684811 +118.7953 -450.2385 505.1076 0.8552934 0.131016 0.5013063 +148.5469 -249.0542 302.2033 0.101124 0.139863 -0.9849935 +830.0997 -252.4169 584.2737 0.3939875 -0.6544836 -0.64531 +43.57669 122.5247 518.2646 0.5911235 0.3275687 0.7370697 +347.7972 149.0542 518.8947 -0.9507723 0.2812087 0.1302058 +108.2436 43.38814 534.5915 -0.5618584 0.1145118 0.8192692 +480.0399 -2.419057 686.8275 -0.6176444 -0.5102589 0.5984574 +809.9302 -282.1223 623.7125 0.03857604 -0.9951989 -0.08995035 +573.4424 -162.0706 360.377 0.4059415 -0.185677 -0.8948383 +55.20871 -429.0369 238.766 -0.6640356 0.5691486 0.4848985 +283.3008 -437.8874 301.387 0.173492 -0.3014801 -0.9375555 +282.0412 -423.689 297.7523 0.1561992 -0.1905146 -0.969178 +295.0761 -440.8296 530.8144 0.08575804 -0.5651152 0.8205428 +236.3123 -242.0095 307.8315 0.08924762 0.1012272 -0.9908521 +22.22804 -543.2344 365.1423 -0.972007 -0.2198511 -0.08287197 +617.6746 -87.23001 365.0997 0.4278862 -0.2269521 -0.8748749 +85.40032 -184.0737 535.6606 -0.6822296 -0.1605726 0.7132877 +205.8667 -24.23671 435.983 0.7555887 0.6490563 -0.08838417 +390.8179 -173.5636 587.4308 -0.4714938 0.002693964 0.8818653 +90.51039 69.76944 447.6306 0.5338397 -0.4190716 0.7344346 +455.7584 -525.4241 462.8313 0.5398678 -0.506139 -0.6725817 +393.7678 -521.4757 420.9513 0.3427646 -0.4529189 -0.8230291 +427.5086 -445.7529 389.0025 0.4574265 -0.5169071 -0.72358 +580.5521 -376.3849 455.2877 0.6030911 -0.5438694 -0.5835128 +389.2968 -462.504 378.2627 0.4148702 -0.5287656 -0.7404658 +248.6169 -90.00634 402.9973 0.41055 0.893485 0.1820256 +2.857281 -140.4393 384.9668 -0.8397629 0.09174431 -0.5351459 +50.38071 -278.7913 538.6201 -0.2922372 -0.4342269 0.8520824 +116.7606 -472.2281 494.9085 0.889424 -0.4377174 -0.1316377 +555.8243 -285.3678 600.4489 -0.03092849 -0.2728561 0.9615576 +208.3079 -273.683 301.8259 0.05282423 0.1342757 -0.9895351 +299.5754 -171.6086 531.5637 -0.902656 -0.1289337 0.4105949 +631.166 -364.6656 496.8933 0.6363445 -0.4021135 -0.6583088 +-16.55218 4.614354 417.265 -0.7353005 -0.05568843 -0.6754494 +561.601 -226.4032 363.7702 0.4673337 -0.1972801 -0.8617887 +2.149164 -184.0115 403.8753 -0.9862738 -0.09619684 -0.1342022 +364.1507 -468.5132 510.8816 0.02366289 -0.6278653 0.7779622 +266.345 -446.2591 527.8397 -0.05965142 -0.489655 0.8698733 +696.8344 -35.29697 371.0806 0.3359431 -0.1658158 -0.9271717 +188.9857 -50.89635 381.4403 0.5642089 0.6013344 -0.5657431 +47.192 -69.67625 380.0043 -0.3571645 0.3559831 -0.8635448 +481.8206 -339.4955 363.0912 0.5588528 -0.5609093 -0.6107899 +610.5749 -222.9504 390.7703 0.3419974 -0.2500725 -0.9058154 +645.9219 -405.6428 561.1709 -0.08208009 -0.9814203 0.1734275 +58.07769 -9.42793 519.4888 -0.3338875 -0.167742 0.9275677 +103.7959 -108.0523 528.9614 -0.2793055 -0.1264754 0.9518363 +342.4358 -166.9736 346.6131 0.8365381 0.343233 -0.4270774 +111.9382 96.3679 441.6474 -0.9795976 0.1120823 0.1668117 +645.3394 -8.146355 362.1276 0.1868222 -0.1284376 -0.9739617 +706.7066 -116.8303 397.3074 0.3135594 -0.2623419 -0.9126101 +298.6475 -145.8653 523.976 0.2775393 0.5168865 0.8098149 +392.8267 -184.4149 588.9651 -0.3407566 0.1219013 0.9322152 +321.8521 -382.0054 298.1135 0.1935159 -0.1233649 -0.9733102 +385.4035 -16.67831 607.7893 -0.5965455 0.001934667 0.802577 +369.2265 -287.6743 583.9724 -0.2660339 -0.01997651 0.9637567 +614.7131 -43.32816 355.4001 0.4546064 -0.1215 -0.8823666 +62.35465 68.26003 411.6654 -0.3389021 0.2093824 -0.9172264 +169.2061 -394.8079 509.205 -0.4586968 -0.1384589 0.8777393 +620.9785 -144.5813 377.7721 0.2813954 -0.1564984 -0.9467444 +102.1855 -209.2132 539.0548 -0.05728768 -0.1848466 0.9810963 +92.09126 -480.7761 358.4554 0.4457679 -0.7075444 -0.5483357 +140.7385 -582.135 395.7214 -0.5587335 -0.7889023 0.255832 +655.4945 -324.6423 485.8814 0.6270494 -0.6083059 -0.4865932 +237.9328 -421.0975 533.9957 -0.1736201 -0.2751514 0.9455939 +426.0062 -494.5007 421.4842 -0.01885928 -0.3706732 -0.9285719 +598.0298 -102.0694 697.1546 -0.5446718 -0.667178 0.5081399 +607.0945 -331.6603 584.9073 -0.2912062 -0.187351 0.9381357 +57.71509 44.06662 532.7683 -0.1967426 -0.133618 0.9713076 +394.2927 -547.2987 471.4641 0.03525901 -0.3837723 0.9227544 +156.7518 -550.5571 373.9326 0.3033584 -0.5758827 -0.7591659 +468.1475 -499.7966 503.8343 -0.2232877 -0.3686193 0.9023649 +60.00718 -227.8347 526.7378 -0.166753 0.5797881 0.7975206 +88.25505 28.07418 478.5448 -0.9729491 0.2001102 -0.1154377 +-7.286146 -19.40223 410.8742 -0.1897708 0.1147126 -0.9751042 +469.1858 4.620937 323.2897 -0.1012178 0.1786967 -0.9786841 +519.476 -22.70548 701.576 -0.4370212 -0.4341944 0.7877104 +92.71017 49.85119 451.3115 -0.9158795 -0.316355 0.2471519 +751.9999 -266.529 528.6631 0.5441576 -0.7252895 -0.4217199 +465.7634 12.21899 682.957 -0.602603 -0.3490876 0.7176402 +62.3673 120.7145 453.1368 0.6156243 0.4364296 -0.6561524 +89.70407 -78.91411 359.106 -0.1214357 0.416218 -0.9011192 +263.8372 -408.8914 541.5749 -0.2013262 -0.214233 0.9558096 +283.2508 -537.5577 384.3897 0.2413256 -0.5344103 -0.8100417 +133.5564 -71.69337 528.7885 0.3453206 0.245074 0.9059207 +314.0723 22.16933 447.8625 -0.8996854 0.2104632 -0.3824543 +438.3065 -266.9082 604.9183 -0.09076392 -0.2508276 0.9637673 +452.6857 -24.55844 649.4725 -0.5013955 -0.2357092 0.8324925 +257.7186 -159.4523 326.8718 0.1936082 0.2786987 -0.9406609 +397.9773 -354.6378 315.3656 0.3776087 -0.3427898 -0.8601784 +491.7859 129.0674 330.9644 -0.2759817 0.2333215 -0.9324136 +504.7982 97.36211 324.7235 -0.04791011 0.07316431 -0.9961685 +495.651 -103.5709 641.2045 -0.4126312 -0.3678052 0.8333396 +529.3242 -154.1963 640.3762 -0.2080982 -0.1545905 0.9658141 +477.4029 -356.0879 371.947 0.571233 -0.4559512 -0.6824964 +561.3717 -75.8606 335.3309 0.3344205 -0.1422711 -0.9316232 +47.09866 -447.7082 415.4027 -0.3564834 0.06125871 0.9322913 +90.48417 -451.9254 329.4081 -0.5241159 -0.59899 -0.6054035 +244.0421 -238.9663 308.9915 0.1153292 0.1067286 -0.987577 +-34.67333 28.37006 445.6034 -0.8644593 -0.1750232 -0.4712505 +87.44201 -527.4658 510.1588 0.6647526 -0.7196903 -0.2003746 +347.4459 -226.7837 318.856 0.6099222 0.2435644 -0.754103 +608.1962 61.66039 337.0782 0.225703 -0.06588683 -0.9719656 +277.6855 -358.8755 290.6667 0.1451374 0.04993292 -0.9881507 +658.5463 39.39029 349.8031 0.2430418 -0.1261472 -0.9617783 +-27.71902 84.39436 412.3547 -0.6834491 -0.08670454 -0.7248307 +279.3454 -390.9023 291.5774 0.1833325 -0.1212403 -0.975546 +725.0599 -174.573 674.4149 -0.2514865 -0.4890491 0.8352158 +91.43562 -223.9501 302.357 -0.263484 0.7041134 -0.659394 +493.7827 -452.8535 441.3902 0.3923011 -0.3527333 -0.8495169 +217.5797 -119.8534 524.4819 0.1407065 0.6069345 0.7821971 +132.9658 -377.1504 507.909 -0.08940579 -0.333835 0.938382 +336.5091 104.0586 438.1932 -0.2971465 0.4196382 -0.8576758 +371.5414 -562.1306 461.3263 -0.09931473 -0.4053998 0.9087285 +621.9818 -386.9499 509.6643 0.3752578 -0.751048 -0.5432388 +0.2909992 -25.45054 491.8051 -0.5073909 -0.3260673 0.7976432 +778.4838 -219.0628 495.3592 0.3537174 -0.7867645 -0.5058513 +372.5276 -145.089 338.02 -0.5281215 0.1450452 -0.8366896 +625.0933 -252.066 620.6053 -0.01922165 -0.2882101 0.9573743 +636.5134 -287.7542 431.6874 0.5002522 -0.5064058 -0.7023539 +242.751 -259.8766 541.9722 -0.1286671 -0.0695127 0.9892486 +312.2663 -178.1273 337.9137 0.5992349 0.296466 -0.7436568 +24.21754 -517.5119 361.4954 -0.6497229 -0.2863047 -0.7041944 +337.7842 -453.9484 332.7933 0.3468948 -0.6466908 -0.6793048 +409.451 -547.8715 448.1345 0.8239139 -0.4006608 -0.4007951 +636.2599 -339.6165 477.8935 0.6197647 -0.6019922 -0.5034849 +127.4814 139.9194 510.1322 -0.9798967 0.1984798 0.02020598 +450.4877 -545.6786 478.5141 0.2243853 -0.9729645 -0.0546937 +505.9271 -448.0722 447.2179 0.5026855 -0.3897543 -0.7716209 +630.0099 -156.1451 662.5234 -0.1813394 -0.5532339 0.8130488 +463.7459 -130.1461 321.289 0.140143 -0.1115466 -0.9838279 +142.5381 145.8605 505.5775 0.4458272 0.8453968 0.2941809 +78.27943 -309.739 528.1707 0.0510248 -0.3824999 0.9225456 +483.6847 -149.4227 326.0956 0.1803456 -0.1248192 -0.9756514 +527.8661 -162.4176 638.7684 -0.1852334 -0.1601301 0.9695602 +82.23538 86.45405 463.5826 -0.962987 0.2059903 -0.1738507 +380.6459 -54.23199 599.2415 -0.4500169 -0.2359448 0.8612868 +344.5148 -455.6398 338.8252 0.396176 -0.6742233 -0.6232716 +104.9521 70.26962 532.0028 -0.86086 0.04927732 0.5064501 +337.5433 133.4433 486.5817 -0.844516 0.51899 -0.1320681 +8.315532 -204.6884 468.2217 -0.7788287 -0.06724043 0.6236221 +371.1783 -84.05035 357.1191 -0.7137339 0.1547113 -0.6831167 +752.0017 -235.6035 647.2599 -0.3574281 -0.592988 0.7215333 +527.6168 -429.7296 452.9715 0.4996952 -0.4105964 -0.7627026 +808.5798 -181.712 479.9178 0.6531859 -0.4636723 -0.5986286 +90.28064 33.65812 455.718 -0.9865396 0.1498648 0.06542282 +39.93651 -304.7914 495.2445 -0.6043844 -0.467727 0.6449425 +564.0056 -462.4755 533.5775 -0.1048412 -0.3285311 0.9386563 +94.66047 -225.2521 288.0078 0.4757154 0.5684868 -0.6712061 +534.658 -99.24817 660.3408 -0.3159441 -0.3918032 0.8641005 +-19.06337 76.56351 406.7568 -0.5244064 -0.08205862 -0.8475047 +300.288 -463.9675 324.2456 0.3038121 -0.6976496 -0.6488322 +39.01672 145.1917 512.5722 0.8979676 0.4095292 0.161059 +275.8067 -97.79266 465.9978 -0.5419008 0.8000696 0.257356 +392.1957 28.63733 618.1585 -0.7581515 -0.0499726 0.6501607 +112.1064 92.47765 429.6509 -0.7618952 0.4720635 -0.4434768 +770.7816 -202.8411 468.9065 0.5107542 -0.5747675 -0.6393532 +222.0613 -400.143 284.6219 -0.03826986 -0.1382595 -0.9896564 +35.22861 -496.4991 336.8487 -0.4499573 -0.2893087 -0.8448899 +388.0544 37.86716 612.879 -0.8025717 0.03257055 0.5956659 +385.4713 7.490342 367.6901 -0.733218 0.1260991 -0.6681993 +227.1383 -66.94131 408.4584 0.7394688 0.435019 -0.5137551 +293.8335 -85.48088 490.0331 -0.8952184 0.2178315 0.3887587 +68.42886 -366.8357 503.7686 -0.1536401 -0.6097212 0.7775826 +133.825 -56.57174 358.4409 -0.02147443 0.3228096 -0.9462203 +701.2015 -320.984 524.379 0.5941753 -0.5480402 -0.5887339 +496.5139 -58.06261 663.3605 -0.4497643 -0.3614809 0.8167274 +265.2911 -96.20852 376.0603 0.4775081 0.8673596 -0.1402614 +315.6674 37.28743 501.2133 -0.9300106 0.1352218 0.3417533 +516.7281 -478.6827 521.6572 -0.07612015 -0.3503164 0.9335331 +604.8065 -360.1713 463.6679 0.543235 -0.61373 -0.5729147 +278.6257 -369.7585 547.9086 -0.1940925 -0.03739038 0.9802704 +48.13225 -209.9938 301.9865 -0.1166113 0.5543491 -0.8240745 +751.2046 -101.6712 407.8639 0.4763099 -0.1395717 -0.8681294 +513.546 -144.7278 637.6223 -0.2823233 -0.1380424 0.9493355 +437.7827 -244.0742 607.1072 -0.1753452 -0.08324068 0.9809816 +25.67069 -130.7918 373.0421 -0.3988017 0.4395139 -0.8048507 +40.90314 -258.768 532.6949 0.2584542 0.9541661 -0.1508926 +180.1681 -564.0146 381.6529 0.01732254 -0.4104787 -0.9117056 +534.5705 -137.2139 337.0377 0.3260313 -0.2059284 -0.9226576 +445.14 -422.5735 385.6155 0.4553292 -0.3986273 -0.7960977 +664.6652 -160.5279 670.5621 -0.4820696 -0.7849255 0.3892312 +90.80405 74.72336 509.5194 -0.7856081 -0.4868657 -0.3818138 +360.1325 -30.11399 384.0585 -0.7065372 0.1512422 -0.6913255 +84.74748 -465.3769 345.7936 0.01952957 -0.3427182 -0.9392352 +352.4356 -272.4545 307.0747 -0.1087389 0.2895362 -0.9509704 +719.36 -269.9329 490.7417 0.6361153 -0.6073889 -0.4758531 +568.178 -429.7813 486.9398 0.6810064 -0.4162094 -0.6024948 +107.7601 131.7169 462.6153 0.2458728 0.469192 -0.8481777 +355.2578 -437.8259 329.7394 0.3810657 -0.4948057 -0.7809969 +528.6517 -492.9991 518.0493 -0.03646097 -0.2704545 0.9620421 +30.89066 -339.9227 330.9589 -0.8833032 -0.07959371 -0.461996 +297.6316 -305.0496 550.3903 0.3928549 -0.1809454 0.9016228 +465.7939 -235.9123 325.1305 0.2946668 0.1098509 -0.9492651 +424.3116 -173.0602 601.5737 -0.324676 0.1287551 0.9370206 +646.9847 -126.4771 697.074 -0.1743732 -0.6398989 0.7484139 +403.6032 -387.8238 329.5432 0.4773684 -0.2589137 -0.8396922 +521.8468 27.60384 327.325 0.09523059 0.1288173 -0.9870852 +299.452 -552.4294 399.1171 0.2284232 -0.5322067 -0.8152171 +191.2159 -300.9625 296.3832 0.03227302 0.2138595 -0.9763312 +385.1098 -326.4471 303.3002 0.2012499 -0.110795 -0.9732538 +324.9333 -345.6632 296.0149 0.1347305 0.02218753 -0.9906338 +4.889616 -238.0134 441.7619 -0.9815828 -0.1909867 0.004383116 +395.2455 -380.0536 556.9578 -0.06068263 -0.3349754 0.9402708 +181.504 -578.2952 411.5053 -0.4380198 -0.368688 0.8198828 +405.2619 -174.388 326.1452 -0.1257324 0.04197514 -0.9911758 +130.6213 -0.6707289 525.5056 0.283149 0.128813 0.9503861 +285.807 -113.8989 407.3552 -0.7746648 0.09783201 -0.6247586 +415.9284 18.10299 638.7373 -0.6170893 -0.2035903 0.7600999 +589.813 -208.0928 636.2204 -0.1173177 -0.2375809 0.9642571 +421.3414 -513.566 431.9577 0.4471598 -0.5173108 -0.7296833 +162.3003 -437.0041 494.4594 -0.5269787 -0.04733581 0.8485593 +463.3494 90.16797 340.4014 -0.3636475 0.09837932 -0.9263272 +309.7653 -78.92717 513.7327 -0.9250869 -0.2490817 0.2866573 +57.81738 -319.8857 303.6504 -0.444026 -0.09126538 -0.8913537 +692.1119 -193.2967 413.8103 0.3753145 -0.3511482 -0.8578076 +95.33275 123.8893 509.5652 -0.695936 0.09071735 0.7123507 +17.34328 -2.230207 406.6031 -0.4583428 0.09251733 -0.8839471 +387.9853 -150.2762 587.8956 -0.4096978 -0.07725506 0.9089441 +14.7414 -339.2049 440.0075 -0.9903975 -0.0756962 0.1156842 +188.2772 -241.0098 537.8028 -0.1308855 -0.1437851 0.9809153 +391.6212 73.54369 381.8734 -0.6743631 0.2857078 -0.6808859 +353.4624 112.1307 430.0667 -0.6970727 0.4510845 -0.5573261 +607.7849 -279.248 607.3041 -0.02917545 -0.4321744 0.901318 +304.0361 -414.9568 545.1646 0.007023427 -0.4369375 0.8994644 +685.6418 -73.27408 380.1353 0.2603213 -0.1897775 -0.9466875 +410.7398 -188.0763 598.0045 -0.4059579 0.0795222 0.9104254 +572.1967 -155.991 649.6053 -0.1484416 -0.3814954 0.912374 +284.8246 -347.4213 549.7581 -0.2719052 0.0192303 0.9621319 +458.8713 -169.8335 324.3375 0.1328118 -0.09694142 -0.9863891 +57.33818 -90.12674 367.0926 -0.3396956 0.3116053 -0.8874171 +182.8907 -15.04088 420.1082 0.4906372 0.5969781 -0.634738 +383.7061 -459.0316 517.3526 0.07235859 -0.6548001 0.7523304 +117.1206 -379.9575 277.9385 -0.02110587 0.5711083 -0.8206033 +547.2763 -305.1431 391.2643 0.4611574 -0.408517 -0.787685 +44.14164 -514.014 400.4518 0.04996403 -0.5856881 0.8089951 +56.67935 96.68933 480.7842 0.9895397 0.07815827 0.1212537 +379.4243 -354.2978 569.2955 0.1612937 -0.419262 0.8934225 +489.7398 85.72263 332.9643 -0.1497157 -0.0179076 -0.9885669 +186.3529 -561.5054 380.0125 0.05788833 -0.4436418 -0.8943326 +286.0688 -95.76079 420.6594 -0.673516 0.5467468 -0.4974375 +472.5447 -241.6158 326.9172 0.3297315 0.07142854 -0.9413687 +103.7013 88.6337 447.5452 -0.4075285 0.1010583 -0.9075835 +603.3671 -136.6073 369.2833 0.4141364 -0.1900402 -0.890155 +92.0019 -212.0602 535.9207 -0.434678 -0.1330026 0.8907106 +314.2294 -523.2153 384.847 0.2938986 -0.4807976 -0.8261097 +294.5029 -227.8291 542.4941 -0.5163435 0.1288332 0.8466353 +582.1002 -96.41345 347.7563 0.3971045 -0.2280432 -0.8889906 +383.4066 83.56034 621.1804 -0.8396654 -0.1343783 0.5262172 +693.5143 -345.3104 589.1583 -0.05870899 -0.1831727 0.9813262 +235.988 -385.5462 284.1385 0.01770466 0.0299018 -0.999396 +266.2904 -142.0235 334.6886 0.2543277 0.3252833 -0.9107734 +404.7946 53.74322 642.2056 -0.746047 -0.169225 0.6440316 +619.1909 -424.4452 553.9502 0.3418262 -0.3027623 0.8896571 +34.76308 103.7011 427.5722 -0.1711564 0.4461691 -0.8784297 +683.6188 -344.9447 536.5802 0.5676175 -0.6669438 -0.4826969 +44.39069 -139.459 507.5728 -0.456459 0.1116216 0.882715 +333.1799 -253.0502 563.9717 -0.6446261 0.1008072 0.7578227 +501.2256 -383.0384 560.8335 0.1195077 -0.6037484 0.7881662 +3.378545 -173.8246 386.7162 -0.9792388 -0.1018314 -0.1752762 +255.0548 -136.0591 333.8399 0.2120384 0.3107803 -0.9265286 +698.8654 -106.1271 391.8928 0.2812735 -0.2123165 -0.9358455 +192.9614 -264.2524 535.2397 -0.1181553 -0.1357873 0.9836672 +18.66716 42.3506 521.7351 0.2423948 -0.3601236 0.9008638 +535.7938 -298.3315 378.3676 0.5627509 -0.4699869 -0.6800175 +569.9809 -427.1595 547.6385 -0.05035006 -0.2938273 0.9545315 +86.94322 -349.4288 518.06 -0.4467356 -0.1806965 0.8762283 +282.7618 -484.8081 341.2101 0.2588435 -0.7646317 -0.5902019 +417.4168 -119.9487 325.2306 -0.2767848 0.03657121 -0.9602358 +252.509 -243.2391 309.5909 0.1108499 0.1160764 -0.9870352 +449.4904 -312.8077 589.3702 -0.2127451 -0.3574961 0.9093603 +256.7794 -190.2722 318.3914 0.1439536 0.2285724 -0.962825 +645.3482 -231.7388 628.8572 -0.131063 -0.3502611 0.9274371 +735.056 -99.3 399.3435 0.3749652 -0.20153 -0.9048684 +329.0328 82.81322 438.2306 -0.4665541 0.7050733 -0.5340402 +71.1377 -282.3487 297.7675 -0.4325063 0.0007668843 -0.9016306 +188.2559 -42.35051 504.8607 0.5311229 0.1760264 0.8288084 +421.383 -546.3927 477.5912 -0.1047405 -0.2731752 0.9562451 +15.36753 -245.6185 359.3022 -0.9710178 -0.0922986 -0.2204665 +369.1233 -526.4633 411.8101 0.317926 -0.5744792 -0.7542524 +170.3013 -123.9549 526.5358 -0.09546875 0.5236282 0.8465809 +133.6224 -341.9459 520.8519 -0.06875619 -0.06201166 0.9957044 +495.7217 13.72412 323.4343 -0.01829078 0.1398575 -0.9900027 +786.5187 -228.2625 519.3792 0.422039 -0.8163688 -0.3942397 +382.6288 -234.653 318.9391 -0.3697616 0.1662873 -0.9141252 +202.2666 -227.3254 307.765 0.0414131 0.1336298 -0.9901657 +132.1182 -57.99119 526.9703 0.3189723 0.0605604 0.9458272 +838.5011 -274.8957 625.4804 0.299509 -0.9540735 0.006180194 +642.6733 -336.3105 481.6861 0.6252066 -0.6104303 -0.4863039 +543.765 -355.2112 573.9412 0.06614632 -0.4858944 0.8715109 +87.95137 -219.9308 307.7165 -0.3678809 0.5831107 -0.7243242 +60.29682 -415.1058 326.9889 -0.7098992 -0.475196 -0.5198383 +572.6924 -253.1451 616.168 -0.02259443 -0.4073766 0.9129807 +480.6114 -185.6617 330.0558 0.2290654 -0.1069443 -0.9675184 +90.59703 -474.1283 508.3545 -0.2984733 -0.3567686 0.8852287 +483.8408 -524.7592 486.3764 0.07999393 -0.8190238 -0.5681558 +27.58703 -156.9222 493.3011 -0.7752592 0.06847658 0.6279204 +-29.66836 -3.605281 474.554 -0.8484071 -0.2674156 0.4568306 +1.454593 -214.6071 436.3197 -0.98546 -0.1432924 -0.09130104 +634.5939 -114.9906 377.4284 0.1692892 -0.1528324 -0.9736444 +314.3992 -262.6252 311.9583 -0.3901924 0.4836289 -0.7834877 +336.5928 -185.5279 550.9936 0.459701 0.4474444 0.767117 +332.733 114.0015 517.4355 -0.9090201 0.198637 0.3663684 +432.9182 -464.7507 409.4742 0.4730338 -0.6266305 -0.6193328 +462.8412 -429.654 400.3177 0.4901955 -0.5044368 -0.7108107 +291.0282 -365.1916 292.3742 0.1272733 -0.01705775 -0.991721 +477.6326 -529.6465 490.9093 0.7465897 -0.1033126 0.6572141 +531.5031 -421.0513 450.0474 0.5275187 -0.5460734 -0.6507902 +195.4099 -206.3084 310.8352 0.01686287 0.1660298 -0.9859766 +401.6349 -65.02808 606.6963 -0.4474227 -0.2969473 0.8435848 +211.7091 -303.213 533.5999 -0.1758231 -0.06435271 0.9823161 +590.1057 44.18349 341.306 0.2946909 -0.04208852 -0.9546653 +33.95636 -293.5629 513.0665 -0.5293102 -0.7630476 0.37093 +502.3795 134.6514 329.7137 -0.1799278 0.2207344 -0.9585939 +395.2108 -195.3341 324.9059 -0.07871763 0.09044177 -0.9927859 +295.9792 -123.0154 385.0723 0.6267976 0.7744401 0.08583354 +421.4494 9.798388 338.3842 -0.45061 0.111104 -0.8857802 +72.8416 -416.9662 269.4664 -0.1125456 -0.3792121 -0.9184398 +439.4859 -424.7253 383.384 0.4740254 -0.4350792 -0.7655103 +147.3036 -143.5644 321.5132 0.06185421 0.2991523 -0.9521984 +77.86414 -451.3689 255.8724 0.4360085 -0.7679303 -0.4692331 +253.9764 -285.5764 542.4072 -0.1575556 -0.04522073 0.9864742 +453.7795 -459.0889 419.5684 0.4724087 -0.5850437 -0.6592071 +349.4469 -410.0567 544.3823 0.08521485 -0.5031852 0.8599669 +323.46 -1.889135 423.9552 -0.7562444 0.1465408 -0.6376678 +652.1392 -262.0318 426.1647 0.4642399 -0.4865516 -0.7401006 +622.378 -388.0099 511.0797 0.3926808 -0.6409769 -0.6595078 +363.9062 81.95386 583.723 -0.9022542 -0.09338662 0.4209707 +606.2075 -177.2945 376.9749 0.4307657 -0.1352398 -0.892273 +281.4183 -323.2801 549.76 -0.1987487 -0.0225704 0.9797905 +278.486 -589.1101 417.5219 0.09229773 -0.6430278 -0.7602607 +655.6556 -16.28575 361.771 -0.6253793 -0.7171975 -0.3074548 +-21.73049 86.85591 406.9347 -0.6057867 -0.09437816 -0.7900096 +10.04497 -113.5443 386.6803 -0.3453762 0.3509386 -0.8703777 +355.8178 -331.1428 297.3966 0.06648279 -0.07288139 -0.9951223 +530.6371 -381.1728 415.7136 0.5105813 -0.4388853 -0.7393825 +390.1243 -185.3139 326.3968 -0.2643749 0.02317546 -0.9641415 +615.6173 -330.3607 587.0465 -0.2103166 -0.4194016 0.8831021 +167.9891 -138.8909 535.3081 -0.02171575 0.4164261 0.9089102 +265.4938 -486.747 491.4872 -0.05908395 -0.7172499 0.6943066 +481.8456 -360.4489 577.5729 0.06359349 -0.4167046 0.9068148 +123.2614 126.6007 448.3715 -0.5671626 0.5862281 -0.5785009 +428.3834 65.07143 671.0366 -0.6494107 -0.2020685 0.7330989 +418.3781 11.18983 340.3419 -0.4907182 0.1878804 -0.8508211 +689.7161 -182.631 654.8876 -0.6702324 -0.7346715 0.1051015 +245.0054 -566.3589 430.174 0.4006068 -0.451203 0.7974523 +692.726 -188.3929 651.0626 -0.1660974 -0.5211402 0.8371526 +215.7229 -80.39347 377.3351 0.0926861 0.8486418 -0.5207845 +703.6476 -322.8119 529.7357 0.6559725 -0.6649784 -0.3570767 +445.8252 -344.8441 581.0806 -0.3601402 -0.1553615 0.9198706 +238.368 -90.5475 362.1273 0.1497964 0.8343966 -0.5304182 +82.54936 -379.692 279.8938 -0.3648182 0.9232865 0.1202071 +55.66027 -132.5584 512.1294 -0.4667188 0.06771968 0.8818092 +593.5208 -174.2832 370.8087 0.4015454 -0.1137426 -0.9087485 +696.1633 -312.8159 514.5483 0.5956122 -0.3959664 -0.6988968 +22.88145 -428.8585 381.117 -0.848794 0.5102622 -0.138496 +678.1786 -259.3967 441.6855 0.5752331 -0.4249096 -0.6989697 +391.0283 -570.0765 457.9449 0.3191751 -0.8551475 0.4084727 +29.29938 -370.8482 344.3233 -0.8900543 -0.2458333 -0.383887 +464.494 -313.659 332.9417 0.4572999 -0.2994085 -0.8373956 +221.3129 -121.1929 335.2665 0.03632342 0.31711 -0.9476929 +11.50236 -240.2873 507.2319 -0.8704283 0.360299 0.3354688 +55.47475 -470.8755 333.3654 -0.1731842 0.1117359 -0.9785307 +593.4312 -311.7525 590.13 -0.1445413 -0.5541593 0.8197653 +18.01065 77.64464 405.6934 0.4390219 0.1145868 -0.8911395 +707.5596 -357.2295 581.0684 0.7394661 -0.6730508 -0.0138703 +496.4839 79.20771 332.1713 -0.02550485 0.05750229 -0.9980195 +299.8967 -214.0452 540.9091 0.4194309 0.1480726 0.8956295 +369.4299 -570.6978 456.5793 -0.2278731 -0.4956213 0.838113 +572.5352 -105.1913 674.489 -0.411923 -0.5317491 0.7399745 +395.0677 -193.146 325.1161 -0.05944089 0.07388909 -0.9954934 +369.3242 -368.5784 308.5277 0.3220552 -0.1932048 -0.9267968 +392.5029 72.03149 631.5366 -0.8051924 -0.1996652 0.5583897 +793.9819 -207.9565 497.1772 0.08452284 -0.8782916 -0.4705951 +153.6568 33.43732 501.8265 0.3231872 0.1466176 0.9349082 +92.79401 40.8491 533.6649 -0.01987064 0.2208292 0.9751101 +5.829543 -152.5366 378.1828 -0.8417633 0.08411306 -0.5332538 +206.5712 -390.8325 286.8442 -0.2986246 0.1153131 -0.9473786 +83.49507 -99.02057 351.3626 -0.2634588 0.4015107 -0.8771423 +534.2054 -378.0135 561.167 -0.05935198 -0.4529355 0.8895655 +-23.89381 64.64146 518.3377 0.4539849 0.8646217 -0.2152369 +63.61887 -452.3564 461.8209 -0.8025104 -0.3707231 -0.4674841 +562.7023 -47.27425 333.1759 0.3442068 -0.06187094 -0.9368531 +162.4163 -411.279 502.7426 -0.5036793 -0.1757793 0.8458185 +101.2964 -32.38268 531.1897 -0.1135771 0.1228808 0.9859009 +92.91147 -110.1408 525.0314 -0.3058073 0.03855345 0.9513125 +254.219 -119.193 457.7795 -0.3460208 0.9332134 0.09686276 +450.5969 -37.8721 644.0179 -0.4861633 -0.2571359 0.8351804 +399.5229 -297.3879 304.8686 0.1620587 0.04928743 -0.9855494 +455.4356 -423.6085 392.0174 0.4443016 -0.4151684 -0.793871 +321.5247 -412.4587 303.6845 0.286637 -0.2136753 -0.9339069 +372.1399 69.869 401.1115 -0.6705207 0.2408979 -0.7016909 +477.1136 -246.5477 620.757 -0.1999585 -0.2282843 0.9528394 +657.9045 -160.6872 665.2241 -0.1202294 -0.6009026 0.7902284 +68.15046 84.75314 459.8387 0.6402287 0.0834482 0.7636384 +159.6824 -36.3493 516.0541 0.7017285 0.3254205 0.6337811 +224.4593 -481.7267 319.9204 0.08343143 -0.7498575 -0.6563177 +123.3056 -497.9519 429.7958 -0.7503422 -0.460196 0.4745588 +156.4126 -49.66048 522.7548 0.4413654 0.1657248 0.8818911 +157.1824 -192.9226 541.2123 -0.04166932 -0.05386355 0.9976785 +614.6312 -116.0554 686.9815 -0.3711346 -0.6319479 0.6803682 +374.2927 -232.3268 317.4397 0.5472069 0.3216732 -0.7727166 +482.7025 -519.2869 499.6653 -0.1735746 -0.3778441 0.9094535 +59.97061 -432.8 248.0392 -0.3054208 0.7194893 0.6237414 +381.4682 -25.32119 363.6569 -0.7174618 0.1499121 -0.6802756 +-8.621254 -117.9089 425.2789 -0.9846772 -0.08725905 -0.1509857 +291.6472 -119.9828 503.2751 -0.09458091 0.6607139 0.7446553 +275.7957 -357.6531 290.4482 0.1540715 0.03154011 -0.9875562 +14.38251 -490.0873 385.0706 -0.7769511 -0.4297281 0.4600877 +42.75728 -437.3668 261.6855 -0.3837686 0.8610229 -0.3337082 +110.7382 -112.2336 330.0104 -0.5141113 0.4032674 -0.7570106 +-34.85682 6.38803 473.746 -0.8599452 -0.4860612 0.1556877 +-14.58996 -95.12332 445.1757 -0.9866169 -0.1464042 -0.0717831 +-34.20614 5.578883 456.5572 -0.9635235 -0.2198282 -0.1526368 +-18.76954 52.70872 411.0123 -0.6931782 -0.07879663 -0.7164461 +726.2353 -319.4981 559.054 0.654691 -0.5346538 -0.5343454 +620.0754 -107.4195 703.7672 -0.2848015 -0.5741264 0.7676373 +746.4443 -85.50808 402.6143 0.4902302 -0.1343482 -0.8611764 +341.8267 -572.3378 427.9478 0.4765694 -0.5280731 -0.7028659 +505.8563 -448.7864 530.707 -0.1570344 -0.2945008 0.9426609 +457.4461 -4.94918 323.1241 -0.1569378 0.1148282 -0.9809103 +318.482 -41.80741 420.0702 -0.7347471 0.2021394 -0.6475232 +385.5317 -16.24721 607.9023 -0.6145958 -0.01859376 0.788623 +108.1851 -330.3173 520.2927 0.09154641 0.08521244 0.9921482 +1.032183 43.35858 401.8992 -0.001827119 0.2152738 -0.976552 +376.9736 15.14009 378.7175 -0.7224915 0.1685187 -0.6705278 +657.8081 -217.2742 407.5533 0.3787165 -0.3510717 -0.8563425 +212.4747 -483.0903 320.4127 0.02174676 -0.7667508 -0.6415764 +569.6689 -341.8157 578.8556 0.01637102 -0.4018392 0.9155639 +216.9441 -335.3423 295.598 -0.05556195 0.1785088 -0.9823683 +387.1134 -397.9017 323.9094 0.4471847 -0.2793795 -0.8496899 +372.3266 -71.28767 359.7927 -0.6546812 0.2581936 -0.7104425 +69.5797 24.71713 530.2681 -0.434682 -0.4664232 0.7703902 +581.1432 -81.7393 702.4941 -0.4277167 -0.4641182 0.7756628 +467.9444 -75.31878 639.1771 -0.4764008 -0.3832736 0.7912924 +450.0139 -165.0928 611.7249 -0.4163233 0.1605748 0.8949249 +181.3459 8.435188 438.5152 0.6488842 0.4764606 -0.5932409 +460.189 -436.0887 529.3438 -0.1340207 -0.3185397 0.9383873 +348.8507 -37.68472 572.4376 -0.8547306 0.1160221 0.5059392 +109.5824 -485.088 517.4891 0.2453935 0.008077649 0.9693899 +416.3484 47.68575 351.5268 -0.4781638 0.3564931 -0.8026657 +141.238 -113.4993 332.8097 0.2107816 0.4611923 -0.8619007 +149.4938 -102.4482 341.4173 0.05704175 0.6131698 -0.7878889 +61.31419 -39.17417 516.0819 -0.2157015 -0.02986589 0.9760025 +195.976 -165.182 319.2366 0.009305742 0.2262905 -0.9740155 +297.8516 -522.4719 469.5533 -0.1142043 -0.5929177 0.7971235 +588.2531 -368.3696 573.6351 0.1087465 0.1152409 0.9873671 +45.30188 -42.06852 391.3669 -0.1774069 0.4170872 -0.8913838 +634.4732 -317.5269 452.1765 0.5741239 -0.5495459 -0.606944 +0.08461966 -185.5793 462.4673 -0.8415911 -0.102937 0.5302154 +91.55534 73.13203 512.8456 -0.6822325 -0.6877152 0.2482066 +153.1823 -32.2435 378.0696 0.4446571 0.6030002 -0.6623222 +152.8643 24.17436 431.6339 0.5229223 0.6844598 -0.5080029 +163.4713 -145.057 537.2179 -0.06062903 0.2825971 0.9573207 +109.2621 -427.3082 503.927 0.2169075 0.3380494 0.9157913 +69.07515 -228.1262 279.4902 -0.03600396 0.5012683 -0.8645425 +301.6004 -126.3245 381.2 0.07114168 0.8501998 -0.5216312 +384.3859 -263.3554 588.9658 -0.4239887 0.004145969 0.905658 +325.2764 -365.6343 562.7205 -0.2546314 -0.1876483 0.9486575 +190.1057 -91.78041 359.4287 0.3626962 0.3918706 -0.845511 +676.5167 -84.37345 380.3771 0.1666431 -0.2147968 -0.962337 +425.5112 -107.1154 605.3457 -0.35912 -0.2424827 0.9012408 +320.9476 -54.27119 528.349 -0.8621732 0.1126877 0.4939219 +71.81042 -202.0413 526.5574 -0.3704309 -0.1084012 0.9225129 +383.6178 -518.7742 483.9844 0.01084222 -0.434941 0.9003937 +729.61 -325.4431 570.5131 0.673667 -0.5678864 -0.4729459 +15.72515 -456.9942 359.6771 -0.97587 -0.218306 -0.004507729 +592.6321 -219.3595 632.8151 -0.1427091 -0.3518057 0.9251307 +667.3043 -158.5623 393.4373 0.3093569 -0.2233521 -0.9243442 +738.9119 -171.4049 429.0217 0.3217404 -0.4730836 -0.8201677 +415.944 72.64986 364.5195 -0.4475379 0.3663297 -0.8157894 +586.8585 -438.443 542.9709 0.388509 -0.114542 0.9142981 +663.6715 38.5306 350.9924 0.2029809 -0.1065729 -0.9733658 +77.25802 -141.1427 523.7128 -0.5189711 0.1641065 0.838891 +-2.65187 133.4671 441.6546 -0.5133286 0.3613248 -0.7784203 +-35.42091 11.74778 454.7227 -0.890959 -0.2698438 -0.3652072 +764.1769 -185.4277 451.2805 0.5435634 -0.4125963 -0.7309604 +314.2206 48.85121 470.7961 -0.9725965 0.2205944 -0.07344481 +272.5557 -310.1909 543.5309 -0.4634117 0.1678227 0.8701064 +100.1465 134.8515 504.9025 -0.1684918 0.697038 0.6969566 +241.4959 -235.8922 543.4502 -0.06441633 -0.04014938 0.9971151 +107.914 -528.1553 363.1722 0.1866463 -0.5096037 -0.8399209 +62.38686 -393.7558 483.5912 -0.6836978 -0.06587543 0.7267859 +271.9763 -169.7666 530.7662 0.6223709 0.2218526 0.7506236 +215.3073 -186.5154 544.4473 0.1122485 0.04698377 0.9925688 +311.9182 -196.5381 332.2453 0.4590922 0.2248652 -0.8594591 +381.1386 85.47357 618.1136 -0.8559497 -0.1501952 0.494764 +325.8264 -335.4717 565.6108 -0.4890658 -0.01586646 0.8721026 +77.27599 49.14246 404.586 -0.3303556 -0.06067747 -0.9419041 +339.3392 -237.2754 313.9734 -0.3244056 0.2843061 -0.9021813 +420.5669 -425.536 541.4889 0.1069334 -0.6141031 0.781948 +704.6013 -246.3784 450.4522 0.5143942 -0.5211674 -0.6810163 +97.96177 -447.8777 275.7048 0.2757107 -0.9602999 -0.04251691 +307.9327 -12.68163 495.4517 -0.9564218 0.08328662 0.2798583 +402.1368 75.72527 374.0308 -0.5294845 0.3495256 -0.772967 +355.9366 -512.4692 485.7185 -0.1192536 -0.5138121 0.8495738 +53.88369 -550.5871 352.8371 0.3569773 -0.02622449 -0.9337449 +392.6241 -104.8334 596.9641 -0.3132552 -0.1439759 0.9386917 +369.3138 -403.2981 546.428 -0.03277017 -0.4319956 0.9012802 +454.2816 -228.346 616.2657 -0.4270941 -0.1193256 0.8962991 +507.1206 -495.8438 480.1427 0.5955337 -0.4477479 -0.6669793 +346.9558 -114.9808 366.1006 -0.812894 -0.09183636 -0.5751256 +9.323164 97.30533 417.0403 -0.9956495 0.05255787 0.07693975 +92.51976 -388.2479 499.2116 -0.2318007 -0.1221568 0.9650628 +188.1298 -231.9015 538.9949 -0.09315982 -0.1341116 0.9865776 +-8.596613 -46.68731 412.9092 -0.6194864 0.1726453 -0.7657874 +790.7268 -270.4328 637.2399 -0.2981605 -0.6027715 0.7401127 +96.08811 67.67004 506.4523 -0.8339758 -0.5370317 0.1268121 +120.9744 111.008 438.1138 -0.133558 0.5606754 -0.8171936 +649.6338 -12.07199 363.2227 -0.1815383 -0.2915584 -0.9391686 +316.6609 9.499145 437.2516 -0.8456323 0.1605182 -0.5090581 +337.6433 18.01642 414.4788 -0.6338456 0.2327716 -0.7376023 +389.4373 21.80502 614.5394 -0.7641329 0.002624344 0.6450536 +310.9534 -40.58747 507.3031 -0.9115452 0.01748429 0.410828 +51.70082 -48.57871 386.5827 -0.3476717 0.3576537 -0.8667226 +362.543 -424.93 537.007 -0.07311353 -0.3528486 0.9328195 +89.59949 104.3605 467.8551 -0.8364418 0.4885967 -0.2482706 +734.9528 -285.6147 534.0135 0.6249436 -0.4133658 -0.6622494 +301.5229 -33.91224 462.7813 -0.9839559 0.1671929 -0.06226934 +536.553 -121.6338 334.2536 0.3205196 -0.198115 -0.9262924 +441.8959 -546.1644 472.7903 0.9435552 -0.2235775 0.2443701 +153.5441 -44.88937 523.3198 0.4529807 0.1487113 0.8790298 +473.9332 -397.5273 553.8895 0.1314313 -0.6050333 0.7852774 +194.988 -157.2258 321.2478 0.03335229 0.2484789 -0.9680629 +494.0092 -422.4361 539.1077 -0.1826097 -0.2764194 0.9435285 +76.85078 -447.0973 509.8507 -0.5954022 0.6500767 0.4721192 +197.0485 -293.0123 532.172 -0.1363337 -0.1054981 0.9850296 +210.8391 -542.95 372.9187 0.08959659 -0.4733829 -0.8762883 +37.5404 -245.536 510.9246 0.3509647 0.4991789 0.79224 +46.67343 -221.6169 511.2708 -0.7662691 -0.6363263 0.0889978 +114.8435 7.61602 392.1446 -0.05598025 0.513127 -0.8564852 +337.7375 5.373711 410.5362 -0.6358253 0.2007394 -0.7452717 +134.2373 -265.4153 530.1588 -0.03798637 -0.156178 0.9869982 +454.7567 -197.1534 617.5737 -0.4137717 0.06033585 0.9083791 +60.87111 -396.0848 285.8562 -0.3011932 0.2499731 0.9202152 +6.816505 -191.2541 377.8578 -0.973514 -0.1033498 -0.2039344 +540.4764 -436.0619 466.735 0.02208539 -0.7866291 -0.6170306 +201.5538 -189.7112 314.0785 0.007463624 0.1898233 -0.9817899 +423.1361 31.32449 650.3015 -0.3679713 -0.9239641 -0.1043424 +92.14152 -297.8645 286.6334 -0.3808512 0.1969752 -0.903412 +642.1607 -184.2966 650.9156 -0.176255 -0.4236894 0.8884939 +532.0431 -434.6236 539.8422 -0.09244287 -0.3724544 0.9234349 +511.9913 -510.9333 496.7646 0.7827933 -0.5149171 -0.349421 +35.38108 -418.7928 418.5662 -0.865862 -0.4684868 0.1755081 +58.32087 -50.14945 516.0216 -0.09982391 0.1256699 0.9870371 +549.3223 96.10886 327.3095 0.109303 0.003348498 -0.9940028 +51.25738 -411.1823 283.4924 -0.2655391 -0.07373201 0.9612766 +3.420305 -135.9622 468.3422 -0.428429 -0.02972711 0.9030864 +291.0851 -71.49246 460.4952 -0.7020529 0.7019679 0.1198449 +23.7802 -372.0522 364.4403 -0.9570233 -0.2144407 -0.1952477 +744.4076 -126.8312 414.9422 -0.6778604 -0.6723688 -0.2973642 +187.9419 -450.5553 508.2566 -0.4049659 -0.2224468 0.8868597 +406.9204 -437.9751 370.2473 0.5100757 -0.6311017 -0.5844086 +394.856 58.30618 631.1265 -0.786546 -0.1623208 0.5958166 +319.5505 69.80534 493.7469 -0.9652162 0.2166209 0.1464007 +331.5865 -217.0313 325.4279 0.1152873 0.3639939 -0.9242387 +517.0229 -293.4285 605.0114 0.1864834 -0.4465798 0.8750945 +-44.46022 55.13173 460.4365 -0.9612436 -0.08465273 -0.2623828 +14.35136 76.61172 403.9036 0.4404745 -0.1017133 -0.8919846 +616.2123 -270.8416 409.5826 0.4133674 -0.3699638 -0.8320182 +-14.57071 146.5589 479.2063 -0.8527652 0.4835083 0.1975127 +345.7144 -138.9991 355.5572 -0.8078402 -0.2120702 -0.5499276 +523.389 -438.3534 455.0501 0.7677323 -0.2579988 -0.5865354 +73.00749 -117.2551 519.319 -0.2220122 -0.03234908 0.9745071 +16.02419 -20.62315 506.038 -0.4863088 -0.1104644 0.8667765 +98.13809 44.99894 533.8171 -0.3603922 0.01247282 0.9327175 +92.28097 -151.1908 539.1605 -0.2916943 0.1803977 0.9393461 +118.42 -167.8472 539.1467 -0.04227054 0.107966 0.9932556 +279.1791 -176.0501 531.621 0.5107555 0.3015867 0.8050927 +332.3211 -274.4787 565.3537 -0.9224276 0.05932131 0.3815867 +505.981 -517.3538 502.3077 0.3417298 -0.8391044 0.4232311 +457.8147 45.18819 332.6944 -0.233477 0.1563326 -0.9597127 +606.8284 -138.347 371.1894 0.397597 -0.1855484 -0.8986036 +-34.77962 85.92586 500.9777 0.659649 0.148035 0.7368507 +562.9834 -465.5316 512.5294 -0.2784193 -0.8039314 -0.5255253 +55.52258 -476.4763 497.897 -0.9619666 0.1531015 0.2262303 +279.0882 -485.4872 493.6653 -0.06502844 -0.6656839 0.7433951 +673.3407 -226.679 419.1501 0.3981031 -0.4307375 -0.8099254 +305.2692 -297.6609 299.97 -0.03410365 0.2307778 -0.9724086 +403.0324 -171.7394 593.7813 -0.4160556 0.02199559 0.9090731 +102.5496 -457.2699 325.253 -0.446689 -0.6414928 -0.6236634 +8.58695 89.70854 398.8306 0.3964059 -0.3275474 -0.8576568 +595.0743 -324.2072 425.3687 0.5277439 -0.4477076 -0.721834 +-1.69925 79.43683 399.8656 -0.1114192 -0.1554901 -0.9815338 +454.3688 -500.8824 445.7382 0.5193608 -0.5303791 -0.6700466 +89.28046 -352.7765 293.7083 -0.01603019 -0.2857237 -0.958178 +383.8448 -555.9614 466.428 -0.07050143 -0.3882192 0.9188663 +364.5681 20.62898 392.9537 -0.7005755 0.172401 -0.692439 +443.6667 122.2361 351.4016 -0.5198352 0.3028358 -0.7987877 +552.967 -32.03923 717.2407 -0.4449618 -0.4805851 0.7556764 +443.4328 -545.2208 477.8966 -0.6910651 -0.6975515 -0.1893437 +206.3668 -55.08391 396.5533 0.5028603 0.5221739 -0.6888149 +317.8892 9.229549 435.1814 -0.8327143 0.1743719 -0.5255297 +304.1541 -408.7709 547.7601 -0.05977615 -0.3382453 0.9391575 +390.0574 -385.022 554.9415 -0.05678484 -0.3461841 0.9364465 +330.4577 76.78013 543.1576 -0.7573844 -0.08666009 0.6471931 +2.517257 -216.2649 428.9673 -0.9846717 -0.1437087 -0.09884035 +143.9597 123.4804 460.1435 0.5975598 0.412085 -0.6878287 +287.7003 -343.9382 550.4754 -0.2538855 0.0387148 0.9664592 +148.1018 103.3207 526.1017 0.4811126 -0.01643197 0.8765048 +553.9769 -432.7048 475.86 0.5743675 -0.515825 -0.6356308 +156.7422 43.57422 453.02 0.4010315 0.6101466 -0.683297 +607.9456 -279.6159 409.4829 0.3971774 -0.368414 -0.8405482 +377.4845 -526.7825 416.3184 0.337207 -0.5576667 -0.7584849 +411.2792 26.65362 348.4228 -0.5635831 0.2255746 -0.7946636 +514.5634 -197.1274 634.526 -0.1043893 -0.0519968 0.9931763 +14.88181 -11.81547 407.7834 -0.4063218 0.04283478 -0.9127255 +235.7292 -150.9136 538.6116 0.1445345 0.2751137 0.9504853 +406.9107 6.219597 347.0789 -0.5882008 0.1891599 -0.7862814 +445.3735 61.04868 684.6225 -0.6457873 -0.2262556 0.7292237 +633.6323 -374.8143 507.213 0.316292 -0.850279 -0.4206958 +-16.421 -50.49543 422.8056 -0.9324164 -0.09736457 -0.3480226 +633.5046 -72.27702 369.7239 0.3630951 -0.1606029 -0.9178064 +350.7883 -213.8669 567.0366 -0.5268592 0.1357073 0.8390488 +637.8949 -286.4767 600.7533 0.7223952 0.02858744 0.6908892 +381.2034 -38.6544 602.7894 -0.5239961 -0.1110606 0.8444487 +785.8251 -276.2064 603.5234 0.672545 -0.4811482 -0.5622985 +436.9382 -459.5634 407.3461 0.5036184 -0.609598 -0.6121755 +341.6651 -293.7836 301.6203 -0.001959286 0.2085342 -0.9780131 +10.9057 -473.153 379.4579 -0.9629543 -0.1181805 0.2423887 +500.6977 65.53403 331.6064 0.0194107 0.07254382 -0.9971763 +38.44537 -296.4484 321.5991 -0.7217237 0.05712344 -0.6898202 +558.5755 -184.2201 357.8354 0.3603929 -0.107511 -0.9265842 +334.9933 122.9045 516.1224 -0.8844401 0.3301612 0.3297869 +504.2059 -383.7795 400.3984 0.4734739 -0.337225 -0.8136963 +172.7192 -31.1593 388.8167 0.476629 0.6129571 -0.6301653 +126.4336 -138.3565 316.6707 0.2157384 0.3048651 -0.927639 +13.99536 -286.4805 479.1144 -0.9173578 -0.3740782 0.136089 +38.93082 -401.6324 452.6634 -0.7507549 -0.4610164 0.4731078 +19.83156 -365.5205 382.904 -0.982097 -0.1279479 -0.1382565 +458.7658 96.76057 342.3318 -0.6280046 -0.5491058 -0.5514463 +40.37622 -154.7513 349.7325 -0.6108857 0.3311425 -0.7191407 +227.9336 -154.9618 540.6 0.1264107 0.1960022 0.9724215 +640.9245 -346.5687 582.0823 -0.1720882 -0.3826164 0.9077392 +317.5295 -134.2259 532.3223 -0.914578 -0.3181754 0.2496229 +30.44491 -407.5559 378.8294 -0.9667583 -0.1445663 -0.2109006 +407.2556 -52.94059 335.1276 -0.5147454 0.1520819 -0.8437465 +282.9359 -159.5836 521.5289 -0.7864683 0.1044811 0.6087292 +727.8862 -148.3477 414.4361 0.3280619 -0.3347445 -0.8833581 +665.8745 -323.4678 495.0079 0.5355715 -0.6835066 -0.4959657 +449.1588 -109.3698 615.0958 -0.4477586 -0.3354033 0.8288648 +113.6432 89.05463 425.4821 -0.6094534 0.4010492 -0.683905 +71.07688 -495.5248 480.1348 -0.1955162 -0.3963496 -0.8970398 +449.5667 -376.6444 358.7949 0.6101319 -0.3802163 -0.6951076 +103.1334 -532.6217 402.1376 -0.3660434 -0.3105782 0.877242 +387.2475 -552.759 438.3806 0.2649417 -0.5667862 -0.7801021 +21.36481 -385.6361 422.2339 -0.9504237 -0.3047939 0.06160722 +48.66872 -461.6182 416.7771 0.2383277 0.1727742 0.9556929 +124.2614 -63.82079 357.3904 -0.2241284 0.3494408 -0.9097569 +149.897 -331.2357 292.0557 0.1900509 -0.2413061 -0.9516575 +402.8887 -214.7534 322.5028 0.07279859 0.1554505 -0.9851576 +342.0897 -476.9022 504.6898 -0.01461686 -0.5951259 0.8034995 +133.2264 -145.0119 317.0523 0.4460146 0.3324515 -0.8309916 +251.5367 -355.6257 539.629 -0.4761972 0.1807989 0.8605509 +60.19104 131.4127 505.1936 0.4631383 -0.5818786 -0.6685209 +816.5741 -261.5921 585.409 0.433966 -0.6776662 -0.5936682 +307.7619 -319.6031 295.9276 -0.01794862 0.1404708 -0.9899221 +386.639 86.9752 626.9808 -0.8304356 -0.1606362 0.5334535 +456.0605 -128.475 611.4551 -0.5057903 -0.2548064 0.8241662 +203.6149 -141.8987 326.1462 0.08710944 0.3707857 -0.9246242 +115.8313 51.17271 536.6725 0.407747 0.2000168 0.8909184 +119.3805 18.61959 399.0172 0.2959505 0.397419 -0.8686031 +477.5903 -133.6306 323.5068 0.07809259 -0.1260829 -0.9889412 +104.6683 -248.7993 285.3257 0.6165783 0.03289155 -0.7866062 +45.48106 -350.7901 489.3608 -0.660169 -0.075975 0.7472648 +130.7467 -294.3138 288.9463 0.3822964 0.4994895 -0.7774058 +4.894403 92.56364 411.6615 -0.5301248 0.4703256 0.7055221 +428.8102 -111.0587 322.2615 -0.2351314 -0.01347545 -0.9718702 +598.6695 -5.984628 344.0591 0.3780348 -0.03484527 -0.9251354 +163.5396 -112.6924 335.9589 0.1908057 0.5114911 -0.8378366 +367.1019 32.68457 572.6003 -0.8983787 0.10399 0.4267338 +359.0693 -447.5337 340.1562 0.4395808 -0.6240251 -0.6460351 +258.8433 -187.7557 541.5475 0.2155999 0.07007581 0.9739641 +356.8284 64.89015 563.3048 -0.755856 -0.04384273 0.6532683 +727.1348 -94.26665 395.0474 0.3503056 -0.2137937 -0.9119091 +-12.72204 -84.17511 424.0045 -0.9718301 -0.1510651 -0.1809025 +57.64821 -38.3969 388.1685 -0.4128985 0.3577901 -0.8375566 +386.3525 -571.7023 454.1401 0.3006144 -0.8655378 -0.4005938 +72.3886 -540.8142 503.0471 0.5592739 -0.1180569 -0.8205336 +575.6678 -401.1446 558.1355 -0.1288189 -0.3525775 0.9268737 +97.9003 -318.3216 280.9705 -0.02333173 0.09790946 -0.9949218 +343.6358 45.51724 417.932 -0.6620629 0.2343089 -0.7118793 +4.580506 -234.1268 433.4626 -0.9931632 -0.1125241 -0.03106858 +151.4331 24.57113 504.0106 0.4812655 0.1215088 0.8681124 +450.6393 -67.69057 318.886 -0.1285322 0.004228289 -0.9916964 +97.30582 112.2933 514.8931 -0.7649872 -0.4492586 -0.4614774 +436.2935 -203.8866 609.2042 -0.3862688 0.02238265 0.9221147 +86.96275 99.05683 490.7582 -0.9109588 0.3998381 0.1014079 +80.9803 -412.0665 237.1497 0.6629202 -0.3266082 -0.6736943 +410.7015 -260.9481 600.741 -0.3127169 -0.1176576 0.9425311 +333.8542 -159.8532 549.2383 -0.6611755 0.007246626 0.7501963 +414.7681 -423.9839 361.7411 0.5712121 -0.6234083 -0.5339278 +415.6025 -81.44582 608.2856 -0.4462515 -0.327712 0.8327451 +132.4259 -109.6152 331.1259 0.3971497 0.4377628 -0.80662 +75.36101 -140.9252 522.7417 -0.3788204 0.09119532 0.9209661 +90.5096 108.9823 481.9548 -0.9575461 0.2861375 0.03508522 +353.4456 -191.6015 338.1357 -0.540683 0.1552023 -0.8267854 +544.7523 -431.5339 542.7825 -0.1733855 -0.3621129 0.9158666 +598.1555 -91.75269 705.0668 -0.3793625 -0.5315993 0.7572887 +21.04468 -376.7831 386.1862 -0.9738811 -0.1749085 -0.1447846 +608.6838 -168.2202 649.6118 -0.2045754 -0.4156254 0.8862305 +451.4119 3.463768 325.5905 -0.1964175 0.1570698 -0.967858 +151.8058 -379.5344 509.2796 -0.1133148 -0.2776 0.9539906 +382.7876 -0.9087332 605.8453 -0.7472121 -0.02354063 0.6641685 +360.6701 -523.538 405.7206 0.343637 -0.5174555 -0.7836794 +53.38948 -436.9896 279.5721 -0.3557267 -0.2324921 0.9052104 +78.68503 -265.949 533.5004 0.3647238 0.5830106 0.7259995 +132.0734 -515.997 356.7447 -0.1059577 -0.4081373 -0.9067507 +11.46537 -242.5615 477.8757 -0.9998446 0.01539918 0.008586262 +91.15982 68.27502 445.9253 0.8220765 -0.3355756 0.4599774 +-14.92942 -71.21759 425.5033 -0.9578598 -0.05396094 -0.2821221 +33.69269 157.7241 497.6579 0.4774412 0.8438655 0.2448286 +107.5593 -493.3765 422.3089 -0.8881903 -0.4246101 0.1755684 +343.7299 74.13423 423.0527 -0.08014268 -0.8575639 -0.5080957 +458.6277 -474.2519 512.0068 -0.2623693 -0.4205876 0.8684863 +364.9713 -377.5321 559.6456 0.09751415 -0.4289767 0.8980367 +172.6452 -236.3929 305.5954 0.04646049 0.1369377 -0.9894895 +380.7704 -365.6271 563.3043 0.08603553 -0.4288982 0.8992465 +28.61358 -41.73897 396.4792 -0.3922563 0.1445154 -0.9084329 +416.1869 -174.8528 324.9778 -0.1258317 -0.02653597 -0.9916967 +212.4064 -447.8937 518.2826 -0.2676173 -0.4005444 0.8763248 +588.0319 -1.059826 339.7455 0.3378109 -0.02078674 -0.9409845 +310.9937 -103.0056 396.2217 -0.5100139 0.5103346 -0.6924192 +92.14888 -426.601 248.1981 0.5197189 -0.2508734 -0.816673 +-5.761591 112.8517 440.1683 -0.6931452 -0.07684558 -0.7166899 +467.3056 -142.0082 616.9763 -0.4495569 0.08253938 0.8894301 +358.5561 -31.66829 584.7346 -0.7697109 0.1552202 0.6192349 +397.6691 -516.6353 419.7641 0.3868099 -0.5152524 -0.764783 +-3.779089 63.85349 538.0819 0.4460524 -0.5465236 0.7087661 +34.68727 -314.9913 323.9412 -0.8299586 0.06385347 -0.5541584 +274.6107 -118.1265 350.4117 0.4408126 0.5308562 -0.7237927 +-2.949368 -175.5814 431.1077 -0.9774995 -0.106189 -0.1822596 +782.9985 -265.9589 575.1656 0.4461526 -0.7975509 -0.4060303 +46.7593 76.71704 533.5374 0.05434256 0.1225454 0.990974 +495.6627 23.80391 710.9821 -0.550229 -0.3292398 0.7673652 +222.0849 -522.8868 361.0291 0.3669744 -0.8193637 -0.4404237 +44.06042 7.692111 516.8698 -0.1837409 -0.06756275 0.9806501 +336.0029 109.5967 538.5656 -0.9185941 0.3664998 0.1478609 +261.4643 -443.8109 299.4049 0.151786 -0.2751123 -0.9493546 +572.8396 5.911828 334.7092 0.2948724 0.043879 -0.9545286 +396.5438 -289.4583 305.088 0.05023869 0.1124018 -0.992392 +710.0677 -353.7582 576.4528 0.6076611 -0.6540352 -0.4505396 +464.4935 57.22271 332.9395 -0.2102818 0.1420663 -0.9672635 +75.67995 -66.87619 520.2612 -0.168786 0.1322079 0.9767458 +3.136447 -127.1403 387.0286 -0.7351998 0.1454515 -0.6620612 +398.3401 -407.3525 547.5695 -0.1275396 -0.307029 0.9431155 +294.0799 -119.5719 372.5007 0.7970255 0.6009194 -0.06038418 +518.5748 -294.9653 362.5953 0.5542 -0.4008907 -0.7294855 +727.9545 -334.5482 580.1003 0.733813 -0.5610957 -0.3830014 +685.3703 -222.6336 635.6586 -0.1718562 -0.4528119 0.8748868 +197.7626 -233.3195 306.8755 0.02448782 0.1355291 -0.9904707 +432.7277 49.35179 669.7371 -0.6569262 -0.2717545 0.7032762 +427.5451 38.60471 660.7833 -0.63737 -0.2572517 0.7263477 +745.248 -148.0449 423.2275 0.5794051 -0.1660443 -0.7979468 +52.25527 55.269 534.1395 -0.3001514 -0.1999358 0.932703 +583.4852 -137.1109 660.4951 -0.2282733 -0.4130368 0.8816416 +136.0965 -399.2324 502.4341 -0.0877635 -0.2114368 0.9734434 +468.6975 -206.1579 328.137 0.2210585 0.000492106 -0.9752604 +788.3682 -182.9075 460.98 0.5418593 -0.4788567 -0.6907132 +142.2615 -114.6432 332.4355 0.1461519 0.4637114 -0.8738486 +395.1237 -240.628 315.3685 0.1480105 0.2383932 -0.9598237 +209.1901 -239.7776 540.4853 -0.1152368 -0.1212853 0.9859059 +387.9456 -43.27648 352.2503 -0.6743662 0.2191539 -0.7051254 +587.8394 -357.4522 444.9733 0.576451 -0.5654476 -0.5898925 +437.6331 -79.64314 320.7447 -0.2074247 0.02578476 -0.9779111 +568.4395 -129.3603 349.9855 0.4232898 -0.2389368 -0.8739193 +36.93298 -472.8611 416.3764 -0.192059 -0.07087979 0.9788204 +515.7458 -225.4804 630.2159 -0.03265818 -0.2214227 0.974631 +248.2794 -576.5819 423.8078 -0.9637543 0.1516554 0.2194955 +390.5989 -107.792 336.7933 -0.5754927 0.0536544 -0.8160449 +505.6508 90.58044 325.1221 -0.1903387 -0.6905868 -0.6977543 +162.2156 -231.2621 305.7838 0.03384213 0.1396214 -0.9896265 +68.88335 -396.5957 274.867 -0.1533438 0.3379848 -0.9285753 +706.3544 -225.3784 636.6249 -0.06611268 -0.289374 0.9549303 +83.91332 -397.1851 495.804 -0.2864573 -0.1456075 0.9469639 +36.23583 -427.3422 354.3996 -0.3999981 0.4966516 -0.7702848 +806.2161 -273.9832 613.0106 -0.7078013 -0.6896098 0.1531525 +442.7481 72.78725 346.2626 -0.5321335 0.2986841 -0.7922258 +170.7333 -118.0415 334.4293 0.1690455 0.4848536 -0.8581029 +508.019 -420.5826 542.8855 -0.2894596 -0.3767547 0.8799255 +265.7125 -449.2111 302.1127 0.164263 -0.4073037 -0.8983994 +450.8856 -450.301 523.4879 -0.2656992 -0.4329719 0.8613589 +402.0965 -406.7237 548.1876 -0.1008167 -0.3165186 0.9432136 +-13.86111 56.50439 508.398 0.5729393 0.8126199 0.106722 +208.1591 -44.40031 486.9393 0.7988168 0.5114029 0.3167947 +19.92509 -365.9674 382.6713 -0.9805705 -0.1333336 -0.1438874 +351.5486 163.6875 511.6292 -0.896647 0.4124489 0.1609659 +786.379 -124.832 431.2601 0.4405922 -0.2277083 -0.8683475 +359.0117 11.79811 395.6825 -0.6343294 0.1986093 -0.7471148 +689.0851 -348.2441 546.0298 0.5636533 -0.60715 -0.560057 +602.9957 31.5344 344.9937 0.3272529 0.002804142 -0.9449326 +346.3134 -360.6664 300.0327 0.2398961 -0.1435661 -0.9601243 +-24.80758 -9.853551 425.6967 -0.8575035 0.1076785 -0.5030836 +378.4754 92.19486 403.8751 -0.6138826 0.05890267 -0.7871967 +409.7882 -400.5323 338.0874 0.5157889 -0.3517632 -0.7811686 +445.9824 -4.222904 325.9991 -0.2929405 0.1102945 -0.9497479 +59.20959 -125.8721 513.9037 -0.4530012 -0.03258825 0.8909141 +389.3339 -239.8382 591.0962 -0.5649882 0.03545508 0.8243369 +299.2473 -413.9654 545.4486 -0.0515397 -0.3814846 0.9229373 +282.8538 -393.0721 292.5103 0.1684497 -0.1148278 -0.9789991 +564.7966 -414.5359 551.7538 -0.1437363 -0.4007519 0.9048413 +79.04079 -180.4193 531.6596 -0.454353 -0.06742424 0.8882664 +59.89855 -429.4258 270.7164 -0.194772 0.7311427 -0.6538305 +319.1429 -216.1169 332.398 0.2528069 0.2621543 -0.9313237 +405.571 -227.1364 320.3325 0.03850879 0.2050235 -0.9779992 +627.3676 -370.4171 574.3069 -0.0414593 -0.2371781 0.9705811 +124.0385 -314.1599 522.3467 -0.07237168 -0.1222032 0.989863 +23.69122 -102.6565 491.3744 -0.6989993 -0.07348502 0.7113367 +119.2403 -474.7513 463.9187 -0.358548 -0.8137375 0.4574654 +446.6042 78.06886 345.4828 -0.4971477 0.3156504 -0.8082135 +211.6897 -415.024 289.8272 -0.05956527 -0.2708849 -0.960767 +553.2222 -102.3747 665.9381 -0.3393064 -0.3826956 0.8593109 +328.8477 5.444061 419.4738 -0.7371715 0.1405151 -0.6609339 +173.0128 82.83919 477.5098 0.9697719 -0.2101837 -0.123957 +164.7477 95.31348 512.4763 0.7352834 0.1341541 0.6643502 +157.3296 122.7894 477.0266 0.8900966 0.3495076 -0.2925278 +57.6412 -490.429 335.1751 0.1876059 -0.4657664 -0.8647923 +-10.45993 -122.7605 440.1928 -0.9793453 -0.126886 -0.1574254 +514.0391 -65.37513 669.162 -0.397907 -0.4127442 0.8193365 +398.2915 -492.1009 404.5709 0.4024688 -0.3274091 -0.8548814 +211.4146 -77.07398 496.8769 0.4998835 0.1193041 0.8578362 +264.3644 -341.2586 291.452 0.05745444 0.1884009 -0.9804102 +18.88303 132.8483 527.9169 -0.07015068 0.09779093 0.9927315 +37.37576 50.65337 523.9362 -0.1075959 -0.3304797 0.93766 +293.9546 -480.6887 499.1411 -0.08075068 -0.6352646 0.7680613 +391.8514 73.72772 381.7226 -0.6730979 0.2861261 -0.6819612 +408.491 -429.451 361.7728 0.5338721 -0.6561218 -0.5333712 +382.1619 87.98223 620.4322 -0.8362618 -0.1365333 0.5310601 +511.2317 -46.89003 320.4837 0.1175657 0.006998209 -0.9930404 +534.674 -263.485 359.1313 0.4923879 -0.2972046 -0.8180609 +349.0806 152.2672 534.9509 -0.9661621 0.2439474 0.08378776 +379.011 -65.58233 355.4316 -0.666838 0.1812473 -0.7228253 +390.99 -373.8107 318.8089 0.4330275 -0.245692 -0.8672501 +658.4917 -64.15394 373.2845 0.1143763 -0.2037552 -0.9723178 +333.3665 -476.6919 504.7808 -0.01988087 -0.6380081 0.7697729 +-18.73744 131.7803 506.9257 -0.8545024 0.4224344 0.3022826 +234.9163 -98.90645 452.5345 0.7716658 0.6156763 0.1596078 +167.7417 -137.8537 325.3422 0.1550949 0.317105 -0.9356228 +381.2035 -143.1845 585.5767 -0.4140514 -0.1539471 0.8971409 +372.8215 26.97633 386.5569 -0.7035954 0.2052355 -0.6803175 +754.5209 -151.1074 431.9404 0.7159666 -0.0650528 -0.6950971 +-2.682008 -160.5632 425.1054 -0.9938896 -0.08059736 -0.07541497 +147.9606 -338.6829 292.2731 0.1286052 0.04074295 -0.9908586 +429.8228 -503.257 495.5289 -0.08705457 -0.2932144 0.952075 +360.0611 -261.602 578.085 -0.6658252 0.08819676 0.7408766 +551.2369 -49.43077 329.3129 0.2882743 -0.05949716 -0.9556977 +777.475 -249.1416 645.5394 -0.1375744 -0.4036935 0.9044914 +364.2753 -69.9608 367.7458 -0.7023051 0.1656018 -0.6923465 +515.1699 -509.7843 497.592 0.3237001 -0.7682662 -0.5522547 +607.4672 -434.6632 534.5576 0.8107604 -0.2841044 -0.5118126 +2.082369 -217.9207 435.1163 -0.9848583 -0.1321651 -0.1121894 +-45.76382 91.51294 513.5129 0.2441104 0.2343912 0.9409946 +309.0555 -457.231 517.3466 0.009204132 -0.6034468 0.7973502 +62.56239 88.6897 418.2451 -0.01052624 0.4035264 -0.9149075 +221.0386 -80.79421 490.9506 0.6709079 0.1237935 0.7311345 +706.5944 -343.5168 561.0445 0.5782711 -0.6040258 -0.5484117 +258.9258 -139.9864 333.4381 0.2115412 0.3121001 -0.9261986 +66.15149 -453.1621 273.4768 0.005365389 -0.8318194 0.5550203 +281.6935 -344.6544 548.5722 -0.3629804 0.08945499 0.9274929 +168.5624 -10.7578 505.7926 0.109805 0.1125459 0.9875607 +678.8405 -283.9199 464.1097 0.4488614 -0.682214 -0.5771545 +725.6773 -280.3582 515.6978 0.605688 -0.6794791 -0.4140655 +416.0175 -197.3491 324.8448 -0.01300103 0.05126959 -0.9986002 +583.2202 -63.26792 343.0374 0.4058014 -0.1170714 -0.9064323 +211.6601 -45.9019 446.5021 0.7737329 0.2814246 0.5675718 +697.7185 -175.9902 410.2761 0.4317002 -0.2006274 -0.8794224 +117.6052 -345.4026 520.8931 0.1828561 0.02399603 0.9828468 +172.6129 -278.22 299.3996 0.05416752 0.1467624 -0.9876875 +117.0448 -424.6788 500.9609 0.2481226 -0.004849444 0.9687165 +484.8607 -137.8161 324.734 0.1378213 -0.1351895 -0.9811876 +232.9533 -322.8734 296.2529 0.02567679 0.06450154 -0.9975872 +49.42336 124.1995 520.5234 -0.3161801 0.3085019 0.8971381 +41.67991 155.8043 473.9594 0.8944491 0.4317522 0.1164078 +114.7622 -13.76761 380.6077 -0.2688136 0.4240987 -0.8648003 +323.5591 -74.65079 538.4409 -0.8508047 0.008667221 0.5254105 +587.5506 -59.64375 344.485 0.4134857 -0.1372149 -0.900112 +305.2232 -41.27304 492.878 -0.9322466 0.131197 0.3371997 +558.4541 -364.2812 425.3951 0.5333783 -0.4834433 -0.6941111 +608.0234 -315.8657 588.6195 -0.02688573 -0.3978273 0.9170663 +341.9245 97.39455 543.7575 -0.8502828 0.08793475 0.5189283 +371.6045 -550.258 466.3735 -0.1700022 -0.4515143 0.875919 +451.7767 122.8012 346.312 -0.4972442 0.2843901 -0.8196771 +743.2568 -323.519 591.4423 0.5614352 -0.8244973 -0.07067353 +442.2198 -421.0063 383.0355 0.4856703 -0.4148618 -0.7694244 +340.7735 -291.5107 572.4688 -0.1835927 0.08011064 0.9797326 +582.337 -207.5701 370.9189 0.481339 -0.1930656 -0.8550078 +0.9680206 -63.83601 475.498 -0.4435398 -0.451484 0.7742316 +637.2001 -68.14712 370.2604 0.2882489 -0.178176 -0.9408326 +317.6395 -336.0881 295.343 0.1201968 0.005823768 -0.992733 +106.8793 -265.9001 528.9576 -0.02960916 -0.1962934 0.9800981 +390.9107 -326.7455 304.7404 0.2441821 -0.1437801 -0.9590111 +88.57005 -440.0848 318.0155 -0.5930771 -0.6154302 -0.5191389 +530.8503 -321.6687 588.9442 0.09637003 -0.2801285 0.955113 +145.5383 -36.01215 370.3077 0.347748 0.5658103 -0.7476163 +682.4729 -372.2651 562.2101 0.5883819 -0.5796542 -0.5637444 +-6.293097 137.3248 521.4042 -0.591619 0.3674443 0.7176153 +467.9581 -325.8019 340.998 0.5489627 -0.4198024 -0.7227765 +250.6107 -337.7782 537.9181 -0.4348154 0.1697456 0.8843766 +398.4976 -475.7856 508.404 -0.01192346 -0.4418795 0.8969952 +45.77918 -559.6623 378.1444 -0.1398827 -0.9768043 -0.16213 +728.2158 -196.319 436.8753 0.7123443 -0.06758213 -0.6985687 +727.5815 -223.2067 449.2786 0.3124165 -0.669816 -0.6736041 +301.8986 -91.09013 407.9525 -0.763521 0.2379408 -0.6003497 +777.5959 -166.4716 442.933 0.5171003 -0.4123421 -0.7500541 +154.9019 -551.428 414.5263 -0.3606539 -0.3596731 0.8605603 +716.5483 -299.2122 524.215 0.4876415 -0.4230234 -0.7637126 +43.02218 -369.8263 480.7382 -0.6204411 -0.3796026 0.6862613 +314.3881 -122.4703 375.3354 -0.8979233 -0.07251309 -0.4341378 +351.4166 120.1067 439.7527 -0.7564673 0.4140845 -0.5062522 +148.2843 -306.1613 291.7034 0.2993202 0.3664897 -0.8809612 +292.9858 -390.6425 293.8735 0.1821237 -0.1091161 -0.9772025 +163.3933 -376.8246 288.7451 0.4025182 0.05591583 -0.9137027 +259.5979 -443.2077 298.9425 0.1403604 -0.2522472 -0.9574291 +210.0848 -563.4747 426.4858 -0.2882879 -0.4016609 0.8692288 +799.3061 -230.102 658.908 -0.1530725 -0.482982 0.8621469 +241.6711 -103.5714 348.2976 0.1476598 0.6240019 -0.7673449 +302.2206 -556.6876 402.743 0.1748582 -0.5526602 -0.8148566 +510.6002 -120.103 641.962 -0.4044072 -0.3123094 0.8596032 +-18.11401 103.8783 450.5086 -0.1811306 0.09700938 -0.9786628 +526.8799 -268.1254 355.7451 0.5209287 -0.2940844 -0.8013411 +181.3691 -361.3796 293.9596 0.112644 -0.01919448 -0.99345 +297.0898 -65.6431 448.5025 -0.9712752 -0.02950301 -0.2361231 +533.1953 106.5102 325.9001 0.1005594 0.041898 -0.9940485 +441.6229 -515.1992 446.5482 0.5137879 -0.4765433 -0.7133923 +712.6936 -242.7377 629.8879 -0.1620405 -0.4298917 0.8882207 +505.9697 25.99502 325.8438 0.07347105 0.1791673 -0.9810714 +163.0159 4.192203 417.1195 0.7243205 0.5660999 -0.3935615 +433.9492 135.6919 364.4781 -0.5817667 0.3581955 -0.7302352 +619.1746 -157.7755 379.5075 0.3029091 -0.1885253 -0.9341864 +103.0024 57.62345 412.9853 0.06179474 0.3480219 -0.9354476 +513.081 -384.5829 557.7926 0.123722 -0.5611829 0.8183927 +58.42587 -52.19973 382.0253 -0.4118761 0.3419105 -0.8446628 +418.9451 -554.3282 457.8886 0.4789894 -0.5857688 -0.6537921 +318.6277 -66.80077 408.7969 -0.6775876 0.3846837 -0.6268122 +14.04221 -261.595 372.4938 -0.9714102 -0.08565033 -0.2214189 +27.42878 -510.022 354.2898 -0.8772188 -0.3444269 -0.3344506 +182.6704 -65.22758 368.2843 0.3283342 0.4135804 -0.8492043 +548.336 -448.8377 480.7994 0.520753 -0.5344253 -0.6657372 +334.4555 94.12962 538.0264 0.8066594 -0.2757975 0.5227202 +432.219 -112.7486 606.5773 -0.3212673 -0.2368836 0.9168825 +712.3939 -257.3586 468.084 0.5942379 -0.5817444 -0.555387 +393.1179 -442.7741 530.0922 0.03837692 -0.6202676 0.7834509 +57.50148 112.8285 477.0836 0.954709 0.01191671 0.2973025 +165.2185 -557.0143 413.1174 -0.9772331 -0.01758943 0.2114385 +392.6878 -231.8721 317.1895 0.116494 0.2851774 -0.951369 +512.2058 -192.4278 634.2897 -0.1561007 -0.002018473 0.9877391 +-15.421 146.4843 467.9207 -0.8539404 0.5197188 -0.02604153 +306.8408 7.12195 474.9112 -0.9894194 0.1432185 0.02318985 +366.7255 -409.7595 543.3856 -0.02014949 -0.4316364 0.9018226 +92.68126 -509.3311 372.4657 -0.9040104 0.3247725 -0.2780072 +668.5956 -152.434 677.9399 -0.152379 -0.6313005 0.7604211 +196.022 -193.9973 544.1953 -0.1028204 -0.03998348 0.993896 +137.7502 -209.6645 305.4543 0.1936746 0.1025158 -0.975695 +62.03438 79.77305 494.8238 0.9079826 0.3224382 -0.267584 +402.355 51.59234 363.2825 -0.6168882 0.271172 -0.7388604 +362.5287 -235.8785 317.299 -0.7542302 0.1007387 -0.6488363 +374.5432 -230.108 318.5405 0.6187477 0.3336788 -0.7112032 +23.38524 -258.7971 331.5341 -0.9585881 -0.05638592 -0.2791586 +598.4868 -439.3474 546.7524 -0.004258736 -0.4478935 0.8940768 +794.2927 -237.5741 544.3398 0.4752234 -0.7587338 -0.4455175 +323.9095 76.45284 506.983 -0.9421765 0.1401342 0.3044107 +246.897 -536.4014 375.2017 0.1232603 -0.5551956 -0.8225356 +35.62878 157.9613 491.9347 0.6517801 0.7321429 0.1978623 +597.5593 -24.87606 344.9211 0.40703 -0.08227932 -0.9097015 +154.886 129.3317 484.5883 0.7060454 0.6996293 -0.1096294 +104.0214 128.1308 523.3099 0.08952007 0.003339961 0.9959794 +505.4503 -6.764171 701.8442 -0.4967544 -0.4313782 0.7530922 +384.7772 -9.077008 364.1635 -0.7086287 0.1485212 -0.6897731 +261.033 -576.4625 405.4133 -0.4775633 -0.4163659 -0.7736748 +323.9283 -561.4075 415.4365 0.7711363 -0.4317774 -0.4678859 +41.75146 76.04984 533.2462 -0.2170905 -0.02152847 0.9759141 +200.8292 -35.31984 455.438 0.7789499 0.4074205 0.4767029 +42.51836 -190.9992 511.92 -0.5512211 0.2162678 0.8058434 +-7.123908 66.93818 529.3206 -0.2947392 0.5376384 -0.7899834 +127.53 141.8845 495.5785 -0.9257409 0.3778041 0.01636777 +280.5258 -363.968 290.7988 0.139953 0.02944576 -0.9897202 +499.2623 -515.3685 504.6641 -0.1185456 -0.4284175 0.8957708 +91.67261 128.6813 493.1327 -0.9929221 -0.09528021 -0.07090376 +591.9773 -343.4132 580.4458 -0.1632576 -0.07800711 0.9834947 +567.9202 -168.9546 359.3617 0.4031199 -0.1735687 -0.8985367 +22.39635 -355.6809 358.4639 -0.9770151 -0.09296606 -0.1918305 +584.3817 -83.75202 346.5403 0.4850216 -0.1636833 -0.8590471 +54.07792 -494.2258 497.9023 -0.9966521 0.03355681 -0.07455495 +421.5499 -209.2849 323.9717 0.01766669 0.1032797 -0.9944955 +-48.21386 75.78648 509.1274 -0.741368 -0.491495 0.4569532 +70.21559 -88.12337 361.6407 -0.4566286 0.3062281 -0.8352932 +117.1706 -532.1805 407.567 -0.4859021 -0.2698585 0.8313095 +665.7516 -128.255 387.0723 0.2917403 -0.1323365 -0.9472986 +212.8986 -86.26846 368.2208 -0.05990265 0.8423455 -0.5355985 +202.2979 -158.1514 543.2333 -0.0495769 0.1709523 0.9840312 +437.5103 -551.2261 469.65 0.5898475 -0.6852692 -0.4271837 +113.7255 -420.7082 260.616 0.5342793 -0.02401044 -0.8449669 +69.63184 -494.8173 408.8582 0.619643 -0.4063731 0.6714934 +554.9444 -96.34817 336.076 0.3418782 -0.1591463 -0.9261705 +680.1335 -369.6212 582.2593 -0.1817089 -0.4037375 0.8966482 +650.0193 -92.25043 377.8408 0.1939259 -0.1662127 -0.966833 +379.8622 -202.9886 581.0604 -0.6299756 0.03212908 0.7759501 +455.5382 -157.5858 612.8633 -0.3774065 0.1051113 0.920063 +561.2516 -174.3545 641.3137 -0.09742226 -0.2999384 0.948971 +564.4521 -163.9882 645.3248 -0.1682014 -0.3139176 0.9344325 +-26.50085 104.2576 421.7721 0.6739616 0.7171504 -0.1774003 +295.0259 -307.0374 550.9728 0.2799601 -0.1829874 0.9424107 +716.755 -279.2242 612.5717 -0.2838804 -0.5181008 0.8068355 +613.2395 -96.11951 709.1484 -0.3586167 -0.5577188 0.7485611 +309.6541 -236.9327 545.9063 0.02795051 0.2455756 0.9689744 +68.3413 -256.3445 526.5826 -0.5401593 0.4537111 0.7087836 +72.82474 -356.3727 510.5506 -0.1804985 -0.351672 0.918557 +-47.70834 65.77722 475.4409 -0.9929391 -0.09855556 -0.06602165 +-25.65678 125.8067 496.1936 -0.8852566 0.4619538 0.05403178 +100.5995 93.2718 457.8296 -0.5773172 0.6700033 0.4666909 +639.7186 -310.9972 594.3744 -0.003170597 -0.1714244 0.9851921 +637.0685 -136.1499 681.5833 -0.706861 -0.6993828 -0.1058828 +158.7138 -443.4244 300.3296 -0.1114653 -0.2212483 -0.9688265 +172.994 -50.93394 509.7715 0.3666978 0.1820637 0.9123517 +686.7443 -327.8293 593.7385 -0.1782518 -0.1941159 0.9646478 +-34.25557 62.10769 430.3542 -0.8558496 -0.2901954 -0.428145 +526.7754 -13.20624 323.0363 0.2004953 0.08055234 -0.9763775 +55.22008 80.79704 523.9579 0.9082217 0.4180631 -0.01888517 +59.24615 51.89694 410.0648 -0.3876073 0.1080544 -0.9154697 +240.6744 -272.1458 540.7987 -0.1444424 -0.03968592 0.988717 +306.7189 -8.317926 452.8525 -0.9519808 0.1637085 -0.2587124 +155.0423 -498.3625 455.3655 -0.3343152 -0.8346196 0.4377709 +299.3598 -333.8907 294.2659 0.02541028 0.08780961 -0.9958131 +57.84918 122.07 521.9326 -0.406124 -0.0693694 0.9111813 +58.07618 -466.6789 418.3355 0.1339171 -0.08698422 0.9871676 +-7.149672 156.8137 466.1013 -0.5529584 0.8110188 -0.191012 +607.3802 -249.9763 619.6232 0.03487025 -0.5818391 0.8125561 +80.26411 -507.3769 360.3063 0.7700617 -0.6375815 0.02224377 +208.2104 -468.8163 306.8354 0.01367957 -0.5792425 -0.8150405 +221.3379 -67.28683 484.1463 0.8783601 0.3804026 0.2894433 +356.1671 -581.9105 445.7531 0.1221014 -0.9791176 0.1625422 +19.2962 119.4928 528.0964 -0.06302711 -0.01721137 0.9978634 +-2.682653 56.10487 517.4519 -0.2191458 0.8480895 -0.48241 +328.2125 -97.83795 546.1674 -0.7613367 0.04977597 0.6464432 +350.5054 139.184 446.3195 -0.72137 0.4902491 -0.4891636 +-9.784353 9.709769 410.3212 -0.6132544 -0.1034667 -0.7830796 +335.3983 -43.27573 402.8088 -0.6897258 0.1570465 -0.7068343 +51.50735 -445.5361 340.8649 -0.02106283 0.4106981 -0.9115281 +55.32458 -396.9431 474.5154 -0.7574331 -0.2444371 0.6054301 +373.633 79.41049 403.3817 -0.6620473 0.2744612 -0.6973984 +291.4792 -280.8096 307.4255 0.04320174 0.3077938 -0.9504718 +693.8779 -243.3673 440.5664 0.486962 -0.5117636 -0.7077895 +29.02247 -408.1948 402.7462 -0.9221311 -0.3868678 0.00274908 +474.9598 76.44203 334.1438 -0.1842944 0.1730832 -0.9675111 +-9.817247 -23.55875 484.7179 -0.5853542 -0.3866574 0.7126405 +102.5737 -224.3795 536.6092 -0.05907836 -0.1555104 0.986066 +42.71368 84.6476 532.5484 0.1100694 0.1961027 0.9743862 +326.3438 -26.32978 415.2951 -0.7072725 0.1679279 -0.6867065 +77.40153 -498.6473 480.968 0.01490232 -0.4984601 -0.8667846 +172.3706 -298.2935 296.0811 0.05419069 0.1854499 -0.9811583 +330.5672 114.3022 507.3918 -0.9735335 0.1839622 0.1356111 +88.43793 -505.9691 388.7183 -0.9217463 0.3360475 -0.1935351 +68.39398 -173.5901 320.4481 -0.2610593 0.2556774 -0.9308475 +-42.41457 71.69334 444.2133 -0.950563 -0.1779236 -0.2545059 +692.6427 -42.07408 370.554 0.3503684 -0.1320052 -0.927263 +-23.22384 -38.39 432.0762 -0.852693 -0.4533299 -0.259628 +184.9442 -101.4095 351.8015 0.2462547 0.6215572 -0.7436567 +633.546 -310.7758 593.8292 -0.129783 -0.2088435 0.9692991 +317.3914 -340.4429 562.399 -0.4058589 -0.006779293 0.9139106 +230.267 -63.25848 421.4465 0.9399511 0.3395844 0.03426871 +44.04494 129.8673 515.5975 -0.2548756 0.4561127 0.8526428 +638.0195 -397.5291 567.3679 -0.1364461 -0.4598074 0.8774734 +584.5126 -45.12323 729.209 -0.4496054 -0.4529804 0.7698465 +151.0991 80.38553 521.9794 0.5364112 -0.05945272 0.8418601 +368.8929 -353.1327 570.7849 0.04374636 -0.3891456 0.9201369 +82.87328 89.48074 474.4714 -0.9657327 0.2330024 0.1143256 +538.6559 -29.29217 710.01 -0.4831836 -0.4654969 0.7415162 +310.1093 -368.1173 294.9569 0.1284688 -0.05305175 -0.9902935 +226.039 -80.02017 384.6688 0.369133 0.8956254 -0.2481857 +706.7298 -253.9425 458.96 0.5371159 -0.5621553 -0.6288783 +136.7962 12.4138 519.0469 0.6691494 0.2413362 0.7028484 +612.3418 -268.8934 611.3747 0.02332444 -0.2928968 0.9558595 +735.5112 -317.7335 601.3287 -0.1078249 -0.332365 0.9369671 +89.7662 105.9253 490.6659 -0.938998 0.3392184 0.05668858 +19.00275 -271.6114 352.7272 -0.975754 -0.07464086 -0.2057499 +319.8864 -520.1685 475.3885 -0.1465456 -0.6182383 0.7722084 +535.2966 -308.2521 592.5701 0.03049091 -0.339048 0.9402748 +450.2975 -251.7894 609.8983 -0.3498229 -0.2401239 0.9055188 +285.6565 -95.15324 483.7241 -0.721054 0.4917921 0.4880798 +547.8262 -202.9769 354.7224 0.3698767 -0.04822809 -0.9278283 +396.2594 -2.091838 618.1132 -0.6291451 -0.1460735 0.7634389 +297.2734 -363.0749 554.0341 -0.2547056 -0.06374059 0.9649156 +193.3002 -474.6226 498.7497 -0.1777821 -0.5887026 0.7885574 +216.1712 -277.4771 536.6117 -0.1628034 -0.1150616 0.9799265 +225.2516 -528.2474 366.4613 0.1291029 -0.5155615 -0.8470707 +290.9842 -477.3562 335.4921 0.2489411 -0.7432627 -0.620958 +302.1222 -298.388 549.7204 0.1481163 -0.05409276 0.9874895 +384.9068 -282.6773 306.05 0.04739315 0.2376978 -0.9701822 +549.5475 -65.53682 330.1201 0.2941733 -0.1037252 -0.9501069 +228.62 -592.1971 412.0805 -0.6786619 -0.7221889 -0.1336463 +465.8804 -92.62805 318.4681 0.01170203 -0.04258113 -0.9990245 +305.1026 -47.22436 437.0366 -0.8659713 0.2107561 -0.4535145 +365.1147 135.6607 433.2463 -0.6836514 0.4366261 -0.5847892 +772.9401 -134.1663 426.3387 0.472638 -0.2707015 -0.8386502 +511.4224 -11.54684 703.0339 -0.4851659 -0.4399706 0.7556718 +-15.27822 115.0719 448.8947 -0.6344717 -0.1340711 -0.7612296 +329.2968 -415.0969 306.5421 0.2804136 -0.2821414 -0.9174773 +440.6466 -124.8282 320.6011 -0.1274184 -0.07172704 -0.9892521 +45.48666 -15.26201 514.7623 -0.09238662 -0.1067334 0.9899862 +5.596002 -239.8565 420.4969 -0.9953803 -0.08927143 -0.03533656 +372.7592 -55.78185 595.1567 -0.3491768 -0.1757823 0.9204217 +-1.284414 -83.43233 403.0137 -0.5748259 0.2059566 -0.7919325 +320.4372 -235.3056 554.4131 0.1508575 0.2386522 0.959316 +109.5855 -393.3057 263.9418 0.3472427 0.5063915 -0.7892973 +108.7261 -141.0101 319.1717 -0.375287 0.3281616 -0.8668735 +379.9875 -425.2432 538.8945 -0.09411056 -0.3801889 0.9201084 +396.314 34.6416 623.2103 -0.7558476 -0.04373549 0.6532852 +103.2997 147.5604 483.5796 -0.8807892 0.447004 -0.1561979 +94.6928 -214.5386 536.7274 -0.3379441 -0.1500492 0.9291281 +81.61516 30.81277 535.2245 -0.3087539 -0.1070769 0.9450955 +141.8271 -303.6383 525.003 -0.05871446 -0.1153875 0.9915838 +285.2741 -168.8879 525.0774 -0.7270162 0.04782318 0.6849529 +288.0232 -242.2992 313.5287 0.1033847 0.2508846 -0.9624804 +639.8585 -320.4243 591.6718 -0.131932 -0.5637959 0.8153086 +797.4622 -181.9279 468.6641 0.6313896 -0.455502 -0.6275867 +111.7595 143.7598 511.4888 0.5027703 0.5605996 0.6579894 +128.8315 -435.3867 496.3368 0.4231569 -0.07888583 0.9026158 +417.5212 -333.6871 576.059 0.01334374 -0.4149801 0.9097326 +78.23605 -484.4383 405.9169 0.4238196 -0.4054473 0.8099317 +389.1353 -360.8324 564.5805 0.1293143 -0.4250866 0.8958678 +87.88712 -378.1238 280.6774 -0.2592077 0.9199846 0.2940062 +640.0933 -399.8853 566.5442 -0.2052115 -0.4439848 0.8722188 +510.0411 91.73294 324.5168 -0.01388783 -0.04987891 -0.9986587 +267.6011 -396.6697 544.2275 -0.2174749 -0.1208085 0.9685608 +540.4195 86.72107 326.4744 0.09211922 -0.03995374 -0.9949461 +86.08954 67.25694 473.0101 -0.7516821 -0.6530685 -0.09206232 +335.9998 -419.9372 540.1123 0.09692174 -0.5067111 0.8566505 +138.8812 -394.8227 503.6868 -0.09206682 -0.2165856 0.9719127 +84.63554 -190.6168 533.8867 -0.6277347 -0.1171448 0.7695624 +87.80664 -506.1029 392.3228 -0.9391607 0.3255102 -0.1096374 +-14.29531 49.99327 530.6764 -0.1674394 -0.5761093 0.8000388 +78.15771 -312.99 289.484 -0.6752401 0.1859518 -0.7137736 +304.8623 -331.2369 294.6356 0.02788888 0.09903197 -0.9946934 +571.3611 94.24499 329.9911 0.1361172 0.01363565 -0.9905989 +122.6064 131.1765 461.4639 -0.9569113 -0.03873277 0.2877857 +204.911 -549.0889 432.998 -0.01627608 -0.4961385 0.8680908 +66.7875 128.1752 520.0527 0.948077 0.2200506 0.229625 +99.12555 -546.9695 396.1937 -0.3406873 -0.2529019 0.9055235 +338.4451 61.6395 429.5172 -0.7333727 0.2524869 -0.631201 +672.8186 -314.9426 492.5522 0.6190629 -0.6045226 -0.5013118 +61.15354 -510.167 403.154 0.2836886 -0.6047091 0.7442095 +99.7804 90.32262 508.3069 0.2496732 -0.2535312 0.9345509 +305.1776 -254.1484 317.1793 0.5351225 0.09943827 -0.8389016 +50.40794 -208.774 298.3058 -0.8481888 0.4104005 -0.334884 +352.1804 -188.3675 564.1247 -0.9590657 -0.1983644 0.2021004 +681.9705 -341.0007 528.3761 0.805676 -0.5388978 -0.2459174 +631.7838 -411.1678 543.889 0.5370626 -0.6390175 -0.5506544 +57.34337 -230.2962 281.0264 -0.2333803 0.0645391 -0.9702414 +307.3575 -533.4047 389.0809 0.3138451 -0.5364322 -0.7834167 +294.169 -106.1298 503.4142 -0.465539 0.5972375 0.6531315 +447.8524 -518.6887 453.7773 0.1172533 -0.6314434 -0.7665056 +227.9296 -211.2831 310.9293 0.06638833 0.1406606 -0.9878295 +425.7282 -209.6499 323.8884 -0.03434197 0.07856325 -0.9963174 +131.9488 -506.6003 430.434 -0.4361572 -0.3538951 0.8273604 +28.25302 -405.7646 394.8336 -0.9518762 -0.2848452 -0.1131143 +443.5214 -366.8918 349.2921 0.5752755 -0.34289 -0.74262 +316.6385 -261.0966 311.4496 -0.4751706 0.4410826 -0.7613534 +733.5531 -63.02254 392.2299 0.4381655 -0.0903524 -0.8943419 +25.10173 -54.23293 395.6755 -0.3968612 0.1312613 -0.9084446 +536.894 45.69464 330.8054 0.09169266 0.08426032 -0.9922161 +96.1763 -518.7474 403.7061 -0.2892527 -0.2888336 0.9126379 +382.0077 -65.19691 352.6115 -0.6872914 0.162406 -0.7079935 +230.3951 -166.3625 320.7401 0.09601562 0.2672319 -0.9588369 +657.7831 -44.00365 369.4283 0.1268877 -0.1671033 -0.9777403 +128.1432 -444.0641 298.6213 0.09484404 -0.891012 -0.443962 +60.95988 88.82143 469.6771 0.9129488 0.2017386 0.3547197 +654.9373 -323.9741 484.3507 0.6226536 -0.6030914 -0.4985812 +420.9466 -542.3303 450.8039 0.538961 -0.438583 -0.7191426 +828.0558 -272.1899 637.3912 0.1377852 -0.7594998 0.6357478 +-37.30853 23.35052 452.1083 -0.8505052 -0.1212339 -0.5118039 +236.4161 -590.3353 407.2841 0.06674034 -0.6227027 -0.779607 +22.51168 -240.7709 332.2203 -0.9861951 0.02701847 -0.1633683 +51.19759 128.8986 456.4842 -0.2239673 0.5139788 -0.8280486 +451.8041 -54.95568 638.7332 -0.4872332 -0.3264427 0.8099623 +155.6031 59.82292 463.1543 0.9011891 -0.01160706 -0.4332706 +644.8672 -335.8587 483.9433 0.6212514 -0.6229999 -0.4753081 +131.5662 -441.3068 494.0724 0.4801587 -0.175875 0.8593693 +295.3213 -172.5786 530.7369 0.4759328 0.3780657 0.7940745 +89.22313 -36.96632 526.9504 -0.5199452 -0.009584794 0.8541458 +325.7825 72.92296 513.104 -0.911478 0.09510348 0.4002038 +92.47983 -10.53295 390.2069 -0.2142539 0.3386625 -0.9161894 +0.8720155 152.2977 503.2995 -0.3288609 0.9230124 0.1997462 +49.97609 93.60999 522.3083 0.9229423 0.284194 -0.2596369 +461.362 -345.0188 584.2689 -0.05231539 -0.3677116 0.9284672 +251.8783 -472.0354 315.1833 0.1740292 -0.6891406 -0.7034195 +177.3709 -452.3368 300.7379 -0.06271446 -0.4147415 -0.9077755 +32.11185 -491.98 416.387 -0.9145854 0.3915352 -0.1011621 +640.0105 -245.5511 410.2708 0.426998 -0.3822749 -0.8194746 +642.7178 -317.8425 593.6508 -0.09666289 -0.1612864 0.9821624 +238.5193 -458.7767 302.7342 0.08618768 -0.4767926 -0.8747802 +503.5782 -420.9999 424.4378 0.5313532 -0.579448 -0.6179836 +118.3902 -560.2898 381.2866 -0.0861184 -0.4562293 -0.8856853 +586.7708 -363.9931 573.2767 0.153872 0.01467941 0.9879817 +624.2465 -289.6935 424.0149 0.4983452 -0.4564342 -0.7371023 +381.6198 -404.6018 546.2694 -0.09154374 -0.3502254 0.9321813 +546.1691 -411.5635 454.1628 0.5501649 -0.5642394 -0.6155912 +27.03628 103.8146 529.1807 -0.2902667 -0.05658027 0.9552716 +634.6906 -82.40962 371.9592 0.3337249 -0.1755526 -0.9261798 +240.3603 -351.9881 535.5005 -0.3328367 0.08575007 0.9390776 +555.705 -167.7861 642.5482 -0.1650039 -0.2828401 0.9448678 +487.9647 -40.4118 666.7211 -0.5256778 -0.3859318 0.7581026 +528.597 7.555262 325.6987 0.1465926 0.1183621 -0.9820901 +162.4962 90.89806 515.2605 0.6569795 0.02573479 0.7534691 +211.4352 -298.8756 533.8578 -0.16485 -0.0700887 0.9838252 +314.7875 93.41495 494.431 -0.9422185 -0.3047437 -0.1391245 +30.63604 -128.8246 371.2655 -0.5465592 0.4206955 -0.7240776 +63.71319 -443.4152 452.9948 -0.8351771 -0.4887857 -0.2521264 +380.8065 -132.7272 586.8851 -0.4482411 -0.1317816 0.8841457 +58.3562 -481.1308 509.4936 -0.9375254 0.1971257 0.2866837 +118.712 118.8015 453.413 -0.9253508 0.2814786 0.2539599 +606.6979 -102.1556 702.0159 -0.3417376 -0.5478871 0.7635674 +87.07782 -383.9006 273.2515 -0.3029144 0.008247505 -0.9529821 +599.1844 -109.195 360.2809 0.5172985 -0.1980574 -0.8325717 +308.6722 -202.7168 329.0789 0.3448368 0.2476042 -0.9054168 +292.5353 -574.7004 411.5684 0.3164997 -0.4659975 -0.826241 +449.3496 -228.5839 613.6648 -0.4613098 -0.07620355 0.8839605 +194.1088 -439.7773 295.5901 0.002084317 -0.2885581 -0.9574602 +103.4508 104.1764 513.537 -0.9813107 -0.1707784 -0.08867954 +345.4767 -485.217 373.419 0.3470759 -0.5829949 -0.7346123 +64.06415 78.43011 468.8041 0.9013913 0.2217917 0.3718898 +379.5239 -268.953 586.8818 -0.3651876 0.007424397 0.9309044 +59.56582 -12.66578 519.4498 -0.3220257 -0.1427339 0.9359095 +126.4732 -2.347565 526.5463 0.1481744 0.06629035 0.986737 +646.2493 -21.47388 364.2334 0.1481702 -0.1489387 -0.9776824 +78.4191 -119.6661 342.8622 -0.4565299 0.569547 -0.6835178 +65.73093 142.9835 496.5621 0.7456925 -0.3432053 0.5710979 +108.5372 86.55665 527.8786 -0.8721566 0.4584076 0.1708955 +447.0103 -177.2266 612.1237 -0.3917639 0.1136494 0.9130196 +210.548 -131.2588 532.8775 0.1194238 0.4835842 0.8671126 +-26.239 -16.3458 473.434 -0.7625208 -0.2508897 0.5963358 +342.4271 -413.2207 310.3474 0.341817 -0.2862695 -0.8951038 +381.6425 19.16242 604.7537 -0.8218663 0.01109264 0.5695723 +55.69926 -471.8874 493.2125 -0.9808493 0.1868375 0.05501371 +726.4323 -173.8817 422.7584 0.3992259 -0.3840485 -0.8325416 +55.68182 32.23069 407.491 -0.1475283 0.2323838 -0.9613705 +585.2014 -340.5283 579.6561 -0.08265093 -0.2454227 0.9658864 +78.92247 85.23421 430.4713 0.7653734 0.531575 0.3628106 +143.9395 118.203 527.7141 0.6221495 0.009253718 0.7828438 +648.167 -327.2412 477.7861 0.6896216 -0.5426593 -0.4795237 +630.7261 -372.0576 502.4388 0.3338228 -0.6491253 -0.6835193 +136.3856 -8.224897 524.6826 0.4008155 0.1669699 0.9008152 +401.2973 -478.8215 399.8759 0.4661294 -0.5996675 -0.6504784 +85.50344 -502.6619 502.6051 -0.07958657 0.5385537 0.8388241 +105.0547 -376.7767 282.0987 -0.133951 0.9816665 -0.1356023 +395.4483 -423.8347 343.0902 0.5109432 -0.5928815 -0.6224376 +636.178 -154.1125 665.3416 -0.1849298 -0.5749375 0.7970243 +85.92096 24.52744 466.0451 0.4237045 0.8902471 0.1671365 +155.4549 -45.98891 522.4858 0.4677325 0.184084 0.8644879 +317.5201 -465.3943 333.9857 0.331342 -0.7226996 -0.6065623 +28.89116 -304.2292 485.1849 -0.6825145 -0.4173582 0.5999883 +579.192 29.60615 337.4152 0.2738333 0.06497435 -0.9595799 +370.6171 -6.937702 379.8448 -0.7111011 0.1710206 -0.681973 +574.599 97.07808 330.4673 0.1424353 0.005308452 -0.9897898 +833.2873 -223.6489 552.906 0.6276655 -0.6212847 -0.4690857 +676.1711 -293.3033 604.6304 0.2103309 -0.5614416 0.8003401 +26.60535 -395.7516 381.3254 -0.9394716 -0.2864302 -0.1880183 +393.9918 34.09057 620.4651 -0.7672474 -0.01497981 0.6411763 +534.2192 -86.55618 666.5429 -0.28589 -0.4105765 0.8658486 +253.2493 -404.6738 289.2878 0.1697831 -0.2712036 -0.9474293 +183.865 -502.4134 346.1255 0.05044777 -0.4954804 -0.8671529 +2.982812 -191.362 403.6698 -0.9799282 -0.1180368 -0.160649 +338.4604 -132.6353 362.9037 -0.2308044 0.4899851 -0.8406211 +537.4438 -20.03448 714.9327 -0.4857802 -0.4407809 0.7548044 +115.2064 -144.6772 534.1115 0.01699124 0.3023041 0.9530601 +64.52462 -213.8388 311.6915 0.4312715 0.6554517 -0.6199902 +763.2926 -205.4794 467.6223 0.195118 -0.8130819 -0.5484769 +-27.94753 -17.40102 433.3804 -0.9587444 -0.04431527 -0.2807942 +61.9958 -506.2044 405.9875 0.1423792 -0.5295911 0.8362185 +131.0851 -303.1935 524.2701 -0.07394204 -0.1394555 0.9874638 +539.7144 -187.8392 350.7944 0.3575794 -0.09729267 -0.9288009 +311.9155 -165.5212 344.3946 0.6630995 0.4005718 -0.6323301 +508.5716 -5.425696 704.655 -0.4939169 -0.4188867 0.7619581 +348.0496 -190.4382 338.3833 0.6506372 0.3356425 -0.6811866 +464.0634 -518.4434 497.0745 -0.1371903 -0.2737292 0.9519722 +454.8877 -138.4622 321.0745 0.06295411 -0.09254261 -0.9937165 +538.1722 111.5617 326.5495 0.1071284 0.02216905 -0.993998 +464.4703 -301.2273 328.5061 0.4502947 -0.2423648 -0.8593567 +204.2438 -462.387 303.1761 -0.03359082 -0.4439334 -0.89543 +238.3203 -480.8655 321.1745 0.1471519 -0.7452611 -0.6503325 +788.9292 -262.1668 641.1776 -0.1268182 -0.4087786 0.9037794 +697.6763 -8.978872 366.8355 0.3069131 -0.1961077 -0.9313142 +225.6083 -85.14884 457.4566 0.9072086 0.4205607 -0.01006582 +264.1917 -374.0601 544.4854 -0.283355 0.064395 0.9568507 +343.7646 122.784 550.697 -0.4027986 0.9055041 0.1334749 +95.59055 -107.239 526.0437 -0.3915823 -0.02325364 0.9198492 +101.9534 -275.9505 284.3847 -0.1226112 0.0145037 -0.9923488 +8.905069 -247.4748 456.4279 -0.9662511 -0.182011 0.1822931 +291.5468 -249.3656 543.8808 -0.5459898 0.1449685 0.8251541 +102.9444 -498.5078 499.9211 0.702782 -0.537052 -0.466554 +216.426 -252.4473 539.6096 -0.1126889 -0.115815 0.9868577 +96.0497 -80.04463 529.9536 -0.4516816 -0.2072385 0.8677764 +367.7748 -535.9783 417.3744 0.4324531 -0.466108 -0.771834 +403.0072 -468.6675 391.304 0.4400248 -0.5993924 -0.6686606 +168.4786 34.5381 451.7872 0.5089755 0.6771665 -0.5314032 +327.4846 -117.565 376.6178 -0.6583104 0.1331509 -0.7408767 +-8.696905 80.70542 432.2067 0.6322753 0.7673923 0.1064756 +20.95927 -103.5211 388.8168 -0.139212 0.436211 -0.8890107 +-2.613977 53.25034 503.3344 -0.03673784 0.9542324 0.2968011 +435.2896 -505.4776 435.707 0.5094501 -0.5298081 -0.678059 +45.53127 -355.7113 488.6848 -0.711782 -0.1409724 0.6881084 +89.30449 28.60566 462.4752 -0.9854835 0.1359282 -0.1017141 +116.4322 -511.1433 354.2766 0.03254122 -0.4210652 -0.9064465 +52.54532 52.59314 412.815 -0.3288808 0.1743356 -0.9281404 +605.8806 75.54924 336.0862 0.2022347 -0.01920396 -0.9791487 +354.5038 -35.14397 580.6473 -0.7995567 0.0714367 0.5963269 +592.1181 -45.03987 344.5935 0.3967567 -0.1198476 -0.9100663 +88.70398 56.49662 446.1951 0.2928314 0.0263179 0.9558018 +340.0257 85.16672 542.4202 -0.8006287 0.06316247 0.5958223 +536.0948 -483.3678 495.9405 0.5675702 -0.5167398 -0.6409712 +350.952 158.7897 487.6995 -0.9923708 0.09217682 -0.08187633 +301.7413 -266.847 312.8433 -0.07438905 0.4265731 -0.9013888 +96.11032 -487.9571 366.1315 -0.6675425 -0.5486657 -0.5033417 +6.470233 -144.4216 379.0021 -0.7573308 0.1519875 -0.6350983 +120.4523 -9.006729 527.4665 0.04725672 0.06440882 0.9968041 +176.2752 -387.7607 513.5023 -0.4472353 -0.04919047 0.8930627 +119.3807 -207.5993 538.6161 -0.002645466 -0.1062673 0.994334 +108.6186 0.8580351 389.5709 -0.2575042 0.4177957 -0.8712854 +412.5376 -349.6504 320.0272 0.4142568 -0.3927316 -0.8210683 +810.2943 -176.6207 477.8467 0.6628264 -0.4430344 -0.6036404 +126.9067 -366.6089 285.5339 -0.06335034 0.3186839 -0.9457417 +344.6905 -123.7501 562.9869 -0.7609377 -0.2033301 0.6161417 +343.6458 -5.147506 550.4835 -0.5624899 0.05800052 0.8247672 +528.4341 -475.3962 484.011 0.5108498 -0.5045832 -0.6960088 +91.03313 -514.4345 371.3433 -0.8596099 0.3460578 -0.3759187 +110.8496 -264.595 288.3754 0.5366002 0.1800208 -0.8244106 +515.5786 -185.8346 341.3029 0.3469159 -0.1529206 -0.9253457 +140.2157 -301.0887 289.9884 0.4515363 0.481557 -0.7511443 +307.352 -517.184 377.4853 -0.02039179 -0.3184081 -0.9477344 +514.9305 -318.1371 375.0187 0.5495549 -0.518226 -0.6553101 +603.1013 58.52296 336.1375 0.2045251 -0.05354614 -0.9773957 +-27.52157 15.1004 434.182 -0.9076659 -0.04903297 -0.4168194 +484.033 -0.5041865 321.6049 -0.0442493 0.1279906 -0.9907878 +491.9699 -325.035 360.4972 0.5558612 -0.5102953 -0.6562142 +92.64273 -544.9457 391.3096 0.2501352 -0.5070234 0.8248392 +629.5022 -274.8627 418.9828 0.4669544 -0.4240524 -0.7759724 +412.0169 48.51406 354.7149 -0.5085912 0.3494096 -0.7869231 +460.611 -445.3034 411.4857 0.4927142 -0.6091417 -0.6214331 +11.23222 -253.4478 476.7468 -0.9924386 0.01407771 -0.1219325 +494.3235 -332.6471 587.8859 0.1858974 -0.4803676 0.8571401 +508.6177 -197.6513 633.6407 -0.1379696 -0.04160659 0.9895622 +611.3681 -211.778 637.5532 -0.09072993 -0.3392917 0.9362955 +153.114 53.03105 456.7985 0.7647122 0.2320497 -0.6011391 +381.8334 -388.4148 553.2358 0.04156391 -0.4327739 0.9005439 +198.4023 -32.26206 476.7944 0.7729136 0.5592118 -0.2998112 +518.0168 -502.2597 511.2905 0.5067663 -0.03078643 0.8615336 +759.6086 -241.5728 497.4078 0.5801631 -0.6643674 -0.4711972 +80.11414 -441.2654 289.9086 -0.2976084 -0.6385974 0.7096637 +677.2495 -226.0722 420.7681 0.4210127 -0.4118932 -0.8081413 +536.6515 -475.8389 490.5565 0.6167738 -0.444233 -0.6498054 +77.4048 -182.4937 315.6673 -0.4032694 0.24075 -0.8828439 +261.4015 -164.439 326.1013 0.1909142 0.2806044 -0.940645 +302.1052 -367.9513 293.838 0.1395108 -0.007235804 -0.9901941 +312.9678 10.65407 503.2842 -0.919511 0.09521239 0.3813582 +129.3867 -66.04649 355.5291 -0.1271748 0.3363579 -0.9331077 +487.3243 -512.0493 501.4872 0.103538 -0.09118426 0.9904369 +725.4022 -236.5771 459.1161 0.6631339 -0.3581088 -0.6572758 +23.17943 -302.2083 343.096 -0.9522016 -0.08515362 -0.2933615 +113.0377 -450.9417 313.595 -0.2021649 -0.772923 -0.6014311 +532.4772 -68.4354 325.6072 0.2800516 -0.09007771 -0.9557495 +385.0252 -137.8234 588.1289 -0.413057 -0.1356471 0.9005464 +1.174067 -7.638228 501.4066 -0.5427974 -0.2699335 0.795303 +620.7989 -246.5502 401.8184 0.3788464 -0.3079934 -0.8727059 +0.6766646 88.96339 437.638 -0.7246199 -0.108809 -0.6805047 +45.98652 134.0034 448.1915 0.777941 0.4037582 -0.4814427 +468.2654 -396.8289 386.7025 0.4552295 -0.3410926 -0.8224488 +122.9444 -23.24894 527.9243 0.09229549 0.03515754 0.9951108 +-25.10725 -21.56686 426.1771 -0.9026397 -0.08207353 -0.422499 +294.4262 -281.694 548.7572 -0.743992 0.2618906 0.614727 +781.1765 -250.9431 543.5898 0.6109222 -0.6246711 -0.4863745 +321.7972 13.70562 519.0381 -0.8087315 0.1261476 0.5744912 +12.94984 -257.8118 376.1638 -0.9748852 -0.05970844 -0.2145549 +338.0668 -454.2014 333.1545 0.3424784 -0.6544756 -0.6740699 +142.1815 -527.4506 362.3361 -0.007190797 -0.4763093 -0.8792484 +182.477 -103.6415 348.9403 0.2579072 0.6635754 -0.7022475 +7.825295 -245.9543 398.5827 -0.9860135 -0.08577666 -0.1428974 +-3.389373 122.7552 438.5638 -0.6107787 0.1878255 -0.7692015 +549.3605 -379.3847 428.3347 0.5585423 -0.4640424 -0.6875283 +189.2007 -426.172 516.4341 -0.4588172 -0.2835017 0.8420888 +760.0706 -301.916 589.2375 0.8117349 -0.3180759 -0.4898104 +220.701 -122.4113 334.9072 0.05445437 0.302256 -0.9516701 +699.8232 -253.6985 452.9858 0.510922 -0.5691687 -0.6442094 +364.6276 -417.3215 540.0234 -0.03878597 -0.3955619 0.91762 +307.8382 -29.24405 498.6535 -0.9491127 0.03430042 0.3130634 +333.6242 -536.0104 402.4836 0.03531125 -0.4988667 -0.8659591 +488.2639 -482.3446 515.1014 -0.1743699 -0.3434084 0.9228574 +677.7753 -171.4492 662.8182 -0.6620671 -0.7346825 -0.1480161 +275.3985 -479.7831 331.8659 0.2716906 -0.7256282 -0.6321771 +505.5604 -396.3252 550.6198 0.03447473 -0.5311379 0.8465837 +133.7383 -52.23106 359.8925 0.01702004 0.3331739 -0.9427118 +366.1188 -345.117 301.9227 0.308196 -0.1933374 -0.9314697 +502.7076 -93.73742 321.7048 0.1058308 -0.1168828 -0.9874909 +266.7998 -181.6902 322.3556 0.1713666 0.2646047 -0.9490089 +359.3798 -458.3359 353.0209 0.4410332 -0.6995258 -0.5622752 +796.1535 -132.7498 439.5668 0.4918414 -0.3373726 -0.8026655 +355.9364 -2.129294 394.468 -0.597928 0.227657 -0.7685404 +436.7744 -347.7315 332.8592 0.4854525 -0.476415 -0.7330515 +-8.225248 -105.5559 414.0544 -0.9822322 -0.07961872 -0.1699433 +611.7917 -229.009 630.3538 -0.0522826 -0.4499674 0.8915133 +452.2293 -445.8543 525.2061 -0.1161329 -0.2977999 0.947538 +12.09046 -59.45882 481.4559 -0.5052205 -0.1327014 0.8527265 +448.5413 53.13731 684.9363 -0.6401874 -0.2435089 0.7286038 +355.7034 -533.5779 473.226 -0.1712012 -0.5227492 0.8351188 +171.7119 -351.7548 523.5177 -0.1302432 -0.2553298 0.9580415 +547.2712 -352.7184 411.124 0.4547136 -0.3975966 -0.7969645 +180.3028 -470.3062 498.0438 -0.2629641 -0.472813 0.84101 +774.2181 -296.885 603.3532 0.5467407 -0.837285 0.005321976 +240.1673 -539.4478 447.3507 0.2398058 -0.4986412 0.8329766 +733.3857 -269.6723 509.5626 0.6317272 -0.6415068 -0.4351895 +663.1398 -102.2982 382.2379 0.1849048 -0.1917532 -0.9638677 +279.6948 -534.1415 457.8229 -0.1793323 -0.5449927 0.8190377 +74.45761 -509.0069 352.0962 0.5611871 -0.4982354 -0.6609315 +166.5882 -560.299 378.6527 0.1457992 -0.4684832 -0.8713588 +530.5168 -3.936139 324.7473 0.2081016 0.08888672 -0.97406 +217.6587 -572.7507 392.4765 -0.3109046 -0.3264709 -0.8926114 +461.4649 -169.7643 324.7523 0.134915 -0.09330251 -0.9864545 +203.5606 -486.1242 323.9909 0.009969459 -0.811833 -0.5838045 +468.4624 -176.6848 326.5525 0.1546362 -0.1301868 -0.9793565 +80.68518 -71.15243 521.8901 -0.2928722 0.01690525 0.9560021 +626.4935 -131.7406 679.5264 -0.1780917 -0.5927936 0.7854165 +303.8 -295.3428 549.7625 -0.1030016 0.03267083 0.9941445 +400.1917 -502.299 411.3674 0.2979353 -0.4052033 -0.8643175 +576.3965 -163.1266 647.4543 -0.1089759 -0.3867472 0.9157242 +363.883 86.0493 584.1107 -0.9148367 -0.08538403 0.3946941 +292.1483 -148.3973 521.3168 -0.9281515 -0.1311751 0.3483213 +477.7633 -443.0327 530.36 -0.28712 -0.4071775 0.8670459 +62.16376 92.27483 419.9329 0.0625812 0.4304957 -0.9004205 +485.9649 20.62629 702.5387 -0.5536367 -0.3058283 0.7745679 +595.3083 -114.6132 680.9166 -0.434856 -0.5173359 0.7370643 +379.0637 -551.8496 433.5217 0.2792999 -0.5137137 -0.8112273 +570.4908 -141.9381 354.3074 0.4233863 -0.2208001 -0.8786304 +732.3113 -53.52892 390.5305 0.4374142 -0.1269089 -0.89026 +58.3719 -533.6537 358.8195 0.8283311 -0.3659026 0.4242439 +53.08582 -171.2036 327.8044 -0.5632256 0.504917 -0.6540915 +210.6094 -284.7063 534.9314 -0.1788007 -0.1327875 0.9748834 +342.0577 -460.3424 342.5512 0.3963121 -0.704596 -0.5886265 +565.5819 -443.4782 493.8998 0.6358641 -0.3739242 -0.6751722 +28.65128 -38.21282 396.9798 -0.3698797 0.1387872 -0.918655 +329.9666 -36.2062 409.6049 -0.690765 0.1567104 -0.7058935 +441.2342 -63.69747 629.233 -0.4372763 -0.3561432 0.8258035 +58.26133 -460.0349 254.9538 0.3843991 -0.9023929 -0.1947422 +315.7473 -100.2548 390.0134 -0.6751381 0.2191637 -0.7043833 +293.3601 -206.3266 538.5187 -0.733216 0.06266469 0.6771021 +349.217 -279.5176 305.0097 -0.01830485 0.2723158 -0.9620338 +739.5596 -295.4525 549.2236 0.5086908 -0.8260205 -0.2427423 +290.7713 -472.275 505.8588 0.003146465 -0.6514017 0.7587265 +107.0985 -243.9894 288.0337 0.7417554 0.1070008 -0.6620799 +117.2677 104.9086 529.6489 -0.8291241 0.3256172 0.454452 +822.2695 -251.4921 577.9894 0.4686244 -0.6811203 -0.5625533 +318.6956 -166.8455 536.5433 -0.8667917 -0.4553215 -0.203358 +599.3193 -81.42455 712.7801 -0.4101249 -0.5030236 0.760766 +8.786243 -264.6496 426.8587 -0.9939159 -0.1030068 0.03899763 +55.70723 103.4007 424.9716 0.07086007 0.4965261 -0.8651246 +580.6272 -280.2023 604.6488 -0.2169219 -0.4390213 0.8718975 +321.1093 -280.2364 303.4237 0.0291 0.2288976 -0.9730154 +398.416 13.6095 355.9528 -0.6879371 0.1483369 -0.7104497 +-3.299344 -102.7702 465.8751 -0.4924838 -0.04150949 0.8693311 +14.75451 -289.7436 380.106 -0.980795 -0.08907074 -0.1735155 +418.8301 43.13612 653.8542 -0.6982903 -0.1809027 0.6925784 +480.1613 -475.8052 446.5216 0.4173848 -0.4992731 -0.7592867 +357.3091 -174.1596 337.4045 0.1600078 0.4809703 -0.8620122 +559.2303 -150.1653 350.9617 0.4024029 -0.2287352 -0.8864266 +307.1755 -512.1412 478.9039 -0.2235562 -0.5825838 0.7814209 +254.8095 -201.2971 315.8282 0.1380965 0.1778894 -0.9743125 +360.0221 -496.7253 389.122 0.3642943 -0.3708153 -0.8542749 +335.6497 116.73 451.9866 -0.9305698 0.3587463 0.073081 +157.1246 -476.308 485.9296 -0.3158796 -0.5562906 0.7686096 +306.9516 -147.6398 352.9448 0.8229402 0.3755521 -0.4262981 +523.1384 -494.8176 493.4902 0.856824 -0.2763164 -0.435318 +21.23321 103.031 411.6091 0.8444054 0.2421178 -0.4778687 +314.7486 -580.8244 435.3724 0.5765408 -0.4688469 0.6691661 +592.1925 28.51625 341.2927 0.3107647 0.01947384 -0.9502874 +39.10133 -548.6156 359.6376 0.9036425 -0.1517573 0.4004996 +167.4385 110.4208 487.7049 0.8453451 0.5334676 -0.02835185 +279.8698 -177.1086 326.2252 0.2036483 0.2788431 -0.9384956 +357.9376 -351.8676 571.1626 -0.07184459 -0.3205234 0.9445121 +787.4612 -122.9197 431.373 0.442309 -0.2080869 -0.872389 +35.72606 142.3527 523.5815 0.6084182 0.486348 0.6271307 +350.9175 -455.7418 520.8014 -0.06395581 -0.5402471 0.8390726 +529.5631 -422.357 449.5506 0.5592272 -0.5100656 -0.6535273 +213.08 -76.32122 382.2732 0.2383579 0.7660799 -0.5969147 +299.1236 -56.79805 476.765 -0.9259115 0.3175031 0.2046453 +570.215 -12.33396 334.1098 0.2773137 -0.02482054 -0.9604588 +181.7137 -592.5441 403.2635 -0.266149 -0.7938874 0.5467244 +307.0353 -2.922885 455.0224 -0.9624841 0.1466945 -0.2282655 +456.547 -213.1833 325.3298 0.1992062 0.05603286 -0.9783543 +367.1019 61.62917 587.6146 -0.8775367 0.005739573 0.4794751 +85.8839 -323.3024 283.9072 -0.4469558 -0.04932597 -0.8931951 +137.7649 58.43188 518.8239 0.611272 -0.2521431 0.7501803 +195.8736 -441.9603 514.5533 -0.3972433 -0.3035812 0.8660463 +542.1194 -472.3661 492.6514 0.4866934 -0.5219001 -0.7005354 +104.8139 -267.2535 285.2594 0.2713372 0.06961447 -0.9599635 +269.2687 -361.2975 545.3394 -0.3332694 0.05536138 0.9412048 +197.0099 -232.8386 539.9724 -0.1151747 -0.1481874 0.9822298 +36.25854 -138.4861 360.9467 -0.7705387 0.2250528 -0.5963399 +58.53614 -337.0963 303.4756 -0.618678 0.03680449 -0.7847821 +715.0439 -126.0031 402.7586 0.3117148 -0.2448841 -0.9180771 +311.7933 -433.1853 307.0866 0.2765445 -0.3383809 -0.8994562 +311.609 -102.1042 519.4043 -0.5978521 0.3474564 0.7223898 +92.06987 -438.0391 252.8275 0.4762069 -0.4271123 -0.7686365 +495.0048 -472.1681 452.7529 0.7409385 -0.6259443 -0.2433188 +600.7882 -256.3143 614.419 -0.2301978 -0.4431262 0.8663996 +-25.04752 66.72952 532.2872 -0.24774 0.960521 0.1265872 +411.1234 65.29048 652.9883 -0.7326038 -0.211534 0.6469506 +449.3304 114.5365 345.0695 -0.4960223 0.2734844 -0.8241165 +247.1975 -536.685 375.4197 0.1178824 -0.5452577 -0.8299384 +758.5933 -224.9335 654.3732 -0.1706932 -0.488361 0.8557847 +59.56346 -520.8093 505.1898 0.7623312 -0.3528684 0.5425265 +389.8611 -19.75684 356.4709 -0.6757227 0.1938725 -0.7112048 +399.0171 132.2856 395.3814 -0.6207228 0.3637848 -0.6945242 +476.3479 -487.7243 510.2903 -0.2276353 -0.3414221 0.9119282 +234.8438 -337.1557 532.7618 0.1669724 -0.4669338 0.8683853 +-16.10856 20.66854 507.5391 -0.3229629 -0.4374411 0.8392498 +508.9781 -26.61546 690.0577 -0.6199907 -0.7828783 -0.05208746 +170.9445 14.69117 500.5627 0.474704 0.2257471 0.8507023 +462.8647 -247.0523 616.8931 -0.3363698 -0.2377667 0.9112203 +56.11121 -470.9654 489.3121 -0.9786201 0.131967 -0.1577573 +535.9891 -122.7834 334.2979 0.3244942 -0.1972217 -0.9250984 +55.52075 -165.8036 329.8438 -0.4375704 0.5066784 -0.7428386 +679.2146 -374.4789 560.8683 0.7854306 -0.39611 -0.4756004 +204.8755 -110.8441 519.4807 0.14513 0.6255029 0.7666051 +230.5358 -426.9998 530.8303 -0.1635022 -0.3107304 0.9363299 +477.7811 -72.49485 318.0472 0.06888221 -0.03635678 -0.9969621 +566.9923 -230.2106 626.6455 -0.003663992 -0.378278 0.9256848 +222.2246 -357.1855 529.1189 -0.3658002 0.1952778 0.9099762 +562.2557 -369.757 569.1536 -0.2302052 -0.2087978 0.9504783 +16.86784 -79.04031 488.2111 -0.6665922 -0.03164938 0.7447504 +5.214247 48.76896 403.9605 0.2118878 0.1390332 -0.9673538 +653.7122 -357.5062 518.0334 0.7127087 -0.5617076 -0.4201557 +214.6019 -53.13358 405.7047 0.6540612 0.5092115 -0.5593815 +442.0216 -544.8068 473.3076 0.9185321 -0.2188148 0.3292704 +251.0643 -90.25347 398.7075 0.4376867 0.8870047 0.1471495 +486.2701 -220.7019 627.0529 -0.2310958 -0.1584317 0.9599448 +76.17199 -15.1785 390.6238 -0.07214997 0.4837505 -0.872227 +589.2417 -335.7767 580.8022 -0.0291141 -0.1620492 0.9863531 +69.27843 137.9736 476.4551 0.9307674 -0.1577875 0.3298109 +17.46686 -367.5327 432.4203 -0.9755104 -0.1968471 0.09813593 +-1.899471 95.04926 531.1145 -0.9233568 0.1524073 0.3523979 +233.3504 -507.2416 354.6504 0.1804093 -0.3645538 -0.9135388 +679.776 -210.5899 640.4086 0.1297853 -0.3269101 0.9361013 +465.4485 -334.6304 588.2032 -0.1296589 -0.3215795 0.9379633 +540.0833 -473.6218 492.3866 0.4586476 -0.546014 -0.7010785 +421.4069 -36.76277 627.5844 -0.4842267 -0.2168754 0.8476376 +213.6826 -336.526 295.7035 -0.08192899 0.1445157 -0.9861048 +290.5986 -145.938 341.6438 0.2582218 0.516616 -0.8163513 +522.2396 -254.665 349.3242 0.454941 -0.1727083 -0.8736135 +326.627 10.79835 525.9675 -0.7821626 0.08969753 0.6165841 +18.69711 -499.325 360.3354 -0.8920366 -0.1010606 -0.4405196 +145.569 -495.2111 343.1894 -0.1019034 -0.5095772 -0.8543693 +210.5328 -565.4005 425.6042 -0.2423784 -0.5263575 0.8149849 +68.03168 -310.2639 526.7333 -0.2714279 -0.4810771 0.8336016 +340.2114 -439.3679 322.4086 0.417802 -0.509073 -0.7525198 +658.3728 -115.7925 709.5229 -0.1895547 -0.654287 0.7321049 +240.9601 -419.9502 534.8077 -0.1544803 -0.2640436 0.9520593 +589.6565 -335.1287 428.4052 0.5471175 -0.4597133 -0.6995185 +90.09433 -127.7837 332.0647 -0.2920862 0.5328103 -0.7942284 +767.489 -266.5573 547.7762 0.6219437 -0.5540587 -0.5533579 +-3.286948 -191.621 447.8214 -0.98904 -0.1449749 -0.02796901 +381.631 -278.2799 306.7652 0.1848763 0.2834588 -0.9409952 +-6.614564 13.15769 505.8029 -0.09322868 -0.4118465 0.9064717 +77.88229 -519.9801 497.5305 0.3470105 -0.5998976 -0.7209067 +199.8935 -406.0786 525.7411 -0.398524 -0.09831268 0.9118735 +56.64704 -466.9884 489.8959 -0.980915 0.1835097 -0.06426455 +658.2144 20.95463 351.8974 0.1979023 -0.1320505 -0.9712864 +75.30867 -506.177 395.3174 0.7552341 -0.4580763 0.4688151 +260.0175 -313.7877 298.8339 0.05520831 0.1655324 -0.9846578 +34.23752 -442.2602 261.2653 -0.3818017 0.7309218 -0.5656684 +36.82108 -344.5838 483.3969 -0.6378667 -0.1565179 0.7540744 +561.4885 -184.7337 359.0456 0.3724216 -0.08497792 -0.924165 +300.3341 -473.2745 335.0241 0.3031707 -0.6913584 -0.6558286 +406.4675 -210.3082 323.5864 0.1150248 0.1451673 -0.9826982 +352.1829 -275.1407 577.2708 -0.2775353 0.1075688 0.9546743 +268.3624 -269.5498 305.1951 0.04415896 0.2443185 -0.968689 +116.1829 -184.5025 540.2596 -0.02677449 -0.05605875 0.9980684 +563.2761 -107.8235 341.9009 0.3985211 -0.2163128 -0.8912855 +483.1188 35.20632 706.3354 -0.5849816 -0.2721825 0.7640113 +494.0257 -373.693 568.4296 0.1244803 -0.5269083 0.840757 +56.34416 -533.5822 352.8385 0.5486026 0.2843731 -0.786236 +0.5498839 -210.3726 438.9001 -0.9799783 -0.1560493 -0.1236575 +442.8704 -396.1505 559.1938 0.02458037 -0.5146091 0.8570725 +56.77832 126.3805 502.0645 0.9965674 -0.08099838 -0.01711145 +362.9267 -413.712 318.7227 0.3156771 -0.3767508 -0.8708655 +79.20422 -57.90393 520.5327 -0.3403203 0.0215757 0.940062 +130.9185 -295.447 525.3758 -0.06301216 -0.1241464 0.9902611 +288.7873 -555.7368 398.3629 0.1921724 -0.5247472 -0.8292829 +57.44174 -225.0785 282.9989 -0.1027617 0.7193143 -0.6870422 +368.9075 -350.5001 303.9773 0.2863191 -0.2192202 -0.9327185 +290.4267 -589.9519 429.8128 -0.07729439 -0.7826314 0.6176679 +328.8303 -169.9955 545.5408 0.2806827 0.4685227 0.8376775 +387.5288 -500.2967 493.0015 -0.03827219 -0.4792522 0.8768424 +281.6957 -522.0573 469.9005 -0.08149786 -0.9224308 -0.3774648 +502.5249 -74.35652 659.0891 -0.4159714 -0.3888659 0.8220409 +27.55504 -404.5366 401.3603 -0.9339264 -0.3573207 -0.01016966 +485.1799 -229.2316 625.5613 -0.2151627 -0.1363377 0.9670145 +641.8297 -347.0049 493.6248 0.6178355 -0.5702729 -0.5413576 +791.4044 -251.4486 557.7015 0.6788189 -0.5881562 -0.4396331 +375.5756 -82.70895 353.057 -0.6391171 0.2220468 -0.736359 +561.4545 -429.353 478.0696 0.7634191 -0.5196381 -0.3836243 +126.9594 -115.6955 325.6094 0.2904218 0.4073177 -0.8658796 +29.09921 -347.8476 336.0098 -0.8909563 -0.09958605 -0.4430342 +185.1837 -239.5345 537.5974 -0.1034178 -0.147245 0.9836786 +30.35544 -32.2206 397.2916 -0.2922376 0.1215115 -0.9485948 +136.2566 -489.3943 457.2237 -0.4180001 -0.8298213 0.3696926 +418.0586 -51.36573 621.4874 -0.483452 -0.2926975 0.8249863 +275.6042 -399.4525 292.2202 0.1559572 -0.1590124 -0.9748807 +136.448 -179.1094 540.8073 -0.01600184 0.0003403923 0.9998719 +515.9077 -246.4767 344.8183 0.4329948 -0.1158933 -0.8939151 +214.9052 -279.041 301.256 0.04002051 0.1704233 -0.9845579 +306.653 -110.1159 519.7864 -0.8738962 -0.01922157 0.4857323 +378.0812 -242.027 584.7274 -0.3943617 0.1009135 0.9133976 +182.5517 -402.8122 516.5145 -0.5203598 -0.04046554 0.8529878 +13.70215 52.17603 406.5018 0.3384846 -0.1472943 -0.9293721 +66.91772 114.4146 461.4236 0.993626 0.006224082 0.1125551 +120.2397 -342.8951 291.0325 -0.07230721 0.1904553 -0.9790294 +647.3163 -105.5268 379.173 0.2672062 -0.1025718 -0.9581649 +448.4171 -455.4633 521.3529 -0.2726305 -0.4159225 0.8675719 +144.9685 -58.21616 358.3735 0.100155 0.344451 -0.9334466 +332.4908 -401.0682 303.9173 0.2302939 -0.2190241 -0.9481525 +-43.8461 109.8055 488.2958 -0.8111479 0.577947 -0.08953393 +-11.42773 -21.93121 484.3194 -0.5659775 -0.3966457 0.7227321 +193.3425 -156.2744 321.4197 0.04464964 0.2477493 -0.9677948 +101.1337 -527.9616 402.6475 -0.5352968 -0.2682712 0.8009294 +216.8318 -478.8052 499.3181 -0.1217531 -0.700413 0.7032765 +697.5588 -196.5209 417.5871 0.3704562 -0.3737104 -0.8503545 +270.1952 -266.7103 544.0444 0.1642774 -0.07750317 0.9833647 +666.0188 -116.9636 710.2473 -0.156423 -0.6530342 0.7409981 +111.898 -268.225 288.1038 0.4885227 0.2368407 -0.8397928 +47.84756 120.4589 520.4394 -0.459588 0.09909749 0.8825863 +9.628702 -244.9884 489.6799 -0.9834114 0.1235188 -0.1328355 +532.5426 -186.4433 347.8407 0.3709391 -0.1243545 -0.9202935 +746.4796 -297.6524 564.3168 0.7101877 -0.5114432 -0.4837967 +157.8975 -65.72939 357.8327 0.2067443 0.3720129 -0.9049106 +213.9863 -344.2281 294.6245 -0.09900343 0.1072419 -0.9892914 +84.771 -175.6879 314.7566 -0.3668955 0.3019792 -0.8798842 +321.8071 -69.62642 534.8671 -0.8588997 0.07535798 0.5065693 +694.6744 -360.7721 586.9503 -0.04589053 -0.4606773 0.8863806 +164.5879 44.11575 464.2397 0.8167821 0.5710369 0.08236395 +59.08128 -17.43409 392.4319 -0.1518076 0.1077102 -0.9825238 +380.9909 -220.1417 321.686 -0.5785097 0.07931773 -0.8118098 +342.575 -543.2468 409.8076 0.3413897 -0.4777988 -0.8094203 +298.041 -301.3749 550.8751 0.3672054 -0.1789499 0.9127635 +404.6952 26.83741 353.8798 -0.626349 0.2225072 -0.7471128 +37.02802 -439.5396 262.5718 -0.154791 0.5786107 -0.8007805 +527.5095 -334.142 584.9464 0.03999047 -0.3878162 0.9208688 +17.83456 -279.2337 361.3369 -0.9770685 -0.07745916 -0.1983357 +55.73159 -432.6681 281.6804 -0.4270277 -0.1886734 0.8843358 +108.592 -361.0826 519.2113 0.04721478 -0.5067313 0.8608101 +338.2757 -293.0996 571.9676 -0.2946852 0.07229779 0.9528555 +13.15808 -199.9689 360.3596 -0.906057 0.03227644 -0.421923 +753.4723 -288.0155 558.7744 0.1822767 -0.9829688 0.02340064 +-15.80644 -75.28736 433.1783 -0.9636245 -0.1701771 -0.2060763 +793.2745 -219.2397 510.9829 0.5804886 -0.6926973 -0.4280227 +81.93016 77.06555 480.2128 -0.9936432 -0.09543698 -0.05970718 +645.2383 -295.2029 443.8909 0.5385252 -0.5195203 -0.6633922 +261.4252 -330.8354 541.541 -0.3459747 0.0680901 0.9357699 +393.168 -180.9005 588.776 -0.417963 0.0665997 0.9060196 +685.746 -342.0227 535.41 0.6005095 -0.6120021 -0.5146279 +134.2007 66.43163 523.4353 -0.0716552 -0.2791718 0.9575639 +769.8911 -181.8969 454.3774 0.6963746 -0.2627205 -0.6678625 +411.4706 -205.7211 600.4061 -0.4634074 0.09514817 0.8810223 +159.4525 85.63747 517.5368 0.553441 -0.04339684 0.8317571 +-40.35563 114.0278 484.5527 -0.7127295 0.6615767 -0.233094 +694.9758 -230.9697 433.2784 0.4597419 -0.4596117 -0.7598647 +103.9477 -102.2587 344.1557 -0.4603101 0.6156498 -0.6396015 +325.3744 -162.3149 350.69 0.4302763 0.4953087 -0.7546731 +-7.259661 101.2625 517.7509 -0.8755625 -0.1876059 0.4451902 +580.5287 -382.9729 461.5851 0.6016119 -0.5598063 -0.569807 +566.0301 -424.4184 480.228 0.2803953 -0.7711338 -0.571604 +160.9178 -220.3079 307.3307 0.0851215 0.1321493 -0.9875681 +162.8749 30.31984 443.8845 0.3553561 0.6482801 -0.6733906 +313.2822 19.45659 501.1896 -0.9301617 0.1324325 0.3424335 +733.4926 -157.1087 420.0549 0.3214749 -0.3543226 -0.8781283 +238.8362 -119.3491 337.7274 0.1236526 0.4498273 -0.8845142 +101.0832 48.80589 404.4424 0.03290217 0.4827986 -0.8751131 +28.22661 -334.6879 476.3056 -0.798458 -0.1008657 0.593541 +410.1997 -73.93311 330.4357 -0.4590042 0.1167012 -0.8807361 +345.3355 -527.0505 475.2382 -0.1871952 -0.574773 0.7966141 +68.21828 -84.95552 363.7954 -0.4701414 0.2664769 -0.8414019 +368.6121 -421.5619 325.4788 0.3892338 -0.4601662 -0.7979625 +-8.625609 146.7634 494.7275 -0.7223538 0.6860631 0.08673212 +-5.231031 -105.1862 403.3723 -0.9276751 -0.02236138 -0.3727182 +101.8745 -27.18087 530.5378 -0.09970243 0.147945 0.9839572 +22.48108 -490.2444 351.2426 -0.7566584 -0.2587917 -0.6004123 +612.3365 -286.5568 415.0822 0.4298737 -0.4030472 -0.8079367 +76.02473 -461.8318 456.7395 -0.4740754 -0.6777543 -0.5620513 +28.07866 -404.6617 392.7554 -0.9437661 -0.3305914 0.003860622 +283.0202 -322.2432 295.8098 -0.02264546 0.2104248 -0.9773477 +66.84367 -398.7636 286.4573 0.02554632 -0.04270644 0.998761 +384.213 -362.1339 564.7026 0.1036664 -0.4415233 0.891241 +29.63385 -364.6201 340.2954 -0.8861979 -0.1933175 -0.4210483 +142.2114 -302.7949 525.1241 -0.06240135 -0.1240343 0.9903139 +36.55661 -102.7961 376.9162 -0.8458878 0.1752821 -0.503736 +365.5646 -23.65576 380.0189 -0.6795498 0.1871434 -0.7093585 +377.3152 93.37323 404.0132 -0.1493974 -0.5809712 -0.8000955 +583.3101 -185.9562 639.7335 -0.1147551 -0.07437763 0.9906055 +282.0141 -128.8347 500.948 0.1591719 0.797664 0.5817186 +198.1281 -57.30954 501.3876 0.5391158 0.1783906 0.8231226 +489.2663 -503.5191 507.1912 -0.2204143 -0.3344339 0.9162813 +317.7628 -544.9966 400.8289 0.2290569 -0.5518643 -0.8018596 +379.7933 -467.4507 511.239 -0.003857651 -0.5241846 0.8515959 +349.6777 -339.842 297.5067 0.1361888 -0.08629016 -0.9869177 +558.8365 -5.372133 331.0504 0.2596705 0.01892583 -0.9655118 +189.2881 -434.1856 513.5163 -0.4837912 -0.277881 0.8298965 +222.1154 -245.7031 541.0543 -0.09236689 -0.1002121 0.9906694 +678.2538 -288.3863 468.3746 0.6783795 -0.4974928 -0.5406498 +738.2101 -199.6375 444.105 0.1758652 -0.6841496 -0.7078211 +169.1116 86.59466 504.2775 0.9239986 -0.1168889 0.3640928 +394.7129 -157.8025 590.3619 -0.4287454 -0.04378054 0.9023639 +498.1471 -456.0948 526.7382 -0.1394433 -0.3483092 0.92695 +231.2325 -524.1368 362.3629 0.1972242 -0.6743441 -0.7115916 +246.5604 -286.1731 300.3308 -0.002518482 0.2449874 -0.969523 +104.8425 -521.0396 406.4988 -0.4348123 -0.2036647 0.8771881 +426.6808 -215.7846 606.2911 -0.1769761 0.002528591 0.9842119 +259.8192 -525.3831 368.4254 0.2925121 -0.6483389 -0.7029178 +712.912 -203.7508 655.095 -0.4736495 -0.658541 0.5847906 +133.3371 -480.0753 469.416 -0.4690765 -0.663116 0.5833047 +552.095 -195.9374 636.3235 -0.05671159 -0.1549119 0.9862992 +309.6758 -71.59929 512.6252 -0.8466164 0.2493914 0.4701539 +14.9718 -274.9005 373.4149 -0.9805414 -0.0800366 -0.1792556 +420.6202 60.3138 661.5873 -0.7011369 -0.2521349 0.6669595 +674.6259 -238.0236 426.1889 0.3942997 -0.4846967 -0.7807668 +44.77048 144.1702 498.2964 -0.4889947 0.8274711 0.2759994 +382.5264 -20.74743 605.4542 -0.6327507 -0.01125982 0.7742736 +569.6263 -339.0479 417.0842 0.4711732 -0.4274149 -0.7715648 +589.7559 -217.4778 378.1127 0.4856806 -0.2949602 -0.8228686 +273.5677 -132.8554 340.8246 0.3346466 0.3929363 -0.856512 +279.7123 -528.9949 461.2766 -0.1109925 -0.5080209 0.8541635 +19.13716 -286.9178 357.5998 -0.9799432 -0.06311566 -0.189018 +232.9391 -120.3083 336.4021 0.1075026 0.3893012 -0.9148157 +550.3855 -482.3163 509.5007 0.7859229 -0.4056313 -0.466678 +556.032 -104.5588 338.0998 0.3616776 -0.1832465 -0.9141171 +160.8113 62.39986 490.9419 0.5337817 -0.8451882 0.02709161 +270.2336 -512.8253 365.3085 0.3614382 -0.4546776 -0.8140213 +575.7195 -341.9927 422.946 0.5006282 -0.4614544 -0.7324145 +47.66636 48.72192 412.5849 0.0757954 0.3034779 -0.9498191 +208.8057 -87.76047 501.6786 0.499444 0.3622513 0.786975 +553.5455 -386.5442 437.2853 0.5827338 -0.5201932 -0.624356 +522.0419 -49.75601 322.1356 0.1917595 -0.01400375 -0.981342 +484.5461 -156.3486 626.5911 -0.3817762 0.06440173 0.9220083 +58.11906 -457.4361 485.7644 -0.9887719 0.1483984 0.01754899 +324.9449 -301.4815 563.2037 -0.4774609 0.1873998 0.858436 +601.1872 -424.9991 552.9543 -0.1333028 -0.3408358 0.9306241 +423.509 -245.7316 316.671 0.05830584 0.2635434 -0.9628838 +400.8162 -388.0731 328.0198 0.4827125 -0.2538593 -0.8381791 +275.7832 -306.1308 300.3808 -0.06715002 0.2638088 -0.9622348 +376.5517 -308.4317 583.7625 -0.2200914 -0.140928 0.9652456 +117.3213 -59.06108 361.2582 -0.4311343 0.1938474 -0.8812187 +700.5436 -202.0242 421.6506 0.4063494 -0.4028584 -0.8201129 +543.3646 -310.3724 592.1598 -0.01319615 -0.3086443 0.951086 +399.8749 -63.36179 606.3355 -0.4534825 -0.2725159 0.8485804 +96.02823 37.12094 534.2285 -0.08757086 -0.07313831 0.9934698 +768.8663 -287.0743 579.4656 0.781257 -0.4543504 -0.4280225 +-4.206679 -147.174 420.5628 -0.9824503 -0.1224073 -0.1407403 +678.7423 -299.3405 480.0953 0.616958 -0.5910463 -0.5196414 +621.0566 -405.9451 524.054 0.6673323 -0.4959247 -0.5556315 +16.89632 84.03288 404.4028 0.5975627 -0.07881643 -0.7979391 +686.9093 -337.1014 530.0042 0.4366125 -0.8582632 -0.2697291 +724.2268 -240.0186 460.3607 0.578383 -0.4901052 -0.6521273 +308.2124 -14.59297 444.5499 -0.9083821 0.1860031 -0.3744929 +294.863 -103.0463 405.4958 -0.8375018 -0.05081335 -0.544067 +364.1884 -296.464 299.816 -0.0073278 0.1617843 -0.9867989 +435.6906 55.40364 343.8704 -0.5560414 0.2360055 -0.7969438 +447.4628 -157.4461 609.3094 -0.4091451 0.1653929 0.8973547 +170.88 -563.531 415.096 -0.222784 -0.3557835 0.9076263 +124.6716 -485.1376 338.5778 -0.1124661 -0.4771763 -0.8715814 +131.3732 -87.56588 531.2853 0.1948385 0.05839213 0.9790956 +4.798437 -38.78782 407.5613 -0.09740078 -0.005672217 -0.9952291 +481.5934 -250.7106 620.4658 -0.1419091 -0.2781668 0.9499922 +37.45267 -318.331 488.2684 -0.606311 -0.1489921 0.7811455 +402.6392 50.22293 362.506 -0.6092203 0.2822348 -0.7410764 +337.3824 -114.872 556.0852 -0.8142334 -0.2272099 0.5342281 +0.5487124 24.89637 402.0527 -0.1585868 -0.2287491 -0.9604812 +105.2627 -217.5789 298.9029 0.4000086 0.1278073 -0.9075563 +429.9737 -531.0275 484.6212 0.08516321 -0.254667 0.9632715 +275.9294 -294.3607 302.9039 0.1314858 0.1121831 -0.98495 +17.66983 154.7682 506.4133 -0.2518235 0.9353281 0.2484881 +-31.67775 18.31176 498.1965 -0.7245887 -0.4600342 0.5131665 +272.4052 -383.1655 546.1556 -0.2100012 -0.03234755 0.9771659 +13.21554 -299.8955 405.6847 -0.9915778 -0.115024 -0.05952262 +192.4966 -326.9928 295.8662 0.0666708 -0.2189925 -0.9734461 +193.6944 -561.2408 423.7259 -0.349558 -0.3581451 0.8657606 +309.7841 -560.7537 447.9077 0.3573684 -0.43293 0.8275623 +150.521 -194.5281 540.9446 -0.03603271 -0.08042571 0.9961091 +7.89376 -227.5399 390.769 -0.9807463 -0.06569043 -0.183906 +61.60912 -215.8519 291.4341 0.6351022 0.7455586 0.2019592 +319.0106 -350.8914 562.397 -0.3030606 -0.08081909 0.9495381 +25.01112 139.113 446.5829 -0.2114619 0.3076734 -0.9276966 +647.8324 -99.1024 378.4941 0.2428257 -0.1508984 -0.9582616 +104.9689 -499.3153 517.131 -0.03003433 0.1500373 0.988224 +344.8177 -261.7773 570.9148 -0.9172678 -0.02585394 0.3974308 +254.284 -429.4651 295.517 0.05656994 -0.1993217 -0.9782999 +409.6953 76.88939 369.7947 -0.4733724 0.3502432 -0.8082378 +115.0887 89.30048 424.5363 -0.4768326 0.4650011 -0.7459254 +67.64002 147.7525 478.4048 0.8549611 0.1576839 0.4941429 +309.6157 -552.8713 402.9556 0.3995812 -0.5316352 -0.7467924 +708.6537 -304.2201 601.5445 -0.1373759 -0.3889639 0.9109527 +558.4344 -352.7649 574.2407 0.03892359 -0.4308886 0.9015653 +24.13661 -266.9727 331.3742 -0.9322188 -0.08842176 -0.3509268 +-6.518639 -158.0714 455.0334 -0.9500647 -0.1131702 0.2908085 +49.02663 -35.41121 513.6568 -0.1731234 -0.01838952 0.9847285 +3.417177 -167.008 383.7933 -0.9667889 -0.07019345 -0.245748 +473.4591 -534.6418 490.9707 0.3388081 -0.7807638 0.5249923 +366.014 -200.3909 326.8398 0.3391196 0.3696034 -0.8650961 +22.50556 -229.9821 335.7713 -0.9662884 0.09240861 -0.2403065 +124.5306 -127.6451 529.7343 -0.04152497 0.0495488 0.9979081 +394.2964 69.32694 633.2197 -0.7923905 -0.1725302 0.5851073 +129.1374 -326.2358 284.0468 0.1010809 -0.4898736 -0.8659137 +13.04875 67.98752 403.2375 0.268817 -0.05817231 -0.9614329 +155.4592 -458.7957 493.0275 -0.3787563 -0.2007178 0.9034689 +132.1543 -394.2026 271.5483 0.31348 0.2996042 -0.9010925 +544.2188 -299.6552 595.1837 0.05644156 -0.1891292 0.9803287 +11.09588 -277.3341 432.9836 -0.9866772 -0.1221402 0.1074698 +177.7023 -531.5735 363.9433 0.01100228 -0.4912724 -0.8709365 +519.7344 -473.9553 477.1718 0.884753 -0.1931086 -0.4241712 +521.6649 110.554 325.3059 0.06625909 0.04695904 -0.9966968 +-5.590816 125.5757 440.8785 -0.6072307 0.1708732 -0.7759338 +581.7845 -193.9611 368.1483 0.3990417 -0.1107731 -0.910217 +117.2758 -216.277 303.1519 0.1316141 0.08261506 -0.9878525 +406.0101 -147.1211 596.4879 -0.3671769 -0.100362 0.9247208 +447.4727 29.16209 332.3144 -0.2657083 0.210236 -0.9408506 +328.9255 -157.8206 348.6833 -0.8176919 0.08791191 -0.5689037 +305.8603 -58.72025 497.6275 -0.9380431 -0.02184376 0.3458293 +67.96343 -455.9919 458.761 -0.6695123 -0.4985579 -0.55063 +138.1169 20.78855 410.4496 0.4230517 0.5200565 -0.742003 +39.82296 -427.2253 416.3684 -0.8336759 -0.5086713 0.2150303 +186.3126 -167.3756 318.3235 0.0523826 0.2325505 -0.9711726 +487.0953 -117.9373 322.2939 0.1628582 -0.1566416 -0.9741359 +205.7405 -175.3208 317.1636 0.02358683 0.2240575 -0.9742904 +646.4945 -382.8561 532.6177 0.6480146 -0.5101423 -0.5655368 +40.15793 -444.002 236.7017 -0.7210431 0.6877006 0.08464594 +557.876 -459.2185 497.5274 0.740916 -0.3971021 -0.5416211 +56.86204 -533.0001 353.3488 0.5576493 0.2093903 -0.8032328 +470.6003 -6.065309 321.5878 -0.03537688 0.1475634 -0.9884197 +284.0497 -190.1852 533.4154 0.02416802 0.3406099 0.9398941 +148.1192 -372.6194 282.704 0.3285182 0.3989999 -0.8560811 +669.1929 -369.7328 544.9037 0.5838761 -0.5505603 -0.5966339 +77.34441 -349.1928 513.9677 -0.2616429 -0.3053886 0.9155768 +69.4837 -400.0461 261.44 -0.8107348 0.5784777 0.08984749 +303.4437 -395.9038 296.3572 0.2049107 -0.1328671 -0.9697205 +412.2667 99.78879 370.3051 -0.4522456 -0.6246036 -0.6366666 +65.80263 -456.2918 504.864 -0.7313748 0.4405972 0.5205429 +79.50137 -320.6684 523.8562 -0.07439894 -0.3539424 0.9323034 +457.9838 -17.24066 321.6714 -0.1937951 0.118342 -0.9738781 +381.7391 -139.6412 586.3442 -0.417107 -0.1284571 0.8997335 +703.8768 -209.594 427.245 0.4067796 -0.4631193 -0.7874331 +102.4763 -111.2493 528.2123 -0.2841025 -0.02046447 0.9585755 +685.0302 -290.3158 604.2429 0.3365812 -0.4944333 0.8014043 +37.39365 -89.58112 380.3052 -0.5952287 0.2199438 -0.7728696 +674.0297 -380.5226 560.1892 0.5821023 -0.6148147 -0.5321277 +498.0967 -347.3872 581.4795 0.02434118 -0.315108 0.9487436 +240.4819 -107.4222 453.9957 0.8409936 0.4996751 0.207496 +300.1326 -85.49023 414.7681 -0.5759212 0.6843964 -0.4471201 +19.43673 -368.6633 388.5207 -0.978034 -0.1665807 -0.1253011 +167.2863 69.91319 477.8984 0.8150426 -0.5450288 -0.1965941 +546.8609 -452.1107 481.8188 0.5716591 -0.3986959 -0.7171105 +33.48126 -502.7991 410.5914 -0.2588409 -0.6082464 0.7503583 +249.8524 -376.374 540.5152 -0.2897101 0.03362818 0.9565235 +82.46375 -411.9493 301.8043 -0.8878147 -0.01807082 0.4598462 +408.1327 -257.1072 600.1688 -0.3593456 -0.07600216 0.9301045 +630.6453 -416.1151 543.9206 0.7704074 -0.4504454 -0.4511889 +239.065 -478.3695 318.6225 0.1386869 -0.7178941 -0.6821979 +269.7201 -529.5704 458.8953 -0.008859329 -0.4824683 0.8758687 +338.2911 29.71532 417.5336 -0.6592785 0.2319561 -0.7152259 +158.8853 29.42458 501.2823 0.1528195 0.1435552 0.977772 +-30.28199 -25.70952 446.5728 -0.9846929 -0.05985155 -0.1636999 +306.4946 -329.4719 294.8608 0.01819684 0.07812156 -0.9967778 +713.159 -97.14095 396.2158 0.4562055 -0.1211064 -0.881595 +775.4246 -259.5486 633.5577 -0.1970405 -0.505299 0.8401476 +327.4349 79.41526 455.856 -0.9093009 0.2600664 -0.324865 +128.7702 148.2184 484.1189 -0.7879753 0.5862166 0.1882683 +189.5827 -45.58561 504.7594 0.5299804 0.1722561 0.8303305 +544.2503 -431.9745 542.5198 -0.1743031 -0.3519007 0.9196653 +213.9187 -313.6661 294.8418 0.01959562 0.04410249 -0.9988348 +519.3449 -338.4798 391.7749 0.4328703 -0.3720179 -0.8211127 +171.3222 -421.9892 295.8828 0.1461285 -0.1899629 -0.9708555 +253.7566 -406.8904 289.9931 0.1532158 -0.2740673 -0.9494272 +191.1353 -408.3912 291.5802 -0.2643715 -0.1373425 -0.9545915 +128.7365 -389.7582 272.451 0.1728256 0.4454887 -0.8784481 +190.5654 -484.0565 321.5801 -0.06781939 -0.8016801 -0.5938935 +402.0778 76.71759 374.5414 -0.529895 0.3545088 -0.7704121 +396.8776 -486.7884 500.874 -0.1774507 -0.6587952 0.7310952 +745.5937 -292.9479 557.8953 0.7311481 -0.5142801 -0.4482616 +664.7369 -116.1097 384.9677 0.2413288 -0.1417787 -0.9600308 +485.7498 -387.1779 559.9993 0.1152001 -0.5622735 0.8188879 +321.6798 -60.5919 409.9602 -0.6571038 0.3026359 -0.6903812 +324.9065 -18.33417 418.5826 -0.7530273 0.1405063 -0.6428126 +140.5611 -278.3964 528.4152 -0.0315198 -0.1588515 0.9867992 +69.3073 -150.3431 522.1202 -0.3234657 0.1668259 0.9314178 +381.4671 47.95345 602.6312 -0.8416805 0.01654984 0.5397222 +10.50494 -269.2024 438.7199 -0.9813784 -0.1687162 0.09182224 +366.2139 -108.8482 353.8439 -0.6625655 0.1387662 -0.7360373 +454.0595 -447.3721 408.5141 0.4973931 -0.5834764 -0.6419933 +129.9898 -311.1244 523.2024 -0.07342082 -0.1084238 0.9913898 +317.1063 92.50287 476.4785 -0.7034872 -0.5352215 -0.4675936 +695.4445 -33.21259 370.1905 0.3484153 -0.1713177 -0.9215514 +384.1152 -81.76971 596.2267 -0.2749695 0.1642749 0.9473149 +450.8167 -396.266 373.3898 0.6299613 -0.466975 -0.6205506 +41.84357 53.45468 413.2653 0.1848489 0.3116494 -0.9320437 +715.6782 -346.4739 575.0383 0.737573 -0.4745193 -0.4804347 +567.9836 -26.99953 334.0333 0.2814304 -0.03980174 -0.9587559 +62.33142 -386.7348 484.4979 -0.5527734 -0.2516093 0.7944397 +340.8557 36.56619 537.9302 -0.7293991 0.09922097 0.6768546 +332.3928 123.2043 501.9104 -0.9316425 0.349711 0.0987142 +492.7964 -376.9686 392.1889 0.4124755 -0.2736991 -0.8688802 +633.5651 -408.1512 539.9388 0.3364191 -0.7383944 -0.584462 +822.2 -186.0228 499.7814 0.6798862 -0.4876474 -0.5476812 +156.4964 49.79196 490.0082 0.8478169 0.4708137 0.2440103 +626.7781 -423.02 548.4751 0.6109666 -0.7622695 -0.2136939 +67.90544 -4.274878 396.166 -0.1606824 0.2902749 -0.9433566 +275.909 -326.8794 294.8708 0.01795569 0.2199229 -0.975352 +335.0555 -307.9545 571.6354 -0.4059024 0.0478494 0.912663 +39.23218 -132.243 359.3825 -0.5964275 0.2694404 -0.7560927 +700.5627 -360.1581 570.7803 0.6042364 -0.6194871 -0.5011328 +239.1745 -390.7509 538.0285 -0.2714458 0.0474287 0.9612844 +124.9973 -79.62268 351.4301 -0.1527734 0.2865596 -0.9458033 +20.69893 -231.7043 341.0273 -0.9471016 0.07142834 -0.3128843 +61.48132 -48.5104 382.0796 -0.4053086 0.3497823 -0.8446167 +-25.02423 1.413011 489.6053 -0.634052 -0.4685085 0.6152056 +131.8927 -131.7342 321.0897 0.3796746 0.3246834 -0.8662724 +605.5138 -211.9295 385.296 0.3933438 -0.2928633 -0.8714997 +39.81204 -349.4436 484.8899 -0.6295379 -0.1626913 0.7597457 +329.0428 -175.4504 344.3389 0.3777857 0.5043363 -0.776481 +90.67562 -466.6177 452.2505 -0.3747678 -0.9057243 -0.1980219 +509.3961 -251.2914 342.3911 0.425057 -0.1167729 -0.8976027 +480.9326 -88.57088 318.9168 0.06573609 -0.04552395 -0.996798 +90.22487 36.50906 463.7668 -0.9857327 0.1562917 -0.0624822 +786.8637 -237.5404 652.64 -0.1502069 -0.4683573 0.8706775 +268.7947 -570.4025 435.0983 -0.5021246 -0.4634403 0.7301328 +408.528 43.49903 355.4626 -0.5784016 0.2488802 -0.7768592 +204.059 -23.44908 443.6756 0.8147494 0.4942012 0.3032303 +101.1089 -509.4919 516.192 0.2184393 -0.2616484 0.9401194 +214.6635 -417.2161 290.3648 -0.005432206 -0.2720796 -0.9622594 +612.483 -96.53905 364.9646 0.489468 -0.2147521 -0.8451642 +397.3509 -547.9044 470.8144 0.2751323 -0.3106328 0.9098404 +363.6647 -411.1913 317.9143 0.3735406 -0.3329906 -0.8657856 +449.7414 -219.8851 323.4294 0.1878098 0.1231912 -0.9744493 +524.4473 80.12192 332.8039 0.1228997 -0.118443 -0.9853258 +301.9566 -160.4264 339.5402 0.3897679 0.4633544 -0.795854 +482.8004 -447.3058 530.2031 -0.2066939 -0.3711598 0.9052724 +15.55678 -232.9581 355.1706 -0.9577321 -0.04071382 -0.2847659 +139.8337 -323.5451 522.7657 -0.09021355 -0.09937771 0.9909519 +275.5786 -577.54 408.4342 0.5322843 -0.5035501 -0.6805224 +176.2619 -476.3196 492.8123 -0.2538701 -0.5621427 0.7871122 +287.8644 -359.0634 550.4749 -0.3425772 0.002220004 0.9394871 +101.9429 -112.3824 528.0656 -0.2840024 -0.01594353 0.958691 +365.2119 64.26716 405.3572 -0.624042 0.2052491 -0.7539526 +18.53052 -129.4481 480.2626 -0.9296467 -0.07178448 0.3613918 +350.0889 -67.51344 382.9334 -0.6507789 0.2126982 -0.7288665 +59.74007 -497.2295 525.6671 -0.4114651 -0.01663908 0.9112737 +318.5467 -293.1682 561.755 -0.1863033 0.06799569 0.9801366 +-0.2898883 -195.7103 460.5486 -0.8339857 -0.05362491 0.5491741 +98.15984 130.0534 475.5546 -0.3822492 0.5196839 -0.7640774 +82.14549 -492.6032 396.7007 0.819688 -0.4753369 0.3196347 +569.0557 -389.1782 455.4477 0.6169092 -0.5397784 -0.5727672 +284.6696 -338.016 548.9232 -0.4021364 0.1238346 0.9071667 +223.6416 -224.6579 543.2271 -0.0234669 -0.07747669 0.9967179 +368.9947 -51.41198 369.6008 -0.7352285 0.1763768 -0.6544695 +187.5283 -19.66211 465.8413 0.8577828 0.4523603 0.2440877 +104.598 -415.0925 501.815 -0.05546676 0.2803122 0.9583051 +304.7197 -129.3007 524.0773 -0.4519463 0.3338088 0.8272341 +514.7066 -406.9413 547.9869 -0.2191088 -0.2478105 0.9437062 +746.7745 -270.3814 530.1257 0.4551509 -0.7951914 -0.4006349 +656.8117 -208.7874 403.8658 0.3675701 -0.3393093 -0.8658877 +-2.958855 -190.3659 442.757 -0.9780032 -0.1444502 -0.1504786 +95.41104 -503.8871 407.8454 -0.519767 -0.1544861 0.840224 +755.8455 -225.1809 475.8281 0.8331102 -0.176903 -0.5240542 +357.029 -166.8592 342.3373 0.4121819 0.4811216 -0.7737105 +52.5171 -408.0781 331.9689 -0.7484272 -0.440662 -0.4956549 +429.1768 28.57453 338.121 -0.3686301 0.2397712 -0.8981212 +409.5795 126.1248 382.3287 -0.6608199 0.3299228 -0.6741424 +660.743 -252.7428 425.5525 0.4724244 -0.4338321 -0.7672059 +-41.07264 109.0675 470.9622 -0.8609922 0.3331927 0.3842851 +151.6538 -395.2891 504.2867 -0.1449477 -0.4140522 0.8986384 +578.0112 97.66487 330.9772 0.1420654 0.002729915 -0.9898535 +68.72329 -448.0346 442.8438 -0.7588965 -0.6492877 0.05001538 +365.7546 -368.839 563.7927 0.1107535 -0.4576702 0.8821971 +702.7592 -289.4448 606.2965 -0.129501 -0.3724804 0.9189602 +841.9691 -229.7927 570.2801 0.5539853 -0.5787312 -0.5984734 +315.3298 -160.2789 536.3986 -0.8906493 -0.2995793 0.3420469 +326.0446 -328.8949 296.3281 0.04715989 0.02410573 -0.9985964 +375.2762 16.28952 594.0319 -0.9050947 0.01500735 0.4249451 +110.2584 -104.2582 335.6157 -0.6395061 0.5352972 -0.5518051 +823.5691 -241.5948 566.6326 0.570857 -0.6838824 -0.4543427 +166.3857 27.14199 442.7651 0.383129 0.628274 -0.6771144 +57.16474 -460.3804 261.3995 0.2780942 -0.9292371 0.2432734 +335.8387 -28.16275 405.7563 -0.6898389 0.1531591 -0.7075766 +800.9738 -138.6476 444.8205 0.4912769 -0.3359411 -0.803611 +134.9305 -43.10075 526.4568 0.04862366 -0.03893075 0.9980581 +289.4496 -235.3198 537.055 -0.4430117 0.07678663 0.8932214 +581.9981 28.8126 338.1808 0.2841717 0.04039155 -0.9579222 +341.3989 28.32426 414.5215 -0.631189 0.2466233 -0.7353757 +603.5837 77.71124 335.5286 0.2022375 -0.02215125 -0.979086 +273.2986 -563.4467 398.2814 0.2721739 -0.5047016 -0.8192665 +29.20985 -394.8618 441.0831 -0.845858 -0.4230488 0.3248907 +758.702 -268.0206 539.6598 0.5352497 -0.6421679 -0.5487515 +704.3039 -107.881 394.1858 0.3214988 -0.2437906 -0.9149889 +13.62105 -309.9016 405.1284 -0.998451 -0.03806249 -0.04058162 +558.6419 42.19678 333.4932 0.1851149 0.08684462 -0.9788721 +70.46284 -457.647 514.2526 -0.7767538 0.532721 0.3359491 +538.5737 128.1059 327.0942 0.04743375 0.01818939 -0.9987087 +729.3328 -256.0813 482.714 0.4550653 -0.7420554 -0.4922087 +740.1222 -257.7734 627.1558 -0.2837069 -0.7081447 0.6465613 +566.5809 -75.55424 692.514 -0.4705388 -0.551573 0.6887383 +57.49207 126.2395 481.6636 0.9846024 -0.1283218 0.1187084 +610.2329 -304.4284 593.6231 0.05907922 -0.421486 0.9049084 +628.5845 -403.6837 563.8653 -0.08843709 -0.3699495 0.9248331 +46.54275 -336.7218 312.0356 -0.5820123 -0.08659733 -0.8085559 +264.9163 -576.1341 431.2772 0.3200479 -0.3913141 0.8628109 +456.0842 -2.945047 660.7949 -0.5755951 -0.3487371 0.7396436 +168.2032 -497.8193 464.0011 -0.2263696 -0.8269678 0.514666 +48.68966 -226.5184 284.3849 -0.3118781 0.3630642 -0.8780184 +367.9744 -111.5142 583.1295 -0.5565587 -0.1856858 0.809792 +270.3722 -527.6844 460.2353 -0.1160168 -0.7020863 0.7025774 +177.3685 -33.66343 390.1246 0.550078 0.6292838 -0.5490136 +392.2969 -85.01716 340.2229 -0.5433647 0.1413125 -0.8275177 +25.27778 77.90987 529.069 0.2123051 -0.006258141 0.9771834 +262.0753 -122.3852 487.1103 0.4805266 0.8766849 -0.02275494 +353.278 -394.0949 308.8238 0.3232936 -0.2155534 -0.9214217 +71.12708 -506.208 399.8526 0.5089681 -0.5268118 0.6807501 +783.7501 -211.6538 489.74 0.5762576 -0.6024663 -0.5522332 +185.5077 -42.82973 506.4424 0.3951839 0.1476628 0.9066562 +18.97774 -235.012 512.2969 -0.4625859 0.2928407 0.8368146 +48.57339 -414.7408 454.4957 -0.7556872 -0.4643177 0.4618938 +847.6298 -270.8474 622.0183 0.3716883 -0.8364443 -0.4027514 +-2.494588 -188.2647 456.7456 -0.9418229 -0.1281122 0.3107361 +250.392 -428.0337 294.9774 0.07946751 -0.179504 -0.9805423 +164.9088 -318.0153 292.1203 0.1230061 -0.02472156 -0.992098 +95.04468 -37.08008 377.4584 -0.2930362 0.3735183 -0.8801215 +426.8601 -123.0996 322.9962 -0.2479223 -0.005413791 -0.9687648 +233.5224 -414.7113 290.1833 0.06995544 -0.3476997 -0.9349926 +456.1785 -212.8191 325.2813 0.1969542 0.05867273 -0.9786555 +425.6465 -25.99532 633.0801 -0.5294062 -0.2437671 0.8125925 +57.82782 16.40438 403.2228 0.00889267 0.2794807 -0.9601101 +528.088 -321.0453 387.5721 0.509127 -0.4558901 -0.7300369 +519.109 -232.2806 628.4979 -0.004624318 -0.2547046 0.9670078 +671.5276 -2.104108 358.3035 0.2221405 -0.1431117 -0.9644546 +51.68814 -348.3547 496.0321 -0.8014339 0.08669251 0.591767 +470.4012 -398.0667 554.068 0.1318912 -0.5977504 0.7907586 +573.5607 -103.37 676.311 -0.4134756 -0.5238847 0.7447032 +207.7854 -198.2414 312.5248 0.008155491 0.1821968 -0.9832283 +15.91543 -178.3606 359.6397 -0.7450075 0.1555763 -0.64866 +118.8324 -328.8943 520.4522 -0.05628512 -0.0694115 0.995999 +759.8824 -250.5094 513.4649 0.3942751 -0.8462674 -0.3582996 +123.8717 -473.532 469.0425 -0.3188269 -0.7877169 0.5271162 +52.75543 114.6743 447.7999 0.7818377 0.1874354 0.5946409 +654.8235 -324.3899 590.6514 -0.01879016 -0.2525929 0.9673902 +43.94098 -340.957 314.5438 -0.6311978 -0.1031563 -0.7687315 +331.1292 -272.5601 560.6651 -0.6114338 0.1774745 0.7711365 +407.7711 -314.6791 586.369 0.001615565 -0.413808 0.9103627 +334.3678 -376.0299 561.492 -0.07472371 -0.3029764 0.9500641 +250.2318 -179.8167 541.4521 -0.03704385 0.1246801 0.9915052 +15.57644 -35.84549 405.1558 -0.4441968 0.05956135 -0.8939472 +623.7422 -278.5458 417.5504 0.4733745 -0.4124743 -0.7783197 +758.8317 -200.4049 460.1806 0.079689 -0.7924978 -0.604646 +490.4791 -295.5236 342.4111 0.5206352 -0.2991526 -0.7996541 +121.42 -251.774 299.6434 0.2729161 0.1750118 -0.945985 +444.08 72.25342 345.1888 -0.5267294 0.2960081 -0.7968283 +615.341 -339.3095 453.7592 0.6028928 -0.5702972 -0.557926 +462.2808 49.91301 695.1637 -0.5878862 -0.2370748 0.7734244 +508.6703 -12.80519 321.0205 0.08738368 0.05584854 -0.9946079 +592.2698 -195.4798 639.1448 -0.09643063 -0.2216499 0.9703466 +610.0161 -145.7047 663.0512 -0.2718482 -0.5562897 0.7852645 +404.7929 -215.101 598.2889 -0.4237338 0.0897979 0.9013246 +509.1188 -343.6552 388.7585 0.4650987 -0.4191423 -0.7797455 +56.3838 -410.2123 328.1666 -0.731127 -0.4450662 -0.5170779 +17.21252 -74.31318 488.7488 -0.6190094 -0.0257634 0.7849609 +26.37682 -258.2708 523.8295 -0.7961892 -0.5398622 0.2731879 +396.0699 -72.3305 339.3907 -0.5922222 0.07914843 -0.801878 +321.9815 -505.5731 377.2535 0.3731728 -0.3821892 -0.8453837 +682.8506 -282.6998 465.8538 0.458381 -0.6843278 -0.5670823 +323.7544 -108.2229 535.4108 -0.629274 0.2056368 0.749485 +312.8389 -122.0723 528.8512 -0.8449828 -0.1017565 0.5250235 +41.85161 -300.4082 505.5974 -0.579402 -0.7984237 0.1637464 +527.5957 66.04995 332.2803 0.0405849 0.06193793 -0.9972545 +494.1197 25.01668 325.3749 -0.005465409 0.241378 -0.9704158 +416.1037 -139.9555 600.3247 -0.2084337 -0.1243606 0.9700979 +48.14193 -551.2687 375.6575 -0.3597322 -0.02293465 -0.9327737 +126.7833 -347.6926 520.1152 0.009044169 -0.0780407 0.9969091 +-17.66965 137.4534 495.5049 -0.8671529 0.4944949 0.05933507 +560.9952 -165.1744 644.3215 -0.1706832 -0.3272485 0.9293953 +688.9697 -76.82561 381.8645 0.3169708 -0.1925084 -0.9286926 +44.6159 -389.2046 468.6667 -0.6273275 -0.4809725 0.612475 +0.3171522 -142.8511 390.3434 -0.9539987 -0.04835382 -0.2958859 +576.3047 -183.6112 364.7564 0.3667458 -0.09434704 -0.9255248 +441.9653 -214.23 323.1085 0.05846196 0.1111772 -0.9920796 +306.1824 -122.2968 520.0212 0.149002 0.6479112 0.7470003 +62.16797 -325.5921 301.4111 -0.5711558 0.03770015 -0.8199754 +500.1844 -110.506 323.2261 0.1248465 -0.1003461 -0.9870886 +214.3091 -373.6779 528.8038 -0.2871319 0.0818315 0.9543892 +450.9438 -243.4773 320.0251 0.2768833 0.1501774 -0.9490955 +721.7349 -224.4776 447.6342 0.3991272 -0.6077474 -0.6865425 +247.7764 -304.6395 540.3093 -0.1194614 -0.1092021 0.986815 +-13.80871 -84.3718 429.9487 -0.9775344 -0.1380341 -0.1592897 +653.4516 -178.1421 655.0762 -0.09071679 -0.3119117 0.9457704 +235.3335 -483.1401 323.2163 0.1365734 -0.7643356 -0.6301895 +371.0661 28.71251 583.2047 -0.929665 0.01891167 0.3679202 +63.35943 -455.7991 337.119 0.4161757 0.2609026 -0.8710498 +323.487 10.78651 427.2814 -0.7799036 0.1696027 -0.6024826 +65.77542 -429.1592 268.8593 -0.2465823 0.6811255 -0.6893948 +328.8659 -482.6157 362.4845 0.3227831 -0.7292247 -0.6033593 +151.0346 1.316546 509.1384 0.6011159 0.2384779 0.7627502 +569.3761 64.66513 330.6988 -0.007598884 -0.2626585 -0.9648589 +512.8422 -107.6065 648.2975 -0.3818052 -0.3855642 0.8399792 +13.08816 -55.10488 483.439 -0.143252 -0.4800566 0.8654619 +18.51957 62.62305 527.5668 0.105413 -0.1695163 0.9798736 +256.0372 -92.34521 396.2914 0.4552082 0.8751172 0.1641807 +348.3165 89.70812 554.8115 -0.8400671 0.03059258 0.5416191 +647.8581 -230.4505 629.8704 -0.1010624 -0.4326955 0.8958576 +465.9836 -453.2218 423.1604 0.4808631 -0.5986111 -0.6406523 +489.5928 -477.7003 517.1831 -0.1746816 -0.358103 0.917196 +554.804 -391.5788 442.915 0.5877612 -0.5438597 -0.5989603 +26.36794 -179.1321 351.1577 -0.5783235 0.3035204 -0.7572432 +290.2702 -544.9737 391.3519 0.2246941 -0.5429438 -0.8091506 +625.1169 -364.8284 575.4166 0.01175866 -0.1497597 0.9886525 +144.7633 -99.52781 343.2897 0.06169493 0.5919779 -0.8035893 +55.1885 -430.5234 229.1108 -0.1136606 0.06057915 -0.991671 +119.0486 -469.6268 481.205 0.523128 -0.831609 0.1864499 +98.00114 -349.6422 292.7109 0.03320131 -0.3113605 -0.9497117 +37.57021 -53.9449 389.313 -0.4660341 0.2376807 -0.8522442 +308.9291 -209.2747 538.0834 -0.2379985 0.2243446 0.9450006 +8.969724 -152.6106 374.2106 -0.7291236 0.1688671 -0.6632215 +363.8505 -506.3633 395.38 -0.02061753 -0.4677521 -0.8836192 +630.1732 -269.0653 416.2922 0.4549208 -0.411376 -0.7898208 +748.6577 -209.0267 661.0003 -0.1929177 -0.4728368 0.8597722 +354.8351 0.7294608 396.2508 -0.6149328 0.1769359 -0.7684734 +346.8872 -96.12373 372.6429 -0.1424608 0.651107 -0.7454962 +476.6423 -215.2487 329.9612 0.2768371 0.06925754 -0.9584178 +197.9725 -577.1234 417.0795 -0.1081999 -0.4617386 0.8803921 +30.99229 -555.3302 374.6272 -0.8139635 -0.5598793 0.1549148 +75.383 -419.366 268.5132 -0.8452082 0.0790421 -0.5285599 +277.7296 -254.1836 542.8606 0.3177398 -0.04017878 0.9473263 +728.6348 -198.5526 662.0125 -0.1996372 -0.4898114 0.8486635 +46.42245 -495.8764 337.8616 -0.3569777 -0.2096092 -0.9102916 +324.0301 -440.9556 528.0643 0.0472752 -0.5361538 0.8427955 +149.1864 -130.929 531.7308 0.03109707 0.2647826 0.9638066 +463.0163 -242.0348 323.5929 0.3038378 0.08892181 -0.9485649 +384.2025 -45.31197 603.3193 -0.498486 -0.1902028 0.8457746 +172.1259 -411.098 293.9733 0.1985514 -0.07179713 -0.9774572 +426.1782 -293.1457 311.2812 0.3018064 -0.0511011 -0.9519987 +130.4692 -150.2539 536.4723 -0.03871316 0.2540246 0.9664227 +595.9478 -80.11872 711.9792 -0.3639234 -0.5127969 0.7775596 +59.61276 100.6736 423.8926 0.1419853 0.4821725 -0.864494 +-17.52804 -77.05134 452.4406 -0.9551918 -0.2519487 0.1553399 +482.0995 -257.5662 618.6539 -0.1123921 -0.2600572 0.9590299 +468.6168 -414.1252 394.4261 0.4583009 -0.3986813 -0.7943636 +9.042582 -253.8777 449.6819 -0.9721121 -0.195167 0.1300306 +327.8913 -21.96045 414.6378 -0.7121733 0.1469027 -0.6864611 +296.0685 -64.87318 458.791 -0.9991582 -0.03896024 -0.01284541 +118.7828 -426.7406 265.7871 0.5469067 -0.4114223 -0.729126 +261.9679 -524.8014 369.4678 0.5784507 -0.7310945 -0.3617948 +69.56268 -433.7491 289.071 -0.4791432 -0.2940441 0.8270187 +466.7459 -340.2184 350.1796 0.5572708 -0.5414781 -0.6294844 +622.2465 -210.9414 391.7184 0.3179942 -0.2192645 -0.9223897 +167.291 -161.469 540.9043 -0.009064479 0.1472708 0.9890547 +34.30832 -478.1184 331.6889 -0.6754529 0.1655441 -0.718581 +711.795 -80.87714 386.2418 -0.07661255 -0.5420154 -0.8368691 +589.6089 -307.7605 412.8914 0.452914 -0.3751257 -0.8087951 +315.875 -391.1075 554.8193 -0.1106194 -0.2963189 0.9486614 +541.4673 -16.3141 326.3568 0.2313636 0.01030873 -0.9728128 +582.8453 -368.419 450.0414 0.5950258 -0.5433266 -0.5922335 +53.86287 -133.9866 349.8248 -0.4938816 0.3581417 -0.7923481 +179.9478 -256.097 303.3785 0.024389 0.1373185 -0.9902266 +543.8289 -201.4769 635.0259 -0.03065192 -0.1856065 0.982146 +363.6103 -562.9575 432.9461 0.3431613 -0.5577887 -0.7557195 +75.39198 -448.4132 339.7184 -0.4914758 -0.4684461 -0.7341729 +220.2423 -322.5734 534.2779 -0.183568 -0.04450823 0.9819989 +13.67313 -327.2851 428.6405 -0.9998858 -0.01503044 -0.001588832 +218.0506 -97.27937 352.5939 -0.1049482 0.7104412 -0.6958874 +503.2296 -509.7133 507.0687 0.2441201 -0.178448 0.953185 +-46.22216 46.37741 479.7431 -0.9660018 -0.08145908 0.2453667 +87.63797 -478.6086 353.1937 0.7623292 -0.09147596 -0.6406921 +340.079 -129.0312 361.2827 -0.7895257 0.03014643 -0.6129767 +152.8594 21.55029 503.678 0.3706014 0.1174483 0.9213362 +836.1059 -245.4101 581.4327 0.3526739 -0.6065739 -0.7125231 +222.3825 -50.0024 433.5516 0.8416849 0.3144104 0.4389904 +187.6149 -448.5143 508.5832 -0.4212394 -0.2048021 0.8835233 +99.84838 23.74316 539.5956 -0.1006979 0.06216244 0.9929732 +64.72762 -453.4001 423.3728 -0.633272 -0.6595207 0.4049678 +184.0697 -530.7572 436.8651 -0.1519286 -0.656059 0.7392593 +416.2898 -531.7983 441.0562 0.4442109 -0.4732772 -0.7607138 +17.41876 -276.7095 514.0792 -0.5780289 -0.578648 0.5753686 +476.2406 -408.389 395.7991 0.4351709 -0.4161251 -0.7984148 +510.342 -109.3757 646.329 -0.4027063 -0.3815797 0.8320003 +349.6382 -504.3095 388.3084 0.2790917 -0.4744058 -0.8348933 +175.8127 12.95945 465.5997 0.7349522 0.1835634 0.6528015 +595.1104 -237.4674 388.8773 0.4101629 -0.3157711 -0.8556021 +60.5147 -514.5869 493.4382 -0.381235 -0.3464549 -0.857105 +2.89312 -180.672 395.2868 -0.9835541 -0.12848 -0.1269423 +575.8247 -442.9886 505.3852 0.7159054 -0.3398344 -0.6099116 +467.3314 -533.0006 476.7207 0.5430135 -0.5346991 -0.6474822 +593.5736 -398.474 484.9014 0.7594051 -0.3734853 -0.5327406 +329.1949 -509.7928 484.2236 -0.1044248 -0.5676286 0.8166353 +-10.50079 -126.5982 443.6123 -0.9836119 -0.1281946 -0.1267823 +31.41127 -186.5705 502.5329 -0.7021973 0.2113104 0.6799021 +430.8907 -285.1963 312.3191 0.2743013 -0.02646271 -0.9612796 +489.856 37.57779 327.9121 -0.08765463 0.201819 -0.9754926 +247.1514 -300.916 540.4642 -0.1493211 -0.05490556 0.9872632 +38.92813 158.0967 480.4535 0.7479618 0.6247692 0.2240904 +578.8075 -278.1959 605.3519 -0.225824 -0.4610551 0.858156 +311.3333 -66.55547 417.6475 -0.7808074 0.189054 -0.5954816 +279.9784 -536.6195 382.7773 0.2408475 -0.5465297 -0.8020585 +346.8175 134.5035 447.1476 -0.7789522 0.5071096 -0.368881 +110.6316 -80.32209 355.698 -0.1746344 0.3776954 -0.9093124 +155.6727 -190.1299 311.3986 0.08311719 0.157323 -0.9840432 +602.4105 -134.356 368.3092 0.4157353 -0.2082122 -0.8853315 +386.5588 12.55399 367.7265 -0.7097665 0.1468902 -0.6889519 +548.4489 -369.8731 566.1516 -0.103561 -0.3947782 0.9129214 +51.13559 -390.5794 473.9453 -0.567328 -0.4677056 0.6777834 +351.4317 -122.0099 361.082 -0.7146713 -0.03562639 -0.6985525 +-21.53945 14.09261 503.3587 -0.3295515 -0.4012613 0.8546258 +67.8063 -464.819 466.2307 -0.6234984 -0.4506877 -0.6388507 +477.6203 38.88563 328.6113 -0.08274066 0.1449577 -0.9859723 +220.5708 -201.4138 544.3289 0.05710692 0.002496365 0.998365 +333.8083 -212.5698 327.6207 0.1135229 0.3792436 -0.9183065 +737.2416 -232.4323 464.3726 0.287708 -0.7611917 -0.5812154 +335.0448 -262.0214 307.0339 -0.3745366 0.3302386 -0.8664091 +617.2843 -345.7862 462.3582 0.6233256 -0.5480164 -0.5578021 +328.6992 -69.29919 397.7625 -0.5475543 0.476185 -0.688064 +8.424461 -255.6445 400.1035 -0.9893022 -0.07599997 -0.1245196 +254.8855 -112.7102 345.0151 0.2643611 0.5453709 -0.7954142 +218.8472 -497.894 344.2519 0.04652965 -0.8537022 -0.5186787 +286.1519 -265.7018 542.4102 -0.8003329 0.1729264 0.5740764 +672.8682 -248.718 431.7555 0.5365587 -0.4082132 -0.7385572 +390.9485 -55.13511 346.4473 -0.5985017 0.25819 -0.7583756 +159.2776 122.2726 485.7373 0.9415526 0.3171705 -0.1134968 +212.3986 -154.8712 322.4363 0.1629056 0.3164504 -0.9345164 +736.2174 -222.2649 645.9395 -0.64203 -0.7512489 -0.1530444 +510.0271 -108.8328 324.8327 0.1874235 -0.1237252 -0.974456 +70.57274 64.12225 519.7966 0.1039981 0.5273944 0.8432316 +137.2023 -451.0879 307.6034 -0.27216 -0.4818791 -0.8328994 +133.7357 -580.642 394.9619 -0.2554725 -0.8060831 0.53382 +708.5082 -307.3112 524.1245 0.3628577 0.1632217 -0.9174383 +78.70154 -296.8579 294.3208 -0.4295293 0.1344658 -0.8929858 +449.8639 -394.7812 371.2878 0.6405346 -0.4598599 -0.6150157 +648.808 -299.8369 450.786 0.5261154 -0.571957 -0.6293391 +443.3471 13.41598 658.7634 -0.6046136 -0.3337412 0.7232283 +376.3175 111.2504 405.691 -0.6217111 0.3979149 -0.6746399 +596.0811 -435.2382 548.4337 -0.1701545 -0.4221644 0.890407 +-37.99968 93.74438 426.9365 -0.8307102 -0.195365 -0.5212994 +30.36833 -372.991 343.3154 -0.8788683 -0.2585406 -0.400933 +328.1201 -521.3984 389.7319 0.5102274 -0.4907211 -0.7063007 +114.2448 -63.38084 533.1458 0.1611678 0.07284376 0.9842351 +451.9036 -288.0727 598.3417 -0.1732051 -0.2867736 0.9422106 +78.4259 -195.8293 529.9783 -0.3989326 -0.06742457 0.9144981 +211.304 -371.4019 288.6209 -0.3189938 0.1975605 -0.9269373 +346.032 -497.9033 383.7502 0.3521968 -0.3599867 -0.8639253 +39.26704 -487.9333 415.1825 0.4116015 0.2717071 0.8699192 +422.3956 17.88687 339.3354 -0.4644837 0.1609795 -0.8708274 +300.5815 -395.959 551.3064 -0.1681946 -0.2447663 0.9548822 +405.19 -544.9716 442.3906 0.4574243 -0.4596098 -0.7612633 +158.3869 114.0735 512.9041 0.9339437 0.1615497 0.3188272 +512.9189 -236.0036 342.3273 0.3942202 -0.06618533 -0.9166297 +95.0889 -524.0741 361.9178 -0.1466968 -0.2704246 -0.9514991 +62.11611 99.11407 467.6763 0.8454706 0.0608302 0.5305461 +617.4418 -115.6133 372.4409 0.4110585 -0.1386027 -0.9010106 +473.4415 -475.9888 443.0981 0.699982 -0.2945998 -0.6505661 +532.364 -164.7058 639.2501 -0.1795906 -0.18978 0.965262 +250.0301 -119.7293 339.4146 0.1986341 0.4666322 -0.8618578 +608.3072 21.995 347.0322 0.3796155 -0.008028295 -0.9251095 +561.0942 112.8282 328.8601 0.1131979 -0.006871546 -0.9935487 +505.977 -283.997 348.1719 0.5338354 -0.2992866 -0.7908522 +9.681805 -273.217 494.407 -0.9639696 -0.26274 -0.04159755 +22.28807 -350.4839 356.4496 -0.97574 -0.08101979 -0.2033894 +500.5064 -10.44323 696.7242 -0.4941337 -0.3857546 0.7791183 +539.795 -365.6056 413.1362 0.4910703 -0.4195836 -0.7634131 +352.1681 -438.7173 529.9942 -0.1251852 -0.3857962 0.9140514 +604.6152 -68.37731 724.4473 -0.3320799 -0.5416399 0.7722365 +336.2967 -391.0802 302.9471 0.2815358 -0.1420457 -0.9489787 +419.4547 -140.1943 323.9399 -0.1347674 0.04496232 -0.9898566 +101.0779 -376.0455 288.8414 -0.5247414 0.7868264 -0.3248856 +151.4621 -488.9456 338.0028 -0.1725306 -0.7243592 -0.6674855 +1.772775 -203.0637 421.0154 -0.9873002 -0.1159029 -0.1086497 +678.5927 -145.1941 394.9046 0.3887977 -0.1701426 -0.9054766 +405.7618 -442.0831 373.1625 0.4881308 -0.5674895 -0.6630867 +10.63465 -283.0049 405.9905 -0.9923179 -0.1103891 -0.05585101 +48.84699 -163.6979 512.6815 -0.3988847 0.03677576 0.9162633 +379.3434 -377.9232 558 0.0567595 -0.4012145 0.9142238 +479.6842 84.50648 334.6898 -0.1854565 0.1219053 -0.9750615 +98.19802 -474.4976 517.961 -0.0602188 -0.178288 0.9821339 +461.1394 -519.6643 495.9453 -0.2541561 -0.2731979 0.9277756 +539.3085 -221.8262 630.7452 0.07017902 -0.2271497 0.9713279 +396.5047 -472.7014 390.5194 0.4339812 -0.6030074 -0.6693596 +82.31165 87.49347 465.5669 -0.959829 0.2682706 -0.08221442 +369.8697 -464.1498 514.19 0.05570746 -0.629786 0.7747685 +146.4553 -320.7509 523.5879 -0.08962306 -0.09629475 0.9913098 +100.544 -379.188 501.9465 -0.2191936 -0.06685974 0.9733879 +603.8616 72.61388 335.7194 0.2094004 -0.01821464 -0.9776603 +536.0255 -178.113 637.5745 -0.1147535 -0.1374307 0.9838417 +733.4899 -223.0142 452.4692 0.4647216 -0.5519221 -0.6923985 +366.0043 44.17314 569.3904 -0.9192543 -0.03384111 0.392207 +41.13993 -318.075 491.1021 -0.5917584 -0.1661959 0.7887972 +590.7418 -194.6669 372.5293 0.444309 -0.146996 -0.8837317 +182.4148 -295.7216 529.7917 -0.1354205 -0.1151658 0.9840722 +52.77867 24.95563 522.8223 -0.4140604 -0.2568335 0.8732643 +149.3465 57.14009 446.5363 0.822456 0.1227234 -0.5554323 +101.2796 144.2712 507.3423 -0.9459872 0.3241697 0.004714097 +14.70792 -295.9019 383.5495 -0.9923415 -0.02928321 -0.1200036 +16.33127 9.682577 511.0502 -0.4572661 -0.1630027 0.8742642 +86.19048 -480.4528 502.7096 0.2425111 -0.660061 0.7109908 +164.4154 -438.667 298.6753 -0.1248861 -0.1360598 -0.9827977 +-38.20251 118.9929 504.3483 -0.3677591 0.9233371 0.1104619 +428.6117 -238.7931 606.0181 -0.1622367 -0.02696368 0.9863834 +323.6081 -127.229 537.6401 -0.1074408 0.4183347 0.901916 +170.5627 -432.6956 296.9251 -0.2180875 -0.02665211 -0.9755652 +27.96563 -457.0576 411.5555 -0.4051454 0.2393695 0.8823602 +643.5708 -185.3315 650.6949 -0.1887793 -0.4430787 0.876381 +-37.43063 29.84507 498.4354 -0.7851573 -0.3600962 0.5038438 +459.0817 -112.3074 319.5029 0.03027361 -0.05647645 -0.9979448 +426.8422 -424.07 541.4216 0.1795971 -0.6646648 0.7252348 +-28.99024 36.46149 509.6119 -0.6700216 -0.5068846 0.5423458 +34.98991 -396.8902 450.781 -0.7813194 -0.4493715 0.4331343 +203.6894 -145.8553 540.2162 0.002668241 0.3163227 0.9486479 +213.2869 -108.2958 342.6691 0.0009683534 0.6225371 -0.7825897 +353.4585 -255.6767 312.6863 -0.07293759 0.3715287 -0.925552 +702.6368 -121.9693 397.4828 0.3246519 -0.2521795 -0.9115956 +213.0966 -589.2974 401.8433 -0.3066586 -0.4838397 -0.8196704 +164.0147 -460.8585 305.3327 -0.1019999 -0.4426443 -0.8908771 +547.767 -226.8578 356.7734 0.4282381 -0.1481831 -0.8914336 +74.70578 -390.5757 304.6058 -0.5187626 -0.1925762 -0.8329465 +598.8649 -98.15499 357.4873 0.4942066 -0.2072571 -0.8442774 +292.7468 -544.8633 392.0984 0.2463672 -0.5608575 -0.7904062 +315.6562 -517.9525 380.9759 0.5999276 -0.5295833 -0.5996903 +142.462 30.627 511.5437 0.6979498 -0.02434795 0.7157327 +413.6843 -58.3704 616.2903 -0.4803527 -0.3276889 0.8135608 +47.56602 -550.1573 353.3063 -0.05595123 -0.3924801 0.9180571 +345.6153 -436.9198 530.3131 -0.06154047 -0.437968 0.8968818 +379.072 -452.672 523.2322 0.06294559 -0.6420127 0.7641057 +14.94739 -445.3272 378.6572 -0.7976191 0.5916379 -0.1173386 +494.3757 -148.3159 327.938 0.2205922 -0.1647419 -0.9613528 +118.0498 -469.4297 506.4517 0.9883259 -0.1352554 -0.07012788 +116.5309 -105.3357 330.3593 -0.2093471 0.4369237 -0.8747979 +393.0968 113.0055 391.0256 -0.6204753 0.3273641 -0.7126312 +222.4476 -320.0749 295.787 0.02683309 -0.1036941 -0.9942473 +603.4158 -274.1421 609.3628 -0.07113655 -0.3519287 0.9333198 +249.3563 -312.6518 297.8861 0.1309745 0.01014358 -0.9913338 +649.4691 -147.5398 674.1489 -0.5544187 -0.7695407 0.316902 +204.2358 -401.7251 287.1155 -0.2350944 -0.1620517 -0.9583683 +153.9003 -188.9901 541.3107 -0.04258162 -0.02868609 0.9986811 +312.3406 -291.2884 556.2785 -0.9626663 0.1666323 0.2133241 +252.2401 -342.7503 539.1445 -0.3069459 0.04195316 0.9508018 +204.4696 -200.7711 311.9939 0.02717055 0.1890682 -0.981588 +69.29933 -384.9921 305.9501 -0.429679 -0.2459141 -0.8688511 +74.53896 -463.4418 341.1121 0.5644162 0.07416134 -0.8221523 +148.792 64.02564 513.2189 0.4288029 -0.7817953 0.4526856 +76.07504 -466.2792 419.0682 -0.5932563 -0.67809 0.4338674 +685.2698 -306.6957 497.1942 0.604315 -0.6085114 -0.5143124 +121.3186 -516.4542 357.9314 0.3016982 -0.5234773 -0.7968373 +488.4881 -116.5938 322.3308 0.1577018 -0.164531 -0.9736835 +-27.37056 122.6729 485.6942 -0.4883359 0.864575 -0.1184829 +320.9812 -522.7888 384.8455 0.2291214 -0.6043458 -0.7630659 +501.2327 63.05546 331.4537 0.0212035 0.08683085 -0.9959974 +418.2463 56.87022 355.2176 -0.3569987 0.476082 -0.8036777 +587.2361 -213.851 375.5086 0.4823904 -0.2673982 -0.8341448 +213.7049 -353.8279 526.2726 -0.1062904 -0.2559002 0.960842 +505.6758 -231.3134 339.2495 0.3561212 -0.02729986 -0.9340409 +640.326 -118.5366 378.96 0.1733363 -0.1325444 -0.9759029 +276.3898 -134.5318 341.1391 0.3680419 0.4148367 -0.8321392 +560.0821 -102.9604 339.4463 0.3800318 -0.1959435 -0.9039811 +485.6803 -85.21797 319.0657 0.09256201 -0.0731988 -0.9930127 +337.3057 120.4801 449.3103 -0.8848554 0.4651668 -0.02550933 +6.553783 -86.90237 471.4769 -0.5158396 -0.08368066 0.8525885 +555.0903 108.7024 328.2075 0.1043406 0.004876749 -0.9945297 +283.0646 -480.174 498.72 -0.04480582 -0.6693919 0.7415571 +381.2922 -427.0501 335.7772 0.4517677 -0.5387882 -0.7110648 +0.5553997 -208.5676 456.548 -0.9179072 -0.1940577 0.3461041 +408.1299 -32.5489 338.1456 -0.5424178 0.1522115 -0.826205 +338.8037 41.76231 535.083 -0.7187434 0.08087193 0.690556 +113.5471 -18.06232 379.0537 -0.3162115 0.4050622 -0.8578665 +99.49542 -267.088 284.2512 0.08361743 -0.09019772 -0.9924074 +454.0897 -362.0443 576.4337 -0.1768175 -0.4139208 0.8929754 +700.5919 -197.8032 419.5482 0.3745767 -0.4065987 -0.8332886 +491.2148 43.80013 328.9803 -0.01906838 0.1793738 -0.9835961 +88.60888 -204.6808 307.1014 -0.6896662 -0.5878661 -0.4228167 +473.7507 -419.197 400.2323 0.4539909 -0.4430214 -0.7730617 +61.47685 -447.8152 463.001 -0.9006185 -0.2923107 -0.3216221 +380.8399 -228.685 584.5945 -0.4462848 0.08802266 0.8905514 +342.5015 -192.7136 556.013 -0.9503026 -0.143851 0.2761012 +59.54488 -516.6779 397.8026 0.3139585 -0.6997113 0.641743 +675.464 -143.4582 686.8554 -0.1736108 -0.6490131 0.7407033 +782.9733 -270.987 585.5959 0.363603 -0.8473138 -0.3871076 +634.4238 -398.4601 565.7586 -0.3131507 -0.6502441 0.6921844 +-18.50278 74.89946 406.656 -0.5036653 -0.1198697 -0.8555422 +117.2191 -525.0263 410.1687 -0.3636973 -0.4259009 0.828452 +101.2052 -185.9225 307.6659 -0.1174803 0.314121 -0.9420862 +295.4121 -120.5882 378.1771 0.744485 0.6676393 0.0001554767 +10.21241 -462.9487 367.2079 -0.9022092 0.1506928 -0.4041166 +454.8259 40.74929 685.9332 -0.6124415 -0.2939047 0.7338498 +232.0749 -146.3981 537.5908 0.1240975 0.3440845 0.9307017 +114.8239 111.5677 524.7227 -0.02640073 0.1445088 0.9891512 +325.4044 -158.3918 353.2943 0.3790073 0.4938692 -0.7825897 +668.6302 7.156811 356.2551 0.2348349 -0.1416722 -0.9616556 +32.08966 -97.88189 385.2043 -0.7608203 0.163344 -0.6280694 +-10.27434 -112.8248 432.0414 -0.9793876 -0.115046 -0.1660251 +38.25827 -60.92641 508.2504 -0.5246596 -0.1407879 0.8395898 +405.8781 -165.1197 326.413 -0.1547014 0.04197257 -0.9870693 +208.6803 -187.7067 314.5199 -0.01553273 0.2025157 -0.9791558 +104.3697 -473.397 446.6229 -0.5203074 -0.7574733 0.394353 +342.0094 -434.7493 320.4499 0.4022908 -0.4748419 -0.7827435 +667.9247 -300.3045 468.9859 0.5760161 -0.5996892 -0.5554982 +657.1196 -122.3024 703.4147 -0.1692203 -0.6501182 0.7407502 +109.6561 138.3638 516.5497 0.5802008 0.5945269 0.5566909 +351.251 -241.5436 318.2773 0.2999411 0.3699706 -0.8792936 +-46.32243 72.53073 508.1846 -0.6845526 -0.5204724 0.5103883 +420.323 4.004697 638.0051 -0.6035997 -0.2411108 0.7599559 +169.9055 -127.1607 528.5187 -0.08107131 0.5422964 0.8362668 +107.3199 -79.41202 533.6384 -0.09429096 -0.09852985 0.9906569 +148.0278 -193.7612 540.8895 -0.04493622 -0.08212426 0.9956086 +33.90824 -207.2609 311.36 -0.7117171 0.5500632 -0.4369088 +764.6534 -86.23929 412.2579 0.4060385 -0.1278973 -0.9048619 +76.23109 -353.8011 512.1379 -0.2079305 -0.3561922 0.9109842 +482.7775 -467.5565 440.1886 0.3164033 -0.415637 -0.852722 +286.5356 -545.8078 390.9874 0.2476292 -0.5737399 -0.7807063 +87.18503 -532.6262 366.4635 -0.5595857 -0.009437799 -0.8287187 +410.3143 -103.3297 328.521 -0.361037 0.07354569 -0.9296469 +190.2863 -593.1539 400.8663 0.05221839 -0.8503069 -0.5236903 +141.4872 58.45937 440.951 0.5652564 0.09240859 -0.819723 +367.5661 -502.6268 494.9721 0.2566717 -0.9636699 -0.07389186 +25.56041 -381.1002 366.1852 -0.9475822 -0.2371681 -0.2141007 +222.6466 -183.9482 315.3618 0.09444447 0.22203 -0.970455 +725.89 -302.4579 536.1481 0.5619891 -0.6254469 -0.5412804 +384.0011 69.10372 388.4075 -0.7226782 0.2541948 -0.6427451 +291.0697 -445.8233 306.3857 0.2574685 -0.4131499 -0.8735085 +145.2653 -127.3881 327.113 0.06156874 0.3667495 -0.9282802 +505.9772 -330.8646 587.3497 0.0366986 -0.3468392 0.9372063 +75.65748 -422.5594 266.0243 -0.9131447 0.3491917 -0.210314 +153.2471 -539.2091 419.6874 -0.3195333 -0.4303718 0.8442029 +441.1249 -74.35279 320.1258 -0.1863855 0.03545097 -0.9818369 +25.08852 -222.3532 325.827 -0.979728 0.1758334 -0.09599771 +389.0029 -449.5141 367.5726 0.4860977 -0.6280088 -0.607712 +26.70888 -444.0974 352.703 -0.9807985 0.01715114 -0.1942678 +183.612 -343.9299 296.2437 0.03955358 0.1583723 -0.9865869 +135.3699 -358.8671 287.0833 0.05801501 0.1873063 -0.9805869 +285.9427 -559.1333 400.2756 -0.1478705 -0.4803195 -0.8645389 +304.3668 -374.0634 294.4708 0.1555973 -0.05346607 -0.9863726 +464.7772 7.343659 673.3058 -0.640391 -0.5690289 0.5158542 +56.8489 -513.9415 345.9273 0.1073883 -0.5575525 -0.8231664 +278.5 -472.5779 324.8323 0.2559844 -0.7180293 -0.6472295 +17.0993 -343.3797 449.4985 -0.9561257 -0.1028973 0.2742915 +656.2167 -90.32053 378.602 0.1673361 -0.2113254 -0.962985 +135.1662 -83.23629 529.9695 0.3177703 0.1233174 0.9401143 +-29.31562 27.35841 504.5987 -0.4546503 -0.258825 0.852234 +70.39086 -181.3489 527.3267 -0.4914291 0.06451215 0.868525 +479.631 -485.9761 511.6932 -0.2865314 -0.266211 0.9203431 +744.0809 -176.6899 434.1931 0.292142 -0.527226 -0.7979259 +246.9115 -126.6882 522.58 0.3008211 0.6625779 0.685928 +415.5878 10.08086 636.1018 -0.6107656 -0.2209147 0.7603697 +610.5649 -117.2051 685.4476 -0.1264298 -0.4778167 0.869314 +579.4742 17.59599 337.0392 0.2850445 0.03435678 -0.9578983 +128.4352 -462.9982 317.762 -0.3085773 -0.5506528 -0.775604 +66.89475 -139.9699 337.7646 -0.417198 0.3196925 -0.8507306 +97.68523 -187.5304 541.9848 -0.102951 -0.1520799 0.9829918 +-4.129261 -98.09988 402.0612 -0.8022702 0.1101031 -0.5867196 +696.2915 -301.3779 600.3553 -0.2405138 -0.4850804 0.8407438 +123.0491 134.6895 513.4286 0.439862 0.62898 0.6410192 +649.0608 -144.5677 681.9656 -0.1606162 -0.683967 0.7116119 +99.69995 45.37259 534.3364 -0.2457766 0.02537892 0.9689942 +-30.64039 120.1428 445.9615 0.5770252 -0.2001862 -0.7918128 +485.7971 -251.6096 331.9053 0.3959938 -0.03278669 -0.9176677 +51.38961 61.26502 534.5903 -0.2519535 0.002927562 0.9677349 +78.11066 -251.9751 281.0474 -0.206241 -0.05166987 -0.977136 +778.7457 -127.2704 427.766 0.5073721 -0.189279 -0.8406824 +416.8068 -448.4971 521.953 0.07957774 -0.5857464 0.8065783 +166.284 -300.4614 527.1165 -0.08659588 -0.07422031 0.993475 +266.3373 -367.2371 544.7761 -0.3366893 0.08256236 0.9379892 +439.9507 -380.3242 566.8336 0.03086669 -0.5462471 0.8370552 +38.63841 -355.5572 322.4899 -0.7643921 -0.1569261 -0.625363 +455.7934 -411.2502 546.0043 0.155699 -0.641808 0.750893 +189.1862 -493.83 337.0727 -0.05776637 -0.8536983 -0.5175542 +288.752 -209.7128 320.7488 0.2441743 0.1690078 -0.9548902 +91.20382 -516.9224 402.1582 -0.540611 -0.1100326 0.8340459 +222.521 -77.53806 452.8742 0.8948209 0.3778057 0.2378202 +434.9071 -62.98338 626.1741 -0.446286 -0.3563096 0.8208972 +207.3845 -395.79 286.0948 -0.2499239 0.03849177 -0.9675001 +463.1049 79.4512 338.0139 -0.2994008 0.2507488 -0.920589 +696.7462 -22.84013 368.7628 0.3903077 -0.1583832 -0.9069591 +73.36275 -313.5536 294.1487 -0.6365325 0.1741567 -0.7513293 +10.27343 -236.6178 381.6722 -0.9739035 -0.05556313 -0.220056 +-4.718175 -60.56264 410.0984 -0.4539513 0.01993883 -0.8908034 +546.9222 -239.3059 358.8826 0.4568272 -0.2120867 -0.8639029 +355.0334 -306.3175 578.4083 -0.2042226 -0.07142736 0.9763151 +167.63 -407.7218 506.6127 -0.54092 -0.1795854 0.821678 +209.698 -46.73967 478.7388 0.799345 0.5522241 -0.2368464 +-35.17956 39.8063 505.0989 -0.6744597 -0.3321138 0.6593971 +36.01731 -442.1718 273.3616 -0.2540956 -0.3023434 0.9187077 +398.0756 -72.55471 337.9183 -0.5925418 0.09536984 -0.7998742 +748.675 -230.947 471.7478 0.5710199 -0.5736873 -0.587213 +345.6205 -416.0462 541.2916 0.08590121 -0.4975649 0.8631629 +343.2997 -572.4296 450.44 -0.2222252 -0.399588 0.8893511 +381.7009 -409.8643 544.4404 -0.1071826 -0.3251059 0.939584 +417.5909 -404.2566 552.5433 -0.2485095 -0.4600949 0.8523824 +60.06894 -515.7761 398.47 0.3598424 -0.6593948 0.6600848 +25.69194 -332.1713 340.8096 -0.9209871 -0.05062813 -0.3862894 +228.4821 -236.7232 307.7657 0.0634023 0.1037933 -0.9925759 +304.7907 -9.663385 463.6364 -0.988533 0.1354966 -0.06665753 +397.9803 -295.6635 591.0672 -0.2381271 -0.1913055 0.9522068 +404.4832 36.60993 356.6698 -0.6314382 0.2092643 -0.7466554 +161.1909 43.26283 492.2117 0.7270488 0.6383787 0.2527302 +128.7537 -120.224 324.2375 0.3488831 0.3509834 -0.8689598 +90.15666 -204.4938 536.0526 -0.5199383 -0.1229964 0.8453023 +728.7338 -216.4462 444.5565 0.4770173 -0.4961088 -0.7254865 +381.5813 -262.5575 311.1357 0.1508966 0.2660813 -0.9520667 +126.2125 -513.9243 418.8377 -0.4189888 -0.4018438 0.8142297 +86.64159 -212.0392 533.174 -0.4427802 -0.03570187 0.8959191 +321.8551 42.88341 443.4116 -0.8489701 0.241643 -0.4699557 +61.15497 -43.18714 384.4886 -0.3914571 0.3646502 -0.8448619 +41.10128 -463.8949 335.9889 -0.2017841 0.2414706 -0.9491971 +115.3575 -497.4035 426.1379 -0.55545 -0.4306329 0.7113582 +187.9767 -343.9465 296.3168 -0.008696176 0.1898386 -0.9817768 +385.7289 -554.9498 439.2305 0.4515792 -0.5205734 -0.7246238 +15.1137 -150.8314 369.5311 -0.5301278 0.3041119 -0.7915052 +622.6034 -378.8611 499.5038 0.01788824 -0.9209981 -0.3891562 +427.2675 -157.6897 322.8339 -0.02299493 -0.01004028 -0.9996852 +193.0726 -287.0292 532.2693 -0.1354558 -0.09834908 0.9858901 +746.2611 -82.21378 402.0364 0.5151444 -0.1261442 -0.84777 +624.275 -265.7208 411.364 0.437414 -0.3775129 -0.816182 +323.5774 -207.3778 334.3602 -0.6755421 0.1708545 -0.7172528 +407.3417 27.85691 352.0254 -0.5991043 0.1921281 -0.7772778 +502.6366 -158.025 331.6514 0.2575626 -0.1934604 -0.9466966 +336.9047 -154.3723 549.6722 -0.2226609 0.2631851 0.9386989 +566.3395 -470.6773 528.6328 0.08259175 -0.8578535 0.5072138 +104.8539 95.81216 451.2577 -0.6713695 0.6012163 -0.4333613 +157.1148 -194.2393 541.1489 -0.04996409 -0.05101063 0.9974475 +132.5321 67.69308 427.5357 0.8639945 0.1041428 -0.4926132 +470.1553 -438.9487 412.9353 0.4976499 -0.5769714 -0.6476485 +250.3335 -533.6703 374.2677 0.2438262 -0.4936616 -0.8347737 +615.6434 -39.46873 355.3719 0.4483164 -0.1213374 -0.8856012 +562.7551 -155.0144 353.8638 0.4069042 -0.2194361 -0.8867224 +278.0261 -114.797 410.204 0.01097055 0.9907146 -0.135515 +651.9689 -152.254 387.1924 0.2643159 -0.2163051 -0.9398665 +703.1808 -48.74408 375.9249 0.3992293 -0.12111 -0.9088171 +678.5513 -363.9734 549.8788 0.5961254 -0.5455204 -0.5891027 +789.6089 -199.4674 484.4238 -0.2339594 -0.8179793 -0.5255216 +-3.296727 84.42485 537.1569 -0.6775419 0.4587127 0.5749084 +294.1178 -157.2555 523.6613 -0.6418217 0.117431 0.7578092 +11.40785 -253.3674 475.1342 -0.9957936 0.01258807 -0.09075581 +154.7246 -555.7198 377.1519 0.4640688 -0.5775706 -0.6716043 +268.416 -367.4348 545.4647 -0.2892376 0.06016749 0.9553646 +82.14523 39.65958 454.5466 0.771823 0.3091393 0.5556277 +81.15779 -57.87117 369.5476 -0.1332419 0.4067497 -0.9037706 +562.8848 -436.8374 542.6996 -0.05887373 -0.3275375 0.9430021 +508.7308 -26.82274 692.6782 -0.6463685 -0.7563694 0.1005641 +609.0835 -89.94933 711.6631 -0.3773927 -0.5291598 0.7599767 +395.0146 -22.29247 350.835 -0.6813791 0.1739157 -0.7109683 +86.9012 -470.9648 427.5294 -0.5650038 -0.6803215 0.4668333 +599.2468 -419.1185 511.7986 0.6699283 -0.4726934 -0.5725006 +153.7308 -121.4657 526.7039 0.29635 0.3158904 0.9013267 +404.4138 -176.7227 594.5126 -0.4193097 0.01391728 0.9077366 +235.0555 -282.4323 301.2512 0.01146564 0.236203 -0.9716361 +554.3882 73.17017 328.4584 0.05006048 -0.1370241 -0.989302 +119.4469 -453.3688 510.3429 0.7465743 0.1111775 -0.6559469 +358.8739 -575.2818 452.4467 -0.1252178 -0.4081185 0.9043007 +263.1262 -298.3484 300.3505 0.2058724 0.00723195 -0.9785522 +210.0453 -478.2191 315.0615 0.02978168 -0.7093445 -0.7042326 +412.6387 -149.6528 598.4375 -0.2710839 -0.07383519 0.9597197 +620.3372 -351.0581 576.2689 -0.1710869 -0.2853993 0.9430146 +35.95887 -243.0492 510.2368 0.3740909 0.40215 0.8356622 +173.8176 -184.0247 542.5157 -0.04712298 -0.005777228 0.9988724 +738.44 -227.6573 459.9597 0.4652167 -0.6021137 -0.6488701 +424.256 -514.6391 490.141 -0.1280893 -0.4044158 0.9055611 +95.31013 -427.6665 250.4864 0.5130362 -0.2397955 -0.8241917 +130.9864 -145.439 535.225 -0.07433584 0.297373 0.9518632 +32.85779 -105.8782 499.661 -0.613522 -0.04138082 0.7885926 +229.5636 -327.4965 535.5612 -0.1078319 -0.136522 0.9847507 +229.9459 -99.11076 485.6241 0.8204641 0.4096299 0.3988008 +409.8094 -540.0226 443.2372 0.7893892 -0.3686266 -0.4908962 +573.3778 -432.4407 546.1689 -0.07005294 -0.33878 0.9382541 +84.53489 -177.7417 314.1183 -0.3596723 0.2875018 -0.8876816 +104.7991 93.56411 512.6986 -0.986919 0.1247454 0.1021243 +427.774 -415.3469 365.816 0.6168188 -0.596962 -0.5130019 +757.8611 -287.6086 564.9839 0.5513186 -0.7282394 -0.4070813 +110.8839 -330.1067 286.9901 0.3641824 -0.4236825 -0.8293758 +15.77876 -461.6823 400.99 -0.9459368 -0.0222716 0.3235854 +581.2734 -255.6245 615.2773 0.003421505 -0.3892593 0.9211219 +567.9471 27.67626 334.3909 0.239327 0.06344648 -0.9688638 +152.013 -423.8217 287.5661 0.4952326 -0.3672994 -0.7872965 +312.5186 -443.4859 312.5942 0.3426607 -0.5256417 -0.7786427 +398.9348 -193.184 592.4054 -0.4189555 0.09581131 0.9029377 +41.05092 157.2117 473.2285 0.8578279 0.5017375 0.1113142 +31.41981 -247.3336 516.2802 0.6095544 0.610285 0.5059603 +539.7452 35.82161 330.17 0.1070402 0.09871341 -0.9893422 +642.9987 -371.2271 572.9636 0.1541732 0.1610263 0.9748339 +748.2612 -151.9238 426.2613 0.5893309 -0.1520015 -0.7934638 +10.62996 -284.2002 418.6781 -0.9898133 -0.1398581 0.02663284 +638.4126 13.06731 348.8655 0.2124817 -0.1604715 -0.9638986 +285.5252 -94.81554 483.2354 -0.7142489 0.5069218 0.4825751 +437.6776 -461.4609 517.8029 0.01395235 -0.2394327 0.9708127 +21.79281 -386.6435 399.9301 -0.9643283 -0.2562757 -0.06628497 +83.12564 -223.0285 306.1473 -0.08357438 0.7912315 -0.6057789 +32.29064 -545.1048 380.0597 -0.6897542 -0.161733 0.7057489 +322.1683 37.12545 439.9112 -0.8221009 0.2634998 -0.5046958 +485.3117 -235.7469 624.384 -0.1580673 -0.2114612 0.96452 +447.5383 -117.8558 319.8393 -0.01749453 -0.03305101 -0.9993005 +595.7718 -26.19353 344.2624 0.3963996 -0.09877741 -0.9127488 +259.2878 -220.4359 313.3674 0.1498262 0.1153764 -0.9819574 +658.658 -149.7891 388.5449 0.2930569 -0.2126172 -0.9321543 +310.7591 14.72945 495.228 -0.95872 0.1190012 0.2582531 +244.7076 -548.2816 382.5584 0.2590535 -0.5499626 -0.7939978 +479.1648 -467.6462 438.8223 0.4184507 -0.3731951 -0.8280244 +642.1528 -348.6458 495.5081 0.6080137 -0.5387844 -0.5831215 +675.5871 -94.02015 382.7031 0.17027 -0.2370895 -0.95645 +87.73876 -505.5303 396.1248 -0.9203615 0.3818299 -0.08450206 +170.6526 -446.1357 298.9288 -0.1046184 -0.288392 -0.9517799 +351.0366 -452.1835 339.4045 0.3702566 -0.6733217 -0.6399593 +-15.5795 -1.614726 494.787 -0.4692464 -0.518257 0.7149948 +92.86745 -31.88041 528.8256 -0.3958976 0.04504771 0.9171891 +642.8484 -288.3912 597.425 0.4855365 0.3927681 0.781017 +236.64 -487.4013 329.1404 0.1169962 -0.8070071 -0.5788362 +53.1106 -503.6773 506.217 -0.9830846 0.1821042 0.01956662 +373.1417 -218.3975 322.7518 0.6700725 0.3220384 -0.6688005 +47.87408 -520.0215 510.4377 -0.9122651 0.3650086 -0.1858524 +436.7655 -283.2272 598.6007 -0.04330254 -0.3956665 0.9173728 +348.31 -245.093 314.308 0.7915155 0.07038666 -0.6070824 +353.9529 48.92707 410.0545 -0.6226903 0.2177603 -0.7515565 +495.1859 -59.03099 662.2318 -0.4470444 -0.3495395 0.8233914 +135.1406 73.45901 438.636 0.6288218 0.1354498 -0.7656608 +526.2598 -463.8409 474.1759 0.421556 -0.5446939 -0.7249821 +629.6682 -157.407 382.3363 0.2257915 -0.2004947 -0.9533206 +746.1498 -310.8582 578.4764 0.7803777 -0.3827763 -0.4944622 +520.3851 -231.5538 345.1793 0.3863527 -0.05296793 -0.9208289 +250.2141 -92.95406 363.8522 0.3153337 0.8432385 -0.4353315 +81.19334 29.10568 469.2697 0.8011448 0.5877489 0.1127749 +549.216 -41.15036 328.2382 0.310643 -0.02583689 -0.9501755 +327.8419 -312.4492 297.2439 0.1875614 0.01594472 -0.9821234 +235.5837 -581.7267 423.6516 -0.1982644 -0.5718744 0.7960219 +11.52602 -286.2075 400.2927 -0.9872963 -0.1305319 -0.0905944 +716.1774 -340.8857 570.1301 0.7503914 -0.445613 -0.4882027 +331.7426 120.7015 504.3911 -0.9540505 0.2868835 0.08651801 +386.286 105.4288 393.6415 -0.6305451 0.2792553 -0.7241749 +-7.734214 -152.0367 452.2088 -0.9818 -0.1390264 0.1293846 +540.2046 48.38158 331.3544 0.1007262 0.0947731 -0.9903899 +27.78316 -316.9246 479.1693 -0.7681619 -0.1240256 0.6281282 +328.2523 -470.899 509.0617 -0.04845209 -0.5741172 0.8173382 +608.7605 -246.6522 397.1817 0.3315144 -0.2835428 -0.8998342 +33.58514 -229.6454 294.1269 -0.7525274 -0.07753027 -0.6539814 +150.765 48.82097 450.5425 0.981516 0.1651832 0.09664819 +563.6388 -279.9294 602.8966 -0.1116951 -0.1864854 0.9760877 +471.28 -426.7593 534.0104 -0.1260224 -0.3428115 0.9309128 +348.0553 -469.6236 358.8196 0.4158599 -0.7215841 -0.5535132 +354.6564 -105.1402 363.68 -0.1261184 0.6210068 -0.7735921 +161.7038 -251.991 302.9717 0.09925979 0.1485936 -0.9839042 +615.6036 -54.81531 357.5918 0.4663713 -0.1248679 -0.8757316 +643.2326 -178.5086 653.9352 -0.1552156 -0.3182145 0.935226 +514.4792 -0.4270128 711.5588 -0.4971585 -0.405 0.7673386 +309.6046 24.63071 469.9767 -0.9838153 0.1627011 -0.07507234 +58.87384 -517.2217 349.5798 0.2637388 -0.7439234 -0.6140195 +640.6349 26.41648 347.3842 0.1888069 -0.1469543 -0.9709564 +411.7997 -460.1258 389.8456 0.4517413 -0.5654928 -0.6900346 +505.2221 -501.7553 510.5075 -0.3230971 -0.5332558 0.7818226 +121.0689 -45.67009 529.6866 0.3070005 0.08145326 0.9482173 +774.2559 -171.8523 452.5118 -0.6690011 -0.7177757 -0.1929651 +520.5458 -344.8944 581.126 0.06424852 -0.3742581 0.9250962 +174.0046 -139.7878 325.5079 0.09688479 0.3374577 -0.9363416 +374.3851 -215.501 580.0587 -0.3780594 0.1292282 0.9167176 +468.1831 -430.2434 404.1043 0.4685764 -0.538695 -0.7001742 +308.5636 -28.15109 438.1828 -0.870764 0.1639266 -0.4635712 +363.1227 -573.4937 452.6496 0.45228 -0.3247968 0.8306322 +581.3006 -368.2521 573.0498 -0.2274394 -0.2811795 0.932314 +26.23801 -374.1877 355.5716 -0.9370617 -0.2457926 -0.2479948 +191.0409 -284.4438 299.2819 0.04578768 0.1590483 -0.9862084 +408.9193 -31.50588 621.5847 -0.4977719 -0.163995 0.8516623 +521.6854 -20.79469 704.0818 -0.4807747 -0.475525 0.7367033 +320.7803 -283.4771 302.6118 0.02971983 0.1949634 -0.9803602 +419.7772 -141.8908 323.832 -0.1152819 0.03619251 -0.9926733 +780.7836 -261.2059 640.1623 -0.3482601 -0.5410226 0.7655126 +177.2878 -435.4268 504.9713 -0.5609806 -0.2671391 0.7835416 +462.493 -237.7662 323.9385 0.2911692 0.1129621 -0.949979 +80.05572 -525.4509 514.2512 -0.2552632 0.02548704 0.9665356 +717.7361 -345.4701 577.7218 0.8053055 -0.4715632 -0.3593205 +416.4003 -437.5405 376.7981 0.4630147 -0.5142044 -0.7219496 +171.4406 -450.1373 500.6514 -0.4229009 0.005132112 0.9061614 +224.9473 -272.4587 302.8969 0.07298521 0.1790087 -0.9811366 +171.79 -425.5405 505.5544 -0.5519825 -0.3258318 0.7675604 +107.311 -428.5118 504.5994 0.1260245 0.2416767 0.9621384 +380.254 -30.12126 603.2164 -0.5799944 -0.07666267 0.8110052 +438.4646 75.45617 350.1732 -0.5684932 0.2512988 -0.7833673 +250.9812 -112.6551 437.3032 0.4248016 0.8703386 0.2491072 +93.77271 60.57003 411.4722 0.7163333 0.5973237 -0.3606534 +229.4471 -270.0546 539.3627 -0.1611751 -0.1177901 0.9798715 +240.8091 -230.9401 543.6111 -0.04962973 -0.04575937 0.9977189 +14.25502 -487.0776 364.3212 -0.9384541 -0.3169441 -0.1372969 +233.8369 -346.9982 531.8251 -0.4364102 0.2851432 0.8533694 +742.6915 -205.1566 661.7329 -0.2099481 -0.4754494 0.8543242 +658.3647 -49.04304 370.4466 0.1160934 -0.2034413 -0.97218 +617.2046 -312.7393 434.0327 0.5323864 -0.497592 -0.6848117 +215.6912 -517.312 460.8884 -0.2322441 -0.3680063 0.9003522 +538.9027 -170.4852 347.2123 0.3714842 -0.2298107 -0.8995479 +396.2787 -435.8714 357.5569 0.5633878 -0.6330029 -0.530944 +7.854602 -241.0272 395.9474 -0.986738 -0.07170273 -0.1456253 +265.4403 -523.8033 462.3277 -0.1183261 -0.5749107 0.8096151 +201.7584 -192.0237 313.6821 0.05598592 0.1879053 -0.9805902 +514.035 -68.42154 321.3888 0.2054178 -0.03378386 -0.9780911 +264.1516 -302.8084 539.1226 0.4558411 -0.3227182 0.8294949 +449.5307 -108.7306 615.5851 -0.4352792 -0.3456629 0.8312936 +429.2653 131.8418 366.6624 -0.6067798 0.3521385 -0.7126126 +314.7709 -131.4057 370.9615 0.3619568 0.7226719 -0.5888401 +460.644 -104.5855 319.1197 0.003863323 -0.0667441 -0.9977627 +531.3252 -118.6746 651.4628 -0.3364264 -0.318028 0.8863834 +335.1043 -47.84468 402.0367 -0.670387 0.2083369 -0.7121637 +385.3014 49.65771 615.3226 -0.626247 -0.7444901 0.2314069 +47.67357 93.16455 529.2245 0.5593268 0.2564504 0.7882808 +10.77954 -52.37611 484.7189 -0.2516232 -0.4953322 0.8314636 +61.3628 -171.766 324.196 -0.3054471 0.4771295 -0.8240446 +425.0765 -234.5686 605.686 -0.1283872 -0.02751765 0.9913423 +91.38722 -386.7591 256.2448 -0.4986765 0.7887396 -0.3594601 +444.2568 86.23891 349.243 -0.5183629 0.2066107 -0.8298264 +312.4048 -37.39491 510.243 -0.8990867 0.05449197 0.434366 +390.0074 -297.4943 588.5818 -0.264335 -0.1142216 0.9576432 +43.8564 -302.2404 505.2039 -0.6647998 -0.7117458 0.2268461 +670.7344 -184.1255 653.2401 0.02310145 -0.3726949 0.9276664 +199.8054 -401.4953 526.0339 -0.4306779 -0.01970217 0.9022906 +422.6635 62.45496 356.0328 -0.4093062 0.4116694 -0.8142461 +1.707046 66.58401 519.4857 -0.9587006 -0.1593644 -0.2355763 +544.3761 -84.1823 330.5671 0.2990551 -0.1194056 -0.9467356 +390.9443 -61.86562 344.8076 -0.6242762 0.11554 -0.7726123 +592.7385 -385.5209 564.3796 0.01336053 -0.27386 0.9616767 +276.3867 -225.5938 542.4156 0.02798984 0.1688006 0.9852527 +98.3447 68.61539 441.5945 -0.4499784 0.8885599 0.08933467 +38.55172 94.63563 531.2269 -0.03426446 0.02627555 0.9990673 +409.3326 -260.9306 600.2706 -0.3301354 -0.1124724 0.9372089 +575.5804 -390.265 562.561 0.02423985 -0.4580256 0.8886085 +83.2261 -296.4376 532.8884 0.4218895 -0.3441757 0.8387803 +523.6169 -101.9422 655.3107 -0.3324715 -0.3970242 0.8554732 +65.42542 -445.9274 242.366 0.4036585 -0.4602086 -0.7907388 +321.7962 -127.4197 366.254 -0.2198341 0.5855215 -0.7802804 +49.95987 -262.5245 304.2099 -0.4072735 -0.6017178 -0.6870692 +363.9611 -459.3817 518.5366 0.01697361 -0.6197668 0.7846024 +22.23728 -158.7775 361.5719 -0.4545554 0.3453125 -0.8210595 +380.365 -237.4801 318.41 -0.001062256 0.2718385 -0.9623423 +509.3003 -16.59515 698.8966 -0.4512948 -0.4069838 0.7941645 +29.59584 -500.2205 346.3883 -0.5694196 -0.3878721 -0.7247872 +724.4666 -242.6465 633.4507 -0.2177185 -0.08651714 0.9721695 +702.6957 -184.1817 415.064 0.4327336 -0.263666 -0.8621032 +19.3409 116.299 528.0427 -0.05795106 -0.04970092 0.9970815 +608.4561 -321.0882 433.1718 0.5301685 -0.474636 -0.7025965 +541.4734 86.09735 326.598 0.09465474 -0.03006904 -0.995056 +791.6312 -125.654 434.3401 0.4820833 -0.2738779 -0.8322179 +172.9415 92.60648 489.8861 0.9817624 0.1501788 0.1165715 +348.0432 -565.1531 454.2638 0.1739289 -0.3771042 0.9096929 +19.09183 -482.6851 249.3384 -0.730666 -0.6744478 -0.1060535 +234.6102 -100.7465 465.3158 0.8549497 0.5153118 0.05928636 +448.5162 -451.0645 407.8499 0.4455796 -0.5653669 -0.694132 +365.3964 -483.0771 503.7301 -0.1118517 -0.2889731 0.9507806 +215.1921 -54.69526 404.8837 0.6200653 0.5436592 -0.5656444 +79.59258 30.10848 402.4801 -0.1288651 0.09901732 -0.9867063 +398.9991 -562.2795 451.825 0.001222216 -0.6186317 -0.7856802 +433.6566 -161.3073 322.7665 -0.01014859 -0.02831397 -0.9995476 +313.6542 -159.576 350.9564 0.7285842 0.4398541 -0.5250651 +336.7434 132.793 504.5045 -0.8951172 0.4352639 0.09649067 +433.2958 -480.7469 419.0825 0.438884 -0.2355647 -0.8671159 +478.4106 -453.1187 432.1396 0.4927584 -0.4612143 -0.7378825 +-18.63316 133.4487 504.4007 -0.8858649 0.4202508 0.1965519 +18.33402 98.46451 405.9113 0.7731864 0.1077337 -0.624961 +417.9523 -509.243 491.3157 -0.2426498 -0.334593 0.9105869 +751.5351 -243.6488 491.7492 0.410092 -0.8235458 -0.3919145 +596.8085 -444.0634 539.5367 -0.4554069 -0.8864442 0.08259084 +69.26916 50.90111 406.7552 -0.1151232 0.1754934 -0.9777263 +44.17883 -52.34481 513.5521 -0.451442 -0.1872 0.8724427 +513.4551 19.5778 325.4757 0.07692111 0.1591142 -0.984259 +225.4851 -443.8046 523.3933 -0.1807943 -0.3952656 0.9005989 +563.7552 -416.0938 470.6355 0.3359985 -0.5089362 -0.7925206 +66.73293 -293.1901 299.1302 -0.33526 0.02891905 -0.9416817 +735.8177 -188.6568 434.9787 0.3986526 -0.4731786 -0.7856068 +202.2424 -451.2214 299.092 -0.04357266 -0.3012835 -0.9525385 +560.1885 -67.93947 699.5468 -0.4544595 -0.5357163 0.7116703 +146.886 -194.3719 309.6818 0.1474049 0.1587194 -0.9762582 +166.1815 -503.3546 453.9318 -0.2993503 -0.8159603 0.4945687 +472.404 -37.50609 657.634 -0.5230974 -0.2910384 0.8010404 +678.295 -382.1601 571.5714 0.5734847 -0.8017462 0.1682807 +64.33057 -420.6596 483.3731 -0.8223264 0.09476668 0.5610692 +301.9184 -495.1929 363.1426 0.2903036 -0.7316806 -0.6167392 +801.8386 -260.8266 643.3112 -0.07633115 -0.4298174 0.8996836 +102.4924 -195.8293 540.8955 0.01884546 -0.1074135 0.9940358 +663.8555 -88.78196 379.4303 0.150264 -0.2080563 -0.9665058 +156.5397 -80.12712 352.742 0.1623594 0.2762565 -0.9472707 +371.0153 -309.9087 299.3576 0.2383375 0.01133587 -0.9711162 +292.5983 -556.2831 447.425 0.1063245 -0.4948114 0.8624713 +359.2762 -422.3052 537.7295 -0.04261697 -0.3909947 0.9194058 +495.7527 -80.721 319.633 0.07686249 -0.02087207 -0.9968232 +33.38279 -58.37203 390.9748 -0.5375586 0.2168385 -0.8148692 +315.8951 -163.5805 350.8084 0.6967959 0.4464307 -0.5614045 +175.3795 -7.614063 420.5582 0.5604534 0.5385844 -0.6291414 +57.07895 -518.2011 516.8617 0.7050028 0.002774061 0.7091991 +108.6887 107.7775 460.5469 -0.8930306 0.1590136 -0.4209644 +606.5857 -286.5423 603.8188 0.02910271 -0.4523841 0.8913482 +414.3458 -514.7176 488.7784 -0.0872023 -0.4237148 0.9015883 +-32.47766 27.02923 502.5618 -0.5586923 -0.2914977 0.7764612 +153.6257 -376.4094 283.8758 0.4727421 0.2609611 -0.8416735 +590.9107 -139.4964 363.8099 0.4456096 -0.2038471 -0.8717101 +360.6783 -381.0454 558.4226 0.07845982 -0.4100985 0.9086602 +65.82344 -390.0497 309.2996 -0.4730101 -0.2736797 -0.8374729 +93.35225 117.6009 475.4363 -0.9285837 0.2917803 -0.2293395 +105.2188 -515.9152 408.3469 -0.3881399 -0.2805142 0.877872 +413.2601 -86.03083 328.0926 -0.4337389 0.02226018 -0.9007636 +317.716 -467.3304 336.3166 0.330942 -0.731194 -0.5965171 +789.9098 -224.9944 516.6635 0.5059513 -0.7462342 -0.4326057 +85.78113 -473.656 514.4426 0.8656503 -0.4703911 0.1714112 +317.5295 61.43701 492.9105 -0.9672382 0.1792028 0.1798237 +483.2298 -419.5873 538.1937 -0.1366412 -0.3066691 0.9419571 +28.93176 -425.1689 370.2249 -0.8897897 0.4171616 -0.1850686 +-6.703796 -104.1551 407.0762 -0.948314 -0.05268641 -0.3129295 +495.2814 -496.2859 472.0615 0.5754853 -0.5208312 -0.6305169 +109.2488 23.43515 398.9303 0.1405448 0.3946921 -0.9080007 +293.7136 -271.9113 544.1396 0.2762646 -0.02112257 0.9608495 +8.508829 96.75922 529.9863 0.5477763 0.2306093 0.8042142 +633.6365 -169.9393 655.1971 -0.1803651 -0.3791519 0.9075859 +335.6748 -546.4505 462.0417 -0.161804 -0.4745988 0.8652025 +321.8137 -507.9229 378.4061 0.4179311 -0.4274876 -0.8016159 +736.0904 -270.3895 621.3549 -0.1847299 -0.4408531 0.878364 +31.17409 -299.2104 328.5078 -0.7438705 -0.04283355 -0.6669497 +435.8447 29.38786 335.8832 -0.3121202 0.2418884 -0.9187334 +743.3577 -219.7562 458.023 0.6486766 -0.3158849 -0.6924127 +193.0363 -132.9628 328.9531 0.116878 0.4035801 -0.9074484 +146.9434 17.3614 508.4988 0.6308656 0.1324267 0.7645075 +717.8715 -304.5927 528.1874 0.7108993 -0.3391031 -0.6161422 +-3.824288 -154.8517 461.3232 -0.7963941 -0.1036838 0.595824 +279.1143 -118.3859 494.0417 -0.9606283 -0.1194271 0.2508595 +522.7078 -452.8153 532.5223 -0.09206191 -0.3101792 0.9462101 +15.05593 -349.4836 412.7388 -0.997116 -0.04737308 -0.05929095 +269.1347 -527.3116 460.3992 -0.09666812 -0.5355626 0.8389446 +487.625 -418.7833 409.4059 0.5069402 -0.5165953 -0.6900297 +601.075 -421.5313 516.1512 0.7548632 -0.3159086 -0.5747898 +706.9839 -276.0663 612.5326 -0.1084721 -0.5440653 0.8320016 +450.353 -510.569 449.1186 0.4427083 -0.4924397 -0.7493414 +454.484 -438.1332 527.9391 -0.1213165 -0.3246373 0.9380261 +170.1985 -472.5554 493.3195 -0.2908907 -0.489546 0.8220264 +570.9939 -331.2118 583.4981 0.04911614 -0.3957969 0.9170237 +367.7706 130.1291 426.481 -0.6903406 0.3724121 -0.6202734 +373.6736 -415.5782 324.5772 0.3906009 -0.4182552 -0.820057 +737.8876 -304.0568 559.2295 0.7134166 -0.4926144 -0.4983652 +385.6275 -221.4605 587.17 -0.7084791 0.02179804 0.705395 +128.889 -518.0336 418.413 -0.4398918 -0.3057503 0.8444003 +385.6217 -194.5023 586.7791 -0.5282105 0.03860902 0.8482352 +378.4107 -69.8261 595.6547 -0.2599008 -0.03327064 0.965062 +477.1423 16.80845 324.705 -0.04395665 0.1907473 -0.9806545 +48.09132 -437.1411 277.64 -0.2655689 -0.2583386 0.9288349 +93.96844 -470.8769 460.4312 -0.1553975 -0.8688748 -0.4700088 +333.3334 -144.488 354.9543 0.5762205 0.5866619 -0.5690323 +142.6162 -209.8926 306.5082 0.2374322 0.1335123 -0.9621853 +329.7725 -471.2968 348.5313 0.3643679 -0.7320409 -0.5756319 +633.93 -147.2416 381.6883 0.2359203 -0.1171021 -0.964691 +176.2808 -558.3015 384.2076 -0.7525982 0.1142945 -0.648485 +93.06496 67.06021 424.7058 -0.6738987 0.7386557 0.01575844 +-29.4063 68.05637 514.6548 0.5023255 0.6315706 0.5905825 +256.3163 -438.9736 297.4842 0.1503916 -0.1919636 -0.9698105 +762.75 -135.6429 421.2721 0.4413789 -0.2864534 -0.85037 +486.1829 -194.7853 332.5013 0.2564422 -0.06575352 -0.9643204 +459.7222 -36.91579 319.6618 -0.1376377 0.1324935 -0.981581 +246.4675 -472.8148 314.6569 0.1506121 -0.6824148 -0.7152804 +171.2164 -266.9061 301.1733 0.036814 0.1669955 -0.9852701 +390.7342 -39.6493 608.3857 -0.5034211 -0.09998561 0.8582366 +417.4447 -275.9891 309.581 0.1432158 0.100353 -0.9845905 +661.7242 -22.03288 361.6065 -0.6508463 -0.6968415 -0.3013487 +-15.18497 -84.10383 437.5599 -0.9625355 -0.1902134 -0.1932465 +100.3652 -350.7607 292.7932 -0.1080097 -0.1004816 -0.9890589 +180.4352 18.24834 458.6829 0.8125921 0.30589 0.4961102 +364.6699 -438.2524 531.7805 -0.09255163 -0.4125187 0.9062354 +35.66813 -84.10121 502.3838 -0.563231 -0.05485422 0.8244767 +153.2707 -503.3524 349.3665 0.2575777 -0.6182163 -0.7426051 +128.3725 65.00925 417.4152 0.5067976 0.366347 -0.78035 +130.3381 -77.17563 351.699 -0.07408108 0.3246579 -0.9429259 +75.06125 -503.7918 350.1279 0.584601 -0.4057004 -0.7026016 +665.572 -332.5289 505.593 0.5484346 -0.5287347 -0.6478111 +427.2209 -396.9757 558.0417 0.04641055 -0.4449065 0.8943737 +713.9711 -285.8066 609.019 -0.09009223 -0.259898 0.9614242 +345.0323 -517.3497 481.3421 -0.09207871 -0.5201763 0.8490808 +459.9172 70.08485 336.7303 -0.3145571 0.2275901 -0.9215512 +440.496 -529.0671 487.842 -0.2019364 -0.3554415 0.9126242 +3.609274 -195.9045 402.2611 -0.987323 -0.1096264 -0.1147837 +412.5464 -529.9462 481.9735 -0.1380789 -0.3260821 0.9352031 +413.705 -294.5199 593.9938 -0.06627142 -0.3324874 0.9407764 +706.632 -285.4199 495.9676 0.6454492 -0.6016472 -0.4705487 +-2.817178 -151.026 414.0602 -0.9817222 -0.1350802 -0.1340704 +277.708 -256.2479 309.0707 0.04292727 0.2647309 -0.9633664 +69.68913 -82.89767 519.5894 -0.3087859 -0.05383454 0.9496068 +321.4334 41.70704 512.3394 -0.8893863 0.1027341 0.4454635 +415.3905 73.53795 365.2348 -0.4404039 0.366659 -0.8195155 +481.1786 -206.3412 331.4443 0.2976517 0.005473547 -0.9546589 +61.28532 49.46038 408.8967 -0.3897372 0.09715244 -0.9157872 +169.1557 -488.9653 477.5845 -0.2028153 -0.7796459 0.592468 +169.6828 -178.4377 542.2878 -0.06155189 -0.01637092 0.9979696 +459.576 -62.8276 318.199 -0.07450188 0.02884691 -0.9968035 +16.22411 -166.1206 475.2176 -0.6520621 0.03013002 0.7575666 +444.6916 -411.5003 379.0077 0.5382622 -0.4637156 -0.703734 +55.06542 -483.9092 501.3878 -0.9605224 0.1423105 0.2390493 +391.9194 -485.5452 399.0621 0.4456725 -0.440201 -0.7794865 +228.5147 -72.11237 433.017 0.8549495 0.1938885 0.4811119 +646.7385 -321.4945 469.7658 0.6707399 -0.5279031 -0.5209858 +536.4746 -52.10615 689.7054 -0.4473814 -0.4428857 0.7769827 +431.4977 -329.0998 579.4446 -0.2402699 -0.3076683 0.9206577 +649.4019 21.81894 349.8582 0.2041344 -0.1571906 -0.9662402 +388.7816 -277.5978 307.3549 0.06318475 0.2157622 -0.9743995 +183.0644 -510.5253 350.4605 0.03222149 -0.4839493 -0.8745026 +345.829 -288.7439 302.7088 -0.05274979 0.2346888 -0.9706382 +9.785583 -125.5191 382.1256 -0.478831 0.2958038 -0.8265718 +565.1977 -426.4705 547.6003 -0.05974768 -0.3052509 0.9503958 +408.1303 -314.6663 307.7316 0.3036478 -0.1347248 -0.9432111 +111.5897 -246.744 292.9288 0.794659 0.1625591 -0.584886 +815.6557 -282.0257 618.1069 -0.07299083 -0.9967787 0.03323577 +-48.27416 96.34476 480.6163 -0.9401991 0.2233113 -0.2572116 +27.22242 -326.1001 476.5173 -0.7855821 -0.1417131 0.6023107 +360.5346 -147.3379 573.4913 -0.6932422 -0.2165458 0.6874032 +188.2304 -399.9037 292.7905 -0.4069529 0.08974163 -0.9090301 +191.5081 -23.18493 460.3105 0.7944336 0.4113019 0.4468847 +480.8611 -92.7485 319.1288 0.05342933 -0.07456097 -0.9957841 +399.0768 -247.8715 314.208 0.284006 0.2099967 -0.9355437 +469.4393 -60.04291 647.1476 -0.4839383 -0.3414551 0.805737 +432.9052 -197.9217 607.4738 -0.430061 0.04867361 0.9014868 +17.65129 140.666 526.002 -0.0977224 0.3819704 0.9189934 +22.71302 -139.0701 487.9943 -0.8176057 -0.09883823 0.5672318 +195.6592 -27.97791 492.2391 0.8288004 0.3630519 0.4257737 +210.6084 -107.0669 343.73 -0.03617918 0.6735716 -0.738236 +190.9695 -406.6129 291.3881 -0.30421 -0.1102693 -0.9462013 +478.4239 35.88385 328.1438 -0.05820454 0.2073089 -0.9765425 +659.3407 -363.9957 530.8167 0.193569 -0.7951612 -0.5746735 +434.5677 -428.2872 535.5779 0.1917254 -0.6558965 0.7300967 +256.0135 -140.6744 332.541 0.1893025 0.3490576 -0.9177818 +67.93153 52.2469 535.5392 0.1968601 0.1019997 0.9751114 +-20.25509 7.894319 499.8565 -0.5121604 -0.5768142 0.6363781 +255.2729 -413.4398 538.9971 -0.1456657 -0.2172289 0.9651907 +517.6252 -47.30954 321.2977 0.1495703 -0.02060872 -0.9885363 +122.5129 -478.1967 461.9105 -0.4844456 -0.7066941 0.5156509 +407.7462 -61.51163 611.5651 -0.4858302 -0.3271387 0.810524 +18.16167 -437.6086 378.3947 -0.9083701 0.3873245 0.1576183 +716.4563 -346.8492 576.9501 0.7438076 -0.5512275 -0.3780192 +557.6287 -73.46427 689.1477 -0.3959811 -0.5048068 0.7670522 +504.6962 54.64286 330.5502 0.03503706 0.1326382 -0.990545 +48.53664 -320.9655 308.8558 -0.554576 -0.1062111 -0.825327 +795.7655 -254.7377 567.6391 0.6416974 -0.6129223 -0.4610323 +352.1621 -33.63978 390.788 -0.6026603 0.1907177 -0.7748724 +553.8199 -375.1909 429.0815 0.5665575 -0.4604017 -0.6834053 +109.5142 -495.5679 506.1927 0.7288768 -0.3520932 -0.5871703 +430.2764 -37.44689 632.5751 -0.4808279 -0.2436968 0.8422686 +337.7164 109.359 545.8325 -0.8778014 0.14913 0.4552197 +423.3624 -148.2614 323.2144 -0.077169 0.04397657 -0.9960477 +490.3019 -445.277 435.6802 0.5240644 -0.4923183 -0.6949671 +318.0983 -514.0872 479.5154 -0.1437267 -0.5985456 0.78809 +-23.45449 136.3243 450.8782 -0.06171788 0.8970099 -0.4376803 +163.3978 63.94877 485.3481 0.6125255 -0.7892901 -0.04282149 +11.3275 -288.7365 421.4379 -0.9921655 -0.1135851 0.05201957 +371.8031 -106.1114 586.5828 -0.4924759 -0.1376471 0.8593723 +356.2096 -326.246 297.1757 0.03330071 -0.01204818 -0.9993727 +734.1801 -316.5236 567.2045 0.6527238 -0.561811 -0.5082519 +732.3541 -226.8787 455.2744 0.3843889 -0.6540432 -0.6515157 +286.2558 -586.7204 417.7031 0.2704774 -0.6269529 -0.7305971 +-17.58574 34.17967 519.2347 -0.4461244 -0.6086655 0.6561244 +13.35751 -222.8762 360.9849 -0.9648473 -0.05613151 -0.2567468 +440.1928 -68.36225 626.6415 -0.4337796 -0.3706372 0.8212572 +246.3906 -108.4288 438.3552 0.8608723 0.3085654 0.4045818 +456.1167 -512.0643 454.2343 0.4267603 -0.5362458 -0.7282281 +172.9843 -126.204 330.7065 0.1439185 0.3976379 -0.9061852 +272.4688 -114.7844 478.8994 0.002639229 0.9069594 0.4212098 +745.1283 -65.67574 399.0585 0.5200768 -0.1159889 -0.8462073 +205.0334 -361.975 523.6265 -0.3061017 0.0485821 0.9507584 +339.7495 -322.5499 297.2016 0.01078491 0.07395883 -0.997203 +696.8208 -76.88394 384.8724 0.3833049 -0.1532833 -0.9108137 +-31.98525 -19.46483 455.5421 -0.99231 -0.08947295 -0.0855312 +752.1141 -208.8584 460.9845 0.6086699 -0.480036 -0.6317329 +58.52354 -435.5409 460.378 -0.9466205 -0.3031185 -0.1096765 +838.6622 -274.5543 627.657 0.2805375 -0.9271967 0.2482035 +97.87345 -475.0079 434.9226 -0.5211228 -0.7681555 0.3719788 +197.451 -439.2961 295.5003 0.03628596 -0.2995335 -0.9533955 +506.1056 -298.7791 355.2134 0.5724117 -0.407385 -0.7116054 +152.2646 -336.3968 522.7351 -0.09281729 -0.09638963 0.9910066 +75.82784 -430.9626 498.0236 -0.5790564 0.3690783 0.7269629 +53.19725 85.69945 519.8202 0.1574078 0.05015818 0.986259 +547.9923 79.69128 327.4694 0.08955259 -0.07486967 -0.9931641 +-16.5638 -20.88921 414.7119 -0.5919066 0.1254634 -0.7961819 +480.1725 -4.569848 321.2587 -0.02044404 0.14035 -0.9898909 +109.2075 -481.9103 517.4568 0.1554577 0.2338835 0.9597559 +380.3068 -520.6179 413.5245 0.3771694 -0.4836131 -0.7898492 +61.3924 -473.3237 477.1493 -0.7828985 -0.1756444 -0.5968408 +-46.3036 99.40904 455.4163 -0.9994202 0.002989594 0.03391721 +579.0098 -58.01163 717.3694 -0.4445084 -0.4381902 0.781282 +408.2021 -0.4472943 627.5316 -0.5883467 -0.1362395 0.7970489 +287.4026 -469.6032 508.3463 0.03907075 -0.667936 0.7431924 +77.67111 -339.785 516.5288 -0.3043873 -0.2497354 0.9192283 +812.6417 -160.016 467.086 0.5621899 -0.5143165 -0.6476273 +105.3127 80.46433 522.2562 -0.6647832 0.2880006 0.6892887 +131.2381 35.24571 522.3693 0.9706415 0.1708354 0.1693233 +634.3452 -51.38577 366.235 0.3062733 -0.1687875 -0.9368604 +45.77677 -300.5779 515.749 -0.5787165 -0.7370154 0.3491355 +429.3894 -387.5989 346.9196 0.6000896 -0.3142648 -0.7356155 +368.5398 97.17896 407.2019 -0.4135475 -0.6901766 -0.5938305 +671.0849 -127.4513 388.6569 0.3085361 -0.1529933 -0.9388283 +51.09074 -451.3624 272.8072 -0.2142748 -0.53509 0.8171689 +715.0869 -204.2336 429.6186 0.4279421 -0.4160208 -0.8023667 +54.46414 -299.5283 527.1021 -0.5169393 -0.5838371 0.6260256 +320.4161 24.3633 436.9209 -0.8307929 0.1837879 -0.525362 +811.826 -252.4062 568.9365 0.5187329 -0.7060423 -0.4821 +189.3477 -385.2853 520.0106 -0.4275534 0.08554479 0.8999335 +160.3276 12.57208 424.3846 0.6295177 0.6244085 -0.4624084 +267.8982 -132.1359 338.9184 0.3236985 0.3696682 -0.8709562 +159.3669 -516.8613 356.4952 -0.04944874 -0.5153475 -0.8555535 +366.0809 -302.938 299.0885 0.04157846 0.1175169 -0.9922001 +198.603 -87.0688 365.2536 0.3510286 0.4601061 -0.8155251 +15.81648 -344.2775 400.7144 -0.9917738 -0.05807688 -0.1140687 +237.4685 -333.9895 533.8982 0.1640241 -0.406816 0.8986639 +556.6773 -213.028 359.0892 0.4061553 -0.08692953 -0.9096599 +720.6226 -29.77454 380.8771 0.3729255 -0.2311593 -0.8986055 +640.7003 -374.937 518.7034 0.6381332 -0.5405464 -0.5482662 +33.6419 -35.74945 511.0093 -0.2557642 -0.05530697 0.9651558 +131.1574 148.627 493.6905 -0.5151455 0.8427902 0.15598 +295.1074 -92.81598 418.6571 -0.8346127 0.1105605 -0.5396276 +531.2482 -371.7773 411.0621 0.4502558 -0.4194196 -0.788262 +75.59057 -367.2092 503.9024 0.01260819 -0.6286187 0.7776114 +334.9999 -297.497 299.5298 0.254018 0.05918738 -0.9653868 +395.5313 66.84027 375.2992 -0.6607797 0.2589469 -0.7044975 +53.39671 -37.74663 390.4339 -0.3710237 0.3479369 -0.8609769 +627.7832 -240.4283 402.4897 0.3664179 -0.3145259 -0.8756776 +125.8318 -569.3698 382.513 0.03648439 -0.5067528 -0.8613191 +283.9124 -283.8738 544.8616 -0.5090803 0.1591186 0.8458833 +515.7278 -292.6191 605.7321 0.2095012 -0.4700301 0.8574269 +0.5188667 -131.4476 390.3031 -0.8945594 0.04009123 -0.4451472 +127.1085 -550.3849 374.9595 0.2571453 -0.5719723 -0.7789249 +71.97891 -539.9122 510.141 -0.06385822 -0.4376461 0.8968768 +143.0947 -234.0804 535.8535 -0.02762455 -0.1452494 0.9890093 +395.3563 -563.3474 452.7235 0.6209583 -0.5641907 -0.5441504 +275.4324 -188.69 322.1622 0.1893038 0.2273641 -0.9552327 +651.0367 -249.8271 418.2686 0.4467359 -0.4205705 -0.7896503 +335.7594 49.35894 541.374 -0.2151057 -0.9307927 0.2955579 +465.0628 -532.7063 474.9279 0.4643378 -0.5700936 -0.6777785 +311.7833 2.373583 443.7935 -0.895596 0.1815015 -0.4061587 +515.0993 -69.97581 321.6426 0.1806192 -0.03292887 -0.9830017 +508.7775 -462.6458 526.3912 -0.1838239 -0.3214845 0.9289007 +320.3839 -322.3437 563.331 -0.4819455 0.07241848 0.8732034 +487.2809 -376.419 567.5175 0.09260581 -0.5559798 0.8260209 +343.9356 42.4209 540.0891 -0.6450747 0.1407021 0.7510536 +1.073145 -178.0877 407.5317 -0.9854718 -0.07715385 -0.1513032 +54.0743 -150.9562 338.7031 -0.5638421 0.5240239 -0.6383424 +74.82735 56.34472 456.7679 0.7914023 0.179967 0.584204 +81.74792 -328.8814 521.0469 -0.1510275 -0.3356859 0.929788 +372.2851 76.50737 403.5639 -0.6136886 0.287747 -0.7352468 +727.8118 -210.9231 655.3385 -0.1980715 -0.4235146 0.88397 +94.77297 -135.4683 325.9682 -0.2557621 0.4253292 -0.868148 +165.6171 -3.541502 411.0264 0.7431744 0.5352396 -0.4015101 +514.5917 -512.3806 503.8136 0.2611347 -0.9617635 0.08258105 +127.8619 -84.16243 349.9733 -0.1924294 0.1631877 -0.967647 +-28.02941 59.31559 420.1851 -0.8114085 -0.3608633 -0.4597761 +552.73 -89.32378 675.2675 -0.4177954 -0.547661 0.7249237 +446.2361 39.50312 335.0516 -0.2808016 0.2094961 -0.9366226 +11.93123 -294.8555 419.9581 -0.994258 -0.1038533 0.02579886 +475.7901 -351.6447 581.3429 0.06473304 -0.3319117 0.9410868 +26.72314 -92.68707 495.2402 -0.6705563 -0.08529668 0.7369387 +361.2941 -461.1229 358.2771 0.4459839 -0.710739 -0.5440114 +220.7844 -490.011 330.5782 0.06126102 -0.8333189 -0.5493875 +30.86618 -71.12549 500.1299 -0.6152081 -0.1214467 0.7789542 +203.452 -43.91727 466.6712 0.8202811 0.5584261 -0.1236897 +313.6299 -367.1758 295.4272 0.1552846 -0.0374059 -0.9871613 +232.1486 -460.2301 516.0341 -0.1327899 -0.5443481 0.8282826 +207.8081 -170.7019 318.181 0.01093683 0.1920551 -0.9813232 +406.412 -119.7142 599.6599 -0.2899669 -0.06922158 0.95453 +653.9895 -352.9698 509.8001 0.4738006 -0.5924982 -0.6515051 +148.1497 -41.94121 366.7971 0.3187301 0.6259843 -0.7117265 +13.37804 133.3888 527.834 0.08040357 0.1534384 0.9848817 +566.1041 -432.5034 486.8367 0.6541426 -0.4287879 -0.6230878 +97.71503 88.93594 449.0784 -0.351779 0.004915165 -0.9360701 +42.03142 -341.8091 316.3171 -0.6784175 -0.1105272 -0.726315 +550.709 -257.7357 614.3513 0.1829939 -0.508541 0.8413675 +354.7497 -492.0919 384.0822 0.3534327 -0.5853422 -0.7296985 +90.42388 -494.5433 369.0334 0.8676113 -0.3959227 -0.3008252 +293.3717 -115.1215 508.1048 -0.8157174 0.1705309 0.5527426 +334.7428 121.158 517.1587 -0.8577938 0.3096693 0.4102375 +191.5609 -65.91278 506.8275 0.4258046 0.1354847 0.894614 +252.602 -474.8117 318.1826 0.1887905 -0.7180696 -0.6698763 +387.0693 -210.2946 588.3172 -0.6043432 0.03812296 0.7958115 +181.0879 -141.3019 325.4443 0.02941485 0.3148699 -0.9486789 +250.1417 -101.3524 425.3936 0.6505827 0.5730549 0.4983475 +361.0004 -30.71221 587.6642 -0.7018508 0.04882019 0.7106491 +591.6252 91.79213 333.1899 0.1698087 -0.004683379 -0.9854659 +307.6379 -318.0815 558.1317 -0.6241893 0.1162404 0.7725775 +317.0061 53.72148 462.0882 -0.9380639 0.2517008 -0.2380816 +403.4328 -87.02303 333.1558 -0.4915218 0.07864901 -0.8673066 +342.8556 141.9204 485.648 -0.8124323 0.5669163 -0.1362337 +338.6625 -16.66903 547.5189 -0.8301827 0.144287 0.538496 +205.3284 -112.5787 520.8065 0.1348544 0.6203164 0.7726718 +342.9345 132.7507 527.6825 -0.9115749 0.3835508 0.1480541 +483.1172 -513.4396 475.8788 0.06577486 -0.5850617 -0.8083171 +149.0781 79.95206 523.2558 0.5371847 -0.04999152 0.8419819 +99.6295 -521.7548 360.3144 -0.04111043 -0.3890859 -0.9202837 +198.0105 -267.6642 302.1858 0.0433182 0.153932 -0.9871314 +301.0954 -127.3002 376.1014 0.8237281 0.560123 0.08794523 +404.2368 -209.6703 323.4492 0.1048207 0.1485965 -0.9833269 +16.85484 -235.2233 510.9975 -0.607761 0.3481762 0.7137226 +85.19196 59.61068 494.4803 -0.3759652 -0.9210222 -0.101824 +250.3636 -113.3701 487.9534 0.5369275 0.8144 -0.2201397 +488.5039 -343.7098 583.3438 0.08360485 -0.3821574 0.9203075 +373.6775 95.56268 606.7161 -0.8783882 -0.03684514 0.4765255 +380.5289 -39.13802 360.5803 -0.6793901 0.2307201 -0.696561 +639.9285 -154.2403 384.429 0.2590473 -0.1648952 -0.9516848 +433.7604 -18.07043 640.4095 -0.479522 -0.2531845 0.840212 +591.8893 36.86177 341.4662 0.2945533 0.02050718 -0.955415 +42.0876 -154.4902 348.4377 -0.6051949 0.3580725 -0.7110016 +530.829 -38.44664 699.8539 -0.4502953 -0.4390737 0.7774628 +93.21846 -270.4213 528.2828 0.2474879 -0.02505635 0.968567 +502.4181 -511.9316 487.7496 0.3941313 -0.5773634 -0.7150609 +426.8208 -478.537 415.2661 0.4247306 -0.294565 -0.8560581 +240.8093 -547.795 381.2986 0.1896387 -0.5238004 -0.8304638 +700.2163 -300.667 601.6343 -0.1549102 -0.4252424 0.891724 +264.8259 -140.7517 520.5208 0.56201 0.5388697 0.6275063 +-47.11374 109.0011 445.5062 -0.995324 -0.09262168 -0.02741281 +4.819638 -47.73413 407.5229 -0.2636797 0.05017062 -0.9633047 +29.68804 -152.6118 360.3488 -0.445173 0.3346782 -0.8305488 +359.4413 -228.699 574.391 -0.8971931 0.02777584 0.4407641 +615.3056 85.15031 337.7261 0.2039823 0.0206577 -0.9787566 +755.525 -237.2993 486.3385 0.572265 -0.6328046 -0.5216044 +147.6766 121.6883 461.6218 0.5342648 0.4137459 -0.73714 +472.5883 -229.2865 327.9535 0.3119736 0.06330824 -0.9479792 +421.7977 -406.1617 351.1833 0.5767341 -0.5181345 -0.6315967 +372.02 -276.731 584.7744 -0.2399005 0.006272398 0.9707772 +29.07325 -470.5474 258.3631 0.1831798 -0.4905398 0.8519483 +274.5137 -338.9051 547.8574 -0.1040344 -0.09835806 0.9896982 +393.9238 -137.4484 332.0098 -0.3258526 0.1088955 -0.9391282 +330.8858 -129.8288 366.8907 -0.4903658 0.416444 -0.765582 +220.7271 -298.5235 297.2935 -0.01012877 0.2354723 -0.9718283 +224.1149 -191.1414 543.4419 0.1387381 0.04357071 0.9893702 +463.0535 -478.0317 433.1633 0.4878608 -0.3865999 -0.7826445 +728.1385 -77.0661 391.7812 0.4271677 -0.1660454 -0.8887951 +49.6558 47.20474 412.1671 -0.04443737 0.2747252 -0.9604954 +578.965 -57.33091 340.5503 0.3578822 -0.1385172 -0.9234356 +18.78631 133.5247 527.8565 -0.0738592 0.1034868 0.9918847 +58.69813 -491.4637 336.1163 0.1946142 -0.3120095 -0.929933 +344.3235 -369.9015 564.1334 -0.03863834 -0.3350582 0.9414049 +328.9292 -562.6253 419.7263 -0.4801738 -0.4938563 -0.7249407 +621.2186 36.75975 341.9722 0.2065514 -0.1064823 -0.9726243 +644.5114 -351.485 499.8792 0.5889137 -0.4346634 -0.6813577 +644.1472 -236.5433 408.4767 0.416577 -0.3403039 -0.8430046 +458.3058 -249.2624 614.473 -0.426371 -0.2361178 0.8731873 +26.66324 -519.2134 385.2311 -0.6453269 -0.5374732 0.5428405 +312.7924 -545.9081 455.928 -0.790967 -0.381197 0.4786021 +158.9734 -125.2458 527.288 0.111705 0.5120707 0.8516487 +156.4155 -442.5265 300.1875 0.01008957 -0.3563968 -0.9342802 +111.4824 -274.8699 527.3616 -0.03941151 -0.1823569 0.9824422 +323.8091 -530.6943 468.8484 -0.1025389 -0.475284 0.8738369 +52.60906 -66.47569 379.0526 -0.3999303 0.3455329 -0.8489186 +616.366 -90.9705 365.5421 0.4266286 -0.2648229 -0.8647872 +68.48721 101.7466 447.8588 0.7068531 0.6288624 -0.3238683 +4.489949 -137.7123 468.8125 -0.4307353 -0.006376331 0.9024558 +642.1899 -206.3037 642.8348 -0.08686639 -0.5892291 0.8032828 +355.4634 -201.8826 568.6942 -0.9367024 -0.1179576 0.3296583 +69.10217 131.7942 469.5351 0.784955 -0.2739953 0.5556728 +54.5798 -424.9243 344.2457 -0.6866454 -0.3481157 -0.6382268 +479.036 -507.4044 468.0314 0.7722121 -0.3007906 -0.5596548 +260.8564 -227.1366 312.734 0.1567417 0.115665 -0.9808434 +218.3368 -305.4975 295.8527 0.01360989 0.1419902 -0.9897745 +313.8491 -579.9098 422.5648 0.3305956 -0.5762389 -0.7474324 +549.4938 5.711375 329.3292 0.2018103 0.05675104 -0.9777791 +79.69826 -283.4074 538.1875 0.3336066 -0.185703 0.9242408 +665.5988 -344.2787 513.9063 0.538548 -0.4924207 -0.6837308 +-28.38526 134.681 455.6948 -0.2343527 0.8310199 0.5044649 +193.3973 -111.7671 521.7102 0.03255222 0.5669444 0.8231127 +268.3155 -289.3876 541.3186 0.3408363 -0.225005 0.9127998 +33.75325 -330.7419 483.1068 -0.6921505 -0.1138483 0.7127175 +-29.92893 -35.39962 452.1011 -0.9772922 -0.2045011 -0.05549074 +38.6855 -236.8253 507.3032 0.1292608 0.1805616 0.9750329 +488.6766 -123.888 323.3425 0.1175096 -0.1328388 -0.984147 +159.0216 14.69506 503.2533 0.1126729 0.1407625 0.983611 +-6.396341 -104.1579 463.7502 -0.6320598 -0.06421312 0.7722546 +98.9203 -544.3332 370.6407 0.2306313 -0.5220922 -0.8211145 +523.6949 -446.8632 457.9442 0.6332805 -0.2121765 -0.7442693 +429.2463 -148.9027 602.0363 -0.189685 -0.06313056 0.9798133 +384.2672 -236.5708 587.3134 -0.5305099 0.08610059 0.8432947 +77.69627 -505.1399 485.2318 0.1216558 -0.5474325 -0.8279599 +311.9625 -41.37457 509.5677 -0.903561 0.03418134 0.4270938 +571.5242 -99.68939 343.7209 0.4162589 -0.2176562 -0.8828105 +106.3073 -469.241 333.5668 -0.4021964 -0.5742004 -0.7131143 +43.62452 -378.4683 475.9007 -0.5977527 -0.4544881 0.6604031 +287.3698 -215.6857 319.3635 0.23065 0.1606169 -0.9596888 +413.8096 46.58078 352.7294 -0.5535538 0.3298785 -0.7646949 +484.2713 -378.6816 566.2946 0.07626131 -0.5655979 0.8211476 +839.8622 -270.8097 612.9717 0.3966725 -0.7762063 -0.4900558 diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache.meta new file mode 100644 index 0000000..cbc592e --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Horsy.pcache.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: 8abc75a55d6db7448bc9bc9ecf036b8e +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 42ac9d422990ad246a3dc238b4b2aafe, type: 3} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache new file mode 100644 index 0000000..0360a07 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache @@ -0,0 +1,4107 @@ +pcache +format ascii 1.0 +comment Exported with PCache.cs +elements 4096 +property float position.x +property float position.y +property float position.z +property float normal.x +property float normal.y +property float normal.z +end_header +0.009266581 -0.003503562 -0.00067453 0.9339107 -0.3509808 -0.06799488 +-0.002172293 -0.00102372 -0.009643789 -0.2185933 -0.1024331 -0.9704249 +0.001518098 -0.008110097 0.005606955 0.1531531 -0.8103004 0.5656478 +-0.006033005 0.004204571 -0.006681514 -0.6078692 0.4210239 -0.6732265 +0.001354102 -0.002046339 0.009609269 0.1365688 -0.2051985 0.9691452 +-0.004574718 0.008542361 -0.002423605 -0.4616298 0.8526936 -0.2445643 +-0.008382583 -0.003469185 0.004038992 -0.8447325 -0.3475038 0.4070235 +0.004644881 -0.007755748 -0.004227117 0.467943 -0.7743872 -0.4258564 +0.00124041 -0.003390798 -0.009241062 0.1251086 -0.3399616 -0.9320804 +-0.00578968 -0.004439076 -0.00674093 -0.5836101 -0.4446501 -0.6794744 +0.004194041 0.007103154 0.005543491 0.4236889 0.711896 0.5600821 +0.0023414 -0.009664305 -0.0008991597 0.2393978 -0.9665533 -0.09199706 +-0.005349076 0.008218172 -0.001744005 -0.5407006 0.8225276 -0.1763269 +-0.00296464 -0.008640797 0.003985349 -0.2999471 -0.8645281 0.4032653 +0.00322519 0.007470166 -0.005766205 0.3249521 0.7462605 -0.5809487 +-0.007019675 -0.006109647 0.003496189 -0.7080073 -0.6118536 0.3526483 +0.003038023 0.009400025 0.001325806 0.3093261 0.9413083 0.1351153 +0.007369909 -0.003726169 0.005474299 0.7444844 -0.3741218 0.55297 +0.0004027486 0.006728689 0.007334124 0.04055194 0.6726781 0.7388233 +0.00820913 -0.004805345 -0.002861982 0.8276476 -0.4813783 -0.2885732 +0.003016941 -0.002105216 -0.009235964 0.3035409 -0.2105936 -0.9292541 +-0.001729733 -0.007823431 0.005955107 -0.1742288 -0.7809188 0.5998417 +0.001356955 0.008747391 0.004592921 0.1372826 0.8747558 0.4647104 +0.006710335 0.004600674 0.00571523 0.6758103 0.4604073 0.5755916 +-0.007439597 -0.002166374 -0.00619 -0.750358 -0.2172421 -0.6243146 +0.003338968 0.009076428 -0.002437785 0.3385639 0.9079117 -0.2471252 +0.003344224 0.009370881 -0.0006115091 0.3403774 0.938236 -0.06210004 +0.008150887 9.626044E-05 0.005625853 0.8229595 0.009664287 0.5680178 +-0.007995063 -0.003993083 -0.00438499 -0.8039466 -0.3990657 -0.4409267 +-0.001467269 -0.005899819 0.007868312 -0.1479023 -0.5906548 0.793254 +-0.00145714 -0.008852033 -0.004334705 -0.1477217 -0.8861445 -0.4392336 +-0.009560372 -0.002645067 -0.0004512893 -0.963194 -0.2649356 -0.04545766 +0.0002033938 -0.006367855 -0.007653929 0.02047055 -0.6366647 -0.770869 +-0.003246521 0.008412354 -0.004235451 -0.328286 0.8418726 -0.4283444 +0.001105926 -0.002730485 -0.009450253 0.1117479 -0.2743524 -0.9551142 +0.001407792 -0.00857638 -0.004926036 0.1420594 -0.855992 -0.4970883 +-0.008215557 -0.004162695 0.003661802 -0.829803 -0.4178577 0.3698944 +0.002906935 0.008056881 -0.005112583 0.2932379 0.8050081 -0.5157263 +0.003007643 0.0002747406 0.009460498 0.3028589 0.0275096 0.9526383 +-0.00202168 -0.001211075 0.009637868 -0.2037713 -0.1213824 0.9714646 +-0.001675431 0.009792828 -0.0009045937 -0.1727081 0.9805439 -0.09330396 +-0.0032896 0.008922923 -0.002984604 -0.333344 0.8929585 -0.3025013 +-0.00251136 -0.00916774 0.003062285 -0.2544756 -0.9159443 0.3103032 +-0.007511611 1.668399E-05 -0.006458973 -0.7582347 0.00167466 -0.6519796 +-0.0098168 -7.111412E-07 0.001214461 -0.9924343 -7.137657E-05 0.1227765 +0.000560219 -0.0005182805 0.009902934 0.05640462 -0.05188794 0.9970587 +-0.0009592311 0.007416097 -0.006549733 -0.0968915 0.7432401 -0.6619714 +0.004109812 -0.008715533 -0.002567532 0.4157423 -0.8715891 -0.25979 +0.007354498 -0.002260969 0.006257737 0.7417859 -0.2267281 0.6311482 +-0.00110565 -0.001554067 0.009711321 -0.111722 -0.1561559 0.9813936 +0.009706778 -0.002036455 0.0006344892 0.9769318 -0.2037804 0.06385772 +0.002637136 -0.001340234 -0.009516941 0.2646371 -0.1337317 -0.9550304 +0.002645677 -0.007008366 -0.006536876 0.2671245 -0.7020984 -0.6600775 +-0.006478591 -0.0006710563 -0.007496558 -0.6523902 -0.06719404 -0.7548987 +-0.006852143 0.0003569407 0.007209922 -0.6884548 0.0356608 0.724402 +-0.00184341 -0.00293387 0.009296177 -0.185897 -0.2941391 0.9375097 +-0.009002119 -0.003913107 -0.001332102 -0.9096413 -0.3929949 -0.1345654 +-0.0003438272 0.009822175 -0.001723925 -0.03541053 0.9833692 -0.1781324 +0.005238005 0.005120097 0.006681785 0.5291967 0.5139401 0.6751418 +0.006371729 0.006160097 -0.004480479 0.6433948 0.6175691 -0.4523842 +-0.003122328 0.009111427 0.002610111 -0.3164954 0.9109575 0.264551 +0.006842836 0.005782532 0.004366788 0.688176 0.5775351 0.4391663 +-0.006971495 0.0006780325 0.00711834 -0.6981027 0.06751334 0.7128075 +-0.004890683 0.008658974 0.0006353178 -0.4949917 0.866518 0.06426313 +0.0008977529 -0.009463612 0.003023326 0.09146916 -0.9470004 0.3079342 +0.00238688 0.00406519 0.008789096 0.2395646 0.4055059 0.8821416 +-0.005389548 -0.007286524 0.004074897 -0.5447217 -0.7304643 0.4119468 +0.003406268 0.009365067 0.0002644998 0.3466162 0.9376169 0.02705009 +-0.004327775 -0.006931704 0.005670289 -0.4367492 -0.6940956 0.5722598 +-0.007046035 0.0001978215 0.007061144 -0.7062117 0.01971559 0.7077261 +-0.001466974 0.008762784 0.00451547 -0.148601 0.876874 0.4571758 +0.001228454 0.006574004 0.007351262 0.1239893 0.6586996 0.7421196 +-0.008497526 0.004996389 -0.001068507 -0.8584152 0.5014624 -0.1079763 +-0.008458919 -0.004854139 0.002018818 -0.8506261 -0.4849945 0.2030163 +-0.006106001 -0.00176263 0.007596914 -0.6165822 -0.1769748 0.7671416 +-0.005102819 0.008494584 0.001240394 -0.5149204 0.8480512 0.1251643 +0.006063834 -0.00359039 -0.006991245 0.6113272 -0.3597981 -0.7048577 +-0.00178611 0.005403533 -0.008155463 -0.1799435 0.5407856 -0.821688 +0.0006319543 0.005850252 0.00801861 0.06368511 0.5855248 0.808149 +-0.0004921167 -0.002550486 0.009581496 -0.04958256 -0.2555217 0.9655311 +0.003969934 0.004604825 -0.007881057 0.3993811 0.4603164 -0.7928453 +-0.001208972 0.009901503 -0.0006758317 -0.1257635 0.9895638 -0.07033488 +0.0005573664 0.009913268 0.001129837 0.05806163 0.9913508 0.1176967 +0.001264014 0.007115274 0.00683171 0.1275627 0.7126737 0.6898 +0.006368181 -0.004698114 -0.006064628 0.6396199 -0.4688742 -0.6091332 +-0.0012188 -0.003072923 0.009339447 -0.1230791 -0.3085124 0.9432241 +0.006014685 -0.006726092 -0.004195851 0.6065282 -0.6731187 -0.4231252 +0.002146809 -0.008010225 0.005498367 0.2171379 -0.8023523 0.5559513 +0.008771932 0.002225074 0.00405021 0.8849908 0.2231927 0.4086273 +-0.005285212 -0.002323241 -0.008078938 -0.5324428 -0.2326909 -0.8138548 +0.001551362 0.009733139 -0.00155599 0.1592799 0.9742223 -0.1597527 +-0.006307151 -0.007411496 -0.002081982 -0.6367158 -0.7419135 -0.2101363 +-0.0008135563 0.009940652 0.0002837128 -0.08488815 0.9959506 0.02960317 +-0.008762144 0.002783825 0.003668242 -0.8856141 0.2797214 0.3707339 +-0.007227941 -0.005256911 0.004390743 -0.7271913 -0.5254001 0.4417551 +-0.00909346 -0.001773968 -0.003505059 -0.9181703 -0.178095 -0.3539004 +-0.001070854 -0.003019457 -0.009373905 -0.1081697 -0.3031724 -0.9467766 +0.00153399 0.004758361 -0.008580993 0.1546969 0.4767691 -0.8653092 +0.003035731 -0.008199084 -0.004774769 0.3067496 -0.8204066 -0.4825327 +0.0007305983 0.009921151 0.0008799434 0.0761582 0.9928677 0.09172606 +-0.006112142 -0.0008455612 -0.007749722 -0.6170336 -0.08488009 -0.7823458 +0.00810467 0.0001300507 -0.005686082 0.8185536 0.01306087 -0.5742818 +0.003160878 0.006923595 -0.006420878 0.3186369 0.6924887 -0.647248 +0.002120966 -0.004444747 0.008667339 0.2130366 -0.4436189 0.8705272 +0.003680291 -0.0006868826 -0.00918122 0.3711867 -0.06888708 -0.9259994 +0.002108867 0.006330232 -0.00740174 0.2122513 0.6324722 -0.7449351 +0.001024039 -0.002684325 -0.009473968 0.1034607 -0.2696788 -0.9573762 +-0.00481689 0.005369135 -0.006815661 -0.4862919 0.5384752 -0.6881604 +0.00446113 0.003530808 -0.008179003 0.4481018 0.3525239 -0.8215423 +-0.009831248 -6.87759E-05 -0.001104724 -0.993722 -0.006912423 -0.1116631 +-0.003618792 -0.009083982 -0.002025775 -0.3664672 -0.9075344 -0.2051414 +0.00914231 0.0001321512 -0.003775817 0.9241925 0.01328393 -0.381696 +-0.004481749 -0.001159576 -0.008779524 -0.4515881 -0.11618 -0.8846301 +-0.009380777 0.003104578 -0.0008374936 -0.9465143 0.3113982 -0.08450953 +0.008533316 -0.001946721 0.004795854 0.8551976 -0.1939794 0.4806339 +-0.0069998 0.004081612 0.005705189 -0.7070975 0.4097658 0.5762855 +0.009011059 -4.678153E-05 -0.004092685 0.9104801 -0.004700083 -0.4135263 +0.00292354 -0.008193163 0.004871339 0.2951924 -0.8191186 0.4918396 +0.001475834 -0.00884937 0.004332475 0.149627 -0.8859283 0.4390249 +0.007783778 0.003988902 0.004749071 0.7828569 0.3987315 0.4776486 +0.007590957 -0.002096423 0.006024663 0.7657742 -0.2102707 0.6077632 +0.006043685 0.003201894 -0.007189284 0.609446 0.32096 -0.7249554 +0.002921659 0.007480447 -0.005880118 0.2949905 0.7487575 -0.5935847 +0.0002354839 -0.002838909 0.009534471 0.02367983 -0.2837553 0.9586043 +-0.003892425 -0.007321903 -0.005482223 -0.3933726 -0.7337633 -0.5539399 +0.008048901 -0.001905055 0.005485078 0.8111679 -0.1908913 0.5527813 +-0.00984103 -0.0006798192 -0.001030424 -0.9922501 -0.0681583 -0.1038954 +0.008021314 -0.0001837562 0.005794716 0.810467 -0.01846189 0.5854934 +0.00107757 -0.009746837 -0.001837157 0.1107308 -0.9757522 -0.1888027 +-0.001523681 0.009339203 0.003139713 -0.1550281 0.9348767 0.3193302 +0.006109356 -0.007510706 0.002284291 0.6171727 -0.7522469 0.2306999 +0.0005067707 0.009882599 0.001376622 0.05254674 0.9883282 0.1429901 +-0.00122943 -0.005395981 -0.008233343 -0.1242125 -0.5413589 -0.8315658 +0.003647287 0.008935774 -0.002478064 0.3698045 0.8945166 -0.2511666 +0.008776998 -0.004498579 0.001110427 0.8854741 -0.4509847 0.1120193 +-0.006937199 0.001397936 -0.007021755 -0.6959435 0.1394469 -0.7044269 +0.005444171 1.65806E-06 0.008290296 0.5489146 0.0001663105 0.8358784 +-0.001677271 0.001276136 -0.009674267 -0.1694066 0.1281704 -0.9771764 +0.001546761 0.008327457 -0.005264633 0.1562148 0.8324252 -0.5316627 +-0.00153884 -0.004776973 -0.008569036 -0.1551991 -0.4786677 -0.8641704 +0.005408778 0.001628618 0.00815493 0.5453051 0.1632622 0.8221847 +-0.005211886 0.007373716 0.004154381 -0.5268062 0.7390609 0.4198383 +0.001174878 -0.003747815 -0.009094615 0.1186751 -0.3763537 -0.9188439 +-0.009759301 -0.001154984 0.001157853 -0.9863225 -0.1160694 0.1170288 +0.001620143 -0.00812454 0.005542729 0.1636056 -0.812421 0.5596476 +0.003758208 -0.001871904 0.008974156 0.3794003 -0.1878903 0.9059539 +0.00399577 -0.008218559 -0.004003628 0.403199 -0.8211093 -0.4039929 +-0.00241301 0.006190713 0.007397567 -0.2433799 0.6198558 0.7460194 +0.0006168585 -0.009329448 0.003460105 0.06279647 -0.9339291 0.3518992 +0.005890327 -0.007914227 -0.001503748 0.5936665 -0.7903097 -0.1515609 +-0.004552483 0.003349912 0.008225485 -0.4564547 0.333874 0.8247285 +0.009851246 0.001097845 0.0005191031 0.9925554 0.1099887 0.05230964 +-0.001484015 -0.009843838 0.0007307429 -0.1535267 -0.9852357 0.07576431 +-0.002604219 -0.007595174 0.00587978 -0.2629803 -0.7604117 0.5938143 +-0.0006202933 -0.006062818 -0.00784721 -0.06264248 -0.60748 -0.791861 +0.004316739 0.007403324 0.005047686 0.4360058 0.7415572 0.509894 +-0.001688372 0.002848363 -0.009340545 -0.1704383 0.2858755 -0.9429878 +0.003897912 0.004461768 -0.00797835 0.3927487 0.4467234 -0.8038574 +0.008886232 -0.004055222 0.001743477 0.8965137 -0.4066086 0.1758766 +0.001468261 0.001406705 -0.009683836 0.1484131 0.1413732 -0.9787682 +0.00549322 -0.00790862 0.002532159 0.5549469 -0.7915936 0.2557608 +0.001888325 -0.006085434 -0.007661871 0.1899804 -0.6079549 -0.7709074 +-0.001571697 -0.0008691932 -0.009744098 -0.158635 -0.08723395 -0.983476 +0.00794579 -0.0042874 -0.004172741 0.7997817 -0.4288668 -0.4200267 +0.005594286 0.007665256 0.003099053 0.5632876 0.7650644 0.3120636 +-0.007152929 -0.002322757 0.006492231 -0.7201802 -0.232514 0.6536648 +-0.003106207 -0.002079329 -0.009206772 -0.3126824 -0.2081085 -0.9267797 +-0.006493498 0.007506391 -0.0006520107 -0.6560013 0.751877 -0.06590436 +-0.008415129 0.005068944 0.001359232 -0.8499671 0.508647 0.1372379 +-0.00191254 0.008632245 -0.004601266 -0.1934706 0.8636231 -0.4655365 +-0.006529707 -0.001576258 0.007303806 -0.6581243 -0.1579672 0.7361513 +0.006345268 -0.00455996 0.006219803 0.6361843 -0.4542978 0.6236049 +-0.005983893 -0.004592682 0.006508526 -0.6014209 -0.4586722 0.6541504 +-0.006599926 -0.00429621 0.006074505 -0.6643559 -0.4297776 0.611492 +-0.002386408 -0.002912491 0.00923068 -0.239499 -0.290582 0.9263921 +0.008720391 0.004341912 0.00205729 0.8768928 0.4338848 0.2068888 +0.002780384 -0.008220967 0.004915545 0.280657 -0.8216125 0.4961698 +0.004906507 -0.008452093 -0.001953907 0.4960437 -0.8455234 -0.1975622 +-0.006057264 0.0007662048 -0.007805464 -0.6112632 0.0768856 -0.7876839 +0.003607865 0.00791713 -0.004834927 0.3646197 0.79269 -0.4885643 +-0.009209819 -0.003534718 -0.001002884 -0.929522 -0.3546065 -0.1012086 +0.008410617 -0.0005170093 0.005287366 0.8454738 -0.05167919 0.5315104 +0.008886748 0.0008801293 -0.004322394 0.8957671 0.08821557 -0.4356827 +-0.003076761 -0.009403522 0.001206793 -0.3132711 -0.9416595 0.1230393 +0.002241142 -0.008234092 0.005118954 0.2268338 -0.8248291 0.5178835 +9.245709E-05 -0.007232865 0.006860041 0.009324132 -0.7227121 0.6910863 +0.009483659 -0.001952512 0.002418942 0.9504603 -0.1945606 0.2424283 +-0.0004884337 0.002916954 -0.009479302 -0.04919861 0.292175 -0.9550986 +-0.005727244 0.006111569 -0.005384687 -0.5767143 0.6110514 -0.542233 +0.008853141 0.003735267 0.002603533 0.8900393 0.3732491 0.2617539 +-0.001486537 -0.003783495 -0.009038087 -0.1501537 -0.3797978 -0.912802 +0.007059433 -0.0001654119 -0.007048262 0.7075703 -0.01648585 -0.7064506 +0.009495806 0.00295792 0.0002758868 0.9548797 0.2956938 0.02774632 +-0.0004337197 -0.007913575 -0.006032123 -0.04385048 -0.7918276 -0.6091685 +0.006863606 -0.004194186 -0.005803043 0.6927471 -0.4207142 -0.5857483 +0.004407245 -0.007830413 -0.004365308 0.4436359 -0.7810898 -0.4394154 +0.005423391 0.008295214 -0.0009507719 0.5485597 0.8305678 -0.09612181 +0.007612662 0.003077676 0.005548612 0.7685965 0.3088982 0.5602155 +0.008480868 0.003843116 -0.003380916 0.8569428 0.3859586 -0.341592 +-0.007595878 0.006239033 -0.0014404 -0.7667475 0.6252587 -0.14543 +-0.003009876 0.004996876 0.008022878 -0.3039725 0.5013044 0.8101201 +0.001895256 -0.009339562 -0.002935695 0.1927068 -0.9347314 -0.2985654 +0.003261177 -0.005791889 0.007394441 0.3287643 -0.5798572 0.7454392 +-0.002932405 0.009275694 -0.002192216 -0.2979079 0.9282317 -0.2227932 +-0.009679028 0.002137072 -0.0006311332 -0.9747665 0.2139849 -0.06356701 +-0.008060923 0.004787161 -0.003248433 -0.8136251 0.4801012 -0.3278979 +-0.009839182 -0.001154781 0.0005513137 -0.9917238 -0.1157372 0.05557656 +-0.002054751 -0.009223668 0.003220826 -0.2083902 -0.9218783 0.326671 +0.004563696 -0.003050837 0.008310949 0.4584494 -0.3046616 0.8348685 +-0.007526085 -0.006086448 0.002322506 -0.7580853 -0.6087404 0.2339697 +0.004420983 -0.005894388 -0.006687527 0.4453782 -0.589687 -0.6737266 +-0.0006010645 -0.009234138 0.003730358 -0.06096481 -0.9235343 0.3786393 +0.003001898 -0.0003852909 0.009462878 0.3021538 -0.03856251 0.9524789 +0.00187289 -0.003737029 -0.009007405 0.1887447 -0.3743771 -0.9078641 +-0.006179086 -0.006831091 -0.003840147 -0.6214116 -0.6816918 -0.3861915 +0.008192668 0.005660243 -0.0003177457 0.8241301 0.5654989 -0.03194607 +-0.00265623 -0.0009561068 0.009565691 -0.2663403 -0.09532879 0.9591534 +-0.006332655 0.006001141 -0.004742017 -0.6393548 0.6016451 -0.478799 +0.002031271 -0.007780659 -0.00589523 0.2048318 -0.7775851 -0.5944791 +0.004674963 0.002848062 -0.008325831 0.4694004 0.2842894 -0.8359681 +0.00366766 0.002677772 0.008794271 0.3706956 0.2690874 0.8889189 +0.004415616 0.005216627 -0.007239468 0.4443251 0.5214621 -0.728459 +0.00876625 -0.0005844594 -0.004683706 0.8804988 -0.0583733 -0.4704405 +0.008674331 0.004551908 0.001714301 0.8733837 0.4554188 0.172611 +-0.009293994 -0.001700142 -0.003047217 -0.9363499 -0.1703085 -0.3069915 +-0.004660688 0.008682881 -0.001515898 -0.4714696 0.868434 -0.1534237 +-0.004366339 -0.006147794 0.006471819 -0.4405796 -0.615942 0.6530735 +0.008488759 0.004923321 -0.001472608 0.8568234 0.4937318 -0.1486019 +-0.001888659 0.008431265 -0.004965197 -0.1909175 0.8435217 -0.5020176 +-0.007051436 -0.001180341 0.006947224 -0.7073957 -0.1177424 0.696942 +-0.00593877 -0.006252332 -0.004922512 -0.599846 -0.6269354 -0.4971285 +-0.007108804 -0.005425359 -0.004379174 -0.7153588 -0.542294 -0.4406576 +0.004887931 0.002509157 0.008318685 0.4904737 0.2503192 0.834731 +0.003875955 -0.0043823 -0.008024488 0.3907653 -0.4390595 -0.8090298 +-0.0002733403 -0.006277998 0.007717825 -0.0275271 -0.6280395 0.7776944 +0.005702063 -0.003564689 0.007282793 0.5756902 -0.3577273 0.7352632 +0.007124488 0.006864164 -0.001082447 0.7185073 0.6869001 -0.109158 +-0.003327323 -0.007362311 0.00584783 -0.3351264 -0.7353719 0.5889978 +-0.00229778 0.0003811644 0.009674179 -0.2309202 0.03809016 0.9722268 +0.001290153 0.006358009 -0.007518865 0.1303499 0.6374626 -0.759375 +-0.009762667 -0.001192417 0.001093209 -0.986627 -0.1198266 0.1104928 +0.0084688 -0.002830464 0.004342581 0.8533225 -0.2835291 0.4375522 +-0.009046363 -0.001089535 -0.003862483 -0.9141544 -0.1094784 -0.3903027 +0.003512478 -0.009317731 0.0004694134 0.3572131 -0.9328066 0.04765183 +-0.0004136494 0.006541819 -0.007484719 -0.04167128 0.6547294 -0.7547137 +-0.005825102 -0.007765144 -0.002257519 -0.5876614 -0.7763926 -0.2277467 +-0.003095085 -0.007360253 -0.00594639 -0.3123329 -0.7365079 -0.6000035 +-0.00458414 0.006007682 0.006447147 -0.4627041 0.6020903 0.6506859 +0.0048796 0.004667002 0.007301129 0.4913551 0.4669622 0.7351983 +-0.002861908 0.001330244 0.00942531 -0.2879612 0.1330881 0.948349 +-0.007976124 0.004200354 0.004197465 -0.8030041 0.4202557 0.4225748 +0.002943489 0.0005695307 -0.009487071 0.2958477 0.05692059 -0.9535377 +0.003921262 0.008433918 -0.003606223 0.3960513 0.8429045 -0.364219 +0.006629685 -0.002386945 -0.007024982 0.666521 -0.2385893 -0.7062755 +0.001089537 0.00618635 0.007684931 0.1100236 0.6205391 0.7764187 +0.007224081 -0.003737889 0.005656054 0.7298275 -0.3753338 0.5713811 +0.007055329 0.004402173 -0.005406051 0.7121943 0.4415867 -0.5456926 +0.0001975738 -0.006123535 0.007853465 0.01990659 -0.6120472 0.7905707 +-0.006783236 0.005440008 -0.004788956 -0.6846914 0.5454403 -0.4834177 +0.002762185 0.005493691 -0.007801261 0.2786605 0.5504695 -0.7869763 +-0.003778138 0.007417498 -0.005442002 -0.3816209 0.7430326 -0.549789 +-0.002976392 0.004847605 -0.00813416 -0.3003075 0.4859867 -0.8207511 +-0.002139297 0.009730328 -0.000546049 -0.2196143 0.9739742 -0.05606897 +-0.00584453 -0.006713399 -0.00443442 -0.5897614 -0.6722867 -0.4474505 +0.004464388 0.005108885 -0.007283923 0.4492728 0.5107609 -0.7329919 +-0.00898297 0.002124263 -0.003613893 -0.9064231 0.2131156 -0.3646627 +0.002518345 -0.008230522 0.005009559 0.2546383 -0.8238253 0.50643 +-0.003581794 0.007483235 -0.005504701 -0.3614419 0.7488059 -0.5555622 +-0.007081624 1.29398E-05 -0.007019342 -0.7102225 0.001290466 -0.7039761 +-0.008603591 -0.002275342 0.004420126 -0.866106 -0.227734 0.4449691 +0.002673636 0.003485667 0.008940451 0.268594 0.3480737 0.8981659 +0.004751205 0.008622136 0.001601098 0.4803283 0.8620157 0.1619062 +-0.008837051 0.004234787 -0.001524606 -0.8920823 0.4248439 -0.153938 +-0.007450511 -0.006424068 0.001401131 -0.7520757 -0.6437123 0.1414799 +-0.009450903 -0.001415011 0.00276994 -0.9499865 -0.141428 0.2784311 +0.006791614 -0.0006080585 0.007256367 0.6820785 -0.06072281 0.7287536 +0.008705199 -0.002294038 0.004161256 0.8780275 -0.2300463 0.419698 +-0.005044715 0.004538578 0.00725855 -0.5083641 0.4544717 0.7314516 +0.002535519 0.002013756 -0.009459688 0.2536491 0.2002961 -0.9463316 +0.006931832 -0.006352168 -0.003197088 0.7000707 -0.6368765 -0.3229387 +0.008301455 0.0001727133 0.005429629 0.8367632 0.01731096 0.5472913 +-0.002319066 0.005173081 -0.008194033 -0.2331512 0.5166818 -0.8238207 +0.004541752 0.001724179 -0.008671393 0.4570245 0.1725075 -0.872565 +0.003322062 0.007716667 -0.005391647 0.3345494 0.7702377 -0.5429646 +0.00642056 -0.003494756 0.006769431 0.644914 -0.3489253 0.6799538 +-0.004217288 0.008775732 -0.002122113 -0.4270842 0.8782927 -0.2149441 +0.007069575 -0.005815689 -0.003995309 0.709453 -0.5795879 -0.4009418 +0.001180165 -0.008795152 0.004556137 0.1194131 -0.8793374 0.460984 +-0.005307974 0.008334699 0.001402554 -0.5356385 0.8325022 0.1415329 +-0.005894387 -0.007970912 -0.0008629258 -0.5959003 -0.7983117 -0.08718541 +0.003416489 0.008824995 -0.003127035 0.3460791 0.8831406 -0.3166892 +0.006700899 0.004116634 -0.006069948 0.6752331 0.4122621 -0.6116373 +7.852458E-05 -0.005629226 -0.008243023 0.007877106 -0.5613083 -0.8275693 +4.934545E-05 -0.008735001 -0.004821102 0.004985059 -0.8730927 -0.4875288 +-0.005260508 0.004434812 0.007149292 -0.5308388 0.4447046 0.7214208 +0.008837342 -0.004358217 0.001115159 0.8922544 -0.4372747 0.1125742 +0.0041581 0.008292121 -0.003624731 0.4204628 0.8300012 -0.366482 +0.006585377 0.004396131 0.006022781 0.6627586 0.4396711 0.6061686 +0.001282309 0.003669475 -0.009114499 0.1295372 0.3683953 -0.9206004 +-0.002379206 0.008166235 0.005164927 -0.2407269 0.8179944 0.5224326 +0.005422345 0.002825261 -0.007797932 0.5474761 0.2835817 -0.7873064 +0.005605076 0.007589248 0.003266112 0.5642139 0.7573451 0.328772 +0.007173034 -0.003482373 -0.005903334 0.7235353 -0.3491589 -0.5954702 +-0.007801271 0.001178772 -0.005970373 -0.788528 0.1184747 -0.6034793 +0.00471003 -0.003230463 -0.008196328 0.4717668 -0.3216479 -0.820962 +0.001913591 0.001039122 -0.009675732 0.1929619 0.1041899 -0.9756588 +0.00894067 -0.002741501 -0.003267965 0.9029375 -0.2752561 -0.3300574 +-0.0009840226 0.00404888 0.008988971 -0.0994507 0.4065648 0.9081931 +-0.003386342 0.008281315 -0.004360153 -0.3425653 0.8294594 -0.4411871 +0.002295632 0.0005177862 -0.009674462 0.2305681 0.05171232 -0.9716811 +-0.001342711 0.00793932 -0.005875978 -0.1354492 0.7937576 -0.5929608 +-0.005504342 -0.001617415 -0.008083526 -0.5553823 -0.1622654 -0.8156105 +0.003989361 0.008298261 -0.003830469 0.4028572 0.8295141 -0.3867975 +-0.007235184 0.006208237 -0.0027681 -0.7308338 0.6226259 -0.2796761 +0.0009908023 0.0008291451 -0.009826079 0.099981 0.08319429 -0.9915052 +0.003911566 0.004952542 0.007678318 0.3941588 0.4958651 0.7737936 +0.007853756 -0.003426461 -0.005055753 0.7899557 -0.3425843 -0.5085331 +0.007380137 -0.005115253 -0.004332694 0.741492 -0.5105782 -0.4353155 +-0.0007640348 0.009575116 0.002742031 -0.07788368 0.956981 0.2795022 +-0.004661593 0.006236577 0.006154998 -0.4710533 0.6256135 0.6218655 +-0.0002885744 0.005339343 0.008391651 -0.0290672 0.5340466 0.8449552 +-0.0004131153 0.009953589 -0.0005309092 -0.04311296 0.9975327 -0.05540596 +0.001903657 0.006385438 0.00741578 0.1915157 0.6377242 0.7460761 +0.009730406 7.191571E-06 0.001870694 0.9820163 0.0007218242 0.188795 +-0.002277858 0.007953992 -0.005529576 -0.2302211 0.7965783 -0.5589823 +0.0004937827 0.004628906 -0.008796661 0.04968586 0.4627838 -0.8850777 +0.0007765282 0.009188472 0.003835748 0.07868335 0.9179825 0.3887379 +0.001767611 0.002536626 0.009417458 0.1783787 0.2545269 0.950472 +-0.002019741 -0.00826571 -0.005162593 -0.2044035 -0.8279058 -0.5222942 +0.002272798 0.007498492 -0.006128151 0.2296245 0.7510409 -0.6190397 +0.005830634 -0.00566313 -0.005809433 0.5848764 -0.5641988 -0.5827515 +0.008033206 0.005642734 0.001609854 0.8092787 0.5645884 0.1621975 +-0.004794521 -0.005030669 0.007090043 -0.483721 -0.5042647 0.7153538 +0.008428663 -0.002301542 -0.004823423 0.8447948 -0.2293503 -0.4834463 +0.001690099 -0.005103256 -0.008350705 0.17044 -0.511372 -0.8422879 +0.007601159 0.003279334 -0.005471584 0.7664979 0.3287174 -0.551748 +-0.009325461 -0.00323659 -0.0009767078 -0.9407215 -0.324556 -0.09852121 +0.008761875 -0.004527617 -0.001129492 0.8837858 -0.453808 -0.1139335 +-0.0009402875 0.007437727 0.006529066 -0.09509288 0.7453603 0.6598449 +-0.001914922 0.005750346 -0.007927601 -0.192333 0.57359 -0.7962427 +0.0001317395 0.005470604 -0.008332477 0.01324536 0.5461953 -0.8375531 +-0.0009860107 -0.006695092 -0.007284669 -0.0995248 -0.6705477 -0.7351602 +-0.00535664 -0.0005272929 -0.008357462 -0.5388646 -0.05274531 -0.8407395 +0.007553468 -0.0001885308 0.006404426 0.7626005 -0.01892681 0.6465929 +-0.004591553 -0.002819738 0.008368898 -0.4615141 -0.2817661 0.8411971 +0.001887569 0.00107787 -0.009673832 0.1903913 0.1081048 -0.9757379 +0.003857161 -0.0009062515 0.009075602 0.3895242 -0.09100344 0.9165093 +-0.008470618 0.002653349 -0.004466757 -0.8527835 0.2655731 -0.4497013 +0.00347852 0.002603613 -0.008894914 0.3515522 0.261583 -0.8988801 +0.00226437 -0.004652173 -0.00854941 0.2269022 -0.4632165 -0.8567064 +-0.003823263 0.00239062 0.008816159 -0.3862368 0.2401039 0.8906016 +0.003343957 0.001989788 -0.009128357 0.3370648 0.1994157 -0.9201199 +-0.005474282 0.006871553 -0.004688109 -0.5517564 0.6872312 -0.4725232 +0.009380202 0.003202854 -0.0006327145 0.9450144 0.3207582 -0.06373408 +0.007798485 0.005135268 0.003333576 0.7879263 0.5154604 0.3368571 +-0.005371759 -0.003945056 -0.007329775 -0.5427828 -0.3961666 -0.7405666 +0.001011285 0.00138907 -0.009746422 0.1022057 0.1395769 -0.9849225 +-0.00591745 -0.007965136 0.0007498967 -0.5982146 -0.7977374 0.07585763 +-0.005076879 0.003495928 -0.007799838 -0.5110496 0.3497993 -0.7851552 +0.002855972 -0.005914194 -0.007455504 0.2881417 -0.5925555 -0.7522315 +-0.00604259 0.007022662 0.003683968 -0.6084556 0.7015547 0.3709486 +0.0002728088 -0.003380656 -0.009372855 0.02738786 -0.3373683 -0.9409742 +0.002901723 0.009379495 0.001756537 0.2951738 0.9385793 0.1787212 +-0.005005918 -0.007898573 -0.003427844 -0.505536 -0.790326 -0.3461476 +-0.006288669 0.007614776 0.001326331 -0.6343173 0.761411 0.1337715 +0.002071525 -0.008207861 0.005229089 0.20967 -0.822282 0.5290471 +-0.009119896 0.001979206 0.003368153 -0.9194244 0.1983892 0.3395593 +0.00519132 -0.007432223 0.004079158 0.5246975 -0.7448272 0.4122196 +0.001354572 -0.003446145 0.00920199 0.1366667 -0.345596 0.928378 +-0.008639636 -0.004940867 -0.0002455344 -0.8691889 -0.4938631 -0.02469533 +0.005857852 0.003992762 -0.006930886 0.5914534 0.4006568 -0.699755 +0.004012987 -0.005457529 0.007306761 0.4035774 -0.5451553 0.7347999 +-0.002154211 -0.009573177 0.001843166 -0.2196506 -0.9572881 0.1880241 +-0.003583474 0.003253245 0.008656111 -0.3615695 0.3262944 0.8733839 +0.003770966 0.007426441 -0.005435539 0.3809667 0.7439036 -0.5490646 +0.008838446 -0.001899146 0.004076143 0.8914614 -0.1904543 0.4111249 +0.001671486 -0.006276502 -0.007534973 0.1684806 -0.628174 -0.7596129 +0.003266277 0.003194832 -0.008805062 0.3294712 0.3203486 -0.8881584 +0.004398352 -0.006248357 0.006345013 0.4441434 -0.6263605 0.6406319 +-0.0066136 -0.0009548787 0.007346164 -0.6660073 -0.09561808 0.7397916 +0.0001319435 0.007967089 -0.00599604 0.01333624 0.7962184 -0.6048623 +0.0007228283 -0.004447287 -0.008850305 0.07286118 -0.4455579 -0.8922833 +0.002000241 0.006506657 0.007292705 0.2011333 0.6494412 0.7333291 +-0.004283775 -0.003290416 0.008354861 -0.4308553 -0.3289748 0.8403209 +0.006383761 0.006135961 0.004496778 0.6445295 0.6151351 0.4540821 +-0.005772593 0.007662571 -0.002676027 -0.5825888 0.7665749 -0.2700985 +0.001482067 -0.007092773 -0.006827096 0.1494279 -0.70963 -0.6885467 +-0.006621204 0.0018776 0.007181838 -0.6657819 0.1877165 0.7221475 +0.003792458 -0.005851515 -0.007122321 0.3813774 -0.5843852 -0.7162718 +-0.001575028 -0.004178333 -0.008854935 -0.159027 -0.4191791 -0.8938677 +0.0007365622 -0.00239555 -0.009592726 0.07430622 -0.2402998 -0.9678506 +-0.005805503 0.001095288 0.007942121 -0.5865501 0.110035 0.8024035 +-0.00824161 -0.00511307 0.002298754 -0.8282644 -0.5104956 0.2310248 +0.008441912 0.004285252 0.002977415 0.8516002 0.4296002 0.3003678 +0.007536513 0.001408293 0.006264037 0.7613038 0.1414539 0.6327775 +-0.005473967 0.008224019 0.001332718 -0.5528365 0.8223502 0.1345805 +-0.003687271 -0.00248192 0.008845037 -0.3726068 -0.249362 0.8938583 +0.0008338348 -0.002106279 0.00966097 0.08405608 -0.2110966 0.9738443 +-0.003634243 0.009268787 -0.0005906051 -0.3691759 0.9274182 -0.0600391 +0.001975609 0.003472163 -0.00910893 0.1987724 0.3472472 -0.9164655 +-0.007568983 0.005290208 0.00364354 -0.7638852 0.5303627 0.3676884 +0.003117907 -0.00708169 -0.006257018 0.3145399 -0.7088458 -0.6313496 +0.004858999 0.007012151 -0.005155021 0.4893873 0.7006708 -0.5191922 +-0.000538826 -0.009438409 0.003163788 -0.05477829 -0.9450399 0.3223335 +-0.005641037 -0.007391405 0.003564256 -0.5690953 -0.7394698 0.3596039 +-0.0065329 0.006702313 -0.003422177 -0.6577902 0.6697453 -0.3446058 +0.0003057816 0.002263645 0.009686397 0.03073233 0.2262105 0.9735935 +0.002634387 -0.0001110419 -0.009615105 0.2642294 -0.01107464 -0.9643963 +-0.008429015 -0.004597831 0.0026568 -0.8472337 -0.4592189 0.2670453 +0.001687824 -0.00233588 0.009484208 0.1703367 -0.2343673 0.9571089 +0.002709567 -0.005338904 0.007924069 0.2733665 -0.5350212 0.7993892 +-0.0001193388 0.005624541 -0.008240499 -0.01197649 0.561084 -0.8276722 +0.007621172 0.006188692 -0.00155936 0.7688119 0.6198351 -0.1572665 +-0.006294256 -0.007696829 0.0006165587 -0.6351667 -0.7698644 0.06222649 +-0.005942971 -0.001088053 0.00783788 -0.6005641 -0.1093336 0.7920662 +0.0005109911 0.007216922 -0.00682201 0.05166342 0.722943 -0.6889734 +-0.001482689 0.0066551 0.007251816 -0.1494938 0.6658002 0.7310005 +0.0006579276 -0.002983095 -0.009438456 0.06633484 -0.299089 -0.9519168 +-0.005026841 -0.008413816 0.00180388 -0.5081704 -0.8417246 0.1823802 +0.006908382 0.006957205 0.001890703 0.6944973 0.6939337 0.190078 +0.006830033 -0.007203897 0.0005559753 0.6898837 -0.7217416 0.05612012 +0.003392216 0.00669727 0.006549713 0.3416463 0.6694168 0.6596658 +-0.007345523 -0.006563993 -0.00133392 -0.7413245 -0.6575112 -0.1345997 +-0.006689657 -0.00673937 -0.002965626 -0.674809 -0.6746453 -0.299143 +0.005990867 -0.002098046 0.007616322 0.6043998 -0.2104481 0.768383 +-0.005677996 0.002087909 -0.007859945 -0.5726061 0.2093486 -0.7926509 +-0.005446539 -0.004331097 0.007062845 -0.5499625 -0.4346154 0.7131975 +-0.00561139 -0.0001476438 -0.008161984 -0.5664685 -0.01482053 -0.8239502 +-0.005850124 -0.007952166 0.001400867 -0.5901822 -0.7948017 0.1413335 +0.006565409 0.001447872 0.007298462 0.6617031 0.1450986 0.7355919 +0.00919428 0.001560016 -0.003337846 0.9283779 0.1566238 -0.3370214 +0.001723766 0.009799914 0.0006995587 0.1777373 0.9814112 0.07239878 +-0.0008541495 0.009751072 0.001911967 -0.08795484 0.9765395 0.1965567 +0.007688967 -0.004185438 0.004733601 0.7734445 -0.4184115 0.4761465 +0.006734761 -0.00439581 -0.005828327 0.6788875 -0.4403478 -0.5875419 +0.0008219852 0.002915232 0.009435873 0.08296264 0.2925887 0.9526327 +-0.001077565 0.008824744 0.004512538 -0.1091244 0.8828003 0.4568977 +-0.005156287 0.007192354 -0.004543104 -0.5205192 0.720204 -0.4586568 +-0.0001817177 -0.005490995 0.008313498 -0.01826013 -0.5484471 0.8359859 +-0.004204965 -0.007584145 -0.004891499 -0.4244994 -0.7589625 -0.4937369 +0.007734197 0.006135808 0.001027668 0.7813136 0.6154367 0.1038593 +0.004468342 0.00891281 -0.0001222948 0.4526356 0.8916099 -0.01236252 +-0.003393298 -0.008017693 0.004821534 -0.3430231 -0.8029372 0.4874701 +-0.0006336406 -1.379322E-05 -0.009893267 -0.06391665 -0.001383401 -0.9979542 +-0.002236768 -0.008145601 0.005255296 -0.2262203 -0.8161343 0.5317417 +0.004426873 0.0058136 -0.006765144 0.4456076 0.5811417 -0.6809613 +-0.002091352 0.001156369 -0.009636214 -0.210659 0.1158255 -0.9706736 +-0.003219111 0.006745632 -0.006579193 -0.3244115 0.674635 -0.6630421 +0.0007039207 0.0003264745 -0.009884014 0.07100005 0.03274398 -0.9969388 +0.006022881 -0.007269079 0.003163344 0.6076108 -0.7273135 0.3190989 +0.004758924 0.002348924 0.008441132 0.4774342 0.2342941 0.8468547 +-0.007005332 0.001337574 -0.006972115 -0.7024536 0.1333647 -0.6991229 +0.005451992 -0.006740285 -0.004910361 0.5491053 -0.673703 -0.4945782 +0.00282443 0.005445616 -0.007806852 0.2850632 0.5458953 -0.7878689 +-0.003544827 0.00923217 -0.001325892 -0.3597573 0.9232849 -0.1346092 +0.0002789386 0.005442802 -0.008330004 0.02808544 0.5441961 -0.8384879 +0.009448517 0.002396067 0.001830831 0.9529787 0.2402708 0.184666 +-0.001501858 0.009763657 -0.001382716 -0.1545014 0.9776877 -0.1423243 +-0.004241244 -0.009036903 -2.817559E-05 -0.4294853 -0.9030694 -0.002844826 +-0.009097906 0.002024683 0.003405049 -0.9170707 0.2029163 0.3432292 +-0.008635248 0.00375215 -0.003110575 -0.8716052 0.3764379 -0.3140047 +0.005865366 -0.00527107 0.006085662 0.5899271 -0.5266435 0.6120724 +-0.004189504 0.0002398309 -0.008970955 -0.4230165 0.02407948 -0.905802 +-0.006224157 0.003928596 -0.006684641 -0.6265858 0.3930833 -0.6729605 +-0.002593068 0.009294514 0.00254821 -0.2633244 0.9293615 0.2587421 +0.009519859 -0.0009700294 0.002761919 0.9558831 -0.09685116 0.2773216 +-0.001306621 -0.00419562 -0.008882763 -0.1320206 -0.4212056 -0.8973051 +-0.004864634 0.008437312 0.002109247 -0.4918693 0.8441522 0.2132411 +0.006709081 0.007350104 -0.0002855842 0.6769462 0.7354693 -0.02878829 +-0.0008701161 0.003786946 -0.009117741 -0.08784921 0.3801066 -0.9207614 +-0.0007891095 -0.008561153 -0.005059221 -0.07974613 -0.8557262 -0.5112466 +-0.003080291 0.006457868 0.006887928 -0.3111722 0.6474603 0.6956773 +-0.009780473 0.001398859 0.0007424272 -0.9872549 0.1404024 0.07493331 +0.003683953 -0.009249138 0.0006329756 0.3740502 -0.9251829 0.06421026 +-0.006190218 0.00731829 -0.002622839 -0.6256772 0.733625 -0.2651837 +0.008355672 0.004010761 0.003494509 0.8443862 0.4028322 0.3531828 +3.445997E-06 -0.003789457 0.00923075 0.0003457862 -0.377795 0.9258892 +0.003607969 0.001522543 -0.009087918 0.3646555 0.1530048 -0.9184857 +-0.004272761 -0.006065994 0.006626789 -0.4306182 -0.6070378 0.667887 +0.00460823 0.002517395 -0.008452898 0.4632618 0.2516024 -0.8497556 +0.009886582 0.0008789303 0.0004792617 0.9949558 0.0879549 0.04823789 +-0.006417111 0.007405675 0.001832666 -0.646689 0.7400596 0.1846761 +-0.008164477 0.004622495 -0.003257859 -0.823185 0.4631085 -0.3284767 +-0.005007935 -0.002364214 -0.008277354 -0.5030195 -0.2360981 -0.8314019 +0.001302169 0.007009529 -0.006939912 0.1314084 0.7017002 -0.700249 +0.004145518 0.0002413246 -0.008989175 0.4186577 0.02423422 -0.9078207 +-0.006178212 0.0008121166 0.00770477 -0.6235041 0.08149697 0.7775608 +-0.0004778212 0.001120197 0.009853609 -0.04813621 0.1121969 0.9925194 +-0.009399466 0.001237362 0.00295738 -0.94655 0.123901 0.2978115 +-0.005413608 -0.0008945357 0.008277314 -0.545155 -0.08957339 0.8335363 +-0.001515039 -0.007904101 -0.005903186 -0.1526745 -0.7891904 -0.594869 +-0.00588578 -0.004167228 0.006814755 -0.5938293 -0.4178519 0.6875803 +-0.008565939 -0.002255168 -0.004525675 -0.8614185 -0.2254788 -0.4551015 +0.003043422 0.0009367258 -0.009408168 0.3064352 0.09378325 -0.9472604 +-0.000610366 0.009348202 -0.003408192 -0.06196044 0.935904 -0.346763 +0.003782838 0.008973802 0.00218063 0.3830077 0.8969717 0.220787 +0.000746087 -0.007405176 0.006589487 0.07545994 -0.7421519 0.6659703 +-0.00703813 0.006876937 -0.00163451 -0.7081833 0.6866051 -0.1644682 +0.007078343 0.0004144407 -0.007023619 0.70924 0.04129235 -0.7037567 +0.002112931 -0.008958244 -0.0038431 0.2140158 -0.8959064 -0.389293 +0.002109598 0.007054771 0.006705604 0.212658 0.7055513 0.6759984 +0.001882936 -0.0001790805 0.009728794 0.1899858 -0.01796705 0.9816225 +0.006499764 0.007069279 0.002566299 0.6565048 0.7083704 0.2592545 +-0.001245453 0.009898104 -0.0006301368 -0.1295184 0.9894065 -0.06557173 +0.005580882 -0.005763848 -0.005929467 0.5606985 -0.5750952 -0.5957203 +-0.006757814 0.004257167 0.005896361 -0.6814889 0.426642 0.5946003 +-0.002113553 -0.008895069 -0.003973678 -0.2141456 -0.8899985 -0.4025474 +0.0008053117 -0.003381827 0.00930224 0.08115277 -0.3387451 0.9373718 +-0.001841745 0.00113457 -0.009672071 -0.1858316 0.113838 -0.9759649 +-0.005038198 -0.007989565 -0.003175834 -0.5086492 -0.799053 -0.3206095 +-0.003726305 -0.007596066 -0.005242836 -0.3762788 -0.7603758 -0.5293797 +-0.004592427 -0.008192412 0.00328876 -0.4645498 -0.8206472 0.3327637 +0.009475844 0.002779881 0.0008064186 0.9568149 0.279056 0.08144311 +-0.004607019 0.008498413 -0.002506924 -0.4648944 0.8484485 -0.2529989 +-0.00671625 -0.00566537 0.004653057 -0.6769952 -0.5671729 0.4690335 +-0.0007624641 0.003308464 0.009333529 -0.07682116 0.3313492 0.9403756 +0.001647883 -0.009328048 -0.003121949 0.1674522 -0.9333892 -0.3174026 +0.002950456 0.006829831 -0.006615776 0.2974279 0.6831961 -0.6669181 +-0.002274999 -0.003159412 -0.009176163 -0.2283739 -0.315267 -0.9211146 +0.004262606 -0.00467318 0.007715221 0.4278555 -0.4660827 0.7744072 +-0.005816716 0.008026357 0.0008562689 -0.5882474 0.8040385 0.08652754 +0.005737487 -0.004236728 0.006890817 0.579214 -0.4250373 0.6955964 +-0.009704171 -0.0008595136 -0.001885088 -0.9780027 -0.08613529 -0.1899771 +0.006637755 0.001878307 -0.007169015 0.6673179 0.187751 -0.7207194 +0.007081873 0.006340127 0.002860238 0.7155411 0.6359609 0.2890583 +-0.004468299 0.003443561 0.008216703 -0.4486369 0.3436781 0.8249911 +0.008211277 0.0002549547 -0.00554715 0.8283651 0.02557531 -0.5596044 +0.00423718 0.00785668 0.004459058 0.4270185 0.7846442 0.4494315 +0.004547565 -0.00695958 -0.005464337 0.458838 -0.6967397 -0.5513813 +-0.001288114 0.009090113 0.003911641 -0.1305502 0.9087505 0.3963951 +0.00828973 0.003726843 0.003973209 0.8364117 0.3737557 0.4009015 +0.00823825 0.001798037 -0.005262268 0.8290003 0.1798983 -0.5295234 +-0.008496304 -0.002222104 0.004717785 -0.852509 -0.2216793 0.473378 +0.001087065 0.002947438 0.00939195 0.1098048 0.2960222 0.9488487 +0.00450288 0.007261874 0.005094128 0.4545907 0.7271838 0.5143453 +0.001205517 -0.007486241 0.006442204 0.1218043 -0.7496073 0.6505786 +-0.001097669 0.00940407 -0.003120306 -0.111695 0.9415728 -0.3177496 +0.008043325 0.005910664 7.08989E-05 0.807769 0.589456 0.007128264 +0.009033389 0.002151112 -0.003472683 0.9114155 0.2157855 -0.3503691 +0.007518321 0.00585376 -0.002831698 0.7581671 0.5862126 -0.2855475 +-0.003059051 0.002527003 -0.009091699 -0.3084848 0.2533607 -0.9168673 +0.0001967714 -0.009941828 0.0008245241 0.02053164 -0.9960807 0.08603261 +-0.006691237 0.00453738 -0.005784899 -0.673968 0.4541412 -0.5826859 +0.009033102 -0.002143332 -0.003479025 0.9113559 -0.214999 -0.351007 +-0.004735799 0.00728521 -0.004884178 -0.4771903 0.7280604 -0.492156 +-0.007060044 0.006415843 0.002753349 -0.7132424 0.6433904 0.2780903 +-0.007015698 -0.006798613 0.002053629 -0.7052737 -0.6782097 0.2064476 +-0.004637629 -0.003303374 0.008204394 -0.4646876 -0.3290241 0.8220758 +0.003281294 0.007335447 0.005897763 0.3306564 0.7330956 0.5943376 +0.005800228 -0.0001970367 -0.008017085 0.5860471 -0.01979606 -0.8100352 +0.005709649 0.003660969 0.00722471 0.5766329 0.3675112 0.729678 +0.005729586 0.002762154 0.007584274 0.5790797 0.2775456 0.7665736 +-0.005196612 -0.008118476 -0.002478002 -0.5255282 -0.8130554 -0.2505215 +0.004213889 -0.006413219 -0.006318942 0.4251705 -0.6423819 -0.6376328 +0.006075844 0.007236453 0.003125982 0.613105 0.7242814 0.3154658 +0.008938179 -0.004184023 0.0009239465 0.9027353 -0.4199611 0.09328276 +-0.008282796 -0.004682827 -0.002877159 -0.8344221 -0.468753 -0.2898454 +-0.0005618475 -0.009752686 -0.002024702 -0.05778851 -0.9763899 -0.2081426 +-0.0006642621 -0.001767513 -0.009740094 -0.06696721 -0.177166 -0.9819 +-0.006721467 -0.003105299 -0.006697434 -0.6736205 -0.3093708 -0.6712117 +0.001705327 0.009251047 -0.003330659 0.1731094 0.925067 -0.3380595 +0.007727406 -0.005390968 0.003102328 0.7805476 -0.5408999 0.3133253 +-0.001732757 -0.002825027 -0.00934124 -0.1749211 -0.2834851 -0.9428886 +0.00504626 -0.008609469 0.0001792748 0.5097738 -0.860118 0.01810451 +-0.000397838 -0.009159497 -0.003955984 -0.04032002 -0.9152392 -0.4008886 +-0.008514066 -0.004127923 0.002980266 -0.8591614 -0.4139868 0.30076 +0.002189423 0.005230975 -0.008207301 0.2198715 0.5218542 -0.8242115 +0.005842388 0.007959144 0.001384542 0.5894878 0.7956041 0.1397083 +0.002554329 0.003588313 -0.008942023 0.2564613 0.3580971 -0.8977717 +-0.003186361 0.003960814 0.008506592 -0.3218811 0.3976326 0.8592327 +0.002967626 -0.005233876 0.007885716 0.2997731 -0.52515 0.7964632 +0.009898402 0.0009994538 -0.0002636577 0.9946483 0.09986489 -0.02649252 +0.007357756 -8.383399E-05 -0.006659482 0.7413861 -0.008399679 -0.6710262 +0.007146973 0.0001714253 -0.006934177 0.7176056 0.0171153 -0.6962394 +0.0003536344 -0.009964087 -0.0003847688 0.03689958 -0.9985121 -0.04014819 +-0.00479393 0.008283016 -0.002817107 -0.4838774 0.8276517 -0.2843507 +-0.007873897 -0.0006003421 0.005986834 -0.7945862 -0.06024142 0.6041554 +-0.006661645 0.00738149 -0.000390636 -0.6725416 0.7390061 -0.0394685 +-0.001334307 -0.009830249 0.001079161 -0.137817 -0.9841333 0.1117501 +0.001826279 -0.00727027 0.006575341 0.1839586 -0.7263027 0.6623018 +0.0004846329 0.009812109 0.001749811 0.05001166 0.9822784 0.1806322 +0.006217103 -0.007798139 0.0002708315 0.6265872 -0.7788732 0.02729262 +0.003709093 0.001017808 -0.009120479 0.3747489 0.1022531 -0.9214703 +-8.61416E-05 -0.001803129 0.009811309 -0.008634984 -0.1797475 0.9836749 +0.008285854 0.004104196 -0.003557919 0.8372154 0.4121348 -0.3594652 +0.008667888 -0.0009813288 0.004814738 0.8699881 -0.09793992 0.4832478 +-0.005066902 -0.002628626 0.008139524 -0.5098693 -0.2629758 0.8190709 +0.009440878 -0.001764906 -0.002669548 0.9472373 -0.1760685 -0.2678459 +-0.001560838 -0.009509677 -0.002594131 -0.1590509 -0.9512305 -0.2643169 +-0.004471151 0.008847873 -0.001052886 -0.4528068 0.8852068 -0.1066532 +0.009083713 -0.004121764 -2.392057E-05 0.9115924 -0.4110882 -0.002401114 +-0.007436355 0.005290535 -0.003963218 -0.7487872 0.5291961 -0.3990853 +-0.004470891 0.00170965 0.008702886 -0.450216 0.1711761 0.8763585 +0.0010024 0.005478395 -0.008213115 0.1012462 0.5494848 -0.8293465 +0.006157537 0.005568421 0.005477201 0.620393 0.5572563 0.5518858 +-0.003930916 0.004842939 0.007741829 -0.3959971 0.4847309 0.7798861 +-0.001984946 -0.009759195 0.0005766765 -0.2041426 -0.9771388 0.05937573 +0.006596651 0.00627176 0.004039402 0.6643171 0.6270501 0.4068057 +0.003494756 -0.002385561 -0.008953752 0.3529975 -0.2395753 -0.9044315 +-0.005634801 0.00778491 -0.002644402 -0.5684226 0.7782884 -0.266764 +-0.00427817 0.005856281 0.006835854 -0.4303057 0.5849295 0.6875278 +0.001963188 0.0008464738 -0.009695681 0.1977405 0.08477967 -0.9765813 +-0.006598705 0.006470112 0.003752728 -0.6636211 0.6458902 0.3774029 +0.00983178 -0.001606893 0.0001355245 0.9869601 -0.1603895 0.01360266 +0.001503411 0.005503496 0.008131891 0.1516439 0.5514358 0.8203186 +0.005924927 -0.005095448 -0.006173423 0.595947 -0.5091768 -0.6209559 +0.007137566 0.006813318 0.001372781 0.7190238 0.6810871 0.1382935 +0.003841908 0.004893887 0.007745448 0.3872768 0.4901877 0.7808539 +-0.00186734 0.008249813 0.005249887 -0.1889081 0.8260745 0.5309563 +0.006103289 -0.005404261 0.005710484 0.6144125 -0.5404038 0.5748573 +0.00784747 0.004852716 -0.00366047 0.7918016 0.4864812 -0.3693053 +0.007238211 0.006157947 0.002866792 0.731182 0.6176372 0.2896501 +-0.00957942 -0.001942227 0.001702291 -0.9657366 -0.1946809 0.1716167 +0.0002565663 0.007604939 -0.00644004 0.02587586 0.7600987 -0.6492922 +-0.0009448643 0.006072775 0.007796378 -0.09546725 0.6089953 0.7874076 +-0.008207333 -0.00346498 -0.004466813 -0.8241443 -0.3458515 -0.4485229 +0.003857468 -0.002764472 0.008689582 0.3898001 -0.2777044 0.8780298 +-0.001071696 -0.004515663 0.008774675 -0.1080982 -0.4526333 0.8851202 +0.008047845 -0.0005408529 -0.005760139 0.811977 -0.05426106 -0.5811619 +-0.0006826431 -0.008959159 0.00430512 -0.06915271 -0.8970001 0.4365875 +-0.0003069582 0.00741266 0.006639286 -0.03099746 0.7417428 0.6699677 +-0.005320564 -0.003486537 0.007617949 -0.5364903 -0.3494546 0.7681534 +0.002589401 -0.009427588 -0.001943176 0.2636883 -0.9440513 -0.1980798 +-0.009232315 0.003035594 0.002111978 -0.9288101 0.3035925 0.21247 +0.006252145 -0.004904736 -0.006011214 0.6284526 -0.4898379 -0.6042402 +-0.007763699 0.004341517 -0.004525796 -0.7788182 0.432804 -0.4540076 +0.007094315 -0.006048603 -0.003444657 0.7156557 -0.6058672 -0.3475082 +0.002833728 -0.0008629007 -0.009505916 0.2846147 -0.08618034 -0.9547604 +-0.001575586 -0.001058788 -0.009717528 -0.1591467 -0.106339 -0.9815113 +0.001887309 -0.008412122 0.00499486 0.1908577 -0.8417302 0.5050381 +0.004323198 -0.006552053 0.006093915 0.4364657 -0.6565347 0.615191 +-0.007739105 -0.005826973 0.002355135 -0.778097 -0.5817995 0.2368001 +-0.004998237 0.003449288 0.007885498 -0.5025561 0.3447321 0.7928411 +-0.004146563 0.002023052 0.008791001 -0.4177563 0.202647 0.8856714 +0.00514338 -0.0025142 0.008120907 0.5178504 -0.2516651 0.8176158 +0.006412776 -0.003307173 -0.006869209 0.644127 -0.3302072 -0.6899736 +-0.00965545 -0.002405595 0.0002387401 -0.9703851 -0.2403678 0.02400134 +-0.005539286 -0.005589196 -0.006094111 -0.5577583 -0.5589462 -0.6135835 +-0.007647716 -0.005582088 -0.002993606 -0.7718031 -0.5595183 -0.3020914 +-0.006660056 -0.002147839 -0.007085399 -0.6689579 -0.2144947 -0.7116792 +-0.004480475 0.004015967 -0.007944846 -0.4500157 0.4008902 -0.7979805 +0.006746497 -0.006468753 0.003398794 0.680477 -0.6476455 0.3427921 +-0.0006904483 0.007778117 0.006190223 -0.06967389 0.7778194 0.6246139 +-0.008673502 -0.002406974 -0.004155796 -0.8751522 -0.2414561 -0.4192941 +0.007391402 -0.002269104 -0.00620593 0.7457428 -0.2276188 -0.6261449 +-0.002681468 -0.001962399 -0.00940681 -0.2688397 -0.1956187 -0.9431111 +-0.006140533 0.006565769 0.00424427 -0.6197179 0.6576638 0.4282851 +-0.0003944941 -0.004927063 0.00862842 -0.03972485 -0.4930667 0.8690841 +-0.008099762 -0.001156799 0.005586293 -0.8176264 -0.1161142 0.5639189 +-0.004818034 0.00275058 0.008287785 -0.4833082 0.2743059 0.831366 +0.007118122 -0.003831807 -0.005727704 0.7191002 -0.3847592 -0.5786669 +-0.001312377 0.007435032 0.006482965 -0.1325447 0.7443346 0.6545212 +-0.0004048043 -0.004389562 -0.008917248 -0.04074907 -0.4390534 -0.8975364 +0.003141236 0.007883861 -0.005251885 0.3165659 0.7872108 -0.5292309 +-0.001238475 -0.001392554 0.009716035 -0.1251856 -0.1399775 0.9822092 +0.006087333 0.004235682 -0.006622938 0.6129347 0.4238366 -0.6668385 +0.006978009 0.003116411 -0.006358031 0.7023315 0.3118083 -0.6399265 +-0.008186421 0.003895239 0.004033117 -0.8258185 0.3905391 0.4068207 +-0.005040487 0.005667474 -0.006417365 -0.5084532 0.5678053 -0.647358 +-0.005770825 -0.004937229 -0.00641191 -0.5815358 -0.4943112 -0.6461212 +0.00327141 0.006780093 -0.006527443 0.3294995 0.6776551 -0.6574295 +-0.005476864 -0.00723187 0.004056413 -0.5534791 -0.724943 0.4100225 +0.004756792 0.008724718 -0.0006885586 0.4818051 0.873504 -0.06967583 +-0.004822224 0.008059723 -0.003295422 -0.4874632 0.8070608 -0.3332153 +0.006129062 0.005810473 0.005259975 0.6174613 0.5813228 0.5299107 +-0.009700272 -0.001516459 -0.001228835 -0.9804828 -0.1524096 -0.1241968 +-0.008676645 0.004534151 0.001755304 -0.8735144 0.4535919 0.1767116 +0.002481122 -0.00473665 0.008411716 0.2493002 -0.4728628 0.8451332 +0.004961251 -0.003032729 -0.008079099 0.49868 -0.3030415 -0.8120863 +0.003906958 0.00688164 0.006060184 0.3934251 0.6876057 0.6102581 +-0.003549597 -0.005711003 0.007333289 -0.3575643 -0.5713539 0.7387167 +0.00300377 0.008378791 0.004481139 0.3035792 0.8382255 0.4530096 +-0.003656636 0.006043787 -0.007010716 -0.3683415 0.6045619 -0.7062786 +0.004355522 -0.007974091 0.004101219 0.4395563 -0.7971973 0.4138438 +0.009772173 -0.0001019993 0.001553446 0.9875475 -0.01024954 0.1569868 +-0.009563236 0.0004236324 -0.002759611 -0.9599379 0.04228382 -0.2770041 +-0.005368466 -0.003908713 0.007352029 -0.5423706 -0.3925012 0.7428169 +0.008336478 -0.003241344 -0.004363776 0.8381777 -0.3239599 -0.4387574 +0.00964392 -0.002174806 0.0008175066 0.9724532 -0.2180364 0.08243035 +0.001227551 0.007318193 -0.006619237 0.1240499 0.7331588 -0.6686477 +-0.002889439 0.00541271 -0.007801398 -0.2916616 0.5427853 -0.7876025 +0.001872568 -0.0007355778 0.009722853 0.1886057 -0.07366999 0.9792858 +7.365797E-05 -0.002062218 -0.009773394 0.007375705 -0.2053158 -0.978668 +-0.002366113 -0.007089523 0.006559421 -0.2388814 -0.7101224 0.6623155 +0.001090527 0.009680847 0.00217671 0.1115168 0.968457 0.222834 +0.00532097 0.00842553 0.0003264516 0.537679 0.8425035 0.0330026 +-0.0001302875 0.001460042 0.009852653 -0.0130824 0.1457604 0.9892334 +-0.006100459 0.0009881514 -0.007734195 -0.6162378 0.09925646 -0.7812805 +0.0008220701 0.002773622 0.009475539 0.08299433 0.2784485 0.9568586 +0.004480388 -0.0002120996 -0.008850467 0.4515541 -0.0212558 -0.8919905 +0.005579819 -0.006823556 0.004633442 0.5623559 -0.6824142 0.4669761 +-0.008960663 -0.001816917 0.003810366 -0.9048114 -0.1824167 0.3847603 +-0.006099387 0.00470385 -0.006337152 -0.6123599 0.4692532 -0.636252 +-0.0006381809 0.0007159034 0.009888067 -0.06424196 0.0716588 0.9953582 +-0.001063998 -0.004471576 -0.008794839 -0.1073643 -0.4483421 -0.8873907 +-0.00737488 -0.006640202 -0.0006399807 -0.7441061 -0.6649367 -0.06453955 +-0.0009462219 -0.008999809 -0.00419197 -0.09593121 -0.9001966 -0.4247861 +-0.0009211859 0.008808563 -0.004564354 -0.09324823 0.8817461 -0.4624159 +0.002446829 0.006913722 0.006727992 0.2467667 0.6918581 0.6785563 +-0.008652837 0.003683232 -0.003145668 -0.8733032 0.3694963 -0.3175121 +0.008732785 0.0002497814 -0.004764494 0.8775732 0.0249596 -0.4787925 +0.009447353 0.002856471 -0.0008598313 0.954057 0.2867743 -0.0868082 +0.001040497 0.008751855 -0.004658088 0.1053427 0.8755543 -0.471495 +-0.001036675 -0.007177313 0.006795213 -0.1046908 -0.719403 0.6866578 +0.006443725 -0.00405585 0.006447085 0.6465261 -0.4044404 0.6468632 +-0.006392165 0.004888885 -0.005844436 -0.6436951 0.4891476 -0.58855 +0.004935902 -0.008253118 0.002613239 0.4987265 -0.8255702 0.2640183 +0.001733358 0.002218064 0.009511223 0.1747904 0.2223925 0.959161 +-0.008996973 -0.001263058 0.003919931 -0.909344 -0.1269387 0.396207 +0.00466474 0.005639282 -0.006727111 0.4702964 0.5646705 -0.6782098 +-0.004388869 -0.005751993 -0.00685314 -0.4414112 -0.5745295 -0.6892546 +-0.005200308 -0.008525289 0.0001694999 -0.5247774 -0.8510677 0.01710596 +0.008119836 -0.0008600173 0.005626563 0.8188874 -0.08624434 0.5674375 +0.006570172 -0.007497932 -0.0001384036 0.6621569 -0.7492353 -0.01395627 +-0.002348367 0.003037837 -0.009200567 -0.2356793 0.3030774 -0.9233631 +-0.004915487 -0.00394866 -0.007677928 -0.4952535 -0.3954012 -0.7735515 +0.001492184 -0.009797109 -0.001133154 0.1537652 -0.9811478 -0.1170694 +-0.002581641 -0.005166738 -0.008089411 -0.2602085 -0.5173111 -0.8152795 +-0.004718388 0.001710491 -0.008600245 -0.473928 0.1708271 -0.8638347 +-0.003815195 0.00218758 0.00888055 -0.3851025 0.2195384 0.8963811 +-0.004895824 0.005843591 -0.006374814 -0.4938323 0.5853564 -0.6430299 +0.00245055 -0.008643722 -0.004354644 0.2475001 -0.8632941 -0.4398488 +0.004763265 -0.00438482 -0.007557977 0.4791978 -0.4383802 -0.7603896 +0.001497283 0.0009390972 -0.009744287 0.1512025 0.09429755 -0.9839948 +0.005102333 -0.008587199 7.983384E-05 0.5149617 -0.8571754 0.008055712 +-0.006947261 -0.007100064 0.0005100168 -0.7012949 -0.7110052 0.05154676 +-0.005771263 -0.0005630006 -0.008039311 -0.5822394 -0.05647866 -0.8110533 +-0.008635693 -0.002697726 -0.00403602 -0.8720873 -0.2708434 -0.4075629 +0.0005197479 -0.002319544 0.009642567 0.05236899 -0.2322859 0.9712367 +-0.003167252 0.009127014 0.002502571 -0.3210615 0.9124557 0.2536612 +0.00301353 0.007530991 0.005783987 0.3039568 0.753143 0.5834261 +0.002771042 0.001003605 0.009511128 0.278308 0.1002288 0.9552481 +0.009069389 -0.0007169069 -0.003939586 0.9148295 -0.07190698 -0.3973868 +-0.006041813 -0.003680566 0.006959193 -0.6093065 -0.3689519 0.701869 +-0.003606497 -0.003063894 -0.008703508 -0.3642576 -0.3076184 -0.8790264 +-0.001059032 -0.006244041 -0.007642013 -0.1070581 -0.626362 -0.7721458 +-0.007208226 -0.006440158 -0.00234435 -0.7269554 -0.6447115 -0.236396 +-0.006996138 0.005920365 -0.003951972 -0.7026852 0.5904887 -0.3969338 +0.002106389 -0.00793294 -0.005632607 0.2128191 -0.7941983 -0.5691724 +0.001274884 -0.006581735 0.00733886 0.1287201 -0.6593553 0.7407305 +-0.007327567 0.004070244 -0.005286075 -0.7401813 0.40863 -0.5339973 +0.002647249 0.008863111 0.003692717 0.2683142 0.8875923 0.374416 +0.0009130622 -0.005426554 0.008256402 0.09223364 -0.5443403 0.8337786 +-0.004697761 0.00816171 0.003222323 -0.4751258 0.8173651 0.3258371 +-0.009407079 -0.0007652471 0.003107116 -0.9467557 -0.07658294 0.3127117 +0.00506451 -0.006983169 -0.005027493 0.5091909 -0.6965806 -0.5054702 +-0.0008861485 0.00584767 0.007987245 -0.08938683 0.5857014 0.8055829 +0.008817615 0.004583556 0.0005215324 0.8872517 0.4582908 0.05247848 +0.008981919 -0.003911329 0.001491412 0.9072626 -0.392671 0.1506128 +-0.003161455 -0.00264572 0.009013587 -0.3190843 -0.2654885 0.9097808 +-0.003102969 0.004704322 0.008175235 -0.3129591 0.4714303 0.824506 +0.003755707 -0.007257465 -0.005673353 0.3791537 -0.7267296 -0.5728059 +0.00779085 0.006084581 -0.000913889 0.7868695 0.6101827 -0.09226833 +-0.006251907 -0.00624206 0.004528034 -0.6315204 -0.6260269 0.4574629 +0.003005468 -0.00941343 -0.001306686 0.3060646 -0.9426463 -0.1332005 +0.009331939 -0.001946908 0.002867738 0.9376303 -0.1944948 0.288134 +-0.004831008 0.006416395 0.005842182 -0.4879525 0.643276 0.5899987 +0.004736686 -0.008003171 0.003537379 0.4789882 -0.8016591 0.3576492 +0.003349626 -0.008522466 -0.003961391 0.3383707 -0.8516836 -0.4001755 +0.005586362 0.002305191 -0.007854179 0.5638927 0.2313412 -0.7927839 +-0.002103467 0.009082126 -0.003581755 -0.212979 0.9072512 -0.3626778 +-0.00257436 0.007499232 0.006002389 -0.2601744 0.7513167 0.6064919 +-0.0087023 0.002886704 0.003738035 -0.8793479 0.2899817 0.3777007 +0.007851605 -0.001036099 0.005936714 0.7933233 -0.1040963 0.599835 +-0.005411218 0.00318946 0.007678946 -0.545785 0.3197844 0.7745042 +0.004368175 -0.007335839 -0.00509852 0.4412093 -0.7348874 -0.5150484 +0.0002238764 -0.00488466 -0.008676669 0.02250829 -0.4880414 -0.8725302 +0.006197453 0.002395005 -0.007353823 0.6255436 0.2403409 -0.7422476 +0.005083632 -0.007510694 -0.004082659 0.5135841 -0.7523649 -0.4125268 +-0.007460685 -0.003760313 0.005331841 -0.7533954 -0.3774333 0.5384603 +0.002219445 -0.006796813 -0.006948585 0.2233958 -0.6788982 -0.6994224 +0.0004945042 0.007721849 0.006283535 0.04986621 0.7719272 0.6337522 +-0.002561294 0.002109506 -0.009423409 -0.2564373 0.20999 -0.9434745 +0.0004895613 -0.003461263 -0.009309305 0.04926471 -0.346241 -0.9368512 +0.009276442 -0.00114228 0.003288241 0.9363238 -0.1146456 0.3318948 +-0.004305922 -0.008171678 0.003709977 -0.4354139 -0.8183056 0.3752209 +0.0001482743 -0.003614458 -0.009287694 0.01488584 -0.3607315 -0.932551 +-0.00191548 -0.009752149 0.0008322418 -0.1969282 -0.9766632 0.08572219 +0.001329706 -0.001051898 -0.009750846 0.1343533 -0.1056903 -0.9852811 +0.0008203103 7.329184E-05 0.009868692 0.08283457 0.00735937 0.9965361 +0.0022197 0.002384363 -0.009400602 0.2231838 0.2383511 -0.9451866 +-0.00214468 -0.009534208 -0.002034156 -0.2186014 -0.9535379 -0.2073133 +-0.006672321 0.0002294347 0.007347904 -0.6720763 0.02297984 0.7401252 +0.004215831 -0.007443625 -0.00507119 0.4259007 -0.7457073 -0.5123761 +0.002697383 0.000618293 -0.009589011 0.2702754 0.06160337 -0.9608102 +0.008126917 -0.005662251 0.0008078939 0.8195877 -0.567133 0.08146258 +-0.005294368 0.008451927 0.0002444568 -0.5347347 0.8446605 0.0246497 +0.0009521802 -0.009160488 -0.00388109 0.09640262 -0.9144965 -0.3929409 +0.006762174 -0.00674003 0.002789164 0.6822334 -0.6748184 0.2813855 +0.00847018 -0.004530505 0.002633178 0.8515245 -0.4525862 0.2647106 +-0.008576267 0.002165696 -0.004565685 -0.8617975 0.2163707 -0.4587905 +-0.001966882 0.000302713 -0.009717743 -0.1982871 0.03034552 -0.9796741 +-0.006371884 0.007598767 0.0008244545 -0.6435726 0.760845 0.0832416 +-0.006355027 -0.002554937 -0.007176912 -0.64083 -0.2561369 -0.7236925 +-0.006347658 -0.0009771487 0.007546403 -0.6405996 -0.09805821 0.7615883 +0.008395283 0.005038832 0.001649072 0.8469213 0.5050168 0.1663797 +-0.00502627 0.0009210347 -0.008569978 -0.50377 0.09179302 -0.858947 +-0.006352065 0.002669124 -0.007139204 -0.6404757 0.2675634 -0.7198616 +-0.005399209 -0.003538602 0.007529341 -0.5448002 -0.3549182 0.7597539 +0.004351502 -0.008566236 0.002721807 0.4392658 -0.8553108 0.2747526 +-0.009235889 -0.001824291 0.003143288 -0.9307263 -0.1827883 0.3167601 +-0.001898178 -0.002796978 0.009327321 -0.1914085 -0.2804083 0.940603 +-0.002070485 -0.003335565 0.009153732 -0.2080165 -0.3331169 0.9196534 +-0.006333252 0.002511036 -0.007208993 -0.6387258 0.2517821 -0.727073 +0.003139903 0.001322081 0.009311366 0.3167061 0.1325992 0.9392096 +-0.004123262 0.0009851063 -0.008953748 -0.4162283 0.09888431 -0.9038672 +0.007619808 0.005278247 -0.003539678 0.7694027 0.5294322 -0.3573807 +-0.007053239 -0.003476628 0.006063517 -0.7108266 -0.3482766 0.6110883 +-0.003268507 0.008257753 -0.004492285 -0.3306053 0.827099 -0.4545408 +-0.009411605 0.0006049708 0.003125682 -0.9472901 0.06054805 0.3146036 +-0.007017768 -0.006159716 -0.003395257 -0.7082734 -0.6172229 -0.3426144 +0.004196304 -0.004872307 0.007612735 0.4217525 -0.4865408 0.7651162 +-0.001234881 -0.006151895 0.007693829 -0.1246693 -0.6169179 0.7770906 +-0.002057975 0.008731853 0.004334729 -0.2084356 0.8740059 0.43894 +0.007347043 -0.006461231 -0.001957393 0.7386099 -0.6447735 -0.1967807 +0.003111933 -0.006804812 0.006571919 0.3136023 -0.6804787 0.6622706 +-0.009125446 -0.00299888 -0.002635043 -0.916658 -0.2994651 -0.2646861 +0.007772136 -0.001046597 0.006037931 0.7853264 -0.1051552 0.610086 +0.007422362 -0.001912311 0.006299977 0.7482613 -0.191679 0.6351096 +0.001454278 -0.005432607 -0.00818147 0.1467559 -0.5446289 -0.8257373 +0.003016059 0.008769711 0.003634978 0.3054915 0.8780695 0.3683326 +0.006733144 -0.00648617 0.003394322 0.6790926 -0.6493441 0.3423234 +-0.001303092 -0.003135926 0.009310697 -0.1315534 -0.3147327 0.9400197 +0.0007350276 -0.009937405 -0.0005324427 0.07668719 -0.9955065 -0.05555101 +0.007792904 -0.004403843 -0.004410804 0.7818874 -0.4390863 -0.4425555 +0.002902063 -0.006733128 -0.006721436 0.292773 -0.6741242 -0.6781154 +-0.005837219 -0.004350218 -0.006752685 -0.5885841 -0.4358933 -0.6808566 +0.009284253 0.003475756 -0.0006320411 0.9353099 0.3480542 -0.06366862 +-0.0007116406 -0.006302186 -0.007640443 -0.07192522 -0.6319212 -0.771688 +-0.001280088 -0.008871388 0.004367958 -0.1296172 -0.887425 0.4423531 +-0.000863198 0.006355417 -0.007577184 -0.08715229 0.6374363 -0.7655582 +0.0002252557 -0.009586713 0.002787784 0.02299617 -0.9584526 0.2843233 +0.006741908 0.002895278 0.006760879 0.6760613 0.2886277 0.677964 +-0.007837212 -0.0001262333 0.006034642 -0.7922661 -0.01268898 0.6100438 +0.002274674 -0.006540267 0.007149687 0.2292825 -0.6543105 0.7206299 +0.00610899 -0.002408367 -0.007417024 0.6168807 -0.2417946 -0.7489951 +-0.005245557 -0.0004603374 0.008442697 -0.5271861 -0.04600378 0.8485037 +0.004899424 0.008195441 0.002881679 0.4945095 0.8190606 0.2908608 +-0.003722412 0.00213363 0.008935204 -0.3756517 0.2140773 0.9016966 +0.00483901 -0.002540286 -0.008345325 0.4852643 -0.2532664 -0.836884 +0.007479174 0.006007871 -0.00260138 0.7543854 0.6017178 -0.2623708 +-0.006993825 0.006547914 0.002634841 -0.7061552 0.656198 0.2659867 +0.003101059 0.008633187 -0.003899023 0.3137568 0.8636925 -0.3944513 +-0.003646741 -0.0008001208 0.009178415 -0.3680459 -0.08029749 0.9263339 +-9.207644E-05 -0.007488577 0.006586289 -0.009265401 -0.7480626 0.6635634 +0.00421419 -0.006360398 -0.006372413 0.4251625 -0.6370544 -0.6429607 +-0.002745529 -0.007325475 0.006131142 -0.2774129 -0.7342148 0.6196536 +-0.006871103 -0.00716831 -0.0005334437 -0.6938921 -0.7180635 -0.05383843 +0.005746687 0.005820121 0.005745515 0.5762778 0.579606 0.5761604 +-0.00515681 0.006922907 0.005012294 -0.5185557 0.6907124 0.5040004 +0.004075836 0.006823852 0.006007384 0.410566 0.6820906 0.6051347 +-0.006323272 0.006277992 0.00438742 -0.6385111 0.6293386 0.442986 +0.007650261 -0.003481368 -0.005282111 0.7712053 -0.3488482 -0.5324916 +0.004339206 0.008025926 -0.004002883 0.4382248 0.8028581 -0.4042003 +0.007148125 0.00685339 0.0009905326 0.7208811 0.6858212 0.09989843 +-0.0005204625 0.006766958 0.007287492 -0.05245231 0.6767129 0.7343762 +0.000932468 0.004920869 0.008561361 0.09413685 0.4936994 0.8645225 +-0.004374647 0.007943788 -0.00414621 -0.4412956 0.793923 -0.4182636 +-0.006621829 0.007282541 0.001497812 -0.668023 0.7286437 0.151075 +0.004825478 0.00863668 -0.001349064 0.487343 0.8625163 -0.1362443 +-0.009536688 -0.001498368 0.002490263 -0.9566893 -0.1494579 0.2498156 +0.008018343 0.004042067 0.004273667 0.8071073 0.4043691 0.4301899 +0.00636594 -0.006653977 -0.00383364 0.64034 -0.6642734 -0.3856237 +0.009883208 -0.001010363 -0.0003676786 0.994192 -0.1010637 -0.03699221 +-0.007277225 0.003119726 -0.005966573 -0.7344444 0.3129949 -0.6021841 +0.00658273 0.004847161 0.00563741 0.6639093 0.4857321 0.5685848 +0.001536567 0.006617345 -0.007275438 0.1549195 0.6619941 -0.7333238 +0.001982585 0.007793367 -0.005896077 0.19993 0.7788129 -0.5945405 +-0.009325134 -0.002043517 -0.002846454 -0.9363201 -0.2040073 -0.2858073 +0.004490669 0.007738987 0.004457318 0.4516293 0.7714111 0.4482811 +-0.007388519 0.005064402 0.004372135 -0.7424976 0.5056226 0.4393668 +-0.001177129 -0.007491277 0.006440549 -0.118856 -0.7501683 0.6504774 +-0.003439444 -0.009281926 0.001217599 -0.3494179 -0.9287533 0.1237921 +-0.007440232 0.0002492438 0.006551995 -0.7502494 0.02499136 0.6606824 +-0.002490633 0.007945927 0.005453702 -0.2517236 0.7955499 0.5511222 +0.005571681 -0.002049298 0.007955044 0.5614582 -0.2053213 0.8016282 +0.005038308 0.00838254 -0.001890992 0.5095268 0.8389475 -0.1911788 +0.008520156 -0.004700149 -0.002264973 0.8540074 -0.4681133 -0.227027 +-0.008056622 0.00518187 -0.002636958 -0.8123311 0.5190507 -0.2659031 +0.0005984438 0.008644704 -0.004923076 0.06059206 0.8649657 -0.4981595 +-0.005489803 -0.004711948 0.006798747 -0.5537506 -0.4722682 0.685801 +-0.006278201 -0.007080022 0.003071393 -0.6336005 -0.7088413 0.3099908 +-0.0004641477 -0.006374481 0.00761421 -0.04679663 -0.6384563 0.768234 +0.008010366 0.005677508 -0.001622717 0.8067272 0.5678777 -0.1634204 +0.005589141 -0.007907892 -0.002303258 0.564765 -0.791743 -0.2327736 +-6.021117E-05 0.006217776 0.007794878 -0.006060062 0.6208289 0.7839227 +0.0007831356 -0.002488321 0.009560602 0.07907547 -0.2497259 0.9650824 +-0.003229021 0.009356527 -0.00118178 -0.3285172 0.9367946 -0.1203836 +0.007199631 0.002524789 0.006339179 0.726079 0.253149 0.6393159 +0.0003371199 0.009237684 -0.003755128 0.03426843 0.9238777 -0.3811506 +0.007959488 0.00582861 -0.001214775 0.8026672 0.5837126 -0.1224944 +0.003332608 0.003137669 0.008794775 0.3363199 0.3147821 0.8875816 +-0.003731237 -0.002752404 0.008745497 -0.3770957 -0.276562 0.8839187 +-0.003083322 -0.008485749 0.004230735 -0.3116189 -0.8485512 0.427615 +-0.006938011 -0.006749734 0.002344202 -0.6990681 -0.6749157 0.2362048 +-0.008074725 -0.00562782 -0.001363371 -0.8144143 -0.5637583 -0.1374995 +0.006134877 0.007347737 0.002674758 0.6200409 0.7364967 0.2704108 +-0.005275369 0.007566461 -0.003735532 -0.5327306 0.7575434 -0.3772613 +-0.001666924 -0.005557892 0.008077286 -0.1679524 -0.5562326 0.8138779 +-0.001269335 -0.002144685 -0.009592874 -0.1281082 -0.2152008 -0.9681306 +-0.004293537 -0.009008105 5.312668E-05 -0.4348456 -0.9004889 0.005387368 +-0.005792352 0.007411946 0.003323569 -0.5832817 0.7401173 0.3346772 +-0.007933901 -0.004112244 -0.004398554 -0.7974017 -0.4107562 -0.4420745 +-0.005058376 -0.008567294 -0.0007054913 -0.5112515 -0.8564688 -0.07129601 +-0.005306615 -0.008172715 -0.002013357 -0.5368758 -0.8187211 -0.2036175 +-0.004757327 0.003833294 0.00786191 -0.4782379 0.3830006 0.7903157 +0.008431459 -0.00287164 0.004402841 0.8490084 -0.2874647 0.4433381 +0.007054546 0.006893134 0.001378091 0.7109984 0.6893393 0.1388978 +-0.003558592 -0.005130926 0.007708115 -0.3593206 -0.5147492 0.7784098 +-0.009518035 -0.001465579 0.002589863 -0.9545566 -0.1461478 0.2597355 +1.482302E-05 0.007550534 -0.006530119 0.001492871 0.7535687 -0.6573675 +0.008866721 0.00108398 -0.004298155 0.8945172 0.1087397 -0.4336065 +-0.008013069 0.005699214 -0.001501922 -0.8073714 0.5703054 -0.1513381 +0.001860958 0.008813709 0.004246807 0.1885295 0.8826847 0.4304931 +-0.006667861 -0.001054222 -0.007287463 -0.6712793 -0.1055338 -0.7336531 +-0.002878761 0.001828764 0.009344798 -0.2894464 0.1828219 0.9395728 +-0.009652126 0.001218385 -0.001905742 -0.9737046 0.122216 -0.1922566 +0.009450948 0.001991902 -0.002564403 0.9459522 0.1982267 -0.2566724 +0.005495884 0.005982059 -0.005773591 0.5528526 0.5975342 -0.5807812 +0.007052892 0.003264884 -0.006192691 0.7101871 0.3267995 -0.6235674 +-0.001075302 -0.009884617 0.0009906007 -0.1116174 -0.9884028 0.1029634 +-0.002324064 -0.008453255 0.004751416 -0.2348278 -0.8451861 0.4801213 +0.008272843 0.004465851 0.003182349 0.8345691 0.4476881 0.3210448 +0.003170417 0.006450886 -0.006856692 0.3201979 0.646613 -0.6923619 +-0.007865981 0.005389925 -0.002769419 -0.7937337 0.540259 -0.2794765 +0.00916121 0.000432843 -0.00373019 0.9252928 0.04347138 -0.3767536 +-0.003041255 0.009163415 0.00255236 -0.3081613 0.9155067 0.2586198 +-0.006315125 -0.004195941 -0.00646972 -0.6342916 -0.4188298 -0.6498121 +-0.002575684 0.001140432 -0.009571865 -0.2581618 0.1136608 -0.9593924 +0.0003136628 -0.002808553 -0.009532683 0.03155369 -0.2809505 -0.9592034 +-0.004860737 0.005414946 -0.006747202 -0.4907691 0.5431068 -0.6813081 +-0.002535219 0.009545517 0.001473373 -0.2583561 0.9543111 0.1501412 +0.00832351 0.00533104 0.000844507 0.8406359 0.5348375 0.08532353 +-0.002182768 -0.009672275 0.001182782 -0.2232393 -0.9672269 0.1209813 +0.005659123 -0.008173429 -0.0004707102 0.572373 -0.8186064 -0.04767196 +0.002609308 0.009454104 -0.00179572 0.2659194 0.9464883 -0.1828844 +-0.006539139 -0.0001791413 -0.007450097 -0.6595574 -0.01796684 -0.7514395 +0.002258457 0.00946483 0.002203804 0.2299928 0.946956 0.2244495 +0.001130206 -0.007763217 0.006153436 0.1139715 -0.7758673 0.6205162 +0.001131484 -0.008208541 0.005522388 0.1144387 -0.8217027 0.5583085 +-0.00909309 -0.001871579 -0.003471194 -0.9176236 -0.1877882 -0.3502891 +0.004006382 -0.002852975 0.008601289 0.4045658 -0.2863919 0.868508 +0.002467576 -0.009451262 0.001993456 0.2515129 -0.9463196 0.2030281 +0.009625328 -0.0006181641 0.002609709 0.9633262 -0.06151859 0.261186 +-0.005608642 0.003928226 -0.007157143 -0.5667455 0.39454 -0.7232826 +-0.00240901 0.004858897 -0.008361809 -0.2420754 0.4851263 -0.840269 +-0.007472104 -0.004011746 0.005139095 -0.7542442 -0.4024764 0.5187759 +-0.008598965 0.001751046 0.004707036 -0.8636637 0.1748677 0.4727645 +-0.001519797 0.008350735 0.005240415 -0.1534624 0.8345515 0.5291249 +-0.0001741669 -0.0009103036 -0.009922436 -0.01748069 -0.09083406 -0.9957126 +9.443618E-05 -0.009963357 0.0005232656 0.009854196 -0.9984596 0.05460079 +0.007308667 0.006143609 -0.002726918 0.7380692 0.6159864 -0.2753445 +-0.005343377 -0.00117299 0.008283376 -0.5383155 -0.1175055 0.8345111 +-0.007794303 0.004405814 -0.004405209 -0.7820686 0.4393055 -0.4420175 +-0.005753841 0.004136669 0.006932582 -0.5810484 0.4151423 0.7000283 +0.004584555 0.006354036 -0.006094691 0.4632705 0.6373404 -0.6157741 +0.001163917 -0.003674436 -0.009127932 0.1175461 -0.3689091 -0.9220027 +0.0007898778 0.006102097 -0.007792928 0.07981232 0.6118372 -0.7869468 +0.004434547 -0.00364626 0.008136199 0.4456958 -0.3642559 0.8177242 +-0.009120703 0.0005067404 -0.00382798 -0.920886 0.0508756 -0.3864981 +0.003451322 -0.001731599 -0.009121968 0.3484757 -0.1738435 -0.9210554 +-0.007774817 0.001982432 -0.00582495 -0.7843233 0.1988404 -0.5876219 +0.006156685 -0.007050429 -0.003446855 0.6196799 -0.7040119 -0.3469354 +-0.002984301 -0.006102486 0.007237958 -0.3014114 -0.6120466 0.7311293 +0.006640885 0.001273495 0.007270499 0.6689013 0.1275478 0.7323269 +-0.00924003 -0.001723874 -0.003169045 -0.9316824 -0.172828 -0.3195284 +-0.0008954038 0.006870583 0.007142239 -0.09032311 0.6876445 0.7204074 +-0.008608446 0.004710869 -0.001544818 -0.8678045 0.4718699 -0.1557371 +0.00176614 0.003738852 0.009020667 0.1781034 0.3748184 0.9098299 +-0.0007677355 -0.009946568 -0.0001017675 -0.08011785 -0.9967288 -0.01062012 +0.007966838 -0.005966342 -0.000307815 0.8020505 -0.59645 -0.03102224 +-0.005670378 -0.002236405 -0.007813795 -0.5723571 -0.224435 -0.7886928 +-0.007132925 -0.006026973 -0.003397034 -0.7196967 -0.6038122 -0.342706 +-0.005522327 0.000549532 0.008230325 -0.5563285 0.05504886 0.829137 +0.007492921 -0.004632498 -0.004663825 0.7527462 -0.4624338 -0.4685382 +-0.006925225 0.006089123 -0.003767473 -0.6970419 0.6085467 -0.3792143 +-0.0007114708 -0.009591898 -0.002709184 -0.07253442 -0.9583694 -0.2761646 +-0.006710899 7.103183E-05 0.007318303 -0.6758418 0.007113209 0.7370124 +-0.009406129 0.0003286992 -0.003138901 -0.9480617 0.03294363 -0.3163759 +-0.007701884 -0.003713985 0.005050279 -0.7762067 -0.3720447 0.5090048 +0.006053162 -0.006032094 0.005065246 0.6109496 -0.6045087 0.5111848 +-0.007414298 0.004633689 0.00476511 -0.7456269 0.4630345 0.4792072 +-0.004952237 -0.004794423 -0.00714856 -0.4994567 -0.4804265 -0.7209254 +0.009818714 -0.000524729 0.001199928 0.9912372 -0.05267476 0.1211374 +0.002021574 -0.0003431038 -0.009710543 0.2036932 -0.03437608 -0.978431 +-0.001217389 0.002011378 -0.009633753 -0.1227924 0.2017145 -0.9717167 +-0.006097928 -0.0002014347 -0.007788651 -0.6163363 -0.02024481 -0.7872228 +-0.007070419 0.004065256 -0.005624725 -0.7143705 0.4082283 -0.5683524 +0.0084235 0.004390871 0.002903008 0.8490731 0.4398241 0.2926256 +-0.003210879 0.009425213 -0.0004631706 -0.3270677 0.9438156 -0.04731452 +0.001956871 0.009111647 0.003590033 0.1981846 0.9102314 0.3635955 +-0.0013412 -0.009330142 -0.003242657 -0.1365109 -0.9341273 -0.3298045 +-0.008046261 0.005725021 0.001130589 -0.8113551 0.5733295 0.1140006 +-0.006533922 0.004140194 -0.006270892 -0.656856 0.413649 -0.6304242 +0.003952044 0.00894853 -0.001898484 0.4006982 0.8957754 -0.1924251 +-0.008002261 -0.005968438 -2.579545E-05 -0.8036011 -0.5951626 -0.002589685 +-0.00629868 0.006703848 -0.003855214 -0.633683 0.6693358 -0.3878601 +0.004613749 -0.0007921147 0.008779047 0.4637496 -0.07917066 0.8824219 +-0.003578106 0.003241676 -0.008661813 -0.3610456 0.325158 -0.8740242 +0.008595319 0.004671569 0.001826064 0.8649066 0.4670891 0.1837507 +0.003682285 -0.009248862 0.0006515244 0.3738675 -0.9251245 0.0660897 +0.006701945 0.004353183 -0.005901247 0.6754373 0.4359818 -0.5947304 +-0.004949294 0.00072194 -0.008650411 -0.495324 0.07184471 -0.8657323 +0.005965239 0.006987607 0.003845903 0.6012164 0.6987521 0.3876652 +-0.003473928 0.007720634 0.005269808 -0.3502128 0.7714409 0.5312533 +-0.001760231 0.002833612 0.009335218 -0.1776654 0.2843003 0.9421297 +0.005683308 -0.008105189 -0.001021329 0.574738 -0.8117871 -0.1033347 +-0.002013729 0.006830553 0.007002953 -0.2023507 0.681083 0.7036905 +0.009561475 -0.002819234 -7.223731E-05 0.9595969 -0.2812848 -0.007251045 +-0.001376707 -0.009463424 -0.002825508 -0.1403618 -0.9473287 -0.287866 +0.008206667 -0.001050225 -0.005470827 0.8274329 -0.1052921 -0.5516053 +0.002817192 0.00428247 -0.008509575 0.2839203 0.4288962 -0.8575764 +-0.0002797953 0.009650677 0.002557647 -0.02861875 0.9648358 0.2612909 +-0.001556002 -0.005270765 0.008266495 -0.1570161 -0.528448 0.8343193 +-0.008277677 -0.002067437 0.00514294 -0.8311181 -0.2063882 0.5163783 +0.008693576 -0.004643438 0.001209668 0.8767087 -0.4652969 0.1219858 +0.002967017 -0.008047976 -0.005095017 0.2992401 -0.8039895 -0.513864 +0.006074714 0.00413279 0.006688472 0.6120467 0.4138297 0.6739019 +0.006520471 0.004493007 0.006038838 0.6555958 0.4489079 0.6071869 +-0.005814917 -0.003536702 0.007211389 -0.5868581 -0.3547971 0.7278163 +0.001426504 -0.003388953 0.009217363 0.1438494 -0.3396963 0.9294696 +-0.005526233 -0.007416485 -0.003670136 -0.5579906 -0.7425351 -0.3705241 +0.007106666 -0.000347049 0.00698671 0.7126724 -0.03460667 0.7006429 +-0.003804027 0.002637516 0.00874989 -0.3844667 0.2650048 0.8842837 +0.008854388 0.003817684 0.002507776 0.8895057 0.3811932 0.2519352 +0.005161404 -0.006652274 0.005348842 0.5191739 -0.6640832 0.5380076 +-0.007770918 0.00597403 0.001748454 -0.7824577 0.5973089 0.176017 +-0.004121017 0.009017549 -0.001145455 -0.4173412 0.901315 -0.1160068 +0.005846125 -0.005026486 -0.006286298 0.588635 -0.5028323 -0.6329839 +0.001833733 0.008558471 0.004786698 0.1852875 0.8554093 0.4836771 +0.008024389 -0.004143071 -0.004145406 0.8083986 -0.4148118 -0.4176395 +0.009953699 0.0006579987 0.0001746086 0.9976937 0.06558189 0.01750166 +-0.003916983 -0.00129807 -0.00899303 -0.3959206 -0.1304607 -0.9089702 +0.002224939 -0.006123535 0.007534118 0.2239943 -0.6120555 0.7584291 +-0.002363332 -0.009655215 0.0009595487 -0.2415065 -0.9654283 0.09809598 +-0.004154501 0.008061723 -0.004159492 -0.41898 0.8052881 -0.4194841 +-0.00809765 0.005030098 0.002777024 -0.8169187 0.5041512 0.2801346 +-0.001786132 -0.006473755 0.007359403 -0.1798279 -0.6470005 0.7409806 +-0.005690563 -0.003833355 -0.00714578 -0.5749682 -0.3849497 -0.7219595 +-0.004942357 0.002806388 0.008172847 -0.4967127 0.280394 0.8213742 +-0.009208068 0.001879327 -0.003190854 -0.9279718 0.1883111 -0.3215702 +-0.002174477 -0.001626681 0.009560628 -0.2188173 -0.1627626 0.9620953 +0.001586398 0.006071691 0.007712801 0.159921 0.6079133 0.7777317 +0.006572608 0.007350738 0.001317038 0.6636757 0.7360961 0.1330309 +0.009137266 -0.003854028 -0.0005004835 0.921061 -0.3861339 -0.05047084 +-0.003563064 0.005405477 0.007527093 -0.3596287 0.5418825 0.7596253 +0.007586669 -0.005572271 0.003156456 0.765783 -0.5586405 0.3185864 +0.0009648108 -0.001120651 0.009789435 0.09746877 -0.1125608 0.9888528 +-0.00381464 -0.00674031 -0.006292744 -0.3835951 -0.672634 -0.6327862 +-0.001114713 0.004120959 0.008940456 -0.112663 0.4138238 0.9033587 +0.006724139 -0.0009445456 0.007263118 0.6763182 -0.09446762 0.7305269 +2.751571E-05 -0.008811813 0.004675736 0.002791233 -0.8809945 0.4731182 +-0.004520229 0.008889948 6.330919E-05 -0.4577083 0.8890794 0.006398226 +0.002606355 0.009352162 -0.002266723 0.2652364 0.9362248 -0.2305056 +-0.005873772 0.0072768 -0.003460799 -0.5916332 0.7269471 -0.3485944 +-0.003396701 -0.008777284 0.003302788 -0.3436673 -0.8776209 0.3341772 +0.007375316 0.006631657 0.0006894785 0.7442916 0.6642184 0.06959807 +-0.00118643 -0.007515464 0.006413426 -0.1197827 -0.7524629 0.647651 +0.0008102343 0.008611604 -0.004959076 0.0819561 0.8612615 -0.5015095 +0.008198353 0.003606082 0.004329708 0.8247675 0.3605939 0.4355808 +-0.004903768 -0.00751928 0.004302091 -0.494983 -0.7525656 0.4343234 +0.001915636 -0.004229747 0.008787759 0.1929736 -0.4234026 0.8851506 +-0.004096543 -0.00904552 -0.001000979 -0.4149651 -0.9041708 -0.101386 +-0.009433827 -0.002331689 0.002079411 -0.9495972 -0.2333503 0.209315 +0.005840157 -0.0008308496 0.007960951 0.5894466 -0.08338494 0.8034922 +-0.005610667 0.006242103 -0.005363656 -0.5648758 0.6239339 -0.5400203 +0.008014405 0.005665417 0.001647878 0.8070807 0.5666367 0.1659627 +0.001076063 0.001386707 0.009738219 0.1087468 0.1393615 0.9842523 +0.005527772 -0.003662537 0.007363416 0.5583239 -0.3676852 0.7436948 +0.0003877854 0.007843731 0.006137117 0.03911745 0.7842407 0.6192223 +-0.008229773 -0.001693743 0.005296666 -0.828714 -0.169583 0.5333618 +0.005968552 0.0077534 0.001950974 0.6014439 0.7743478 0.1965977 +0.001301983 0.009823401 -0.001174957 0.1345843 0.9834456 -0.1213336 +0.004375519 0.008888246 0.001177539 0.4429012 0.888612 0.1191946 +0.003177015 -0.001392646 -0.009285585 0.320539 -0.1397151 -0.9368748 +-0.003379486 0.008531957 -0.003921676 -0.3413156 0.8524238 -0.3960776 +-0.007956287 -0.003894391 0.004589663 -0.7982293 -0.3883305 0.4604667 +-0.004744393 -0.0007471499 -0.008731565 -0.4761055 -0.07455494 -0.8762221 +-0.000633068 -0.007851725 0.006093498 -0.06391134 -0.7856752 0.615329 +0.00852508 -0.004588107 -0.002435818 0.8550975 -0.4572911 -0.2443217 +-0.009887476 0.0006285615 0.0006776185 -0.9956818 0.06294037 0.06823712 +0.00232359 0.005450119 -0.008011368 0.2336662 0.5443942 -0.8056271 +0.00474218 -0.008753915 0.0003715415 0.4803114 -0.8762922 0.03758964 +-0.004465139 -0.006422092 0.006117129 -0.451003 -0.6439798 0.6179695 +0.002277642 0.003242504 0.009152533 0.2285124 0.3233826 0.9182623 +-0.009721359 -0.0005563349 -0.001939413 -0.9791513 -0.05571905 -0.1953409 +-0.00275556 0.006010694 -0.007412846 -0.2780995 0.6023934 -0.7481864 +0.007102226 -0.0014137 0.0068288 0.7136214 -0.1412411 0.6861454 +-0.008051246 0.00549311 -0.002159583 -0.8081363 0.547657 -0.2167662 +-0.001723543 -0.00474465 -0.008564375 -0.1736286 -0.4749049 -0.8627389 +0.007022941 0.005314847 0.004600525 0.7081119 0.5323417 0.4638856 +0.008978166 -0.002703775 0.003204824 0.9064577 -0.2713865 0.323549 +-0.007803792 0.002619467 0.005508617 -0.7882068 0.2630322 0.5563668 +-0.002129757 -0.003429811 -0.009107032 -0.2139449 -0.3424781 -0.9148422 +-0.009636155 -0.0005143252 0.002583572 -0.9646199 -0.05119586 0.2586263 +-0.0001869861 0.00863009 0.00500545 -0.01894484 0.8624249 0.5058305 +-0.003472532 0.008842686 -0.002998397 -0.3518882 0.8853304 -0.3039155 +0.007492184 0.006388198 -0.001306255 0.7566222 0.640415 -0.1318764 +0.005987805 0.0007285067 0.007865235 0.6041181 0.07308616 0.7935362 +-0.001671915 0.009174798 -0.003574735 -0.1694084 0.9165689 -0.3622184 +0.003065509 -0.008936422 0.003194964 0.3105215 -0.8937876 0.3236048 +-0.009145476 -0.00360026 0.001275373 -0.9234886 -0.3613579 0.1287991 +-0.001457955 -0.005562216 0.008102167 -0.1470447 -0.557239 0.8172286 +0.008511111 -0.002370409 -0.004574385 0.8557513 -0.2369567 -0.4599362 +0.003034916 0.009499588 0.0002101624 0.3093365 0.95071 0.02148004 +-0.009858442 -0.001036136 0.0005288845 -0.9931701 -0.1037952 0.05328995 +0.0001545001 -0.006923078 -0.007183571 0.01554007 -0.6910284 -0.7226605 +-0.002660335 -0.001640154 -0.009463094 -0.2669876 -0.1636659 -0.9497005 +0.007163313 0.006686671 0.001933194 0.7196196 0.6666567 0.1942071 +-0.005135878 0.008409423 -0.001556769 -0.5186499 0.840407 -0.1572207 +0.0001854494 -0.009362455 -0.003424024 0.01882198 -0.9371697 -0.3483657 +0.007941281 0.004569033 0.003866696 0.7996305 0.4571608 0.3893521 +0.005043503 -0.005672097 -0.006411539 0.5087392 -0.5682461 -0.6467463 +0.005301069 0.002925911 -0.007855748 0.5347476 0.2934148 -0.7924347 +0.005372562 -0.001413597 -0.008219653 0.5415938 -0.1416944 -0.8286126 +-0.002950167 0.00937138 -0.001730586 -0.3000157 0.9375569 -0.1760047 +0.007142373 -0.005839741 0.003768866 0.7183876 -0.5832947 0.3790601 +-0.0005142631 -0.002108227 0.009702496 -0.05173737 -0.2108835 0.9761411 +-0.003909536 0.003883364 0.008243145 -0.3946773 0.3896279 0.8321177 +-0.002861548 0.005484424 0.007766151 -0.2888162 0.5497893 0.7837838 +-0.006137771 -0.007572546 0.002044145 -0.6193376 -0.7575411 0.2062826 +-0.001328691 -0.004693143 0.00864768 -0.134008 -0.4703564 0.8722423 +0.002657734 0.004782095 0.008308904 0.2675421 0.4783215 0.8364387 +0.0009756933 -0.001405371 -0.00974887 0.09857641 -0.1411986 -0.9850612 +0.006754404 0.003874944 0.006171196 0.6804234 0.3879799 0.6216877 +0.008979369 0.002046118 0.003679314 0.9056447 0.2051825 0.3710902 +-0.002325855 -0.003629087 0.008994658 -0.2333698 -0.3619446 0.9025158 +-0.003743135 -0.001497247 0.009035662 -0.3783534 -0.1504854 0.913347 +0.0002175891 -0.006502303 -0.007542679 0.02189426 -0.6499972 -0.7596211 +0.009531674 0.001495231 -0.002531626 0.9556922 0.1490679 -0.253833 +0.008061295 0.001515683 0.005556086 0.8137878 0.1521398 0.5608948 +0.007625128 -0.004068156 -0.004899764 0.7683002 -0.4073876 -0.4937106 +-0.007036534 -0.006908472 -0.001390156 -0.7092358 -0.6909103 -0.1400985 +-0.003420326 0.002714582 0.008885653 -0.3456369 0.2727031 0.8978687 +-0.007551173 -0.0003694636 0.006407415 -0.7619671 -0.03707133 0.6465538 +-0.007042079 -0.002575562 -0.006521333 -0.7089253 -0.2577735 -0.6564888 +0.004688785 0.005789395 0.00658878 0.4725462 0.5794456 0.6640353 +-0.00798836 0.004883607 0.003271665 -0.8067034 0.4899901 0.3303625 +-0.003062811 -0.002382024 0.009133734 -0.3087319 -0.2387258 0.9207033 +0.008784091 0.002743443 0.003644568 0.8878521 0.2756778 0.3684026 +-0.000228253 -0.00552149 -0.008288827 -0.02296439 -0.5516525 -0.8337578 +-0.002480576 0.004047891 0.008758348 -0.2492523 0.4042349 0.8800383 +0.005360619 -0.006770915 -0.004988857 0.5393754 -0.6760799 -0.5019862 +-0.00554413 0.0080865 -0.001756377 -0.5601175 0.8091761 -0.1774894 +-0.009317281 0.001537333 -0.003048971 -0.9390587 0.1540626 -0.3073004 +-0.009763531 -0.002080336 -0.0001100057 -0.978229 -0.2072355 -0.01102139 +0.006317071 0.006959651 -0.003311468 0.6363448 0.6955703 -0.3335375 +-0.005295382 0.002250065 0.008096756 -0.5332872 0.225289 0.8153831 +-0.001254621 -0.008685881 0.00475722 -0.126765 -0.8676811 0.4806871 +-0.002859725 0.007167234 -0.006265667 -0.2888409 0.7182337 -0.6330175 +0.003312364 0.007222822 -0.006014306 0.3338124 0.7219607 -0.6060876 +-0.009381437 -0.001794706 -0.002802439 -0.9426366 -0.1792996 -0.281581 +0.00977575 -0.00024204 -0.001526269 0.9877383 -0.0243177 -0.1542137 +-0.008188974 -0.004794495 0.002927737 -0.8258362 -0.4804214 0.2952791 +0.002103222 -0.003713955 0.008987104 0.211581 -0.3713492 0.9040648 +0.007723695 0.005127848 -0.003525826 0.7800745 0.5145009 -0.3560512 +-0.0009713975 -0.007269538 0.006705058 -0.09810653 -0.7287461 0.6777199 +0.009691988 -0.002189262 0.0004216181 0.9748191 -0.2189282 0.04240425 +-0.008357815 0.005117945 -0.001568237 -0.8435549 0.5131795 -0.1583091 +0.007183167 -0.004666724 0.005033607 0.723998 -0.4673716 0.507337 +0.008750141 0.002996536 -0.003542813 0.8839475 0.3009284 -0.3578812 +0.005278544 -0.006861135 0.004961368 0.5309802 -0.6848342 0.4990612 +0.009313283 0.003490373 -0.000363317 0.9364636 0.3488574 -0.03652937 +-0.005067185 0.003234795 0.007927058 -0.5096471 0.3234151 0.7972845 +-0.004902504 -0.005323046 -0.006784993 -0.4951769 -0.5340572 -0.6852611 +0.009516526 0.00215627 -0.001824601 0.9589233 0.216024 -0.1838468 +-0.009689886 -0.001808509 0.001002821 -0.9781625 -0.1815199 0.1012352 +0.004042853 -0.005407644 0.007326944 0.4065737 -0.5401794 0.7368203 +-0.006119093 -0.007486322 0.002328425 -0.6182246 -0.7499589 0.235287 +-0.007246269 0.006130766 -0.002904632 -0.7319707 0.6148998 -0.2934572 +-0.005141968 -0.0003335672 -0.008522185 -0.5163247 -0.0333059 -0.855745 +-0.00767084 0.00355 -0.00520674 -0.7732715 0.3557183 -0.5248958 +0.0001729167 0.009914303 0.001230083 0.01801525 0.9915904 0.1281559 +0.0002439993 -0.0006969906 0.009942563 0.02447467 -0.06951704 0.9972805 +0.007230428 -8.427644E-05 0.00682542 0.7271538 -0.008427756 0.6864228 +-0.002340748 0.0008726611 0.009642375 -0.2350086 0.08712067 0.9680811 +-0.008383147 0.0007668855 0.005304258 -0.8425646 0.07664327 0.5331141 +0.006546111 0.001539239 -0.007297577 0.6597541 0.1542503 -0.7354804 +-0.009346835 -0.0002863122 0.00328205 -0.9431331 -0.02872712 0.3311718 +-0.001567747 0.001539194 0.009652529 -0.1584018 0.154621 0.9751929 +0.005340755 -0.0009967732 -0.008315655 0.5376987 -0.09978827 -0.8372111 +-0.001503447 0.0002501367 0.009778755 -0.1519128 0.02513222 0.9880744 +0.003864307 -0.009189602 -0.0005354473 0.3917857 -0.9184529 -0.05429645 +-0.006020048 0.004486624 -0.006538352 -0.6054386 0.448384 -0.6575682 +-0.0001910826 -0.006796296 -0.007306988 -0.01921371 -0.678116 -0.7347037 +-0.005087033 0.002840662 -0.008049833 -0.5121564 0.2843241 -0.8104662 +-0.005154829 0.004369111 0.007266046 -0.5201443 0.4381 0.7331563 +-0.009231398 -0.000405326 0.003560741 -0.9322266 -0.0407008 0.3595788 +-0.006480803 0.000225339 0.007494862 -0.653913 0.02260861 0.7562318 +0.00869322 0.004866107 -0.000183849 0.8737841 0.485963 -0.01847551 +0.006817655 -0.001680187 -0.007065003 0.6845579 -0.1677456 -0.7093955 +-0.001841639 -0.00698929 -0.006890559 -0.1851324 -0.6970809 -0.692679 +-0.009722032 0.00205305 0.0004832982 -0.9775049 0.2052385 0.04859318 +0.003305856 0.003751392 0.008554714 0.3338974 0.3766241 0.8640988 +-0.005207424 -0.007862309 -0.003248903 -0.5250462 -0.7855097 -0.3275683 +-0.003916159 -0.007585388 0.005111445 -0.3955419 -0.7595783 0.516321 +0.005377563 -0.006233688 0.005608552 0.5413576 -0.6230252 0.5645986 +-0.005635635 -0.005031962 0.006443651 -0.5684648 -0.5042987 0.6500235 +0.008423393 -0.004880194 -0.002168317 0.8458742 -0.4869134 -0.2177435 +-0.00417558 0.004617434 0.007787649 -0.4193779 0.460815 0.7821584 +0.002858753 -0.00863399 0.004083015 0.2891984 -0.8636047 0.4129783 +-0.005398955 0.007017226 -0.004532247 -0.5449269 0.7026887 -0.4574749 +-0.003807377 -0.009179859 0.001073367 -0.3854775 -0.9162944 0.1086817 +0.005328 0.007332045 -0.004075727 0.5386083 0.7350008 -0.4119161 +-0.004499328 0.007748267 -0.004429851 -0.4525625 0.7724292 -0.4455786 +0.00821861 0.004242332 -0.003564812 0.8300938 0.4258204 -0.3600296 +0.009609731 -0.001692196 0.001733103 0.9698323 -0.169806 0.1749036 +-0.00878552 0.004330037 0.001601757 -0.8862663 0.4340818 0.1615707 +-0.009717359 -0.0004720885 -0.001969796 -0.9789702 -0.04729215 -0.1984461 +0.009393347 0.003318111 0.0002875587 0.9431307 0.3311658 0.0288724 +0.002947552 0.009076134 -0.002948518 0.2984117 0.9065554 -0.2985092 +-0.003178729 -0.007268733 0.006016905 -0.3206187 -0.7272025 0.6069433 +0.003989782 -0.003192326 -0.00850613 0.4023215 -0.3200012 -0.8577509 +-0.008445231 0.004363494 0.002881354 -0.8512522 0.4370742 0.2904063 +-0.007120258 0.005038708 -0.004747182 -0.7181613 0.5049227 -0.4788499 +-0.004951602 0.008615222 0.0008139596 -0.5007836 0.8616519 0.08229048 +-0.004279003 -0.001152116 -0.008864604 -0.4318014 -0.1156042 -0.8945296 +-0.003583357 0.008227041 -0.004305066 -0.3624378 0.8239867 -0.435528 +0.008908899 0.004086994 -0.001466481 0.8998578 0.4102718 -0.1480982 +0.00385608 0.007708139 -0.004993293 0.3891855 0.7710851 -0.5039468 +-0.00108415 -0.006903166 0.007082502 -0.1093604 -0.6910142 0.7145206 +-0.001967214 0.009592175 -0.001992218 -0.2005336 0.9584064 -0.2030846 +0.004764689 0.004320284 -0.007591916 0.479425 0.4319963 -0.7638919 +-0.0009105038 0.004468541 -0.008816365 -0.09183545 0.4479258 -0.8893418 +-0.006542177 0.007364911 -0.001432918 -0.6601917 0.7370405 -0.1446313 +-0.003731085 -0.005953624 0.007058595 -0.3755352 -0.5950913 0.7105208 +0.009486904 -0.0002855636 0.002943893 0.9546832 -0.02857468 0.296249 +0.002135561 0.0009264959 -0.009661989 0.2148905 0.09270274 -0.9722285 +-0.008920228 0.0002666615 -0.004311972 -0.9000058 0.02675325 -0.4350562 +-0.002107387 -0.002868797 0.009279656 -0.2121303 -0.2870894 0.9341201 +0.003731851 0.002378696 -0.00885761 0.3770305 0.2389241 -0.8948538 +-0.00736009 -0.001291427 0.006520114 -0.7422222 -0.1294967 0.6575233 +0.002351233 -0.006180806 0.007431806 0.2370326 -0.6185754 0.7491195 +0.005476242 0.004258592 -0.007079409 0.5531508 0.4274713 -0.7150472 +-0.008369686 -0.001194326 0.00522612 -0.8421431 -0.1194926 0.5258484 +0.005649799 -0.002605359 0.007700398 0.570954 -0.2617508 0.7781376 +-0.008477145 -0.002833518 -0.004320217 -0.8543163 -0.2838856 -0.4353764 +-0.0002722743 -0.003130459 0.009447938 -0.02735181 -0.3127264 0.9494494 +0.0001551989 -0.006289948 0.007723657 0.01563475 -0.6286349 0.7775434 +0.006688349 0.006311042 -0.00386785 0.6723796 0.6298519 -0.3888345 +0.007067097 0.004330539 0.00544139 0.7136076 0.4345612 0.5494731 +-0.006226407 -0.007720022 0.0009432994 -0.6282975 -0.772127 0.09519476 +-0.007144862 -4.091684E-05 -0.00693693 -0.7174638 -0.004085542 -0.6965839 +-0.008596286 0.00204899 -0.004602072 -0.8629771 0.2045154 -0.462 +-0.006233227 0.007657094 0.001403277 -0.6282668 0.765034 0.1414348 +-0.003228858 -0.001912618 -0.009187416 -0.3254182 -0.1916571 -0.9259431 +-0.002800675 -0.009081374 -0.003048585 -0.2838157 -0.9077768 -0.3088526 +0.003211871 0.006828825 0.006508649 0.3234647 0.6824324 0.6554819 +-0.002169884 0.007687931 -0.005953105 -0.218933 0.7689176 -0.6006947 +0.001545023 0.005748955 -0.007977148 0.1555822 0.5749255 -0.8032776 +0.009625936 0.001078492 0.002250731 0.9680563 0.1078495 0.2263524 +-0.008352043 -0.004590546 -0.002850823 -0.8407256 -0.4591634 -0.2869659 +0.004677655 -0.008061456 0.003479837 0.4731637 -0.8076292 0.3519249 +-0.001840882 -0.001169362 0.009667403 -0.1857583 -0.117337 0.9755644 +0.007250261 0.001657521 -0.006581295 0.7301723 0.1659772 -0.662797 +-0.004328997 -0.007118493 -0.00541941 -0.4373818 -0.7134099 -0.5474883 +0.007382114 0.005485978 -0.003786246 0.7437252 0.5489768 -0.3814412 +0.006411629 0.003037648 0.00696446 0.6452655 0.3039073 0.7009086 +-0.001051414 -0.009307375 -0.003431435 -0.1069075 -0.9311356 -0.3486506 +-0.004126716 -0.001460863 -0.008882144 -0.4168024 -0.1467079 -0.89708 +0.008809006 0.004144358 0.002035986 0.8866434 0.414564 0.2049395 +0.005713617 -0.008097953 0.0008689658 0.5779861 -0.8113078 0.08781607 +0.000254915 -0.009957498 0.0005611899 0.02660238 -0.9979292 0.05856427 +0.004770582 -0.005246644 -0.006944282 0.4815136 -0.5260995 -0.7009736 +0.003693938 0.00910507 -0.00173891 0.3744278 0.9103534 -0.1762402 +-0.002936677 -0.0003923731 -0.009489894 -0.2953942 -0.03924546 -0.954569 +-0.009830683 -0.001544936 -0.0002085475 -0.9877934 -0.1543539 -0.02095204 +-0.006714543 0.002950151 -0.006762663 -0.6734096 0.294135 -0.6782361 +-0.008144969 0.00292206 -0.004925905 -0.8184189 0.2918894 -0.4949657 +0.003651457 0.007082289 0.005987749 0.3678172 0.7077402 0.6031702 +-0.008347201 0.002823448 -0.004641238 -0.8385184 0.28197 -0.4662402 +0.0001841593 0.006492757 0.007554847 0.01852612 0.6488879 0.7606584 +0.00067468 -0.00510662 -0.008482342 0.06807646 -0.5121019 -0.8562226 +0.003141197 0.005833633 0.007407693 0.3168121 0.5843046 0.74714 +-0.00837369 0.005057239 -0.001728067 -0.8443666 0.5066315 -0.1742689 +-0.008120308 0.002977062 0.00493295 -0.815992 0.2973967 0.4956937 +-0.008405281 -0.005040449 0.001565653 -0.848293 -0.5053949 0.1580348 +-0.003455396 -0.008698652 -0.003469241 -0.3491831 -0.8690017 -0.3505811 +-0.004912181 0.005801555 0.006405002 -0.4953286 0.5809674 0.6458532 +-0.005437274 0.00448301 -0.006987493 -0.5485864 0.4494668 -0.7050054 +-0.004031823 -0.006991971 -0.005816736 -0.4068655 -0.6999863 -0.5869239 +-0.0076369 0.002500501 0.005780402 -0.7717869 0.251233 0.5841463 +0.009135331 0.003784909 0.0007432246 0.9220574 0.3797074 0.0750498 +-0.002799083 -0.009576307 0.0003618332 -0.2854895 -0.9576693 0.03694969 +-0.008978304 0.001212258 -0.003983092 -0.9072756 0.1218094 -0.402509 +-0.002862374 -0.007976671 -0.005252984 -0.2888092 -0.7973019 -0.529999 +0.001849858 -0.006873302 0.00701367 0.1857986 -0.6850052 0.7044478 +0.00873831 -0.002968548 0.003591691 0.8828565 -0.2981547 0.3628611 +0.007942345 0.001117791 -0.005800172 0.8024732 0.1123007 -0.5860249 +-0.001300234 0.003947411 0.008991415 -0.1314252 0.3964569 0.9085975 +0.003845992 -0.0006877579 0.009112455 0.3879182 -0.06897828 0.919109 +0.0005990012 -0.0004713066 -0.009897827 0.06034055 -0.04720954 -0.9970608 +-0.008905095 -0.001481476 0.004063966 -0.8996078 -0.1488124 0.4105615 +0.007160967 0.003981119 0.005566242 0.7236452 0.3998587 0.5625395 +0.007054179 -0.003550767 0.006009847 0.7113703 -0.3559159 0.6060331 +0.003367331 0.009056488 0.002463495 0.3414115 0.906105 0.2498236 +0.001865975 0.005649627 0.007995294 0.1876379 0.5642492 0.8039993 +0.004866912 -0.004933487 -0.00710835 0.4910139 -0.49453 -0.7171788 +0.002415635 -0.008165631 -0.005150756 0.2442686 -0.8178582 -0.5209998 +-0.002221031 0.001948047 0.009510327 -0.2230777 0.1945351 0.9551923 +0.003576971 -0.008617147 -0.003571181 0.3610212 -0.8600865 -0.3604371 +-0.005148079 -0.006261848 -0.005756011 -0.5193073 -0.6270806 -0.5805944 +0.004625847 0.004611942 -0.007537686 0.4644094 0.4600769 -0.7567385 +-0.005550235 0.003742528 0.007302761 -0.5607563 0.3758157 0.7377771 +0.001151941 0.003319144 0.009279261 0.1161743 0.3327467 0.9358329 +0.009375134 -0.003246426 -0.0005784859 0.9439439 -0.3249263 -0.0582474 +-0.009883286 0.000628133 -0.0007094572 -0.9954578 0.06290997 -0.07145737 +-0.004620884 -0.004507232 0.007600782 -0.4639747 -0.4497211 0.7632028 +-0.001879054 -0.0006273215 -0.009729305 -0.1892545 -0.06282637 -0.9799161 +0.007514291 -0.0005157351 -0.00645548 0.7575107 -0.05169785 -0.6507726 +-0.00277864 -0.002069853 0.009345303 -0.2788544 -0.2065297 0.9378623 +0.002609671 0.003647741 -0.008891398 0.262275 0.3643766 -0.8935555 +-0.004175294 -0.0006024181 0.008976841 -0.4209624 -0.06039474 0.9050652 +-0.0005363465 0.0007726676 -0.009893673 -0.05396884 0.07731149 -0.9955452 +-0.008141235 -0.002188249 0.005265626 -0.819296 -0.2189494 0.52992 +0.002379938 -0.001254253 -0.009584767 0.2390852 -0.1252892 -0.9628815 +-0.007292138 -0.001233194 0.006621705 -0.734646 -0.1235362 0.6671088 +0.003344284 -0.006748381 -0.006524945 0.3367765 -0.6744049 -0.6570842 +-0.004567839 -0.008575866 0.002275124 -0.4614447 -0.8568796 0.2298394 +-0.007609379 -0.005173824 -0.003729376 -0.7677789 -0.5185997 -0.3762578 +0.007522934 0.006373283 -0.001164858 0.7600166 0.6391694 -0.1176317 +0.00494528 -0.008409394 -0.00201702 0.500099 -0.8415938 -0.2040118 +0.003195659 0.003789651 -0.008582526 0.322745 0.3803747 -0.8666895 +-0.006023928 -0.007762474 -0.001787313 -0.6064436 -0.7745001 -0.1799329 +0.00548458 0.006411129 -0.00530402 0.5520182 0.6405433 -0.5338353 +0.0033216 0.003881988 -0.008487319 0.3356462 0.3898422 -0.8575341 +0.0007168093 0.004650312 0.008754283 0.07222096 0.4655758 0.8820563 +0.003308932 0.005205496 0.007762863 0.3342876 0.5225009 0.7843753 +0.006511562 -0.005248005 -0.005333164 0.6576652 -0.5265695 -0.5387031 +0.004848025 0.003840654 -0.007788321 0.4879139 0.3841719 -0.7838061 +0.002766686 0.009267174 0.002447234 0.2809473 0.9269817 0.2485426 +-0.002691903 -0.008232106 -0.004935261 -0.2718952 -0.8231805 -0.4984444 +0.005633221 0.00351873 -0.007360564 0.5686311 0.3530521 -0.7429757 +-0.009688843 8.588943E-05 0.002186385 -0.9754357 0.008598408 0.2201167 +0.008184472 -0.004031572 -0.003884403 0.8262023 -0.4044849 -0.3921501 +0.004592601 0.002404574 -0.008493294 0.4617088 0.2403402 -0.8538511 +-0.008590991 0.003546191 -0.003449196 -0.8672548 0.355837 -0.3482085 +0.003663317 -0.004258833 -0.008170117 0.3698766 -0.4273531 -0.8249609 +-0.007078343 0.006828266 -0.001724905 -0.7114418 0.681024 -0.1733696 +-0.007333791 0.006739721 -0.0003370963 -0.7384431 0.6734607 -0.03394627 +-0.007768465 0.005768459 0.002407588 -0.7809023 0.5758647 0.2420154 +-0.001689031 -0.009738073 -0.0013393 -0.1736427 -0.9751662 -0.1374739 +-0.001899346 0.003281594 -0.009191385 -0.191151 0.3282971 -0.925031 +0.003165985 0.005242256 0.007798084 0.31984 0.5261794 0.7879325 +0.003143161 -0.00901857 0.002874819 0.3185466 -0.9020314 0.2913204 +0.001441498 0.009702427 0.001824981 0.1476815 0.971167 0.1871493 +-0.004006607 0.008687323 -0.002790699 -0.4055089 0.8693342 -0.2825253 +-0.004879072 0.0017952 -0.008521195 -0.4888807 0.1788505 -0.8538198 +0.004253675 -0.008900895 0.001408456 0.4311295 -0.8909347 0.1426979 +-0.006888563 0.004680662 0.005403738 -0.6948505 0.4691325 0.5450665 +0.004136296 0.004263703 0.007971931 0.4165178 0.4266881 0.8027765 +-0.00777362 0.001056432 -0.006033796 -0.7854928 0.1061469 -0.6096998 +0.007025024 -0.00169128 0.006867275 0.7048385 -0.1687231 0.6890103 +0.005952571 -0.006817205 -0.004156078 0.5998673 -0.6817203 -0.4188277 +-0.005862845 -0.00790231 -0.001662963 -0.5909011 -0.7891421 -0.1676021 +0.00391069 -0.008373703 0.003758934 0.3948311 -0.8367127 0.3795 +-0.001560043 -0.003710967 0.009059913 -0.1574619 -0.3723684 0.9146297 +0.002339108 -0.0008057152 -0.009651792 0.2347645 -0.08041162 -0.9687206 +0.00639207 -0.004173934 -0.006422624 0.6414051 -0.41624 -0.6444718 +-0.003889064 0.006342982 0.006639597 -0.3911456 0.6333084 0.6677766 +0.006141772 0.007327392 0.00271455 0.6207134 0.734446 0.2744156 +-0.006180963 -0.003513425 0.006943147 -0.6224315 -0.3516908 0.6992085 +-0.006564831 -0.005509876 -0.00500439 -0.662852 -0.552573 -0.5052625 +-0.007026317 0.002533217 -0.006561199 -0.7070203 0.2534265 -0.6602252 +0.0009725643 0.002662049 0.009486987 0.0982476 0.2674057 0.9585623 +-0.007384083 -0.003380395 0.00570043 -0.7447249 -0.3388947 0.5749219 +-0.002196808 0.009539273 -0.001943014 -0.2239119 0.954248 -0.1981772 +0.00736657 0.00331654 0.005760328 0.7429366 0.3324876 0.5809451 +0.003387061 -0.004453553 -0.008193782 0.3417941 -0.4466054 -0.8268739 +0.003268078 -0.003469961 0.008701544 0.3296407 -0.3478973 0.8776699 +-0.008742841 0.003820534 0.00277387 -0.8806899 0.382513 0.2794084 +0.006602404 -0.002927936 -0.00685649 0.6633116 -0.2924286 -0.688842 +-0.004779112 0.008019208 -0.003445087 -0.4831882 0.80321 -0.3484005 +-0.002120363 -0.008224177 -0.005184054 -0.2146219 -0.8239112 -0.5245072 +0.005947455 -0.002819971 -0.007396854 0.6009375 -0.2832726 -0.747416 +0.007357451 -0.004742448 0.004731479 0.7404888 -0.4742537 0.4761931 +0.002529199 0.00121491 0.009570522 0.2536165 0.1211375 0.9596897 +-0.001437938 0.008628676 0.004805244 -0.1453265 0.8620883 0.4854729 +0.009220334 -0.003191563 0.001871071 0.928646 -0.3195384 0.1884458 +0.005659891 0.001162882 -0.008042242 0.5716023 0.1167764 -0.8121786 +-0.002771333 0.0004991642 -0.009558382 -0.2781233 0.04981257 -0.9592529 +-0.009660156 0.0008478548 0.002231577 -0.9708377 0.08472894 0.2242656 +-0.001604543 0.009018624 -0.003928631 -0.162655 0.902659 -0.3984346 +-0.007787737 -0.0003993018 -0.006099119 -0.7866572 -0.04010701 -0.6160859 +-0.002142983 -0.004781622 0.008486671 -0.2151634 -0.4770436 0.8521351 +0.006023791 0.0008678677 0.007813686 0.6082296 0.08713666 0.7889638 +0.007284391 -0.002370177 0.00629927 0.734738 -0.2376823 0.6353481 +0.009912122 0.000133594 -0.0004904291 0.9986888 0.01338441 -0.0494128 +-0.008571045 -0.002409562 0.004401267 -0.8632836 -0.2412907 0.443306 +-0.008108354 -0.00347315 -0.004690925 -0.8121815 -0.3458068 -0.4698712 +-0.007499674 0.003954314 -0.005143791 -0.7569889 0.3967019 -0.5192258 +-0.002253591 0.006072073 0.00756718 -0.2268683 0.6068982 0.7617121 +-0.002262888 0.002632585 -0.009325366 -0.2275001 0.2631344 -0.9375521 +0.008909295 0.004206832 0.001068086 0.8999934 0.4223331 0.1079193 +0.004659325 0.005818525 0.00658177 0.4696595 0.5824559 0.6634493 +0.003556532 -0.007090623 0.006049435 0.3579523 -0.7079439 0.6088396 +0.005368714 0.007988325 -0.0025402 0.5426247 0.7998011 -0.2566644 +0.009738894 0.002065941 0.0003277742 0.977943 0.2062619 0.03291607 +-8.881238E-05 -0.0008263355 0.009945214 -0.00889929 -0.08233698 0.9965649 +-0.001301773 0.006735524 0.007210203 -0.1312731 0.6739728 0.7269994 +-0.004643544 1.733177E-05 0.008782886 -0.4673978 0.001734798 0.8840454 +-0.00227142 -0.004895209 -0.008395105 -0.2279513 -0.4880973 -0.8424958 +-0.007563117 0.006015552 0.002382533 -0.7618327 0.6016805 0.2399821 +-0.005144304 -0.006125924 0.005897102 -0.5189944 -0.6136787 0.5950154 +-0.003595887 0.007320918 0.005711083 -0.3627753 0.7324436 0.5761254 +-0.001253812 0.008214246 -0.005498201 -0.126661 0.8217812 -0.5555473 +0.006303227 0.004655492 -0.00619149 0.6320228 0.4638358 -0.6208088 +0.001312886 -0.0007904063 0.009789001 0.1325115 -0.07932625 0.9880021 +-0.002758243 -0.00346884 -0.008913248 -0.2773058 -0.3466429 -0.8960693 +0.005061546 0.004965049 0.006935016 0.5111487 0.4981796 0.7003885 +-0.0007971172 0.004036678 -0.009018877 -0.08046295 0.4051164 -0.9107175 +0.00132313 0.002165893 -0.009579849 0.1335514 0.2173502 -0.9669141 +0.007130142 -0.005229455 -0.004545388 0.7184591 -0.5234738 -0.4580303 +-0.001890908 0.0008701736 0.009701939 -0.1905737 0.08720507 0.9777918 +-0.0006025942 0.004815483 0.008668875 -0.06077321 0.4823239 0.8738823 +0.007901643 -0.002688917 -0.005349401 0.7973715 -0.2697662 -0.5398378 +0.00579206 -0.00524294 -0.00616329 0.5831142 -0.5243581 -0.620505 +0.008545627 0.002005546 0.004745184 0.8566177 0.1998829 0.4756606 +0.007130237 -0.006756799 0.001777712 0.7167572 -0.6740364 0.1787008 +-0.004243346 -0.007276938 0.00527312 -0.4288026 -0.7294245 0.5329805 +0.001495929 0.009208301 0.003546465 0.1517242 0.9206277 0.3597561 +0.007445348 0.003279083 0.005674754 0.7510932 0.3288285 0.5724778 +-0.002090814 0.009278776 -0.002999375 -0.2123918 0.9284465 -0.304757 +-0.003123239 0.00944331 -0.0007420925 -0.3180466 0.9450557 -0.07560442 +-0.008681816 -0.002045408 -0.004398187 -0.8732008 -0.2045416 -0.4423607 +0.008329644 0.001283803 0.005258272 0.8385912 0.1285168 0.5293847 +-0.007469355 -0.004837634 -0.004491372 -0.7504464 -0.4829161 -0.4512451 +-0.006958554 0.004596476 0.005394721 -0.7015424 0.4604692 0.5438809 +0.007933425 -0.00139001 0.005750862 0.8017229 -0.1396721 0.5811471 +0.003789221 0.0005976461 -0.009136758 0.3823953 0.05997261 -0.9220505 +-0.009014733 0.0008071715 -0.004039395 -0.909575 0.08098412 -0.407572 +-0.006709999 0.002971477 0.006758685 -0.6729211 0.2962451 0.6778023 +0.007454657 0.004481514 -0.004829511 0.7502587 0.4481915 -0.4860413 +0.0003295633 0.008044956 0.005859711 0.03327292 0.8051859 0.5920883 +-0.001749462 0.008607708 0.00471963 -0.1769275 0.8607835 0.4772299 +0.004412024 -0.008920842 0.0004323399 0.4473879 -0.8932695 0.04374586 +-0.0006588211 -0.00927952 -0.00359506 -0.06697261 -0.9285 -0.365243 +-0.008108441 -0.003503819 -0.004661852 -0.8124321 -0.348962 -0.4670971 +-0.009037565 -0.00385453 -0.001256121 -0.9132507 -0.3871305 -0.1268978 +0.00336667 0.005571108 -0.007500354 0.3397452 0.558364 -0.7568375 +-0.008573012 -0.004147609 -0.002815805 -0.8641786 -0.4155035 -0.283817 +0.00892701 -0.00297565 -0.003130973 0.9006355 -0.2984446 -0.3158898 +0.009639334 0.001378684 0.001835546 0.9728982 0.1383624 0.1852698 +-0.002614516 0.009430019 0.001899303 -0.2664161 0.9442582 0.1933882 +-0.008653328 0.003002807 0.003771986 -0.8740389 0.3015138 0.3809796 +0.0007710596 -0.009919078 0.0008867674 0.08036198 -0.9924718 0.09242133 +0.006327153 -0.007711881 0.0002442683 0.6374518 -0.7700976 0.02459565 +-0.005770906 0.007200538 -0.003727846 -0.5823004 0.7206958 -0.3761966 +0.004320785 0.003630879 -0.008190491 0.4347471 0.3631246 -0.8240967 +-0.005584406 0.00228782 -0.007861761 -0.5636247 0.2295766 -0.7934871 +0.005556229 -0.002871478 -0.007679017 0.5612785 -0.2883802 -0.7757598 +0.000680388 0.009951862 0.0001775704 0.07100271 0.997304 0.01853058 +-0.002189147 -0.0001914647 -0.009688481 -0.220357 -0.01916388 -0.9752311 +-0.0008711696 -0.002402775 0.00957298 -0.08794279 -0.2411812 0.9664873 +-0.003749114 -0.002744018 -0.008740613 -0.3789425 -0.2757157 -0.8833932 +0.00163985 0.009830825 0.0005167728 0.1695049 0.9840767 0.05348915 +0.00823913 0.001022379 -0.005434752 0.8303613 0.102457 -0.5477251 +0.009197515 -0.001791367 0.003247655 0.9276068 -0.1796341 0.3275319 +-0.008954044 -0.004331977 -0.0003152908 -0.9007945 -0.4330869 -0.03170216 +0.001798684 -0.009337929 0.003015539 0.1828504 -0.9341432 0.3065001 +-0.006437472 -0.004940288 -0.005734481 -0.648925 -0.4947689 -0.578014 +0.003111599 0.008012922 -0.005046135 0.3141042 0.8012013 -0.509328 +-0.00476577 0.00370177 0.007926825 -0.478779 0.3696348 0.7963296 +0.003664734 -0.000792289 -0.009172117 0.3698552 -0.07951005 -0.925681 +0.005895605 -0.002912028 0.007404405 0.5956718 -0.292486 0.7480822 +-0.001929112 -9.715359E-05 0.009722715 -0.1946097 -0.009745542 0.9808323 +0.001095382 -0.008753495 0.004647697 0.1108653 -0.8754991 0.4703299 +0.007754028 0.005776412 0.002425678 0.7796331 0.5767915 0.2438931 +-0.002043335 -0.005962244 -0.007741685 -0.2051964 -0.5945489 -0.7774355 +-0.004992414 0.0081668 -0.002793615 -0.5039722 0.8163804 -0.2820194 +0.0002389871 -0.008964418 -0.004353379 0.02416493 -0.8970538 -0.4412601 +-0.007961222 0.00469783 -0.003629872 -0.8027845 0.4706993 -0.3660318 +0.003663986 -0.008951593 -0.002406584 0.3713616 -0.8958626 -0.2439688 +0.003221463 0.007912813 -0.005139068 0.3250349 0.7909405 -0.5184259 +0.009056889 0.0007553645 -0.003956064 0.9137578 0.07578023 -0.3991291 +0.005238982 -0.005281089 0.006558689 0.5292962 -0.5299802 0.6625454 +0.002723124 -0.008213651 0.004950386 0.275007 -0.8212594 0.4999041 +0.005794277 -0.0001599859 -0.00802165 0.5854723 -0.01607433 -0.810533 +-0.008971475 0.0008945378 0.004112714 -0.9053671 0.0897648 0.4150333 +-0.006194919 -0.001446261 0.007583026 -0.6259424 -0.1453048 0.7662132 +-0.0005522977 0.001891153 0.009737839 -0.0556031 0.1892991 0.9803439 +3.116697E-05 0.008764728 0.004766125 0.003148729 0.8761272 0.4820696 +0.007624985 -0.005078707 -0.003841555 0.7688369 -0.5087582 -0.3873693 +-0.004118529 -0.005292314 0.007370861 -0.414068 -0.5285608 0.7410608 +0.0006613418 -0.009946226 -0.0004184408 0.0690129 -0.9966597 -0.04366548 +-0.009394789 0.001038413 -0.003039513 -0.9462816 0.104004 -0.3061607 +0.001709509 -0.007565222 -0.006284798 0.172093 -0.7550399 -0.6326917 +0.003707497 -6.76613E-05 0.009170608 0.3748005 -0.006801407 0.9270806 +0.004923191 -0.004926971 -0.007070117 0.4968286 -0.494015 -0.7135198 +-0.002829848 -0.008826047 0.003641993 -0.2867872 -0.8839712 0.3692534 +-0.006132171 0.003968789 -0.006733406 -0.6178529 0.3974409 -0.678453 +0.0009818702 0.006576197 0.007381942 0.09912111 0.6591352 0.7454635 +0.005152661 0.005008375 -0.006832175 0.52056 0.5026705 -0.6901736 +-3.021832E-05 0.005516533 0.008317912 -0.003034415 0.5501075 0.8350883 +0.002264475 -0.006004418 -0.007621739 0.2278513 -0.5999324 -0.766919 +0.0004803903 0.003871709 -0.009132232 0.04843842 0.3878579 -0.9204456 +-0.000190051 -0.005884907 -0.008048593 -0.01912618 -0.5874387 -0.8090426 +-0.005665651 0.007863126 -0.00228285 -0.5722509 0.7869886 -0.2306031 +0.009441964 0.002428771 -0.001811006 0.9525174 0.2435992 -0.1826747 +-0.006129995 -0.0003402115 -0.007764045 -0.6193126 -0.03417773 -0.7844003 +-0.003856889 0.001646593 0.008966515 -0.3897032 0.1654221 0.9059619 +-0.00694983 0.007030602 0.001055455 -0.7018115 0.7043499 0.1065445 +-0.005853827 -0.003233268 -0.007323982 -0.5906131 -0.324275 -0.738933 +0.001570425 -0.005092715 -0.00837287 0.1584629 -0.510644 -0.8450634 +0.007454895 -0.006600869 0.0002752705 0.7508689 -0.6598703 0.02769796 +0.0003886478 0.0007508088 -0.009916122 0.03905538 0.07501988 -0.9964169 +-0.007898933 -0.003928656 0.004641619 -0.7931337 -0.3920696 0.4660691 +0.006850048 0.003070685 0.006545661 0.6881486 0.3066584 0.6575804 +0.002997765 0.0004234286 -0.00946459 0.3016795 0.04237165 -0.9524674 +-0.004802674 0.008617297 0.001501036 -0.4852946 0.861096 0.1516666 +0.004176248 0.0005660724 -0.008976446 0.4211468 0.056763 -0.9052145 +-0.001564955 0.008852308 0.004289477 -0.1587206 0.8864422 0.4347734 +-0.000391472 0.006987406 -0.007083495 -0.03945567 0.6989027 -0.7141277 +-0.008958925 0.001820432 -0.00381331 -0.9046177 0.1827658 -0.38505 +-0.001331732 -0.009651297 0.002216702 -0.1359967 -0.9644988 0.2263779 +0.005967014 0.003660991 0.007027214 0.602037 0.367157 0.7090467 +0.00538513 0.007321357 0.004019911 0.54427 0.7339118 0.4063787 +-0.004634657 0.007754038 -0.004243423 -0.4668711 0.7741499 -0.4274614 +-0.00401207 0.005532833 -0.007257998 -0.4032749 0.552386 -0.7295472 +-0.008213556 -0.004297792 -0.003514603 -0.8294615 -0.4313158 -0.3549089 +-0.009027812 -0.0007308216 -0.004035005 -0.9105047 -0.07329208 -0.4069514 +0.008270311 0.001580427 0.005269198 0.8327454 0.15823 0.5305641 +-0.00222557 -0.003113813 0.009195447 -0.2235738 -0.3109566 0.9237536 +-0.003826562 -0.006145425 0.006851594 -0.384931 -0.6138068 0.6892527 +-0.00890473 0.003214757 -0.003011193 -0.8968908 0.3218705 -0.3032924 +0.007603026 0.004905804 -0.004166975 0.7644199 0.4900541 -0.4189383 +0.002613458 -0.009630822 -0.0005816719 0.2665622 -0.9619899 -0.05932892 +-0.008469397 -0.001819266 0.004956282 -0.8487775 -0.1812793 0.4967038 +0.005718512 0.001958268 -0.00786064 0.5768287 0.1963983 -0.7929038 +0.004553375 -0.006976568 -0.005437148 0.4594497 -0.6984713 -0.5486746 +0.009679037 -0.001668787 0.001231106 0.977968 -0.167653 0.1243829 +0.008295458 0.002183788 0.005066672 0.8328793 0.2179957 0.508714 +-0.008207241 -0.005274896 -0.001987001 -0.8258424 -0.5272686 -0.1999304 +-0.009083485 0.001561266 -0.003604882 -0.9179665 0.1568833 -0.3643145 +-0.008924746 0.00394758 -0.001806078 -0.9001255 0.3957102 -0.1821743 +-0.003731608 0.001692614 -0.009011621 -0.3770071 0.1700341 -0.9104691 +0.0034458 0.007605149 0.005445922 0.3473878 0.7601376 0.5491017 +-0.001581424 -0.001766816 0.009619443 -0.1596456 -0.1773472 0.9711134 +0.00644089 0.003364418 -0.006824581 0.6465361 0.3357031 -0.6850507 +0.00371006 -0.009226029 0.0009285785 0.3761566 -0.9217651 0.0941018 +-0.006576477 -0.001987769 -0.007197234 -0.6611081 -0.1986759 -0.7235081 +0.003791645 0.008345975 -0.00393468 0.3828383 0.8340409 -0.3972539 +-0.006116039 -0.002554092 0.007360592 -0.6176938 -0.256463 0.7434253 +-0.007709905 -0.006302299 0.0001833316 -0.7763563 -0.6300235 0.0184734 +-0.008215083 0.005407167 0.001316452 -0.8295618 0.5423676 0.1329084 +-0.003006341 -0.001117755 0.009396827 -0.3027982 -0.1119459 0.9464573 +0.004430721 0.00313654 -0.008340262 0.4455107 0.3135056 -0.8385908 +0.009332225 0.003167958 -0.001071403 0.9419502 0.3178632 -0.1081337 +-0.00369015 -0.009231647 0.0009597298 -0.3741263 -0.9222589 0.0973042 +0.005018424 -0.006917088 -0.005159892 0.5045798 -0.6900851 -0.5188273 +0.008217236 0.005427617 0.00120564 0.8298805 0.5444848 0.1217971 +0.002486441 -0.009645293 -0.0007860328 0.2538513 -0.9639053 -0.08028778 +-0.008242214 0.002584157 -0.004953365 -0.828077 0.2581171 -0.4976586 +0.005795676 -0.003615661 -0.007183292 0.5851213 -0.3628417 -0.725244 +0.006392131 0.007532739 -0.001207678 0.6453985 0.7540545 -0.1219123 +0.004134907 -0.00837746 -0.003458058 0.4180826 -0.8383918 -0.3497231 +0.002122975 -0.007877972 0.005709303 0.2144437 -0.7883793 0.5766038 +0.00460991 0.003836378 0.007973355 0.4624613 0.3825219 0.7998791 +-0.007818459 0.006079764 -0.0007339669 -0.7893391 0.6094636 -0.0741476 +0.0001511407 0.00386673 -0.009177741 0.01519446 0.386209 -0.9222862 +0.003749056 0.008558704 -0.003530609 0.3783504 0.8543454 -0.3562934 +-0.008833999 -0.0002102971 -0.004520145 -0.8900332 -0.02106813 -0.4554086 +-0.001994131 0.004135351 0.008818428 -0.2008058 0.4138239 0.887934 +0.009534139 -0.001598208 -0.002405397 0.9571969 -0.1595421 -0.2414963 +-0.001123895 0.003581729 -0.009173469 -0.1134646 0.3594667 -0.926234 +0.005337188 0.00808703 -0.002254038 0.5399376 0.8102517 -0.2279466 +0.004627455 0.008422026 0.002713332 0.4668863 0.8408751 0.2737631 +-0.008843454 -0.00262356 0.003588279 -0.8938358 -0.2636322 0.3627059 +0.002971304 0.008821077 0.003545436 0.3010547 0.8832937 0.359386 +-0.004502003 -0.0005911287 0.008841515 -0.4529582 -0.05913972 0.8895681 +0.002297182 -0.005683577 -0.007869956 0.230773 -0.5670978 -0.7906604 +-0.003465176 0.00935494 3.348308E-05 -0.3523098 0.9358773 0.003396402 +0.009001779 -0.002156564 -0.003545038 0.9084036 -0.2163757 -0.3577493 +0.0001910128 -0.009027012 -0.004238896 0.01930221 -0.9028224 -0.4295802 +-0.004209665 0.002708988 0.00856038 -0.4247015 0.2717004 0.8636015 +0.009405809 -0.00206465 0.002636344 0.9423093 -0.205656 0.2641188 +0.00272916 -0.004362927 -0.008508536 0.2747664 -0.4365419 -0.8566998 +-0.006486093 -0.00746427 0.001050831 -0.6553488 -0.7478172 0.1062419 +0.006056588 0.001942197 0.007603986 0.611084 0.1948364 0.7672126 +0.005245479 -0.003570138 -0.007630183 0.5289826 -0.3578716 -0.7694838 +0.009815938 0.0008378272 -0.001058774 0.9907124 0.08408491 -0.1068584 +-0.005289596 0.006039618 -0.005873363 -0.5331012 0.6044361 -0.5919967 +0.002500182 0.008708316 -0.004178895 0.2528069 0.8703903 -0.4225038 +0.007323067 0.003018138 -0.005953188 0.7394848 0.3029735 -0.60114 +-0.001643998 0.001346241 0.009669011 -0.1660915 0.1352316 0.9767938 +-0.008638611 -0.002310306 0.0043102 -0.8705021 -0.2314641 0.4343392 +0.0080708 -0.004693183 0.003372644 0.8142022 -0.4704438 0.3402316 +0.006161048 0.004828231 -0.006195313 0.6181047 0.4812823 -0.6215416 +0.008506759 -0.00185174 0.00489379 0.8519379 -0.184388 0.4901049 +-0.002061769 -0.007430233 0.006293994 -0.2080738 -0.7436898 0.6353194 +-0.003092813 0.008577912 -0.004038663 -0.31264 0.8576546 -0.4082704 +0.005760961 0.008130064 -0.0001638052 0.5818241 0.8131468 -0.01652543 +0.0028214 -0.00374377 -0.008758934 0.2842339 -0.3748835 -0.8824248 +0.003664464 0.0005106505 -0.009188434 0.3699527 0.05126322 -0.9276353 +-0.005171369 -0.007163218 0.004574258 -0.5219588 -0.7171955 0.4617246 +0.007985765 0.0005970378 0.005841043 0.8056872 0.05989598 0.5893052 +0.005194141 -0.004083721 -0.007390796 0.5244609 -0.4098224 -0.7463152 +-0.006957303 0.005650172 0.004353963 -0.6997697 0.5644152 0.4379017 +0.007052234 -0.006784575 0.001995009 0.7086273 -0.67651 0.2004534 +-0.005664883 0.003337525 0.00743246 -0.5712529 0.3345514 0.7494968 +-0.00486102 0.007449609 -0.004479293 -0.4903717 0.7451959 -0.4519057 +0.003254631 -0.008671333 0.003689182 0.3292792 -0.8673449 0.3732132 +0.006182373 0.004121853 -0.006611801 0.6222464 0.4122942 -0.6654494 +0.008290078 -0.003340758 -0.004403629 0.8325736 -0.3335107 -0.4422577 +0.004264932 0.008666453 0.002519639 0.4308995 0.8657432 0.2545865 +-0.002005868 0.008099562 -0.005420931 -0.2028224 0.8113207 -0.5482899 +0.004124164 -0.001264039 -0.008912233 0.4165587 -0.1269547 -0.9002007 +-0.003454246 0.006683039 -0.006536444 -0.3477801 0.6677844 -0.6581132 +-0.001067617 -0.008567434 0.005010433 -0.107803 -0.8557765 0.5059893 +0.009598922 0.001370282 -0.00215127 0.9665675 0.1371994 -0.2166186 +-0.005203205 -0.005888999 -0.006092786 -0.5245539 -0.5895541 -0.6142224 +0.005930463 -0.0002496205 0.007917152 0.5993324 -0.02508441 0.8001071 +-0.003473446 0.007768785 0.005200701 -0.3501719 0.7762041 0.5242965 +-0.007214838 -0.005321862 -0.00434349 -0.7256096 -0.5316736 -0.4368225 +0.001523378 0.007592878 -0.006286175 0.1535184 0.7584482 -0.6333942 +0.006496497 0.006665322 -0.00358803 0.6534612 0.6653844 -0.3609046 +-0.003768472 -0.004684568 0.007912466 -0.3797441 -0.4690658 0.7973529 +-0.005705449 -0.001867701 -0.007886221 -0.5757726 -0.1874021 -0.7958431 +-0.005347524 -0.002025277 0.008133799 -0.537964 -0.2025742 0.8182655 +-0.0006556116 -0.009936685 -0.0006530985 -0.06839466 -0.9953291 -0.0681326 +0.004457551 -0.004415003 -0.007768339 0.4469507 -0.4399111 -0.778918 +-0.004474675 -0.0004683037 0.008852834 -0.4506051 -0.04689286 0.8914909 +0.006614248 0.005663042 -0.004788294 0.6670929 0.5672541 -0.482918 +0.008300122 -0.005018206 0.002306947 0.8338977 -0.5008955 0.231772 +-0.009711247 0.002287741 6.574613E-05 -0.9736292 0.2280413 0.006591197 +-0.007773603 0.003349792 -0.005214449 -0.7824355 0.3351535 -0.5248494 +0.002030703 -0.007868665 0.005761672 0.2050459 -0.7871584 0.581668 +0.007392833 0.006565213 0.0009670274 0.7465903 0.6580723 0.09769292 +-0.008564512 0.002751787 -0.00416862 -0.8642035 0.27605 -0.4206527 +-0.000978659 0.001587426 -0.009723455 -0.09885094 0.1594463 -0.982245 +-0.007080226 0.005687466 0.004156833 -0.7104619 0.5668014 0.4171092 +0.009696582 -0.001310534 0.001471862 0.9800638 -0.1317099 0.1487529 +0.005539582 0.007928124 0.002348645 0.5598447 0.7938612 0.2373988 +0.008646267 0.004663802 0.001474946 0.8715882 0.4671472 0.1486861 +-0.006065886 -0.007909057 0.0002258914 -0.611948 -0.7905682 0.02283739 +0.009511236 0.002030636 -0.0021279 0.9555879 0.2028449 -0.2137887 +-0.008752362 0.002015657 0.004242476 -0.8813441 0.2018068 0.4272078 +-0.000286967 -0.009959178 -0.0005215729 -0.02994573 -0.9980686 -0.05442773 +0.008861116 -0.004081132 -0.001848764 0.8933344 -0.40891 -0.1864034 +-0.00960838 0.001569273 -0.001871688 -0.9693118 0.1574112 -0.1888291 +-0.005218588 0.006969436 -0.004850644 -0.5256084 0.6964529 -0.4885583 +-0.004756932 0.002173491 -0.008494708 -0.4769826 0.2166861 -0.8517833 +0.007251654 0.0009297337 0.006742398 0.729182 0.09296184 0.6779762 +0.003964552 -0.002617809 -0.008689326 0.4004689 -0.2629072 -0.8777838 +-0.004291471 -0.005419055 -0.007180893 -0.4314067 -0.5411124 -0.7218627 +0.001739539 0.00435636 0.008755947 0.175324 0.4363458 0.8825327 +-0.006259545 -0.007742173 -0.0005114375 -0.6312649 -0.7738506 -0.05157386 +-0.009725795 -0.002030592 0.0004982083 -0.9778972 -0.202997 0.05009335 +0.009642967 0.0003043648 0.002534864 0.9666973 0.03034042 0.2541175 +0.004543469 -0.00565864 0.006805455 0.4576993 -0.5661465 0.6855579 +0.005974502 0.007892428 0.001098948 0.6033375 0.7897238 0.1109963 +-0.003525023 -0.005458987 -0.007507931 -0.35576 -0.5471917 -0.7576385 +-0.008846467 -0.004150566 -0.001730949 -0.8923966 -0.4161068 -0.1745952 +-0.00714456 -0.004589724 0.005157091 -0.7200944 -0.4596661 0.5197799 +-0.00135327 0.004698667 -0.008641085 -0.1364843 0.470902 -0.8715637 +0.007223945 -0.001183107 -0.006721789 0.7269437 -0.1183836 -0.6764157 +-0.003346306 0.003668263 0.008576707 -0.33796 0.3682166 0.8661406 +-0.009040941 -0.0004267421 0.004020544 -0.9128844 -0.04284619 0.4059634 +0.001311875 0.001910225 0.009635217 0.1324051 0.1916945 0.9724825 +0.00192094 0.00857255 -0.004721417 0.1941764 0.8570551 -0.4772337 +-0.005979212 0.00677754 0.004173913 -0.6027444 0.67799 0.4207478 +0.0006581765 0.008006325 0.005871176 0.06650475 0.8019558 0.59367 +-0.005851285 -0.007970318 -0.001196727 -0.5910273 -0.7975541 -0.1208067 +-0.007333796 -0.005873562 -0.003235441 -0.7397985 -0.588377 -0.3263598 +-0.001533211 0.006805574 -0.007122744 -0.1543329 0.6797952 -0.7169796 +0.008688496 -0.004039691 0.002658441 0.8746599 -0.4041722 0.2676098 +0.008338325 -0.00039246 0.005381579 0.8395553 -0.03929259 0.5418514 +0.001754868 -0.00152373 -0.009630021 0.1771605 -0.152958 -0.9722233 +-0.00134207 0.002263908 -0.009549893 -0.1355126 0.2272921 -0.9643519 +0.009257324 0.00306261 -0.001864532 0.9330223 0.3068504 -0.1879155 +-0.0035444 0.004320154 -0.00819079 -0.3578707 0.4334973 -0.8270482 +-0.005667339 0.003590974 0.007295171 -0.5722695 0.3604157 0.7366194 +0.008483164 0.001454303 0.005020035 0.8514899 0.1451462 0.5038825 +0.001019605 -0.006670377 0.007300353 0.1029334 -0.6681802 0.7368445 +0.005908498 -0.007366049 0.003170488 0.5958769 -0.7366855 0.3197268 +-0.001894611 0.002799654 -0.009327041 -0.1910526 0.280682 -0.9405937 +0.004940007 0.006286614 0.00589049 0.4988419 0.6302823 0.5948958 +0.002677825 -0.003298078 -0.009017763 0.2688037 -0.3290978 -0.9052288 +0.004267034 0.007071528 0.005529799 0.4310025 0.7086497 0.5586166 +-0.001870756 0.001922172 0.009559998 -0.1884542 0.1925206 0.9630269 +0.005600419 0.008042245 -0.001782912 0.5657302 0.804687 -0.1800785 +0.004841865 -0.008335827 -0.002536695 0.489197 -0.8336523 -0.25634 +0.007842822 0.005917268 0.001553069 0.7904329 0.5922101 0.156534 +-0.006219746 -0.004015073 -0.006641084 -0.6260239 -0.4016382 -0.6684167 +-0.0005805393 -0.007326436 0.006695592 -0.05860259 -0.7341101 0.6764969 +0.005284999 -0.006527983 -0.005380369 0.5315258 -0.6516657 -0.5411212 +0.003297276 -0.004600046 -0.008162688 0.3324066 -0.4608041 -0.8229007 +-0.003132106 -0.007138079 0.006186345 -0.3159952 -0.7144723 0.6242407 +0.001540665 0.003317788 -0.009228464 0.1553038 0.3324459 -0.9302475 +0.009542951 -0.00150509 -0.002435683 0.9579414 -0.1502261 -0.2445005 +-0.002292874 0.00886928 0.003949759 -0.2320774 0.8867458 0.3997774 +0.00634798 -0.0005318254 0.007596779 0.640304 -0.05334145 0.7662672 +-0.00700978 -0.0006506877 -0.007088962 -0.7016483 -0.06476387 -0.709574 +-0.004132991 -0.00379508 0.008191739 -0.4165941 -0.380232 0.825756 +-0.004970397 -0.004973707 0.006998377 -0.5018094 -0.4989111 0.706594 +-0.005089697 0.008527517 -0.0009856784 -0.5140314 0.8519745 -0.09955468 +-0.006106774 -0.005895462 0.005176411 -0.6157341 -0.5902966 0.52194 +0.005107342 0.004472826 0.007246186 0.5149978 0.448189 0.7306873 +0.004022063 -0.002703714 -0.008639674 0.4061778 -0.2714606 -0.8725416 +0.003192689 0.008491773 -0.004136152 0.3227113 0.8491704 -0.4180513 +-0.0003523978 0.006106691 -0.007846786 -0.03550052 0.6110569 -0.7907903 +-0.009776867 0.0013461 -0.0008248971 -0.9873143 0.135166 -0.08331106 +-0.004717671 -0.008791485 6.967691E-06 -0.4772186 -0.8787844 0.0007066904 +0.002543741 0.009574738 -0.001245494 0.2594169 0.9573798 -0.1269913 +0.001219378 -0.008610566 -0.004907212 0.1230922 -0.8598372 -0.4955081 +0.00858575 -0.002424072 0.004355238 0.865132 -0.242844 0.4388318 +0.001868189 0.009800604 -3.65052E-05 0.1927011 0.9812504 -0.003730128 +-0.0007898913 -0.009918706 0.0008790849 -0.08232088 -0.9923859 0.09161648 +-0.003953302 0.002738968 -0.008657556 -0.3993339 0.2750678 -0.8745686 +0.0076611 0.001563398 0.006066949 0.7742099 0.1570957 0.6131231 +-0.005707822 -0.004148967 0.006961219 -0.5764422 -0.4164373 0.7030607 +0.00451509 0.008743416 -0.001564734 0.4572355 0.8751223 -0.1584194 +0.002594396 -0.007817657 0.005605729 0.2618499 -0.7818896 0.565759 +0.007703026 0.005249542 0.003383999 0.7781709 0.5268287 0.3419086 +0.002470658 -0.009537744 0.001593136 0.2519185 -0.9540337 0.1623475 +-0.001434288 -0.009672031 0.002013313 -0.1467012 -0.9674932 0.205999 +0.003083731 -0.009453531 -0.0008237328 0.3139597 -0.945725 -0.08386658 +0.001050868 -0.006344313 0.00756151 0.1062458 -0.6363815 0.7640225 +0.00368703 -0.009215335 0.001105296 0.3737875 -0.9207216 0.1120479 +0.004497964 -0.008553442 -0.002555943 0.4535566 -0.8531477 -0.2577313 +-0.004396783 -0.008716072 0.00198707 -0.4452302 -0.8725039 0.2012637 +-0.0001280678 -0.001278919 -0.009877842 -0.01285953 -0.1276769 -0.9917324 +-0.00366797 0.001583059 -0.009054138 -0.3706838 0.1590773 -0.9150344 +-0.005212061 0.004423038 -0.007192858 -0.525892 0.4434925 -0.7257768 +0.001001387 -0.005707898 0.008073685 0.1009946 -0.5716958 0.814226 +-0.009505269 -0.001617706 -0.002566506 -0.9527956 -0.1612338 -0.2572629 +0.008252346 -0.004184021 0.003548986 0.8336793 -0.4200646 0.3585032 +-0.00115795 -0.0007835455 0.009810342 -0.1168552 -0.07862777 0.9900316 +-0.007041248 0.004172095 -0.005587163 -0.7112992 0.4188671 -0.56445 +0.000439924 0.008900682 0.00444993 0.04451697 0.8913068 0.45121 +0.007939488 -0.005084795 -0.003072686 0.8020082 -0.510303 -0.3104413 +-0.006882148 -0.007046091 0.001443557 -0.694097 -0.7050026 0.1456044 +0.0073267 -0.006256852 0.002444694 0.7392009 -0.626706 0.2466204 +0.004195502 0.009030028 0.0004764072 0.4254434 0.9036918 0.04836364 +-0.003744221 0.00402982 -0.008243354 -0.3781729 0.4045496 -0.8326614 +-0.009591546 0.00105545 0.002535994 -0.9614145 0.1051972 0.2541962 +0.0003777256 -0.009061044 -0.004148637 0.03823342 -0.9064313 -0.4206193 +0.008731178 -0.003809887 -0.002814008 0.8797718 -0.3815646 -0.2835665 +-0.007743432 -0.00451902 0.004400627 -0.7763191 -0.4502 0.44119 +-0.008172113 -0.0039435 -0.00401335 -0.8244577 -0.395412 -0.4048688 +0.00943981 0.0001632917 -0.00305759 0.9512128 0.01636166 -0.3081015 +-0.002465491 -0.009668551 0.0003264666 -0.2521783 -0.9671026 0.03344631 +-0.008509203 0.003082725 -0.004061921 -0.8582531 0.3090945 -0.4097099 +-0.001056248 -0.003619526 -0.009165958 -0.1066758 -0.3632877 -0.9255497 +-0.004832332 -0.005885263 -0.006381163 -0.4875866 -0.5896852 -0.6438406 +-0.001774224 -0.003493974 -0.009125968 -0.1787792 -0.3499488 -0.9195509 +-0.006604221 -0.0008063996 0.007378864 -0.6647328 -0.08070958 0.7427087 +0.0003804845 0.002881927 0.009503328 0.03829424 0.2884321 0.9567343 +0.006709568 0.003182412 -0.006677751 0.6722399 0.3169591 -0.6690519 +0.0001343873 -0.003662725 0.009268559 0.01350116 -0.3655674 0.930687 +0.00564929 -0.001634189 -0.007969423 0.5704626 -0.1640825 -0.8047667 +0.001321935 -0.005532621 -0.008138073 0.1334004 -0.5546161 -0.8213437 +-0.0005098398 -0.00898885 0.004270571 -0.0516187 -0.8998631 0.4331075 +-0.005763958 -0.001499327 0.007904599 -0.5824499 -0.1506499 0.7987846 +-0.002169689 0.001564266 0.009569836 -0.2183889 0.1565513 0.9632227 +0.008208055 0.000398961 -0.005551349 0.8276746 0.04000333 -0.5597808 +0.006162081 -0.007752351 -0.001168965 0.6212862 -0.7746691 -0.117861 +0.008399359 0.005356112 0.0001525681 0.8446794 0.5350524 0.01534838 +0.006604696 -0.003497239 -0.006626791 0.6617249 -0.3482874 -0.6639398 +0.003606956 -0.00797224 -0.004738058 0.3646246 -0.7984774 -0.4790435 +-0.0008963914 -0.009513481 -0.002873316 -0.09138816 -0.9517859 -0.2928342 +0.001684103 -0.005004494 -0.008411553 0.1698153 -0.5014554 -0.8483544 +0.005101586 0.0006221513 -0.008553171 0.5112702 0.06199938 -0.8571808 +-0.00221605 0.0007322198 -0.009678095 -0.2226 0.07313713 -0.9721627 +0.008528005 -0.002138902 0.004701651 0.8555686 -0.2133496 0.4716824 +-0.009427622 -0.003243405 -0.0001862142 -0.9460332 -0.3235309 -0.01867847 +-0.001031861 -0.009822479 0.001417332 -0.1064508 -0.9834539 0.1465827 +0.003012632 0.005842172 -0.007453493 0.3038809 0.5851943 -0.7518005 +-0.006159326 -0.006674765 -0.004075359 -0.6208494 -0.6677037 -0.4107528 +0.002462249 -0.003666332 -0.008943796 0.2470475 -0.3656394 -0.8973714 +-0.008988361 0.003054838 0.002925379 -0.9053347 0.3058745 0.2946351 +0.001051076 -0.00303904 0.009371022 0.1061599 -0.3051043 0.9463834 +0.007600596 -0.0005369064 -0.006343004 0.7666513 -0.053851 -0.6398014 +-0.001239635 0.008487401 0.005113096 -0.1251259 0.8474082 0.5159873 +0.005450819 -0.004251509 -0.007102762 0.550563 -0.4267746 -0.7174565 +-0.005759321 0.007860375 -0.002066805 -0.5814475 0.7863626 -0.2086928 +-5.879239E-05 -0.001435689 0.009865413 -0.005897223 -0.1432081 0.989675 +0.002578991 -0.009229625 -0.002797619 0.2615526 -0.92252 -0.283808 +-0.004357419 0.00192478 0.008718155 -0.4387034 0.1926744 0.8777334 +0.005270383 0.001861783 0.008221075 0.530252 0.1862433 0.8271313 +-0.0003037249 -0.000477982 0.009936701 -0.03051685 -0.04775461 0.9983928 +0.0004031794 0.003099406 0.009439406 0.04055661 0.3100394 0.9498582 +-0.0009019501 0.002051133 -0.009667453 -0.09091003 0.2055525 -0.9744145 +-0.009113843 -0.0001513233 0.003844543 -0.9212706 -0.01521017 0.3886246 +-0.005551068 -0.007596676 0.003323549 -0.5591001 -0.7585179 0.33475 +0.007514738 0.005352986 -0.003675592 0.7581233 0.5364372 -0.3707886 +0.003103499 -0.009233419 -0.002162973 0.3149428 -0.9233666 -0.2195569 +-0.00242696 -0.008549397 -0.004559767 -0.2449103 -0.8534014 -0.4601358 +0.005092548 0.002464831 -0.008177198 0.512331 0.2465324 -0.8226413 +-0.006971907 -0.006951852 0.001528236 -0.7024132 -0.6949153 0.1539754 +0.00701352 0.0004967475 0.007086092 0.7025961 0.04948245 0.7098663 +-0.0007579019 0.00263427 0.009523029 -0.07653059 0.2643898 0.9613746 +0.006982529 -0.006159018 -0.003481808 0.7043524 -0.6168578 -0.3512466 +-0.005907197 -0.0009652716 -0.007886421 -0.5966859 -0.09695184 -0.7965966 +-0.002268632 -0.003487106 0.009063862 -0.2276353 -0.347814 0.9095095 +-0.002183817 -0.009477753 -0.002228354 -0.2224382 -0.9481628 -0.226955 +-0.005071625 -0.007155058 0.004718475 -0.5113652 -0.7156405 0.4757774 +-0.005879724 0.000997363 0.007901989 -0.5939591 0.1001831 0.798233 +-0.002932913 0.009334354 0.001922746 -0.2982765 0.9342448 0.1954938 +-0.004856566 0.0068287 0.005402362 -0.4888749 0.6821039 0.5438159 +0.008665383 -0.001431418 0.00466051 0.8716317 -0.1431665 0.4687873 +-0.009369254 -0.002849378 0.001468135 -0.9466152 -0.2861992 0.1483571 +0.006651974 -0.0001806319 0.007363516 0.6702351 -0.01809737 0.7419282 +-0.008615417 -0.004285436 -0.00255833 -0.8662895 -0.428223 -0.2572304 +-0.003533822 0.008697379 0.003375235 -0.3573426 0.8693966 0.3412562 +0.004218305 0.008729598 -0.002350324 0.426615 0.8726462 -0.2376725 +-0.001578307 0.006356946 -0.007481794 -0.1591704 0.636524 -0.7546536 +0.0006849666 -0.009905346 0.001185166 0.07128758 -0.9897999 0.1233456 +0.005031783 0.004225303 0.007438524 0.5075297 0.4235626 0.7503388 +-0.008655146 -0.001564716 0.004637753 -0.8705727 -0.1564916 0.4664905 +-0.00348085 -0.001871494 -0.009089103 -0.3512799 -0.1877851 -0.9172454 +0.00125693 -0.005257745 0.008313785 0.1270315 -0.5276614 0.8399026 +0.004487299 -0.007725773 -0.004484755 0.4512544 -0.770045 -0.4509989 +0.005003349 -0.004122552 0.007516117 0.5046247 -0.4132164 0.7580279 +0.003492282 -0.009306449 0.0008639779 0.3547807 -0.9308245 0.08772933 +0.006986129 0.002270481 -0.006733463 0.7012826 0.2266005 -0.6759105 +0.005767733 0.006885075 -0.004282096 0.5818178 0.6891386 -0.4319444 +-0.00437624 -0.001956159 0.008705733 -0.4404422 -0.1957472 0.8761814 +0.008352063 0.00423423 0.003251745 0.8435155 0.4249875 0.3284314 +-0.0086367 -0.004997396 6.728514E-06 -0.8669543 -0.4983872 0.0006760171 +0.009295506 -0.003310677 0.001046564 0.9374014 -0.3318739 0.1055385 +-0.003635896 0.009027929 -0.002203255 -0.3682992 0.9025194 -0.2231913 +0.000655196 -0.003935833 0.009081365 0.06614077 -0.3947436 0.9164076 +-0.005715202 -0.007326359 -0.003581031 -0.5765141 -0.732913 -0.3612062 +0.0009364719 0.009786739 -0.001693671 0.09652889 0.9799115 -0.1745153 +0.007588586 -0.0047379 0.004434762 0.7610852 -0.4721472 0.4447767 +0.005383581 0.006844019 0.004854328 0.5419781 0.683691 0.4886986 +-0.004322896 0.0002433714 -0.008915703 -0.4361542 0.02441643 -0.8995407 +-0.005822636 -0.005835718 -0.005625867 -0.5847962 -0.5820429 -0.5650128 +0.004916058 -0.005390306 0.006723478 0.4965146 -0.5407556 0.6790115 +-0.004288775 -0.003625773 0.008206131 -0.431625 -0.3627175 0.8259152 +-0.0002932916 0.009969627 -0.00032986 -0.0305978 0.9989392 -0.03441276 +-0.008666494 0.002455582 0.004137429 -0.8746251 0.2463808 0.4175254 +0.007121428 0.005053772 0.00473074 0.7182418 0.5064018 0.4771645 +-0.008850405 0.000381901 0.004480536 -0.8915319 0.03825349 0.4513397 +-0.002281349 0.007177051 -0.006493959 -0.2303531 0.7189251 -0.655808 +0.003398924 -0.003647558 -0.008564563 0.3432418 -0.3661451 -0.8649409 +0.008156072 -0.004297428 0.00365379 0.8234303 -0.4311615 0.3688662 +0.003123152 0.002890581 0.008955828 0.3151161 0.2899562 0.9036742 +0.008689895 -0.004164192 0.002514959 0.8735188 -0.416002 0.2527987 +0.007577362 -0.00453823 -0.004629479 0.760843 -0.4528081 -0.464847 +0.002337971 0.008057526 0.005347275 0.2363961 0.8072078 0.5408626 +-0.008571419 6.973538E-05 -0.005077805 -0.8603391 0.006960176 -0.5096746 +0.009161982 0.002242037 0.003096228 0.9231555 0.2246057 0.3119874 +-0.00875821 -0.004577483 0.0009928058 -0.882998 -0.4585798 0.1000955 +0.001634172 -0.0001771014 0.009761545 0.1650853 -0.01778999 0.9861189 +0.006465658 -0.007555626 -0.0004630518 0.6526937 -0.7561772 -0.04676433 +0.002614489 0.003194018 0.009075287 0.2623922 0.31866 0.9108272 +0.004904623 -0.004971814 0.007050287 0.495069 -0.4985673 0.7115738 +0.006763593 0.004599106 0.005646938 0.6814248 0.4604201 0.5689232 +-0.001670928 0.00930815 0.003172484 -0.1698196 0.9312549 0.3223751 +0.002738512 -0.009436279 -0.001709026 0.2788398 -0.9444305 -0.1740672 +0.009645841 0.00243311 0.0002531724 0.9696487 0.2431736 0.02545794 +-0.007426075 0.002382988 -0.006108777 -0.7498459 0.2392331 -0.6168457 +0.008132009 0.005128485 0.002539065 0.8192189 0.5132681 0.2558053 +-0.005413937 0.0003514778 -0.008313495 -0.5453702 0.03520648 -0.8374556 +-0.005218938 0.007133165 0.004564672 -0.5268469 0.7142605 0.4607214 +-0.005518126 0.002976549 -0.007671463 -0.5572373 0.2988207 -0.7747211 +0.009261945 -0.002565022 -0.002620444 0.9301386 -0.2560993 -0.263164 +-0.004419514 -0.008884229 0.0009121487 -0.4478848 -0.8892945 0.09249102 +0.0002927367 -0.005009902 -0.008591441 0.02946061 -0.5010744 -0.8649026 +0.007992992 0.004406277 -0.003925009 0.805502 0.4412653 -0.3955396 +-0.001093444 0.004206156 0.00890625 -0.1104843 0.4222762 0.8997089 +0.008218154 -0.002289817 0.005119034 0.8262678 -0.2288942 0.5146737 +-0.006960069 0.006997909 0.001243563 -0.7023914 0.7006471 0.1254594 +-0.001724572 0.006645148 -0.007228068 -0.173571 0.6637932 -0.7274969 +-0.008687884 -0.002086509 0.0043537 -0.874324 -0.2087737 0.438145 +0.007616061 -0.006150614 0.001833501 0.7667685 -0.6148156 0.1845751 +-0.006060522 -0.007846905 -0.0009354224 -0.6119995 -0.7851996 -0.09443668 +0.006647342 0.004863727 -0.005536797 0.6708319 0.4876651 -0.5587194 +-0.002098971 -0.006199275 -0.007520172 -0.2111301 -0.6190856 -0.7564107 +-0.002688256 -0.007549686 0.005897239 -0.27149 -0.7559831 0.5956364 +0.002425439 -0.009619862 -0.00120217 0.2473751 -0.9611288 -0.1226251 +0.003562366 -3.739111E-05 0.009230724 0.3600406 -0.003757636 0.9329291 +0.001818428 0.00939165 0.002811492 0.1850479 0.9401326 0.2861956 +0.009682981 0.001252677 0.001635565 0.9781938 0.1258326 0.1652364 +-0.009540225 0.002358751 -0.001213657 -0.9637632 0.2369075 -0.1226186 +0.007435329 0.006229003 0.002241138 0.7489697 0.6229538 0.225772 +-0.009364624 0.003447927 0.0001133821 -0.9390233 0.3436655 0.0113688 +0.006185786 -0.002280073 0.007403019 0.6242032 -0.228752 0.7470227 +0.001265869 -0.008815874 -0.00448882 0.1281089 -0.8815829 -0.4543124 +0.007142154 0.003192847 0.006109237 0.7199677 0.3199495 0.6158563 +0.005995673 -0.004883877 -0.006279923 0.6027849 -0.4878573 -0.6313839 +0.00609894 -0.005223686 -0.005894989 0.6133443 -0.5218669 -0.5928438 +0.002378011 -0.003109651 0.009176543 0.2384967 -0.3100269 0.9203275 +-0.001612666 -0.0007794705 0.009751038 -0.1626658 -0.07818164 0.9835789 +0.003351151 0.008890467 -0.003006402 0.339638 0.8898578 -0.3046297 +-0.007855289 0.003266132 0.005146421 -0.7905589 0.3267478 0.517931 +-0.004906795 -0.008306884 0.00248617 -0.495961 -0.8311714 0.2513501 +0.009185508 -0.003535484 -0.001185021 0.9272705 -0.3547618 -0.119639 +0.00973727 -6.432341E-05 0.001818555 0.9829828 -0.006456766 0.1835841 +-0.009147193 0.002494833 -0.00294843 -0.9215757 0.2498981 -0.2970676 +-0.005989033 0.007868038 -0.001251032 -0.6043142 0.7866809 -0.1262442 +0.005222669 -0.008453155 -0.0007758483 0.5280023 -0.8456103 -0.07846467 +0.007572088 -0.001761612 0.006138582 0.7645613 -0.1768557 0.619813 +-0.002845513 0.008637897 0.004083754 -0.2878695 0.8640077 0.4130641 +0.007042601 0.006956068 -0.0009569685 0.7108817 0.6966495 -0.09657502 +-0.005773046 0.006819686 0.004386751 -0.5820764 0.6823179 0.4423 +-0.0006655893 0.002680724 0.009522167 -0.06717524 0.2689183 0.9608176 +0.008761246 0.001272236 -0.004485756 0.8828548 0.1274755 -0.4520148 +-0.006114727 -0.003663353 0.006912588 -0.6163004 -0.3670132 0.6967604 +0.002124195 0.009471415 -0.002296392 0.2164487 0.9478566 -0.2339185 +0.008230716 -0.003625514 -0.004229708 0.8288009 -0.3628762 -0.4259224 +-0.001563824 -0.008211599 -0.005433704 -0.15792 -0.8209906 -0.5486673 +0.006052173 0.005577785 -0.005605242 0.6090726 0.5575265 -0.5640876 +0.003503049 0.009213876 -0.001560104 0.3553902 0.9212257 -0.1582433 +-0.006706644 -0.0004181302 -0.007321566 -0.6748709 -0.04183809 -0.7367488 +0.001644491 -0.009444211 0.00276014 0.167451 -0.9449804 0.2810197 +0.006246496 0.0005653967 0.007674651 0.630236 0.05672388 0.7743288 +-0.002573835 -0.0005644194 -0.009637835 -0.2576057 -0.0561722 -0.9646159 +-0.006773545 -0.007187998 0.001114353 -0.6843733 -0.7203796 0.112634 +-0.003014633 0.001828921 0.009288494 -0.3034883 0.1830669 0.9350836 +0.009551529 -0.002511306 0.0008031286 0.9643078 -0.2520675 0.0810702 +0.003549749 -0.001487812 0.009117157 0.3587491 -0.1495058 0.9213833 +-0.007218158 -0.0001123577 0.006841408 -0.7257485 -0.01123328 0.6878684 +-0.007581132 0.002803969 -0.0057146 -0.7661851 0.2817297 -0.5775715 +-0.009016642 0.004194465 0.000293505 -0.9072964 0.419454 0.02952079 +-0.004965621 0.007534375 -0.004195157 -0.5014245 0.7543572 -0.4236964 +0.004477502 0.008662146 0.002061829 0.4530917 0.8666968 0.2086731 +-0.003699449 -0.003460355 0.008527342 -0.373251 -0.3470434 0.8603747 +0.003841429 -0.008890716 0.002366678 0.3891202 -0.8894533 0.2397046 +0.008653471 -0.0007513475 0.004931438 0.8663887 -0.0748014 0.4937361 +0.008669401 -0.0004189295 0.004917522 0.8690541 -0.04175835 0.4929514 +-0.000858168 -0.009758884 -0.001869958 -0.08840647 -0.9773394 -0.1923331 +-0.006120001 -0.005710454 -0.005385455 -0.616264 -0.5710831 -0.542294 +0.00134556 -0.004213507 -0.008869866 0.135887 -0.4229502 -0.8959062 +0.001905109 -0.0037031 -0.009017901 0.1919323 -0.370865 -0.9086369 +0.004741342 0.0002727127 -0.008742377 0.4765637 0.02725661 -0.8787173 +-0.00345163 0.005548108 0.007480172 -0.348277 0.5559937 0.7547014 +-0.007684471 -0.006277793 0.000527953 -0.7755591 -0.6290189 0.05332199 +-0.007843252 0.004524655 -0.0041533 -0.7883458 0.4519189 -0.4174688 +0.001788006 -0.001891368 0.009575126 0.1802374 -0.1895609 0.9651845 +0.004530359 0.00626054 -0.006231333 0.4577182 0.6279007 -0.6294718 +0.00750659 0.004718874 0.004560467 0.7539309 0.4709293 0.4580543 +-0.006421921 0.001827075 -0.00734343 -0.6471696 0.1830714 -0.740038 +0.005602171 0.0006753091 -0.008169058 0.5642697 0.06763614 -0.8228153 +-0.001433011 0.009707496 -0.001801012 -0.1468505 0.9717506 -0.1847582 +0.003168475 0.006833413 -0.006521353 0.3191766 0.6830612 -0.6569274 +0.003204445 0.005763148 0.007442227 0.3230168 0.5769433 0.7501976 +-0.009531063 0.00242184 -0.001148983 -0.9629823 0.2432785 -0.116106 +0.005420859 0.004250437 -0.007126333 0.5475712 0.4266657 -0.719807 +-0.008243045 0.0009919591 0.005436461 -0.8306607 0.0993973 0.5478348 +-0.005890287 0.001276363 -0.007845961 -0.5954093 0.1282911 -0.7931135 +0.008218049 -0.0002516587 -0.005538325 0.8289986 -0.02524302 -0.5586806 +-0.001456445 0.007211383 -0.006703469 -0.1469212 0.7217351 -0.6763968 +0.00837332 -0.00220693 -0.004954643 0.8395342 -0.2200001 -0.496772 +-0.00248358 0.007494162 -0.006045817 -0.2509205 0.7508523 -0.6109498 +-0.00838186 -0.003458198 -0.004053098 -0.8445504 -0.3463571 -0.4083764 +-0.008294169 0.005544333 8.216257E-05 -0.8330667 0.553111 0.008246333 +0.00751519 0.002400883 -0.005984473 0.7591989 0.2411363 -0.6045414 +-0.005993783 0.005972707 -0.005221317 -0.6043384 0.598001 -0.5264693 +-0.002605225 0.009639606 -0.0003230857 -0.2659577 0.9634198 -0.03299788 +0.0006252701 0.0003747512 0.009894369 0.06302423 0.03756035 0.9973049 +0.002318332 0.007102747 -0.006564018 0.2341165 0.7113671 -0.6626812 +-0.002493443 -0.004045945 -0.008753927 -0.2505822 -0.4040998 -0.8797227 +0.008938884 -0.003712553 0.002422092 0.8966408 -0.3701465 0.2429544 +0.001021228 0.002342772 0.009570036 0.1031212 0.2352246 0.9664551 +0.0003616096 0.009780907 -0.001920175 0.0373752 0.9795272 -0.1978119 +0.0001188149 -0.00415632 0.009056211 0.01193877 -0.4149549 0.9097636 +-0.006031025 -0.003830505 0.006886082 -0.6083177 -0.3840277 0.6946023 +-0.009713173 -0.002209242 0.0002181834 -0.9751371 -0.2205162 0.02191252 +-0.001075783 0.007675329 -0.006256818 -0.1085567 0.7677931 -0.6314343 +-0.002263305 -0.009698475 -0.0006616911 -0.231884 -0.9703795 -0.06777548 +0.004223349 -0.008960128 0.001185504 0.4277224 -0.8959027 0.1200496 +0.00934798 0.003380008 -0.0004638931 0.940038 0.3378645 -0.04664858 +-0.00971742 0.001367611 -0.001253993 -0.9823582 0.1374724 -0.1267828 +-0.003810799 -0.009060209 0.001681091 -0.3863762 -0.9064439 0.1705078 +0.004587669 0.001858001 -0.008632634 0.4611259 0.1856847 -0.867689 +0.00768247 -0.006141479 0.00138552 0.775571 -0.6155822 0.1398144 +0.001407209 -0.008830357 -0.004400279 0.1425144 -0.8837399 -0.4457505 +0.009369728 0.003219757 -0.000676296 0.9441131 0.3225024 -0.06813707 +-0.007152152 0.006928168 -0.00035176 -0.7205249 0.6925216 -0.03546339 +-0.007545146 0.003539616 -0.005377894 -0.7612739 0.3549919 -0.5426258 +-0.006011238 0.006778546 0.004130843 -0.6058508 0.6779533 0.4163221 +-0.002486019 -0.008915112 -0.003691016 -0.2520553 -0.8924685 -0.3741231 +-0.005438499 0.004762686 0.006799556 -0.5488059 0.477529 0.6861328 +0.0007239074 -0.009260914 0.003638845 0.07353233 -0.9263207 0.3694902 +-0.00195898 -0.003069455 0.009242972 -0.1972984 -0.307322 0.9309278 +-0.009183059 0.002258698 -0.003033253 -0.9249279 0.2261887 -0.3055276 +-0.00762764 0.006239992 -0.001193228 -0.7705638 0.6258513 -0.120589 +-0.005127492 0.001819694 -0.008337948 -0.5151044 0.1817615 -0.8376337 +-0.007949293 0.004855051 -0.003410971 -0.8026009 0.4870452 -0.3444109 +0.005910136 0.004015567 -0.006878388 0.5965165 0.4027977 -0.6942061 +0.008231552 -0.002531509 0.004991284 0.8272797 -0.2529429 0.5016255 +0.003423756 0.006903897 -0.006334624 0.344494 0.6892573 -0.6373761 +-0.001678888 0.005056991 0.008380315 -0.1693625 0.5067587 0.845288 +-0.007986548 0.005189133 -0.002794689 -0.8060551 0.5202879 -0.2820918 +-0.006948843 0.005770613 -0.00424443 -0.6978755 0.5755544 -0.426271 +-0.006355181 -0.002993717 -0.007023157 -0.640122 -0.2997595 -0.7073811 +-0.0007049491 0.007880125 0.006043802 -0.07124373 0.7887756 0.6105385 +0.0006836312 -0.009947246 -0.000347622 0.07134039 -0.9967921 -0.03627613 +-0.004489318 -0.005427607 -0.007022581 -0.4522623 -0.5431181 -0.7074472 +0.001625756 0.007099391 -0.006801092 0.1638196 0.7096211 -0.6852744 +0.003796712 0.007485214 0.005337141 0.3835099 0.7497743 0.5392203 +0.0002972322 -0.006401074 -0.007614549 0.02993466 -0.6404184 -0.7674426 +-0.007564731 0.005661033 -0.003069574 -0.7631419 0.5672007 -0.3096737 +0.007695708 -0.006057333 0.001804958 0.7747971 -0.6055375 0.1816966 +0.009750267 0.0004400548 0.001719838 0.9838369 0.04415299 0.1735378 +0.002334614 0.0070269 -0.006644425 0.235635 0.7035028 -0.6704923 +-0.007372776 -0.006439995 -0.00189316 -0.7417117 -0.6431115 -0.1904504 +0.006010002 0.005503818 -0.005733456 0.6044031 0.549769 -0.5765855 +0.008240953 0.004554094 -0.003160036 0.8308637 0.4562485 -0.318595 +-0.004694902 0.008016046 -0.003562127 -0.4747443 0.8030071 -0.3602742 +0.00210424 0.006721496 -0.007062059 0.2117057 0.6710992 -0.7104974 +-0.001842234 -0.004900946 0.008453703 -0.1855261 -0.4904577 0.8514877 +0.0057771 -0.004854699 0.006469813 0.5821007 -0.4860099 0.6518843 +0.005087866 -0.007523465 -0.004054871 0.514005 -0.7536165 -0.4097086 +0.002649754 0.005421028 -0.007895251 0.2672008 0.5429708 -0.7961071 +0.005728991 0.00109016 0.008001711 0.5786402 0.1094883 0.8082004 +-0.003379339 -0.002585019 0.008941587 -0.3413892 -0.2596401 0.9033496 +0.002353758 -0.001722216 0.009523893 0.2363534 -0.1719483 0.956332 +-0.005917175 -0.007830451 0.001795543 -0.5963494 -0.7820552 0.1809892 +-0.004883078 -0.007873928 -0.003644793 -0.4932752 -0.788124 -0.3681579 +-0.002381816 0.005080537 0.008228432 -0.2395647 0.5076522 0.8275856 +0.000538811 -0.001952302 -0.009731211 0.05421709 -0.195331 -0.9792376 +0.003778104 -0.009010606 0.002008034 0.382827 -0.9011395 0.2034483 +-0.005455459 0.007851592 0.002832629 -0.5502042 0.784655 0.2856427 +0.003887603 -2.04301E-05 0.009096006 0.3930057 -0.002053583 0.9195337 +0.005938544 -0.00575635 0.005576479 0.5967115 -0.5744259 0.5603306 +-0.00306878 0.006870869 -0.006519611 -0.309348 0.6872774 -0.6572318 +-0.009923064 -1.743097E-05 0.0004073062 -0.9991571 -0.001745123 0.04101192 +0.005631398 -0.008223489 -0.0001426287 0.5687777 -0.8223648 -0.01442234 +-0.003529274 -0.005342979 -0.007581875 -0.356351 -0.535834 -0.7654384 +0.005284172 -0.005903446 -0.006015969 0.5324575 -0.590737 -0.6062334 +-0.003840174 -0.00760143 0.005148285 -0.3878167 -0.7610677 0.519975 +-0.0004583902 -0.009925803 0.0009741633 -0.04779759 -0.9936786 0.1015788 +0.009629662 0.001907454 -0.001356971 0.9719076 0.1914137 -0.1369546 +-0.009398515 -0.002654544 0.001660533 -0.9491278 -0.2665145 0.1677092 +0.0065062 0.004118195 -0.006322579 0.6537127 0.4112255 -0.6352584 +0.003805488 -0.005789368 0.007171181 0.3825369 -0.5779464 0.720863 +-0.006941335 0.006629353 0.002589907 -0.7005484 0.6640247 0.261349 +0.006124912 -0.002191832 -0.007480626 0.6179999 -0.2198837 -0.7548029 +0.009811176 0.0008791607 0.001051791 0.9904228 0.08825022 0.1061814 +0.00245609 0.005656359 -0.007821896 0.2471318 0.5652548 -0.7870278 +0.009445273 -0.001064773 0.00290825 0.9502847 -0.106522 0.2925955 +-0.007213701 0.003636248 -0.005741484 -0.7284409 0.3649803 -0.5797959 +-0.005926005 0.006356995 0.004800471 -0.598687 0.6375204 0.484914 +0.003656924 0.009263526 0.0005307582 0.3714539 0.926882 0.05396037 +-0.000253984 0.003496371 -0.00932507 -0.02551161 0.349115 -0.9367326 +-0.005771416 0.001591748 0.007883001 -0.5831385 0.1599122 0.7964783 +0.002051775 0.001845055 -0.009546766 0.2065138 0.1846393 -0.9608644 +0.00671859 0.007043774 0.002108754 0.6772221 0.7043934 0.2126033 +0.002143533 0.009492341 -0.002207966 0.218386 0.9495885 -0.2249202 +-0.009683474 0.0007977189 0.00210681 -0.9740262 0.07978793 0.2119124 +0.008757713 0.0001050667 -0.004704316 0.8808996 0.01050872 -0.4731864 +-0.0005114 0.009963371 -0.0001527107 -0.05336211 0.9984481 -0.01593461 +-0.006097065 -0.004948357 -0.006153119 -0.612143 -0.4936012 -0.6177693 +-0.005048552 0.005917334 0.006182648 -0.5093648 0.5928437 0.6237659 +-0.006064233 -0.002853641 -0.007295457 -0.6124521 -0.2865039 -0.7367617 +0.00729945 0.004491137 0.005024973 0.7356678 0.4497879 0.5064422 +-0.001446347 -0.009556767 -0.002514812 -0.1474032 -0.9552948 -0.2562891 +0.007071466 -0.003987225 -0.005678562 0.7144671 -0.4003949 -0.5737776 +-0.007085722 0.006161233 -0.003228008 -0.715575 0.6177846 -0.3260287 +0.009696097 0.001319673 0.001465999 0.9800256 0.1326302 0.1481858 +-0.003856765 0.0009134477 -0.009074705 -0.3894883 0.09172915 -0.9164522 +-0.007208555 0.004188721 -0.005357365 -0.7281833 0.420521 -0.5412126 +-0.001334495 0.009877893 0.0006671316 -0.1385288 0.987937 0.06921184 +-0.003048618 0.002373588 -0.009142149 -0.3072588 0.2378474 -0.9214232 +-0.002857864 -0.009440332 0.001466925 -0.2910534 -0.9449597 0.1494623 +0.008231489 0.00261312 -0.004954128 0.8270885 0.2610354 -0.4977802 +0.004689735 -0.007784261 0.004103646 0.4729017 -0.7779087 0.4137899 +-0.007012909 0.006188541 -0.003346235 -0.7079284 0.6202521 -0.3378236 +-0.003431452 0.009242427 -0.001524835 -0.3483579 0.924485 -0.154836 +-0.005996077 0.005833788 -0.005402394 -0.6035345 0.5831361 -0.5437815 +-0.002503709 0.009591525 0.001219769 -0.2553533 0.9588134 0.1243849 +0.0004875833 0.009731925 0.002139305 0.0499296 0.9742913 0.2196893 +0.004842051 0.008143014 0.003077411 0.4892393 0.814822 0.3109823 +-0.002497357 -0.004317201 0.008625865 -0.2509229 -0.4310846 0.8667201 +-0.005260785 0.008231895 -0.001906793 -0.5321101 0.8244023 -0.1929242 +-0.005956805 0.001591548 0.007740782 -0.6020195 0.1599314 0.7823007 +-0.0009958677 0.009290609 -0.00350507 -0.1011192 0.9290258 -0.3559296 +-0.00564263 -0.001639188 -0.007973674 -0.5697779 -0.164577 -0.8051506 +-0.006698997 0.001276966 -0.007225313 -0.6743143 0.1278118 -0.7272993 +0.005202356 -0.003399307 -0.007756003 0.5238147 -0.340224 -0.780939 +-0.001706781 0.008922229 -0.004085922 -0.172988 0.8935043 -0.4143974 +0.0008287141 0.009733168 0.00201496 0.08499076 0.9746385 0.2070181 +0.004944759 -0.004765145 0.007176547 0.4985703 -0.4773738 0.723562 +-0.001291568 0.00879298 0.004525589 -0.1307238 0.8793008 0.4579753 +0.005461889 -0.002668937 0.007822325 0.5515766 -0.2679495 0.7899154 +-0.006995033 -0.006898895 0.001783272 -0.7031378 -0.6880879 0.1792547 +0.005840299 0.006822564 -0.004295292 0.5887811 0.682516 -0.4330229 +0.001182524 -0.008894933 -0.004359607 0.1197059 -0.8893248 -0.4413297 +0.00311906 -0.004751165 -0.008138001 0.314675 -0.4762877 -0.821054 +0.001408797 0.0008602623 -0.009766772 0.1422361 0.08636351 -0.9860579 +-0.003665159 -0.008971432 -0.0023427 -0.3714705 -0.8975863 -0.2373784 +0.001426546 0.004155833 0.008884255 0.1440628 0.4171608 0.897342 +-0.003646992 -0.004019302 -0.008288531 -0.3685138 -0.4036082 -0.8374354 +-0.002665344 0.00961916 -0.000461808 -0.2718767 0.9611779 -0.04711783 +0.006062531 -0.00371386 -0.006925223 0.6113276 -0.3722444 -0.6983643 +0.008414674 -0.005101535 0.001212156 0.8501779 -0.5120648 0.122422 +0.002967023 -0.009512166 0.0004570337 0.3025134 -0.9520095 0.04651383 +0.003672467 0.003125362 0.008657701 0.3707865 0.3136885 0.8741378 +0.005859082 -0.007907956 -0.001651328 0.5905042 -0.7896838 -0.1664456 +0.00163324 0.009147588 0.003649654 0.1655167 0.9142148 0.3698856 +0.006815743 -0.003087614 -0.006582641 0.6842906 -0.3081619 -0.6608952 +0.006651589 0.001733488 -0.007183275 0.6691438 0.173391 -0.7226217 +-0.00726065 0.006334674 0.002440125 -0.7326313 0.6345425 0.2461853 +-0.005363712 0.008026854 0.002410861 -0.5423943 0.8039978 0.2437129 +0.002191968 -0.002099904 0.009483953 0.2201804 -0.2097196 0.952648 +-0.003253767 0.007553232 0.005658921 -0.3275362 0.7538068 0.5696449 +-0.006858934 -0.002393542 0.006843073 -0.6874915 -0.2385252 0.6859018 +0.005391857 0.001345898 -0.008216477 0.5436298 0.1349295 -0.8284086 +-0.004727423 0.008781681 7.662654E-05 -0.4783612 0.878129 0.007743962 +-0.009794186 0.001251441 0.0007921726 -0.988848 0.1256345 0.07997285 +-0.009285823 0.0002395594 -0.003429347 -0.9378008 0.02405753 -0.3463393 +-0.008530433 0.003791552 0.003319283 -0.8617657 0.3807043 0.3352971 +0.001510491 -0.007990768 -0.005781005 0.1522928 -0.7981528 -0.5828884 +-0.00113791 -0.00599352 0.007835442 -0.1148534 -0.6008536 0.7910649 +0.009051023 -0.003884658 -0.001054508 0.9145658 -0.390138 -0.1065911 +-0.0009630342 0.007434464 -0.006529566 -0.09727487 0.7450275 -0.6599027 +-0.008425821 -0.004643759 0.002593419 -0.8467744 -0.4637246 0.2606388 +-0.005500507 -0.008041387 -0.002027272 -0.5561891 -0.8053894 -0.2049427 +-0.008975435 0.003264573 -0.002804333 -0.9022757 0.3262263 -0.281913 +-0.006284759 -0.006395594 0.004281791 -0.6343862 -0.6408733 0.4322448 +0.007592599 -0.006462716 -8.304734E-05 0.7638255 -0.6453687 -0.008358612 +0.003129589 0.007209777 -0.006105002 0.3158258 0.7216281 -0.6160414 +0.008752048 -0.003524561 0.003084708 0.8823494 -0.3531992 0.3109821 +-0.007235439 -0.0007255846 0.006809224 -0.7263175 -0.07242625 0.683533 +-0.00665882 0.00690699 0.002632499 -0.6718331 0.6914493 0.2655903 +-0.001769882 -0.008380641 -0.005091358 -0.1789467 -0.838491 -0.5146949 +0.00454661 -0.007802777 0.004247449 0.4581064 -0.779106 0.4279397 +0.007832646 0.001642484 0.005825683 0.7913901 0.1650081 0.5886206 +-0.007075619 -0.001987391 0.006735052 -0.7099436 -0.1982643 0.6757746 +-0.00486995 0.005819273 0.006419393 -0.4911374 0.5828132 0.6473892 +0.009527504 0.0005805104 0.002845873 0.9565578 0.05795467 0.2857246 +0.00970621 0.0006911859 -0.002045329 0.9761705 0.06912219 -0.2057021 +0.001583472 -0.004270194 -0.008813921 0.1597769 -0.4282351 -0.8894302 +-0.008648732 -0.002852568 -0.003892141 -0.8736987 -0.2864775 -0.3931681 +-0.004849646 -0.003757618 -0.00783215 -0.4878855 -0.3757266 -0.7879069 +0.00243338 -0.009680146 -0.0001465605 0.2490382 -0.9683759 -0.01510702 +0.0009875847 0.009817969 -0.001478434 0.1021031 0.9829946 -0.1526323 +-0.007681752 0.002970717 0.005507381 -0.7757397 0.2982276 0.5561369 +0.008242261 -0.003192368 -0.004626786 0.8266551 -0.318279 -0.4640472 +-0.009587731 0.001229195 -0.002383577 -0.9631169 0.1227786 -0.2394392 +-0.00928566 -0.003064649 -0.001644959 -0.936987 -0.3074183 -0.1659796 +-0.002572492 -0.0006195546 -0.009638013 -0.2573926 -0.06164055 -0.9643388 +-0.006839383 0.006175096 -0.003793504 -0.6882271 0.6169446 -0.3817365 +-0.007592991 0.003661131 -0.00522958 -0.7660369 0.367141 -0.5276315 +-0.006667695 0.006539945 0.003438981 -0.6720985 0.6543168 0.3466311 +-0.005754762 -0.0004880908 -0.008051972 -0.5807648 -0.04897994 -0.8125966 +0.007155234 -0.005318327 -0.00442467 0.7202671 -0.5318113 -0.4454122 +0.005550425 0.002878946 0.007680855 0.5606747 0.2891206 0.7759209 +-0.007304279 -0.005203447 -0.004344207 -0.7343128 -0.519669 -0.4367252 +0.008848958 0.00304417 -0.003269669 0.8931897 0.3054555 -0.3300137 +-0.003309541 0.007871383 0.00514483 -0.3339111 0.7868534 0.5190039 +0.005221575 -0.002027979 0.008229981 0.5246211 -0.2025847 0.826881 +0.004300741 -0.008294381 -0.003433622 0.435053 -0.8306727 -0.3474359 +0.001019385 -0.005712029 0.008068803 0.1028073 -0.5720967 0.8137174 +-0.00714984 -0.006268241 -0.002847666 -0.7224268 -0.6287634 -0.2876739 +-0.003042626 0.003075739 0.008933509 -0.3067102 0.3082116 0.900519 +-0.0008870678 -0.009273653 -0.003581519 -0.0900574 -0.9272039 -0.3635692 +0.004815588 -0.003326857 -0.008087881 0.4826685 -0.3314647 -0.8106555 +-0.00485338 0.006661391 -0.005575927 -0.4893741 0.6666268 -0.562247 +-0.004649453 0.008537129 -0.002262386 -0.469532 0.852842 -0.2284735 +-0.006075255 -0.005498435 -0.005653749 -0.6115153 -0.5497262 -0.5690783 +-0.009018101 0.004247497 0.0001074582 -0.9056416 0.4239069 0.01078652 +-0.006914956 0.00708237 -0.0008993148 -0.6985479 0.7097675 -0.09089027 +0.004752779 -0.006010908 -0.006314465 0.4798713 -0.602659 -0.6375936 +0.003694454 0.005543398 -0.007382665 0.3723373 0.5548604 -0.7439724 +-0.002024492 -0.0001490737 -0.009710158 -0.2040804 -0.01494268 -0.9788401 +0.005457896 0.008168105 -0.001665056 0.5513873 0.8171198 -0.1681883 +0.00814477 -0.002631065 -0.005058954 0.8195184 -0.2631966 -0.5090356 +0.0009208174 -0.009778053 -0.001745017 0.09474435 -0.979136 -0.1797668 +-0.004995916 0.007590642 0.004057555 -0.5045514 0.7599545 0.4097525 +-0.0009049806 -0.009937878 2.436561E-05 -0.09441609 -0.9955295 0.002542009 +0.003220355 0.008544894 0.004020429 0.3253374 0.8539233 0.4061657 +-0.009848781 0.0003386756 -0.0009715417 -0.994594 0.03400904 -0.09811252 +-0.003091872 0.00325459 0.008859335 -0.3115121 0.3259542 0.8925884 +0.004089579 0.002827229 -0.008574569 0.4128162 0.2837074 -0.8655015 +-0.00220603 0.009412564 0.002440532 -0.22465 0.9422341 0.2484498 +0.008683221 0.003185549 -0.003567166 0.8764667 0.319635 -0.3600549 +-0.001078247 -0.001953085 -0.009660086 -0.1087817 -0.1959098 -0.9745696 +0.007630494 0.006399747 0.000184324 0.7683761 0.6397291 0.01857141 +0.003838025 -0.00921067 0.0002847907 0.3892548 -0.9206775 0.02887095 +0.004411792 0.004559251 -0.007720056 0.442093 0.4539799 -0.7735994 +0.005590962 -0.0009089669 0.008138747 0.5638723 -0.09115598 0.8208159 +0.003834253 0.009163408 0.001108477 0.38818 0.9147253 0.1122229 +0.008295097 -0.0003779906 0.005437914 0.8357136 -0.03786708 0.5478584 +0.007995592 -0.001937078 0.005547382 0.8059846 -0.1941451 0.5591928 +0.004846222 -0.008167301 0.003015941 0.4895782 -0.8170072 0.3046513 +-0.00586258 0.004826529 -0.006425631 -0.5902142 0.4828132 -0.6469456 +0.001074908 -0.007794084 -0.006116989 0.1084411 -0.7793216 -0.6171696 +-0.003647482 -0.008528467 -0.003722213 -0.367824 -0.8507754 -0.3753487 +-0.002277085 0.005804637 -0.007790936 -0.2287234 0.5790262 -0.782569 +0.0005265932 -0.006350542 -0.007625464 0.05311182 -0.6362824 -0.7696258 +0.007977364 -0.003927531 -0.004501485 0.80119 -0.3920457 -0.4521004 +-0.004251816 -0.008446322 0.003146821 -0.4298577 -0.8449789 0.3181713 +-0.002941116 -0.006249446 0.007127541 -0.2971253 -0.6269134 0.7202055 +0.005616304 -0.004855346 -0.006592704 0.5665029 -0.4866207 -0.6650375 +0.007199435 -0.004586736 0.005087689 0.7254454 -0.4592528 0.5126556 +0.008076888 0.005390522 -0.002259305 0.8117109 0.5381207 -0.2270495 +0.004877692 0.007887926 -0.003619513 0.49279 0.7895958 -0.3656453 +-0.004735437 -0.006449871 0.00588148 -0.4783018 -0.6467192 0.5941226 +-0.006168741 0.007421149 -0.002389354 -0.6233875 0.7436798 -0.2415128 +-0.002371063 -0.004174 0.008744928 -0.2379355 -0.4162725 0.8775556 +0.004352353 0.008951311 0.0004389318 0.4413454 0.8962291 0.04458357 +0.005396723 -0.007656829 -0.003419797 0.543967 -0.7650335 -0.344708 +-0.003922258 -0.006103053 -0.006848949 -0.394177 -0.6089891 -0.6883 +0.005272986 -0.00840551 -0.0009063519 0.5331389 -0.8410447 -0.09168815 +0.008666759 -0.004905624 -0.0002023094 0.8714396 -0.4900802 -0.02035667 +-0.007420664 0.004037078 0.005188213 -0.749302 0.405133 0.5238452 +-0.001357597 -0.007669762 0.006225679 -0.1368526 -0.7664077 0.627607 +0.003964277 -0.008321173 0.003810297 0.4003008 -0.8317058 0.3847398 +0.000401927 -0.006983495 0.007086307 0.04056059 -0.6985348 0.7144256 +-0.001046986 -0.009488652 0.002885906 -0.1066041 -0.9497801 0.2941993 +-0.005936804 -0.007825648 -0.001765782 -0.5981748 -0.781367 -0.1779116 +0.0008739413 0.007905812 0.005985164 0.08827007 0.791495 0.6047677 +0.00130365 0.006863529 0.007096045 0.1313885 0.6864363 0.7152218 +-0.008770319 0.00139184 0.004421262 -0.8842198 0.1395291 0.4457431 +0.005982618 0.001220135 0.007784771 0.6047397 0.1226394 0.7869241 +0.008459846 0.00508605 0.000940559 0.8546326 0.5104563 0.09506672 +-0.006092026 0.0002738209 0.00779318 -0.615637 0.02751541 0.7875494 +0.001833486 -0.00893116 0.004014941 0.1860016 -0.8942547 0.4070773 +0.009534271 0.002010593 -0.001973849 0.9592259 0.2011207 -0.1985851 +6.258541E-05 -0.002003866 0.009786821 0.006266248 -0.1994807 0.9798817 +-0.004369623 0.008814435 -0.001560831 -0.4427671 0.8825595 -0.1582593 +3.37041E-05 0.002807826 -0.009569744 0.003381598 0.2800193 -0.9599884 +-0.002918742 0.003770326 -0.008706236 -0.2942839 0.377856 -0.8778507 +0.009692585 -0.001349785 0.001461238 0.9796869 -0.1356579 0.1476838 +0.004079359 0.002519827 -0.008671232 0.4118631 0.252926 -0.8754412 +-0.007296306 0.002532092 -0.006209855 -0.7365205 0.2541202 -0.6268657 +0.007674384 -0.0007798951 0.006225024 0.7742502 -0.07823846 0.6280249 +0.003225907 -0.0004828682 -0.009370091 0.325144 -0.04839461 -0.9444253 +0.008844484 -0.002628721 -0.003582045 0.8939384 -0.2641502 -0.3620757 +-0.005469129 -0.003840964 0.007311562 -0.5525997 -0.385746 0.7388055 +-0.008277841 0.00502494 0.002350131 -0.8320867 0.5018237 0.23623 +0.005757466 0.008110514 -0.0004007343 0.5821036 0.8121067 -0.04047417 +0.001511797 0.00974784 -0.001493731 0.1553835 0.9758556 -0.1534985 +-0.003353866 -0.007988807 -0.004902931 -0.3389889 -0.7997717 -0.4954309 +0.007899128 -0.003250136 -0.005096585 0.7946561 -0.3250216 -0.5127208 +0.0008006374 0.008917596 0.004369798 0.08110414 0.8928273 0.4430369 +-0.006692322 -0.003503096 0.006515148 -0.671386 -0.3493291 0.653613 +0.005892113 9.949991E-05 0.007946579 0.5955735 0.01000082 0.8032385 +0.001441326 0.009309996 -0.003262014 0.1466093 0.9319434 -0.3316433 +-0.001662959 0.006052251 -0.007718537 -0.167557 0.6056489 -0.7778907 +-0.006283846 0.007674929 -0.0008737372 -0.6343551 0.7679915 -0.0882199 +0.0076742 0.005132127 0.003638577 0.7746947 0.5146945 0.3673387 +-0.005070375 0.0009981442 0.008522889 -0.5087376 0.09958439 0.8551427 +-0.002346616 -0.008208724 0.005113831 -0.2373255 -0.822212 0.5173432 +-0.006241939 0.003674121 0.006809131 -0.6284148 0.3676604 0.6855077 +-0.003954506 0.003005872 0.008576805 -0.3992202 0.3016519 0.8658113 +-0.001885773 0.001502181 -0.009615748 -0.1902439 0.1506896 -0.970103 +0.002634661 -0.008660459 0.004191127 0.2664215 -0.8657385 0.4236938 +0.008708371 -0.001789368 0.004429264 0.8769121 -0.1791556 0.446014 +0.0001340304 -0.0007626829 -0.009948011 0.01343269 -0.07600756 -0.9970168 +0.006169805 0.007350313 0.002583288 0.6236149 0.7368067 0.2611902 +-0.002912296 0.006405286 -0.007003421 -0.2941977 0.6424312 -0.7076226 +-0.009510264 -0.002745247 0.0006186898 -0.9593282 -0.275305 0.06242184 +-0.0003117647 0.009447925 0.003166907 -0.03188182 0.9459771 0.3226622 +-0.007290009 0.004438343 0.005074626 -0.7351044 0.4447372 0.5116936 +-0.008785543 0.002620566 -0.003730261 -0.8879712 0.2633277 -0.3770486 +0.001465387 -0.002303534 -0.009522555 0.1479597 -0.2312654 -0.9615738 +0.006752279 -0.007219373 -0.001020713 0.6823865 -0.723669 -0.1032076 +0.002577504 -0.00364645 -0.008905323 0.258935 -0.3641155 -0.8946354 +0.0007547172 0.009709019 0.002170316 0.07733634 0.9718422 0.2225801 +0.005408078 -0.007379953 0.003887823 0.5465563 -0.7395669 0.392832 +0.001834372 0.008643269 0.004610811 0.1855861 0.864799 0.4665624 +-0.007177033 0.006731489 0.001578658 -0.7226775 0.6726592 0.1589554 +0.009371068 0.002966659 0.001204767 0.9467821 0.2979664 0.1217365 +-0.002455892 -0.009675456 -0.000146973 -0.2512813 -0.9677978 -0.01500877 +-0.003349365 0.009387689 -0.0002132417 -0.3409183 0.93984 -0.02180624 +-0.0003068461 -0.00805991 -0.005841514 -0.03105616 -0.8066396 -0.5902272 +0.007495553 0.002787353 0.005833711 0.7575586 0.2800703 0.5896318 +-0.007913522 0.005016272 0.003243327 -0.7994803 0.5034807 0.3276255 +0.0001243133 -0.009918837 -0.001170181 0.01295637 -0.9924505 -0.1219601 +-0.006839361 -0.004748314 0.005400859 -0.6901491 -0.47609 0.5450069 +0.003396756 -0.009331792 -0.0009571478 0.3452075 -0.9334691 -0.09729973 +0.005269996 0.005992833 0.005935967 0.5311812 0.5998347 0.5983686 +0.005584277 0.002023219 -0.007952485 0.5627417 0.2027139 -0.8013918 +0.008531557 0.0009187214 0.005076858 0.8557405 0.09163164 0.5092266 +0.004736598 0.008602882 -0.001732629 0.4789035 0.8602139 -0.1751669 +-0.001195442 -0.00246526 0.009512782 -0.1207848 -0.2476761 0.9612843 +0.006080928 0.002676319 -0.007344736 0.6142738 0.2687708 -0.7419096 +-0.0001634293 -0.009910086 -0.001292966 -0.01702016 -0.9907464 -0.1346546 +0.007690675 -0.00615753 0.001224005 0.7768005 -0.6175032 0.123575 +-0.006409323 0.007652613 -0.0001021406 -0.6453564 0.7638123 -0.0102868 +-0.0007183266 0.009371202 -0.003329255 -0.0730068 0.9380346 -0.3387641 +0.008857226 -0.004631108 2.3574E-05 0.8873797 -0.4610333 0.002361833 +0.001222376 -0.00606349 -0.007767398 0.1233902 -0.6079451 -0.7843325 +0.0004105839 0.009596124 0.002736903 0.04185647 0.9593276 0.279175 +0.008700524 -0.002298941 0.004168983 0.8775327 -0.2305317 0.4204658 +-0.00740227 0.004097802 0.005169228 -0.7473774 0.4111811 0.5218785 +0.006054465 -0.005937789 -0.005188501 0.6105164 -0.5945758 -0.5232106 +-0.003520053 0.00371717 0.008481942 -0.3556278 0.3732488 0.856863 +0.007100094 0.002039041 0.006690554 0.7125617 0.2034615 0.6714606 +0.003794863 -0.008883046 0.002451471 0.3845598 -0.8890583 0.248373 +-0.009368914 -0.002928747 -0.001301815 -0.946655 -0.2941879 -0.1315211 +0.001282852 0.006679934 0.007257921 0.1293951 0.6687463 0.7321443 +0.007470347 -0.006229674 -0.002155188 0.7519188 -0.6225394 -0.2169398 +0.000134492 -0.0004476927 0.009958982 0.0134899 -0.04465156 0.9989115 +0.004902027 -0.008623125 -0.001074673 0.4954284 -0.8618305 -0.1086225 +-0.006587442 -0.00135177 0.007298063 -0.6638625 -0.1354567 0.735485 +-0.008166035 0.004464827 0.003441361 -0.8240065 0.4476978 0.3472464 +0.004060308 -0.008750856 -0.002521023 0.4108692 -0.87526 -0.2551595 +0.0003402086 0.009210717 -0.003830601 0.03453729 0.9207845 -0.3885397 +0.001128341 -0.009096806 -0.00396396 0.1142437 -0.9087376 -0.4014278 +0.000348132 0.009209091 0.003834133 0.03529567 0.9206073 0.3888913 +0.008151876 0.003733367 -0.004298678 0.8205398 0.3735108 -0.4326711 +0.006414128 -0.001092915 0.007475513 0.6472505 -0.1096634 0.7543478 +-0.003586604 -0.007870159 0.004934399 -0.3622349 -0.7876493 0.498392 +0.008010903 -0.002394909 0.005341173 0.8076953 -0.2400684 0.5385123 +-0.002349323 -0.006320037 0.007311039 -0.2368883 -0.6327047 0.7372711 +0.0005391243 -0.0004505497 0.009905711 0.05428984 -0.04511457 0.9975055 +0.005428223 0.006104984 -0.005700533 0.5463758 0.6101283 -0.5737743 +-0.009036399 0.0008355793 0.00397697 -0.9120567 0.08386126 0.4013972 +-0.009852804 -0.001080539 0.0005253486 -0.9927126 -0.108255 0.0529392 +0.008191503 -0.003233823 0.004719239 0.8203586 -0.3219351 0.47262 +0.007605343 -0.006140258 0.001978899 0.764656 -0.6129577 0.1989572 +0.009637353 0.001102312 0.002139139 0.9702775 0.1103535 0.215369 +-0.008198096 -0.003378713 -0.00458619 -0.8217793 -0.336659 -0.4597167 +0.00695942 0.006985241 -0.001351531 0.7019755 0.6990395 -0.136287 +-0.004317101 0.008493343 -0.002953249 -0.4361589 0.8489618 -0.2983779 +0.002754062 0.006242489 0.007211095 0.2781686 0.6260664 0.7284663 +-0.001179544 -0.008194586 0.00553583 -0.1191911 -0.8201702 0.5595663 +-0.009444558 0.002649914 0.001320665 -0.9546114 0.2662809 0.1334597 +0.008650292 -0.002194642 0.004365964 0.8709309 -0.2196886 0.4395637 +0.005809092 -0.008107767 3.816737E-05 0.5861364 -0.8102033 0.003847229 +-0.0004280492 -0.007260765 -0.006785985 -0.04326291 -0.7271069 -0.6851597 +0.00792049 -0.005749615 -0.001972333 0.7951179 -0.5732219 -0.1980006 +0.00891481 -0.0008669223 -0.004259354 0.8988857 -0.08692009 -0.4294757 +-0.009943765 -0.000468831 0.0002500784 -0.9985878 -0.04681621 0.02511387 +-0.008732051 -0.004590663 -0.001148024 -0.8803883 -0.4599122 -0.1157461 +0.003525552 -0.00528466 -0.007621475 0.3559683 -0.5300947 -0.7696012 +0.006260284 0.004091584 -0.006568447 0.629598 0.4089544 -0.6605775 +-0.005034069 0.00540888 0.00661881 -0.5085002 0.5426823 0.6685234 +-0.004227281 0.002766872 -0.008535679 -0.4263697 0.2774477 -0.8609481 +0.004733468 -0.00443625 0.007552925 0.4760067 -0.4433172 0.7595311 +0.005158127 -0.007786199 -0.003488755 0.520192 -0.7782048 -0.3518488 +-0.006027399 -0.003028623 -0.007262452 -0.6084461 -0.3039203 -0.7330933 +-0.008224403 -0.001044213 -0.005449058 -0.8290547 -0.1046673 -0.5492842 +0.001779841 -0.007407594 0.006436787 0.1792857 -0.739913 0.6483712 +-0.003188112 -0.002326448 0.009098543 -0.3215536 -0.2332964 0.9177015 +-0.00658892 -0.006618739 0.003463089 -0.6636755 -0.6616896 0.3488574 +0.002341483 -0.009295412 -0.002748535 0.2378903 -0.9302388 -0.2793994 +0.00650186 0.002450755 -0.007100724 0.6546859 0.2453415 -0.7149783 +0.008890006 -0.0002921732 0.004384935 0.896453 -0.02929612 0.4421694 +-0.0008446728 0.009732076 -0.00201399 -0.08661833 0.9745189 -0.2069063 +-0.0008926937 -0.003717648 -0.009144869 -0.09016782 -0.3731164 -0.9233927 +-0.001900664 0.009659291 0.001680937 -0.194299 0.9657893 0.1717527 +-0.005985182 -0.00700877 0.003783007 -0.6030799 -0.700682 0.3812339 +0.00450689 0.007873598 -0.004135809 0.454632 0.7869581 -0.4171411 +-0.000696891 -0.006957762 0.007075028 -0.07031026 -0.6966376 0.7139695 +-0.004393538 -0.008355351 0.003172014 -0.4443493 -0.8364237 0.3208568 +-0.0009481277 -0.006960351 0.007039179 -0.09568546 -0.6970991 0.710561 +-0.002424972 0.003681764 -0.008952043 -0.2432132 0.3670341 -0.8978493 +0.007441424 0.006149475 0.002394051 0.7502127 0.6155567 0.2413935 +-0.002418479 0.005564224 0.0078976 -0.2433613 0.5561048 0.7946841 +-0.005944592 -0.0007084201 0.007901845 -0.5996576 -0.07105888 0.7970956 +0.00552942 0.006515628 0.005107125 0.557165 0.6516924 0.5146496 +0.007804753 0.001861381 -0.005813034 0.7878761 0.1868274 -0.5868108 +-0.008887112 0.0004489926 -0.00439192 -0.8955931 0.04499205 -0.4425931 +0.007748997 0.003102424 -0.005359645 0.781642 0.3110884 -0.5406106 +-0.0005453383 -8.685824E-05 0.009904892 -0.05497214 -0.008706181 0.9984499 +-0.002185202 -0.009073898 0.003538884 -0.2213349 -0.9069025 0.358523 +0.003800346 0.005625858 0.00728499 0.3824576 0.562328 0.733153 +0.00700991 -0.002851039 -0.006437551 0.7058915 -0.2854178 -0.64827 +-0.006715102 -0.0004026153 -0.007315077 -0.6757017 -0.04028445 -0.7360736 +-0.003815421 -0.008970823 -0.002116852 -0.3864619 -0.8970391 -0.2144017 +-0.0008341144 0.009941401 -0.0001714336 -0.08703434 0.9960447 -0.01788797 +-0.007892889 0.005940884 -0.001026833 -0.796671 0.595457 -0.1036645 +-0.000310756 -0.009635281 0.002627667 -0.03170711 -0.9628494 0.2681708 +0.006441781 -0.0009205783 0.007483896 0.6495838 -0.09230714 0.7546657 +-0.007215238 0.006897927 0.0001185284 -0.7254558 0.6881655 0.0119161 +0.0019352 0.003705779 0.009012775 0.1949236 0.3710526 0.9079233 +-0.002522087 -0.008825321 -0.003879897 -0.2555451 -0.8833117 -0.3930104 +-0.009109756 -0.002648699 -0.002927117 -0.917936 -0.2653393 -0.2949384 +0.002033111 0.007149548 0.006628385 0.2049794 0.7150697 0.6683254 +0.007292421 -0.0007982668 0.006718698 0.7331023 -0.07979704 0.675421 +0.007487009 -0.003971197 0.005148354 0.7557803 -0.3984147 0.5196749 +0.006481399 -0.006260115 0.004205031 0.6536769 -0.6267959 0.4240678 +0.005610801 -0.007835422 -0.002516953 0.5664709 -0.7839193 -0.2541283 +-0.001650579 -0.009162771 -0.003611028 -0.1672613 -0.915496 -0.3659108 +-0.002476816 0.008761218 -0.004069237 -0.2506111 0.8761545 -0.4117613 +0.002123016 0.009716291 -0.0007782523 0.2178494 0.9727169 -0.07977147 +-0.006020914 0.004958645 -0.006203734 -0.6050912 0.4951175 -0.6234768 +-0.002469105 -0.009348092 0.00246424 -0.2509702 -0.9350269 0.2504767 +-0.007340047 0.003734813 -0.0055071 -0.741498 0.3750187 -0.5563647 +0.004334716 0.0007249564 0.008904533 0.4365368 0.07259728 0.8967527 +-0.0007642688 0.0003157939 0.00987607 -0.07711652 0.03168488 0.9965185 +0.001822052 0.005886496 -0.007832444 0.1832769 0.5879833 -0.7878358 +0.001907579 0.001475203 -0.009616585 0.1924384 0.1479691 -0.970089 +0.007695413 -0.001599444 0.006014164 0.7776817 -0.1607157 0.6077677 +-0.002355829 0.004054288 -0.00880602 -0.2363738 0.4042913 -0.8835588 +0.00372286 0.001833256 0.008994499 0.3759023 0.1840497 0.9081978 +-4.886852E-05 0.000957179 0.009932488 -0.004898395 0.09538752 0.9954281 +0.0005910792 0.005590835 -0.00819889 0.05959378 0.5597715 -0.8265013 +0.007901269 -0.004880417 0.003486947 0.7977463 -0.4895699 0.3520258 +0.001445777 -0.007708747 0.006172328 0.1456392 -0.769599 0.6216965 +-0.00618781 0.007186043 -0.002995513 -0.6248285 0.7197739 -0.3025144 +0.008500071 -0.004898817 -0.001499875 0.8577985 -0.4911881 -0.15138 +0.00731534 -0.000861328 0.006674713 0.7359687 -0.08616652 0.6715098 +-0.004246686 0.007369082 -0.005147258 -0.429088 0.7384527 -0.5201645 +0.003894516 -0.008608615 0.003184166 0.3938516 -0.8609354 0.3219799 +0.001794334 -0.006808678 0.007085842 0.1802707 -0.6787771 0.7118737 +-0.00540342 0.007875993 -0.002868703 -0.5449066 0.7870079 -0.2893017 +0.002603549 0.0005299342 -0.009627879 0.2606781 0.05276031 -0.9639831 +-0.001936365 0.00791969 0.005723174 -0.1955777 0.7923364 0.5778862 +0.001697193 -0.00646949 0.00737458 0.1710251 -0.6470354 0.7430314 +0.002559156 0.007588021 0.005906663 0.2584547 0.7597865 0.596595 +-0.009498467 -0.001422123 0.002652578 -0.9533969 -0.1419346 0.26625 +0.008348959 -0.005357913 -0.0005270788 0.8420427 -0.5367833 -0.05317779 +-0.004460677 -0.005633854 -0.00688782 -0.4491149 -0.5633686 -0.693478 +0.002914421 -0.009330601 0.001964045 0.2964126 -0.9339494 0.1996951 +0.000434262 -0.003897586 0.009127065 0.04377292 -0.3903246 0.9196362 +0.004901932 -0.008529771 0.001679848 0.4950436 -0.8521465 0.169641 +0.006403781 -0.0008854761 -0.007519084 0.6458209 -0.08879785 -0.7583076 +-0.00847236 0.004941812 -0.001511759 -0.8550789 0.4955349 -0.1525951 +0.006572274 -0.005616586 0.004889006 0.6631793 -0.5628854 0.4933084 +0.008885118 -0.0004568989 0.004396735 0.8953288 -0.04578088 0.4430468 +-0.003937814 -0.003301119 -0.008494944 -0.396895 -0.3307377 -0.856205 +-0.008634915 -0.004126041 -0.00269063 -0.8695335 -0.4129266 -0.27093 +-0.004775441 -0.00738757 0.004699009 -0.4810297 -0.7379437 0.4733386 +-0.002507195 0.001617624 0.009518069 -0.2513914 0.1612722 0.9543551 +-0.0003686365 0.007182843 -0.00687724 -0.03717773 0.7189967 -0.6940184 +-0.002395847 0.002886887 0.009236611 -0.2404398 0.2880171 0.9269493 +-0.009295988 0.0007746206 0.003371977 -0.937227 0.07765795 0.3399631 +-0.006339174 0.007625432 -0.0008560535 -0.6401588 0.7633604 -0.0864732 +0.002232679 -0.008557787 0.004622864 0.2255251 -0.8550394 0.466954 +0.009507751 0.001912535 0.002277673 0.9545947 0.1909219 0.228687 +-0.005406161 0.002295148 0.007995967 -0.5450916 0.230075 0.8061889 +-0.003313557 0.008116903 -0.004707079 -0.3350929 0.8130378 -0.4761118 +-0.002366322 0.004545458 0.008573744 -0.2372147 0.4527873 0.859484 +-0.006901471 0.0005432992 0.007172071 -0.6923635 0.05419726 0.7195106 +0.004113086 -0.007978246 0.004339059 0.4150376 -0.7975292 0.4378253 +-0.001656341 -0.00555276 -0.0080818 -0.1669409 -0.5557709 -0.8144012 +-0.001523439 -0.006178066 -0.007634547 -0.1537323 -0.6188859 -0.77029 +0.0001208202 0.005696215 -0.008196718 0.01213103 0.5679858 -0.8229489 +0.002722233 0.00702697 -0.006483788 0.2749439 0.7040385 -0.654779 +-0.008597109 0.002463555 0.004299154 -0.866715 0.2469225 0.4333986 +0.004646563 0.006979501 0.005361715 0.468653 0.698469 0.5408377 +0.006421806 0.0034765 0.006778385 0.6449893 0.3470841 0.680824 +-0.004932274 -0.008199428 0.002819051 -0.4977542 -0.8193306 0.2844962 +0.0007372991 0.008166258 0.005634184 0.07451075 0.8182034 0.5700802 +-0.005310293 0.00782776 0.003194557 -0.5348522 0.7812863 0.3217528 +0.007485711 -0.001230011 0.00637015 0.7557514 -0.1234781 0.643112 +0.008267361 0.005028086 0.002370473 0.8312233 0.5022551 0.2383437 +0.003637031 -0.007935594 0.00477986 0.3676348 -0.7946525 0.4830859 +0.009720459 0.001244539 -0.001359399 0.9825848 0.1250919 -0.1374016 +-0.001807623 0.005807878 0.007898304 -0.1817498 0.5799224 0.7941391 +0.004102376 0.007342158 0.005294017 0.4146111 0.7359993 0.5351661 +-0.005210389 -0.006005321 -0.005969009 -0.5254402 -0.6013352 -0.6019207 +-0.007744089 -0.005637677 -0.002673365 -0.7804084 -0.5642626 -0.2693888 +-0.00169424 -0.0006182088 -0.009753637 -0.1708117 -0.06197588 -0.9833526 +0.006389968 -0.007559831 0.001003772 0.6454479 -0.7570489 0.1013608 +-0.00780327 0.006092666 -0.000769605 -0.7879239 0.6108434 -0.07775786 +-0.003563764 0.008969077 -0.002482242 -0.361314 0.8978211 -0.2517332 +-0.0002451508 -0.006055266 0.007902742 -0.02467252 -0.6053085 0.7956085 +-0.001684517 -0.009222915 -0.003424222 -0.1709018 -0.9220237 -0.3473684 +0.002939848 0.000643942 0.009488579 0.2953379 0.06432611 0.9532249 +-0.006196184 -0.005666907 0.005329297 -0.6244016 -0.5671752 0.5370615 +0.009755323 0.0006843607 -0.001679411 0.9831825 0.06858419 -0.1692581 +-0.001812628 -0.009742368 0.001144563 -0.1861715 -0.9754399 0.1177168 +-0.007832041 0.004758124 -0.003846749 -0.7891833 0.4763831 -0.3876196 +-0.007707343 0.0009037712 -0.006154342 -0.7782127 0.09074041 -0.6214106 +-0.005111843 0.008583035 -6.863662E-05 -0.5158459 0.8566532 -0.006950477 +-0.003392403 0.005706049 -0.007401635 -0.341971 0.5712652 -0.7461313 +-0.005646265 0.007434765 -0.003481827 -0.5693264 0.7433699 -0.3510964 +-0.008016743 0.004035521 -0.004284891 -0.806872 0.4036778 -0.4312795 +-0.008132312 -0.005723298 -0.0004849362 -0.8186609 -0.572199 -0.04881092 +-0.004155344 -0.0061922 -0.006588573 -0.4187652 -0.6195391 -0.663933 +0.003469401 0.009224813 -0.001561618 0.3520748 0.9224656 -0.1584317 +-0.004526853 0.007271792 0.005062463 -0.4569854 0.7280339 0.5110098 +0.006238308 0.004673963 0.006253266 0.6251166 0.4653819 0.626617 +0.002918411 -0.001745886 0.0093406 0.2936434 -0.1746634 0.9398224 +-0.004873003 -0.008019619 -0.00332178 -0.4925475 -0.8029276 -0.3357146 +0.004809779 0.006264741 0.006012657 0.4858885 0.6283712 0.6075047 +-0.007648468 -0.004945998 0.003993941 -0.7702597 -0.4948835 0.4022317 +-0.006479893 0.007495229 -0.0008461363 -0.6547867 0.7509565 -0.0855494 +-0.008198095 -0.002313377 -0.005134424 -0.8245194 -0.2313238 -0.5163885 +0.002149492 0.002849629 0.009279483 0.216295 0.2850744 0.9337822 +-0.009366878 -0.0001428916 0.003233662 -0.9451606 -0.01433704 0.326291 +0.007028399 -0.007086773 -1.815423E-06 0.7070114 -0.7072022 -0.0001828175 +0.0001971874 0.009180378 0.003934797 0.01997469 0.9168972 0.3986233 +0.003733166 0.002723306 -0.008753449 0.3773432 0.2736448 -0.8847207 +-0.003383469 -0.008025896 0.004814554 -0.3420408 -0.803773 0.4867823 +0.007957138 -0.003833481 -0.004633091 0.7985166 -0.3823603 -0.4649428 +0.008033292 0.003842618 0.00446202 0.8072518 0.3837907 0.4483852 +0.007058756 -0.00657 0.00243153 0.7121087 -0.6578408 0.245248 +0.007377457 0.006740047 -3.411293E-06 0.7408411 0.6716803 -0.0003421914 +-0.005172271 -0.002722653 0.008025748 -0.5211639 -0.2727417 0.8087028 +-0.003843724 0.009127996 0.001262669 -0.389452 0.9121227 0.1279039 +0.004871007 -0.002643016 -0.008284802 0.4888893 -0.2637291 -0.8315252 +0.002936309 0.008035142 0.005133467 0.2961209 0.802677 0.5177084 +0.002446485 0.002019918 0.009470765 0.2449991 0.2011196 0.9484336 +0.001090116 -0.001701501 -0.009693103 0.1101067 -0.1708917 -0.9791182 +-0.0009322257 0.00620187 0.007693016 -0.09424045 0.6221051 0.7772413 +-0.001780111 0.007804393 -0.005963183 -0.1793168 0.7791049 -0.6007004 +-0.00489804 -0.002300734 0.008383906 -0.4910002 -0.2293052 0.8404391 +-0.001400235 0.0002162642 -0.009792343 -0.1415195 0.02173442 -0.9896969 +0.009878822 -7.147642E-05 0.0007433641 0.9971551 -0.007173963 0.07503424 +-0.002177548 0.009732904 0.0001613382 -0.2236528 0.9745294 0.01648979 +0.002908794 0.001257338 -0.009416644 0.2927971 0.1258453 -0.947857 +0.006281248 0.001325259 -0.007537568 0.634491 0.1331098 -0.7613823 +0.005927157 0.0079631 -0.000698082 0.5991806 0.7975013 -0.07052847 +0.004181827 -0.007674832 -0.004787907 0.4218073 -0.7673562 -0.4829525 +-0.0003334393 -0.007932876 0.006017981 -0.03364883 -0.7935311 0.6075987 +-0.007250115 -0.006872556 5.995648E-05 -0.7284006 -0.6851249 0.006034063 +0.001361257 -0.004981326 0.008468145 0.1374944 -0.4997882 0.8551649 +0.004732922 0.001464058 -0.008630575 0.4756631 0.1463035 -0.8673753 +-0.0001442677 0.005301027 0.00843395 -0.01451382 0.5295591 0.8481489 +0.006354486 -0.007582307 0.001090479 0.6416666 -0.7590413 0.1100921 +0.004565506 -0.007976107 -0.003822907 0.4614118 -0.7986183 -0.3864039 +-0.006776648 0.002395492 -0.006909221 -0.6799357 0.2389634 -0.6932416 +-0.00104996 0.009927977 2.255644E-05 -0.1094902 0.9939851 0.002352193 +-0.003008595 -0.006784504 0.006632454 -0.3033404 -0.6788169 0.6687243 +0.009740594 -0.0001637405 -0.001793312 0.9833384 -0.01643677 -0.1810396 +-0.004774017 0.006462929 -0.0058386 -0.4821295 0.6479239 -0.5896998 +0.006722623 -0.006481689 0.003429167 0.6778957 -0.6487685 0.3457699 +-0.002394655 0.00427661 -0.008687327 -0.2403452 0.4265694 -0.8719362 +0.003845146 0.009173845 0.001017772 0.3891554 0.915395 0.1030056 +0.008962475 0.002452946 0.003424783 0.9053274 0.2463474 0.3459701 +-0.0008967882 0.009468852 -0.003007903 -0.09131556 0.9475098 -0.3064094 +0.002199959 -0.008503508 -0.004726425 0.2222762 -0.8500181 -0.4775589 +-0.005750156 0.008033009 0.001290265 -0.5807289 0.8036076 0.130264 +-0.009131929 -0.0005993728 -0.003800878 -0.9215524 -0.06014498 -0.3835672 +-0.003276709 0.006606185 0.00667708 -0.3305131 0.6612788 0.6734028 +-0.001037623 0.009515716 -0.002808065 -0.1056717 0.9522837 -0.2863377 +-0.002160847 -0.003708101 -0.00898206 -0.2172533 -0.3705542 -0.9030452 +0.001148135 -0.008958785 -0.004241612 0.1162475 -0.8955685 -0.429469 +-0.008151524 -0.005582266 -0.000990449 -0.8227209 -0.5595902 -0.09994542 +0.003455952 -0.001649779 -0.009132119 0.3490412 -0.1656782 -0.9223454 +0.002120563 0.008702997 -0.004368566 0.2146732 0.8708567 -0.4421811 +0.00600128 -0.004333269 -0.006635998 0.6043819 -0.433681 -0.6683137 +-0.008453103 -0.001459548 0.005058041 -0.848947 -0.1457512 0.5079819 +0.003024273 -0.004247066 -0.008440303 0.3051573 -0.4259225 -0.8517447 +-0.002866153 0.004404069 0.008432614 -0.2888286 0.4410198 0.8497527 +-0.005861906 0.002577085 0.007547542 -0.5924857 0.2589558 0.7628253 +0.002382148 0.003577423 0.009009686 0.2388187 0.3564946 0.9032592 +-0.00964641 0.001044127 0.00213108 -0.9711089 0.1045201 0.2145297 +-0.005832839 -0.002766827 0.007503409 -0.5895202 -0.2780161 0.7584016 +0.008325348 -0.00404337 0.003531023 0.8413087 -0.4060833 0.3567859 +0.001117919 0.00493007 0.008531351 0.1128832 0.4947304 0.861684 +0.00294037 -0.009414305 -0.001457463 0.2993869 -0.9425088 -0.1484746 +0.003470962 -0.004208421 0.00827329 0.3506683 -0.4225099 0.8357734 +0.002534994 -0.009485192 -0.001750113 0.2583245 -0.9494364 -0.1784353 +-0.007323166 -0.00459588 -0.004919972 -0.7371601 -0.4596975 -0.4952507 +-0.009428835 0.001120247 0.002928182 -0.9489869 0.1121135 0.2947107 +-0.007547455 0.001210063 -0.006294149 -0.762294 0.1215267 -0.6357194 +0.00505443 -0.008297935 -0.002162594 0.5113367 -0.8310447 -0.2188595 +-0.005573418 0.005803681 -0.005895455 -0.560035 0.5791517 -0.5924053 +0.008868998 0.000304617 0.004435652 0.8939638 0.03053137 0.4470981 +-0.003577218 0.002870452 -0.0087738 -0.361483 0.2883786 -0.8866611 +0.009010899 -0.002314965 0.003408038 0.9097382 -0.232369 0.3440654 +0.003808378 -0.006162964 -0.006843815 0.3831662 -0.6156554 -0.6885871 +0.006280385 0.0006002522 -0.007648645 0.6334419 0.06020048 -0.771445 +-0.006643419 0.007287896 -0.001290276 -0.6709287 0.7299755 -0.130347 +0.006355447 -0.003058822 -0.007000157 0.6399071 -0.3061658 -0.7048272 +-0.003237169 0.009424161 0.0002859544 -0.3297412 0.943625 0.02902829 +-0.009609737 -0.001241614 -0.002203459 -0.9671528 -0.1242533 -0.2217581 +0.00676838 -0.006356996 -0.003581519 0.6820906 -0.6359755 -0.3609537 +-0.003807701 0.006930944 -0.006070372 -0.3833831 0.6924143 -0.6112117 +0.007688549 0.006195876 -0.001003192 0.7768204 0.6215197 -0.1013079 +0.001252773 -0.002264766 -0.009561409 0.1265011 -0.2273875 -0.9655529 +-0.002531487 0.009473776 0.001806994 -0.2580809 0.9484281 0.1840611 +0.009645699 0.001408762 -0.001755799 0.9739443 0.1414388 -0.1772782 +0.005388501 -0.007689162 -0.003374128 0.542912 -0.7679021 -0.3399603 +-0.009462333 -0.0007404902 0.002982535 -0.9511274 -0.07401273 0.2997979 +0.00928494 -0.002695963 0.002435087 0.9316509 -0.2689362 0.2443355 +0.002706119 0.002661727 0.00919738 0.2720842 0.2660668 0.9247587 +0.0002117206 0.00991769 -0.001175449 0.02206396 0.9922236 -0.1224967 +-0.009272795 -0.003223134 0.001405375 -0.9356177 -0.3232804 0.1418074 +-0.008103572 0.0009208655 0.005634141 -0.8175446 0.09237982 0.5684074 +0.00427065 0.008959046 -0.0009461398 0.4327935 0.8963829 -0.0958513 +0.009529617 -0.002219192 -0.001591255 0.9615867 -0.2226384 -0.1605714 +-0.00302752 -0.00745987 0.005859913 -0.3054684 -0.7463666 0.5912918 +0.000289858 0.009940276 0.0008169336 0.03024412 0.9959013 0.08523984 +-0.003049815 0.005339659 0.00778264 -0.308102 0.5357889 0.7861319 +0.001477729 -0.009724213 0.001666164 0.151724 -0.9735221 0.170981 +-0.008372517 0.003752437 -0.003744539 -0.8456087 0.3766969 -0.3782134 +-0.008221044 -0.00562223 0.0002777868 -0.8268982 -0.5616569 0.02794433 +0.00375511 0.001862383 0.008976844 0.3791008 0.1869444 0.906275 +0.005407968 0.008038253 0.002262185 0.5469337 0.8052892 0.2288513 +0.004409507 0.004501316 0.007748005 0.4420951 0.4484584 0.7768121 +0.006181952 -0.005982364 0.004963295 0.6240466 -0.5996462 0.5009894 +-0.005681776 0.004181599 0.006963491 -0.5738468 0.4197008 0.7032433 +0.003091475 0.00795589 0.005162547 0.311749 0.7948448 0.5206096 +0.00628571 0.00431627 -0.006426974 0.6310567 0.4306315 -0.6452317 +0.007155167 0.006882733 0.0006983909 0.7215853 0.6887325 0.07044286 +0.001257224 0.00703862 -0.00691468 0.1269199 0.7048247 -0.6979352 +0.007741727 -0.005251071 0.003288157 0.782221 -0.5270521 0.3321843 +0.0002338536 0.008952929 -0.004376229 0.0237411 0.8959353 -0.4435496 +-0.007963222 -0.003615364 0.004779464 -0.799643 -0.3608596 0.4799495 +0.003293458 -0.009394594 -0.0004903353 0.3353418 -0.9407666 -0.05004032 +-0.003840588 0.002989973 0.008628771 -0.3878939 0.3001922 0.8714488 +-0.006774784 -0.006204467 -0.00388755 -0.681042 -0.6192405 -0.390798 +-0.0009398753 -0.005077939 0.008464869 -0.0949126 -0.5096367 0.8551386 +0.002435622 -0.009667585 -0.000588651 0.2490209 -0.9666257 -0.06019463 +0.003028946 -0.0001077891 0.009451674 0.305161 -0.01079825 0.9522396 +0.007608119 -0.006174868 0.001743946 0.7665449 -0.6176925 0.1756842 +0.004951428 -0.00227139 -0.008353215 0.4966525 -0.2265184 -0.8378698 +-0.00298969 -0.005830632 -0.00747307 -0.3015318 -0.5839767 -0.7536908 +0.003469396 -0.001821966 0.009101152 0.3501983 -0.1828551 0.918654 +0.007519976 0.006121627 -0.002263105 0.7572621 0.6120643 -0.2278847 +0.004959301 -0.001863888 -0.008459415 0.496947 -0.1857028 -0.8476781 +0.00567622 -0.00255874 0.007696449 0.5736206 -0.2570684 0.7777373 +-0.007351315 0.002574238 -0.006118935 -0.7424597 0.2584833 -0.618013 +-0.000804569 0.009468222 0.003044916 -0.08193641 0.9471754 0.3100729 +0.005539434 0.007795562 -0.002835541 0.5584047 0.7787745 -0.2858225 +-0.007761443 0.0005872798 -0.006133386 -0.7832276 0.05892999 -0.618936 +-0.002716759 -0.004673827 -0.00835511 -0.2733908 -0.4673258 -0.8407521 +0.005351968 0.008397554 0.0003920264 0.5410085 0.8400819 0.03965046 +0.009642554 -0.001351318 -0.001839667 0.9732066 -0.1356141 -0.1856822 +-0.005187532 -0.002512292 -0.008087696 -0.5225399 -0.2515911 -0.8146496 +0.00947101 -0.003000186 0.0003742756 0.9531469 -0.3001552 0.03765466 +0.001018402 -0.0007498653 -0.009833342 0.1027223 -0.07521077 -0.9918626 +0.009169827 -0.003676288 -0.0008395757 0.9256148 -0.3688503 -0.08477467 +0.006891976 0.004538028 -0.005522833 0.6950079 0.454739 -0.5569349 +0.00313973 0.004402475 -0.008320039 0.3168133 0.441436 -0.839502 +-0.002540867 -0.004233637 -0.008646796 -0.2554676 -0.423018 -0.8693631 +0.001770354 -0.007401975 -0.006447172 0.1783049 -0.7392855 -0.6493569 +-0.003535082 0.0005189438 0.009242025 -0.3567732 0.05207861 0.9327382 +-0.002978786 -0.008131921 -0.004937369 -0.3007542 -0.813064 -0.4984716 +0.007698832 0.002826616 -0.005550877 0.7777905 0.2838877 -0.5607582 +0.003251655 0.008066121 -0.004844481 0.3287365 0.8075744 -0.4896488 +-0.005316505 -0.004731361 -0.00691697 -0.5364807 -0.4743807 -0.6979623 +-0.002414431 -0.008084062 -0.005275262 -0.2442344 -0.8097707 -0.5334989 +0.00365335 0.009251156 0.0008222812 0.3707733 0.9249651 0.08346673 +0.001679289 0.004144247 0.008856013 0.1694333 0.4155988 0.8936275 +0.0008377279 -0.009194692 -0.003810189 0.08487652 -0.9185272 -0.3861395 +-0.004867629 -0.008584927 0.001506067 -0.4915535 -0.8574595 0.1521129 +-0.003327153 0.001227683 0.009247727 -0.3359649 0.1232632 0.9337739 +-0.008674781 -0.0002361889 0.00490453 -0.8702614 -0.02356105 0.4920265 +0.005637495 0.004591881 -0.00677476 0.5680324 0.4597465 -0.6826217 +-0.004300736 0.008476974 -0.003012344 -0.4346214 0.8475989 -0.3044346 +0.00659722 0.00745137 -0.0003116448 0.6657082 0.7455507 -0.03141131 +0.006952847 -0.004660493 0.005339937 0.7012671 -0.4670698 0.5385817 +0.005500806 -0.008290545 0.0004129846 0.5562826 -0.8299464 0.04169619 +0.006311672 1.359677E-05 0.007624639 0.6376646 0.00136599 0.7703129 +-0.009486252 0.001782269 0.002553822 -0.9502837 0.1775187 0.2558282 +0.001722151 0.003030624 -0.009285031 0.1737567 0.3039399 -0.9367119 +-0.002030077 -0.008943176 -0.003908624 -0.2057682 -0.8948637 -0.3960789 +-0.003419693 0.0006430284 -0.009289822 -0.3447315 0.06445703 -0.9364857 +0.0008880146 -0.009937651 -0.0001783391 0.09264791 -0.9955251 -0.0186064 +-0.00780436 -0.004136594 0.004617773 -0.7838408 -0.4129019 0.4637949 +0.0008827905 0.002825351 0.009453051 0.08913939 0.2836909 0.9547637 +-0.005047496 -0.008140406 0.002757511 -0.5096891 -0.8140474 0.278467 +0.003275227 -0.004046903 0.008429655 0.3309388 -0.4063653 0.8516729 +-0.003475092 0.009320999 0.0006835769 -0.3533481 0.9329159 0.06937563 +-0.006845542 -0.005402317 -0.004745086 -0.6909174 -0.5415912 -0.4788654 +5.237985E-05 -0.007865913 0.006149849 0.005287567 -0.7850454 0.6194156 +0.001487361 0.006667251 -0.007241315 0.149947 0.6669402 -0.7298676 +-0.00950016 0.002015849 0.002227461 -0.9536865 0.2012018 0.2236065 +0.001700182 -0.004279586 -0.008794477 0.1714521 -0.4289136 -0.8869258 +-0.0009904441 -0.005616035 -0.008130989 -0.09995777 -0.5628573 -0.8204877 +0.004716486 0.001242548 0.008670053 0.4741618 0.1242115 0.8716319 +0.003621183 0.007473128 0.005488002 0.3655007 0.7479841 0.5540118 +0.007412006 -0.006672062 0.0001611103 0.7456495 -0.6661416 0.01619007 +0.009155983 -0.003550235 0.001360618 0.9242527 -0.3562252 0.1373335 +-0.007108252 0.004646946 0.005150829 -0.7166592 0.4655322 0.5193065 +-0.003861814 0.00907529 0.001482533 -0.3915619 0.9077994 0.1502648 +0.004765828 -0.007407632 -0.004676552 0.4800934 -0.7399773 -0.4711093 +-0.009467028 -0.0001905474 0.002991881 -0.9533428 -0.01908013 0.3012863 +-0.002052719 0.005824597 0.007852435 -0.2059607 0.5803705 0.787877 +0.004602605 0.001653788 0.008656568 0.4629888 0.1654122 0.8707928 +0.00765797 -0.005728061 -0.002738876 0.771574 -0.5731682 -0.2759562 +-0.006313181 0.007656165 -0.0008035224 -0.6374053 0.7662441 -0.08114502 +0.003967794 -0.008599076 0.003118646 0.4012413 -0.859978 0.3153463 +0.009397576 0.0002852913 -0.00315955 0.9474746 0.02860143 -0.3185496 +0.0006595639 -0.008298737 0.005456739 0.06678946 -0.8311251 0.5520599 +-0.004072608 0.008816831 0.002265907 -0.4122255 0.8817466 0.2293314 +0.008182246 -0.00295424 -0.004862641 0.8214351 -0.2948399 -0.488174 +-0.001570927 -0.005960327 0.007805439 -0.1583125 -0.5965858 0.7867798 +0.005436567 0.005829823 -0.005973886 0.5470566 0.5825661 -0.6011205 +0.007720235 -0.0001049813 -0.006187088 0.7802876 -0.01055064 -0.6253318 +-0.008953004 -0.003873267 0.001836614 -0.9027789 -0.3881845 0.1852107 +-0.0004013085 -0.0006698138 -0.009923854 -0.04031521 -0.06690974 -0.9969442 +-0.00242942 0.005322076 0.00805109 -0.2445811 0.532222 0.8105059 +-7.925554E-05 -0.001497652 0.009854203 -0.007951266 -0.1494169 0.9887423 +-0.003313308 -0.00761942 0.005528491 -0.3336721 -0.7606915 0.5567865 +0.0006768614 -0.001464597 -0.009780071 0.06828535 -0.1469357 -0.9867862 +-0.00671617 0.001667153 0.007145114 -0.6753197 0.1666783 0.7184439 +-0.005028301 -0.004939081 -0.00698026 -0.5077361 -0.4954771 -0.704774 +0.008987425 -0.003077959 0.002910853 0.9050639 -0.3081281 0.2931152 +-0.00599169 -0.005989009 -0.005202443 -0.6042529 -0.5997207 -0.5246079 +0.002565174 0.006581292 -0.006993541 0.2589329 0.6593132 -0.7058753 +-0.006369276 -0.003125415 0.00696623 -0.6409469 -0.3126542 0.7010238 +0.005410077 0.005044278 -0.006607369 0.5464089 0.5061281 -0.6672868 +-0.009823865 -0.001750535 4.568052E-05 -0.9846542 -0.1744562 0.004578961 +-0.005882605 -0.006029022 -0.005291589 -0.5929164 -0.6033673 -0.5332899 +0.003696793 -0.004915467 -0.007791476 0.372971 -0.492771 -0.7861739 +-0.006157961 -0.002622294 -0.007304543 -0.6218268 -0.2632523 -0.7375836 +0.002700407 0.0005516555 -0.009587759 0.2706935 0.0549874 -0.9610939 +-0.00560642 0.001673389 -0.007995585 -0.5659515 0.1679633 -0.8071476 +0.00559823 -0.006567801 -0.004948319 0.5645537 -0.6574233 -0.4990728 +-0.008238949 -0.004211636 -0.003550254 -0.8322541 -0.4227971 -0.3586024 +0.003606746 -0.004849718 0.00787168 0.3639971 -0.4862756 0.7943816 +-0.002990496 -0.001003284 0.009420273 -0.3010411 -0.100428 0.9483082 +0.009518875 0.002455814 0.001169259 0.9618559 0.2467171 0.1181688 +-0.008046323 -0.005681373 -0.001331743 -0.8113332 -0.5689535 -0.1342772 +-0.002074137 -0.006786724 -0.007017581 -0.2085591 -0.6771922 -0.7056301 +-0.001421689 -0.008538074 0.004996242 -0.1433766 -0.8517914 0.5038794 +-0.005173286 9.542893E-05 0.008498153 -0.5199596 0.009537458 0.8541376 +0.0008877064 0.003645877 0.009176699 0.08959773 0.365821 0.9263624 +-0.007554743 -0.00494817 -0.004216793 -0.7591907 -0.494035 -0.4237438 +0.003095578 0.009364944 0.001442583 0.3150048 0.9376557 0.1468796 +0.007506757 0.002818641 0.005804833 0.7586719 0.2832048 0.5866958 +-0.009615336 -0.002391364 0.0005737267 -0.9691382 -0.2396352 0.05784499 +0.002186536 -0.009674908 -0.001140853 0.2236825 -0.9676464 -0.1167324 +-0.004467794 -0.008854561 0.0009803381 -0.452621 -0.8861508 0.09935264 +-0.006420983 0.0062057 -0.004355866 -0.6480512 0.6218613 -0.4396797 +-0.006949518 0.001228767 0.007041361 -0.6971537 0.1225692 0.7063664 +0.007840525 -0.004587678 -0.004088962 0.7881029 -0.4582189 -0.4110101 +-0.007137038 0.006230815 0.002957459 -0.7211508 0.6250413 0.2987723 +-0.001548986 -0.009214627 -0.003505388 -0.1571659 -0.9213217 -0.3556194 +0.002287155 0.004840674 0.008424176 0.2294851 0.4825789 0.8452539 +-0.0004468892 -0.003402007 0.009340662 -0.04493934 -0.3400707 0.9393255 +0.006418907 -0.004541711 -0.006136742 0.6443732 -0.4530525 -0.6160573 +-0.001534535 0.008508739 0.004994099 -0.1548919 0.8496527 0.5040821 +0.0003955978 0.00468911 0.008772977 0.03979058 0.4686755 0.8824738 +0.007850957 0.00385836 -0.004753871 0.7892802 0.3855306 -0.4779151 +-0.0008329594 0.00950473 -0.00292601 -0.08484571 0.9507473 -0.298129 +-0.001780248 0.005224613 0.008265037 -0.1794701 0.5231728 0.8331151 +0.00418684 -0.00892324 -0.001458087 0.4244275 -0.8933055 -0.1478733 +0.0087945 0.0001436861 0.004615507 0.8853728 0.01438395 0.4646591 +-0.0002964802 0.008693814 -0.004868053 -0.02997866 0.8697299 -0.4926167 +0.001118959 -0.005039559 0.008464633 0.1130872 -0.5058395 0.8551829 +0.008393374 -0.004281967 0.003098289 0.8471942 -0.4295122 0.3126999 +0.009495667 0.002476058 0.001302451 0.9595765 0.2487671 0.1316355 +0.002890787 0.008959673 0.003272954 0.2930005 0.8966929 0.3318019 +-0.003850241 0.006904567 0.006073024 -0.3876848 0.689795 0.6114601 +0.008635806 0.002289435 0.004332126 0.8700157 0.2293197 0.4364459 +-0.007627933 0.001290752 0.006171205 -0.7708743 0.1297034 0.6236424 +0.00395806 -0.008534366 0.003326511 0.3998121 -0.8527859 0.3360157 +0.008340438 0.004447263 -0.003040079 0.8410772 0.4456589 -0.3065572 +0.008979267 0.001086732 -0.004025463 0.9070503 0.1091577 -0.4066257 +-0.008776329 0.003391004 0.003176389 -0.8844018 0.3396732 0.3200868 +-0.004924538 0.00380678 0.007747998 -0.4959552 0.3810466 0.7802768 +0.005152378 0.004038953 -0.007447142 0.5201684 0.405243 -0.7517998 +0.007209728 -0.00467583 -0.004989974 0.7265613 -0.4682138 -0.5028763 +0.002364113 -0.002068269 0.009470153 0.2370029 -0.2061529 0.9493843 +0.008473174 0.004717117 -0.002363526 0.8500877 0.4702371 -0.2371245 +-0.0002520653 0.001670013 0.00980776 -0.02533332 0.1668753 0.9856525 +-0.004141537 0.006087982 -0.006705127 -0.416968 0.6086033 -0.675085 +-0.008736375 0.001886679 -0.004327002 -0.8799672 0.1889473 -0.4358403 +-0.003357265 -0.008914866 -0.002921746 -0.340363 -0.8924457 -0.296131 +0.006211945 0.002084114 0.00745156 0.6261978 0.2088832 0.7511619 +0.00299206 0.006473975 -0.006910413 0.3022875 0.6491376 -0.6980276 +-0.0001380818 -0.009982984 -0.0002049233 -0.01439485 -0.9996682 -0.02136335 +-0.00285017 -0.008222217 0.004876201 -0.2876511 -0.8216203 0.492135 +-0.006908932 0.003870113 0.005973228 -0.6971828 0.3881477 0.6027251 +0.007333751 0.004545265 0.004941981 0.738538 0.4548372 0.4976795 +0.0001786867 0.0004908375 0.009953163 0.01792833 0.04897017 0.9986393 +0.005747267 -0.007454866 -0.003313355 0.5786449 -0.7442342 -0.3335949 +0.006604287 -0.002639764 0.006955946 0.6641307 -0.2639101 0.6994869 +-0.009476172 -0.002318313 -0.001786251 -0.955773 -0.2324769 -0.1801458 +0.008973188 0.002381768 0.003450589 0.9062743 0.2391654 0.3485208 +-0.00335211 -0.005855968 -0.00730083 -0.3380059 -0.5863719 -0.7361522 +-0.001178435 -0.005514444 -0.008168017 -0.1190016 -0.5529907 -0.8246453 +-0.002820267 -0.0001332159 0.009538111 -0.2835234 -0.01331668 0.9588729 +-0.005379036 -0.008306812 0.001162879 -0.5436327 -0.8310476 0.117573 +0.004255163 0.003327246 -0.008355638 0.4279596 0.3326383 -0.8403585 +0.006367211 -0.002433293 -0.007210158 0.6419271 -0.243905 -0.7269387 +-0.006543043 -0.007456455 0.0006818083 -0.6611437 -0.7470854 0.06893768 +0.00491394 -0.002730591 0.008221193 0.4936125 -0.2726901 0.8258249 +-0.004151772 0.008804977 -0.00213406 -0.4204853 0.881171 -0.2161709 +0.002308127 0.009455353 0.00218251 0.2350561 0.9462166 0.2223122 +-0.008956945 0.001806883 0.003822915 -0.9044707 0.1814156 0.3860324 +-0.0009549213 0.009933261 0.0001576581 -0.09961273 0.9948904 0.01644611 +0.00930704 0.003186261 0.001223744 0.9394299 0.3197063 0.1235286 +0.006762599 -0.003459784 0.006454205 0.6789327 -0.3452614 0.6479543 +0.003869788 -0.003750796 -0.008321404 0.390639 -0.3763639 -0.8400901 +-0.003762868 0.008926133 -0.002357743 -0.3812353 0.8930743 -0.2389098 +0.002530498 0.004431833 0.008558705 0.2542473 0.4425095 0.8599673 +-0.006235833 0.007713046 0.0009284298 -0.629298 0.7714965 0.09368663 +0.003880532 -0.006014853 -0.006943236 0.3901196 -0.6004508 -0.6980441 +-0.003601522 -0.009105838 0.00195819 -0.3647589 -0.9097264 0.1983655 +-0.001718075 0.0006295634 -0.009750498 -0.1731847 0.06310346 -0.9828658 +0.007916117 0.004007969 0.004558834 0.7943353 0.399711 0.4574523 +-0.004443003 0.001453067 -0.008752284 -0.4478248 0.1456299 -0.8821819 +-0.009375748 -0.002678514 -0.001782452 -0.9462622 -0.2687578 -0.1798805 +-0.006689291 -0.006113373 -0.004128533 -0.673544 -0.6111788 -0.4156908 +-0.006390679 0.000323324 0.007564016 -0.6450346 0.0324504 0.763464 +-0.006990455 0.001350645 0.006988574 -0.7007635 0.1346297 0.7005751 +0.00135952 0.00400735 0.008957574 0.1373348 0.4024275 0.9050919 +-0.004106794 0.008735948 -0.002507299 -0.4154387 0.8735322 -0.2536772 +-0.008365571 -0.005237876 0.0009553555 -0.8451737 -0.5256965 0.09656366 +-0.0002248904 0.001446824 -0.009842016 -0.02260135 0.144597 -0.9892325 +0.004642124 -0.00502809 0.007208942 0.4678208 -0.5034027 0.7264499 +0.002585835 -0.007995723 0.005338565 0.2613344 -0.8004236 0.5394686 +0.009580294 -0.0001866214 -0.002718434 0.9618539 -0.01863094 -0.2729287 +-0.006981979 0.007100863 0.000239809 -0.7037604 0.7100264 0.02416054 +0.009051433 0.003868083 -0.001106076 0.9146525 0.3884908 -0.1117391 +0.009826108 0.001379203 0.0004163107 0.9895297 0.1381045 0.04192859 +0.007037242 0.002564945 0.006532484 0.7083433 0.2566804 0.6575446 +0.000594675 -0.005084502 0.008506325 0.06003625 -0.5096726 0.8582712 +-0.006546733 -0.002940358 -0.006894857 -0.6581658 -0.2938647 -0.6931532 +-0.005321701 -0.008198194 -0.001883423 -0.5382463 -0.8209915 -0.1904306 +-0.00466797 0.00850459 0.002337105 -0.4714337 0.8497304 0.2360265 +-0.009394594 -0.003380022 -0.0001097768 -0.9415383 -0.3367262 -0.01100163 +-0.004865482 -0.006045131 -0.00619319 -0.4913654 -0.6061621 -0.625402 +-0.008040063 0.005796602 0.0008005386 -0.8104267 0.5802565 0.08069049 +0.006985502 0.002576377 -0.006594694 0.7026136 0.2576296 -0.6632956 +-0.005744111 -0.0005320238 0.008060145 -0.5795317 -0.05337408 0.8131999 +-0.007266434 -0.005847252 0.003453522 -0.7323539 -0.5852378 0.3480726 +-0.0007291588 0.009865737 0.001371584 -0.07567653 0.9869458 0.1421658 +0.002122391 0.009172851 -0.003347609 0.2149403 0.9158964 -0.3390199 +0.005054142 0.007063251 -0.004901356 0.5088245 0.7054306 -0.493422 +-0.009632632 0.00259892 6.26975E-07 -0.9658566 0.2590772 6.302559E-05 +-3.284889E-05 -0.003790508 0.009226422 -0.003295347 -0.3780347 0.9257855 +-0.002524384 -0.007610516 -0.005895221 -0.2549685 -0.7619334 -0.5953558 +0.009201091 0.002425974 -0.002868294 0.9261285 0.2427713 -0.2887007 +0.008158584 -0.003922225 0.004069955 0.8227931 -0.3931382 0.4104314 +0.001482568 0.003289037 0.009244169 0.1494994 0.3296897 0.9321774 +0.005209419 0.002927219 0.007925616 0.5250888 0.2933262 0.7989001 +-0.00135514 -0.009409903 0.002996048 -0.1378795 -0.9422601 0.3051804 +0.007744461 0.002570836 0.005608128 0.7824515 0.2582379 0.5666419 +-0.00600994 0.005873087 0.005332257 -0.6053564 0.5874513 0.5370704 +0.005315871 -0.008083128 -0.002319819 0.5376915 -0.8098131 -0.2347135 +0.009018937 -0.0004018987 0.004073666 0.9106058 -0.04034931 0.4113017 +-0.005869358 0.002261372 -0.00765237 -0.5926965 0.2270433 -0.7727627 +0.0003532855 -0.005492509 -0.008289989 0.03555103 -0.5493819 -0.8348148 +0.004406292 -0.008885507 0.0009938583 0.44642 -0.8891446 0.1006529 +0.005187431 0.008456934 -0.001002843 0.5241833 0.8455563 -0.101323 +-0.005127041 0.003593006 -0.007708653 -0.5166798 0.3599118 -0.7768561 +-0.003367808 0.005848715 -0.007300662 -0.3395366 0.5855901 -0.7360701 +0.003325974 0.001212359 0.009250477 0.3358193 0.1217209 0.9340286 +0.006222858 -0.004378666 0.006441332 0.6249586 -0.4369932 0.6468877 +-0.00788449 0.004658077 0.003877748 -0.7939296 0.4660637 0.3904618 +0.003945851 0.009162604 0.0004292506 0.3998666 0.9155404 0.04350305 +-0.00700566 0.003067092 0.006344502 -0.7054238 0.3070115 0.6388436 +-0.001635827 0.006853564 0.007062983 -0.1645656 0.6841456 0.710537 +-0.008944513 -0.002438775 -0.003478434 -0.9036165 -0.2449494 -0.3513929 +-0.006643246 -0.0009644586 0.00732177 -0.6688121 -0.09655119 0.7371351 +0.008103846 -0.002486221 -0.005178382 0.8161197 -0.2489333 -0.5215179 +-0.0002204745 0.002302706 -0.009686684 -0.02214302 0.229954 -0.9729496 +0.005468789 0.0006095342 0.008271406 0.5504932 0.06101055 0.8326073 +0.005203492 0.005159116 0.006678615 0.5257285 0.5178678 0.67485 +0.0007885998 -0.008403468 -0.005291382 0.07971735 -0.84101 -0.5351144 +0.008099585 0.005672256 0.0009692905 0.8170168 0.5682625 0.09778196 +0.00139222 -0.009863785 -0.0007036713 0.1442677 -0.9868371 -0.07307121 +0.004901593 -0.004272455 -0.007512827 0.4938678 -0.4278192 -0.7570108 +0.003943559 0.008393284 0.00367092 0.3982871 0.8389707 0.3708041 +0.005096617 -0.006368107 0.005687466 0.5141079 -0.6376541 0.5736639 +-0.005679525 -0.002515046 -0.007709212 -0.5739088 -0.2526608 -0.778968 +-8.901134E-05 -0.006408522 0.007635904 -0.008948998 -0.64006 0.7682728 +0.007113277 0.002272084 -0.00656703 0.7155439 0.2272347 -0.6605765 +-0.003170904 0.005512872 0.007619447 -0.3201784 0.5528665 0.7693012 +-0.003634359 0.008066506 -0.004550142 -0.3675378 0.8081226 -0.4602758 +-0.001165649 0.002550057 -0.009492945 -0.1177877 0.2562273 -0.9594132 +0.009873851 0.001102771 0.0003422721 0.9933003 0.110312 0.03443735 +-0.001801661 -0.002727929 -0.009359375 -0.181826 -0.2736769 -0.9444788 +0.001000252 -0.002478942 0.009534646 0.1010705 -0.2489808 0.9632203 +0.009179902 -0.002476457 -0.002882805 0.9242784 -0.2478991 -0.2902678 +-0.007390596 0.005982863 0.002867937 -0.7460371 0.5996923 0.2894785 +0.003125199 -0.004403626 -0.008325521 0.315306 -0.441528 -0.8400209 +0.007825095 -0.006114746 -0.0004673731 0.7891971 -0.6123252 -0.04717954 +0.00614919 0.007839215 -0.0003446673 0.620288 0.7836035 -0.03475989 +-0.003256656 -0.006427845 -0.006841087 -0.328815 -0.6441525 -0.6906143 +-0.009849135 0.00106527 0.0005691636 -0.9926293 0.1067561 0.05735892 +0.006470453 -0.007587991 -0.0001634026 0.6520162 -0.7580261 -0.01647175 +0.00485466 -0.0004761281 0.008695438 0.4869229 -0.04748649 0.8721532 +0.001372186 0.009786983 -0.001368892 0.1413916 0.979854 -0.141048 +-0.0001090216 0.008119168 0.005783611 -0.01102271 0.8117641 0.5838814 +0.006611021 -0.004340582 0.006028658 0.665592 -0.4342773 0.6069519 +0.008448538 0.002103324 0.004903891 0.8457029 0.2093334 0.4908829 +-0.002710942 0.005167915 -0.008035084 -0.2734475 0.5178999 -0.8105591 +-0.0007980095 0.008662839 -0.004861804 -0.08071198 0.8668265 -0.4920338 +0.008630072 -0.003949887 -0.002900555 0.8704182 -0.3959496 -0.2925681 +0.008896371 0.0005490569 0.004369565 0.896219 0.05500027 0.4401892 +-0.006565443 0.006305073 -0.004035935 -0.6612676 0.6304535 -0.406514 +0.006710692 -0.006661424 0.003079135 0.6771206 -0.6670758 0.310673 +-0.003887085 -0.007256168 0.005574279 -0.3926652 -0.7270776 0.5631804 +0.005126765 0.00370498 0.007648082 0.5169804 0.3713566 0.7712494 +-0.002813568 -0.005803387 -0.007569809 -0.2835913 -0.580898 -0.7629768 +0.007055548 0.002491512 -0.006542134 0.710135 0.2493132 -0.6584461 +-0.004842024 -0.008694595 -0.0004827496 -0.4902229 -0.8702279 -0.0488369 +0.004552619 0.008871842 8.269143E-05 0.4609904 0.8873655 0.008391334 +-0.00304816 0.008618655 0.003974663 -0.3083512 0.862141 0.4020354 +-0.006202863 -0.003273235 -0.007042163 -0.6245056 -0.3275868 -0.708999 +0.006142388 0.0009078293 0.007715819 0.620225 0.091152 0.7791099 +-0.005184638 0.000651557 0.008489442 -0.5201023 0.06499335 0.8516275 +-0.003978351 -0.009101328 0.001070997 -0.4027462 -0.9088675 0.108422 +-0.006376707 0.005094666 -0.005660777 -0.6430675 0.5104343 -0.5708948 +0.00504715 -0.00352 0.007809583 0.5080284 -0.3521746 0.7860535 +-0.004742702 0.008293273 0.002860205 -0.4789165 0.8289947 0.2888023 +-0.002809074 0.005695412 0.007650199 -0.2831694 0.5701905 0.7711666 +0.001051824 0.001062774 0.009785933 0.1062508 0.1067577 0.9885917 +0.006466034 0.004903127 -0.00573406 0.6517948 0.4910464 -0.5779593 +-0.001984752 -0.009630917 -0.001793736 -0.2024503 -0.9620495 -0.182961 +0.0003256417 0.009970617 0.0002752107 0.03397143 0.9990104 0.02871043 +0.007695173 0.004669351 -0.004317038 0.7719224 0.4654142 -0.433042 +0.001851934 0.00272269 -0.009354224 0.1868418 0.2730693 -0.9436755 +0.003239395 -0.009428117 -0.0001844861 0.329897 -0.9438285 -0.01886322 +0.005389402 0.007854668 -0.002980814 0.5430096 0.7841933 -0.3003024 +-0.002173347 -0.009411966 -0.002467714 -0.2213551 -0.9422756 -0.251234 +-0.008934046 -0.0006771669 -0.004278611 -0.8998294 -0.0678192 -0.4309381 +-0.006257418 0.002857515 -0.007145865 -0.6311581 0.2865398 -0.7207874 +0.003903258 0.007991455 0.004476679 0.3943306 0.7999111 0.4523776 +0.005835225 -0.006524021 -0.00469747 0.5892681 -0.6539701 -0.4744325 +-0.00475092 -0.007748491 0.004101582 -0.4790095 -0.7742944 0.4135433 +-0.00337767 0.009385652 -4.176356E-05 -0.3436058 0.9391043 -0.004268367 +-0.004076777 -0.006698932 0.006133666 -0.4108737 -0.670064 0.6182209 +0.00799208 -0.004618664 0.003680097 0.8053578 -0.4624686 0.3708391 +0.008661278 0.004579995 -0.001720788 0.8718547 0.4581109 -0.1732159 +0.007751176 0.003243349 0.005292496 0.7810518 0.3248759 0.5333045 +0.009502692 0.002730037 -0.0007085702 0.9590885 0.273929 -0.07149845 +0.007393957 -0.006308868 -0.002172687 0.7445528 -0.6306893 -0.2187971 +0.002800142 -0.0003760579 0.009546448 0.2812612 -0.03756026 0.9588959 +-0.002409773 0.001939336 -0.009486676 -0.241555 0.1932844 -0.9509428 +0.004573458 -0.008409503 0.002812599 0.461809 -0.8402941 0.2839686 +-0.009644493 0.001495268 -0.001674642 -0.974084 0.1501633 -0.1691485 +0.007377575 0.001558902 0.006437453 0.7442093 0.1563607 0.6493872 +-0.005973624 -0.005797843 0.00547928 -0.6007982 -0.5790949 0.5510812 +0.003513207 0.008214474 0.004381143 0.355394 0.8229027 0.4433127 +-0.009244405 -0.000186332 -0.003529338 -0.9340662 -0.01872101 -0.3566088 +0.00214577 0.0008662159 -0.00966893 0.2158397 0.08664028 -0.9725773 +0.002469898 0.004651543 -0.008471905 0.2479459 0.4639749 -0.8504412 +-0.0007008938 -0.002455872 -0.009580521 -0.07073573 -0.2463441 -0.9665976 +-0.00504669 0.004948507 -0.006958987 -0.5095945 0.4964693 -0.7027316 +-0.007355842 0.002564154 -0.006117635 -0.742919 0.2574718 -0.6178832 +0.003018929 0.006881622 0.006527903 0.3043995 0.6885228 0.658238 +-0.002503677 -0.009146854 -0.003118553 -0.2537585 -0.9141738 -0.3160585 +-0.009784342 -0.0006093491 0.001461003 -0.9871849 -0.06113328 0.1474069 +0.003100895 0.003526845 -0.008744279 0.3126663 0.353464 -0.8816478 +0.001155624 -0.0009247165 0.009791244 0.1167116 -0.09286086 0.9888151 +0.007384681 0.0004401894 0.006624394 0.7436633 0.04407883 0.6670997 +-0.008984011 -0.00401713 -0.001126445 -0.9078915 -0.403465 -0.1137941 +0.001165222 0.008656622 0.004825458 0.1177201 0.8650446 0.4876882 +-0.002779512 0.008573199 0.004290435 -0.280731 0.8564088 0.433306 +0.004927383 -0.008050079 -0.00318063 0.4977736 -0.8055685 -0.3213733 +0.003010011 0.008171727 0.004842938 0.3040493 0.817433 0.4892416 +-0.007009285 -0.000659919 0.007089343 -0.701562 -0.06567924 0.7095752 +0.003512267 0.004801729 0.007942132 0.3544559 0.4815099 0.8015667 +0.001132831 -0.009908729 -0.0006967784 0.1179497 -0.9903659 -0.07254815 +-0.0001757262 0.0006565334 -0.009953553 -0.01761406 0.06543732 -0.9977012 +0.004448837 -0.008088515 0.003715602 0.4499688 -0.8101724 0.3756977 +0.006378221 -0.006040262 -0.004630798 0.6439524 -0.6055539 -0.4675786 +-0.0008567073 -0.004380166 -0.008861834 -0.08645743 -0.4392208 -0.8942093 +0.007075474 0.006182272 -0.003208401 0.7146384 0.6199384 -0.3239883 +0.002026665 0.009637229 -0.001689641 0.2068594 0.9630541 -0.172441 +0.002871389 0.009548374 -0.0004096077 0.2928358 0.9552526 -0.04170913 +0.005018232 -0.001541507 -0.008469569 0.503675 -0.1538406 -0.8500851 +-0.002433681 0.004385542 0.008620385 -0.2443157 0.4375057 0.8653893 +0.006998966 -0.004035139 0.005739152 0.7069967 -0.4050959 0.5797007 +-0.0008087551 -0.0005476509 0.009870213 -0.08154209 -0.05490516 0.9951564 +-0.008630229 0.004933679 0.0003501882 -0.8689908 0.493571 0.03525205 +-0.001995913 0.009076065 -0.003647555 -0.2021585 0.9069893 -0.3694623 +-0.009349583 -0.002506098 0.002348138 -0.9390213 -0.25024 0.2358364 +-0.0006602561 0.009749231 -0.002001783 -0.06781195 0.9762368 -0.2058235 +-0.007721178 0.003324376 -0.005294616 -0.7776995 0.3328442 -0.5332898 +-0.007523766 -0.006065506 0.002372245 -0.7580469 -0.6068125 0.2390472 +-0.004948161 0.005845278 0.00633294 -0.4991192 0.5855173 0.6387875 +-0.009097178 0.003426459 -0.00221567 -0.9130638 0.3418485 -0.2223829 +0.005102221 -0.005769488 -0.006291779 0.5142245 -0.5774709 -0.634114 +-0.002592788 -0.003693104 0.008877245 -0.2605779 -0.3689232 0.8921854 +0.007118467 0.006964443 0.0003125977 0.7171825 0.6961718 0.03153059 +0.003788902 0.003383162 -0.008526272 0.3820325 0.3390823 -0.8596943 +0.008339324 0.001872213 -0.005113943 0.8374516 0.1869346 -0.5135468 +-0.009733928 0.001649152 -0.0008346575 -0.9825991 0.1655269 -0.08426028 +-0.006668305 0.005533423 -0.004846218 -0.6730442 0.5547382 -0.4891596 +0.0005155148 0.001861257 0.009746792 0.05188678 0.1862844 0.9811248 +0.008258623 -0.004563567 0.003106715 0.8324651 -0.457097 0.313152 +0.003360007 -0.003465124 -0.008665721 0.3389777 -0.3474939 -0.8742666 +-0.001761835 -0.005920273 0.007812891 -0.1773031 -0.5917352 0.7863924 +-0.004465885 -0.007253803 0.005133317 -0.4509544 -0.7265503 0.5184253 +0.007712417 -0.004567239 0.004421244 0.77269 -0.4546884 0.4429545 +-0.005384623 -0.007262773 0.004122733 -0.5442215 -0.7280967 0.4167712 +-0.008259086 -0.002572694 -0.004936608 -0.8295484 -0.2569021 -0.4958334 +0.009251852 -0.002931972 -0.002184132 0.9304885 -0.293146 -0.2196738 +0.005542189 -0.007166998 0.004084404 0.5600477 -0.7183614 0.4126784 +-0.004334256 -0.005009386 0.007459391 -0.4351743 -0.4996966 0.7489504 +-0.001435807 0.007301848 0.006609321 -0.1449272 0.7308264 0.6669999 +0.006894895 0.004616657 -0.005458876 0.6951334 0.462493 -0.5503542 +-0.005090609 0.002635773 -0.008118831 -0.5124061 0.2637686 -0.8172308 +0.001100432 0.005754827 0.008032108 0.110939 0.5761825 0.8097569 +0.005009768 -0.002832147 0.008112103 0.5039341 -0.2832165 0.8159894 +-0.005402988 0.004223037 0.007154919 -0.5458063 0.42395 0.7227461 +-0.006406348 -0.0009688881 -0.007502787 -0.6462805 -0.09719147 -0.7568853 +0.006682114 0.002279429 -0.007022399 0.6712375 0.2276543 -0.7054174 +-0.009530862 0.001699996 0.002324017 -0.9574262 0.1698 0.2334586 +-0.004921583 0.006955103 0.005183334 -0.495371 0.6945682 0.5217112 +8.116721E-05 0.002006199 -0.009784053 0.008128394 0.1997549 -0.9798121 +-0.003685009 0.004507736 0.00804511 -0.3715531 0.4516354 0.8111558 +0.003620756 -0.006758791 0.006401337 0.3637712 -0.6738493 0.6431155 +-0.008531092 -0.005011457 -0.0007439497 -0.8612337 -0.5026328 -0.07507934 +-0.007319503 -0.001442797 -0.006539124 -0.7379054 -0.1446279 -0.6592256 +0.00226352 0.002057459 -0.009486427 0.2271481 0.205283 -0.9519783 +5.812025E-05 0.00389119 0.009179363 0.005833187 0.3882618 0.9215307 +0.005075586 -0.007916972 0.003294596 0.5123397 -0.7917835 0.3325461 +-0.004893433 -0.006690599 0.005515499 -0.4931599 -0.6691849 0.555864 +0.00227567 -0.006896905 0.00681821 0.2293117 -0.6895332 0.6869935 +0.0006935226 -0.002310962 -0.009622092 0.06992728 -0.2316884 -0.9702735 +0.0007380927 -0.009083451 -0.004057951 0.07479624 -0.9084006 -0.4113562 +-0.002278038 0.009126846 0.00333995 -0.2308677 0.9122171 0.3384671 +0.004242458 -0.008193281 -0.003742842 0.4289072 -0.8202487 -0.3784583 +0.008177672 0.0005987622 -0.005590945 0.8240227 0.05999428 -0.5633714 +0.006065238 0.006396383 0.00456683 0.6127729 0.6415367 0.4614542 +0.007848327 0.006157062 2.94119E-05 0.7889149 0.6144953 0.00295898 +-0.0008909227 -0.00513916 0.008434084 -0.08996193 -0.5157505 0.8520024 +-0.001915197 -0.007349594 -0.006447365 -0.1931237 -0.7349128 -0.6500819 +0.002539152 0.003919464 0.00879395 0.255246 0.3916036 0.8840227 +-0.007828752 0.004647482 -0.004029006 -0.7874237 0.4644801 -0.4052433 +0.006036965 0.006118955 -0.004971265 0.609641 0.6134984 -0.5019537 +-0.007180593 -0.006491404 0.002303053 -0.7239317 -0.6496179 0.2322058 +0.006434575 0.007584624 0.0004632887 0.6494709 0.7589461 0.04677932 +-0.00202183 -0.009004771 -0.003784474 -0.2048919 -0.9005533 -0.3834357 +-0.0006378116 -0.005302463 -0.008368101 -0.06439625 -0.5316022 -0.8445426 +-0.001865058 -0.005711651 -0.007957698 -0.1874724 -0.5701642 -0.7998543 +0.007341307 0.004950417 -0.004546549 0.7387413 0.4949276 -0.4575019 +0.006614525 -0.004464492 0.005936435 0.6658804 -0.4466122 0.5976126 +0.009583538 0.002732709 8.879564E-05 0.9620509 0.2727243 0.008915679 +-0.009230682 -0.00299159 -0.002218044 -0.9278609 -0.2989418 -0.222953 +-0.001684717 0.00983217 0.0002762945 -0.174226 0.9842955 0.02841657 +-0.006491432 -0.0009834407 -0.007435 -0.6544878 -0.09859459 -0.7496165 +0.009068957 -0.004025129 0.000454826 0.9139784 -0.4031673 0.04582161 +0.002026148 -0.003607801 -0.009043359 0.2038752 -0.3608753 -0.9100571 +0.009830873 -0.0005493489 -0.001107574 0.992202 -0.05513164 -0.1117843 +0.007169752 0.00489177 0.004828207 0.7229832 0.4901147 0.4869115 +-0.006414543 0.003862672 0.006574338 -0.6443384 0.3856409 0.6603856 +0.004226796 -0.0072718 -0.005292694 0.4271407 -0.7289373 -0.5349777 +-0.003775816 -0.007257394 0.005658019 -0.3812276 -0.7268088 0.571327 +-0.009752168 0.0003206488 0.001705386 -0.9845413 0.03218915 0.1721691 +-0.005528883 0.003094511 0.007621905 -0.558152 0.3105474 0.7694327 +0.006335509 -0.006957018 0.00327426 0.6383554 -0.6954767 0.3298705 +-0.008420686 -0.001612463 -0.005066056 -0.8456998 -0.1610198 -0.5087873 +-0.003392046 -0.007347428 0.005832023 -0.3415825 -0.7337617 0.5872948 +-0.006372326 -0.005996849 -0.004696 -0.6433294 -0.6011575 -0.4740642 +-0.004822892 0.006953891 -0.005260683 -0.485828 0.6950496 -0.5299785 +0.006291462 0.004434934 -0.006358147 0.6309453 0.4419702 -0.6376287 +0.007428323 0.006009414 0.00272089 0.7496331 0.602191 0.2746201 +-0.005792795 -0.007922502 -0.001757967 -0.5843858 -0.7918617 -0.1773368 +0.004210026 0.004985563 -0.007533143 0.4231111 0.4978026 -0.7570796 +0.008835341 0.004564873 0.0004485308 0.8887041 0.4562561 0.04511647 +-0.008150244 -0.003982646 -0.004022093 -0.8221693 -0.3992931 -0.4057125 +-0.006274524 0.007705281 0.0006976929 -0.6332265 0.770758 0.07040028 +0.005719521 -0.0007609167 0.00806553 0.5767662 -0.07629973 0.8133382 +0.002773963 -0.009292182 -0.002323152 0.2818894 -0.9299335 -0.2361395 +0.006596891 -0.003714956 -0.006489645 0.6621128 -0.3706061 -0.6513507 +-0.008220668 -0.004055382 0.003770227 -0.830236 -0.4070581 0.3808042 +-0.0009448297 0.005131546 -0.008431617 -0.09541541 0.5150399 -0.8518391 +0.005687134 -0.001615942 -0.007943518 0.5744065 -0.1622854 -0.802322 +-0.007236779 -0.0006310711 -0.006817142 -0.7264504 -0.0629918 -0.6843259 +-0.001529857 0.006564667 -0.007319178 -0.1542369 0.6569648 -0.7379757 +0.004444348 0.006728459 0.0058216 0.4484112 0.6737211 0.5873902 +0.0009493541 0.005050343 -0.008480403 0.09594721 0.5068589 -0.8566727 +-0.004671028 0.008381315 -0.002750479 -0.4713913 0.8371031 -0.2775765 +0.0008540511 0.009924538 0.0006836999 0.08904831 0.993473 0.07128653 +-0.001146528 0.00901707 -0.004121565 -0.1161008 0.9012735 -0.4174047 +0.007483174 -0.001667701 -0.006275479 0.7554107 -0.1673931 -0.6335095 +0.004017469 0.008795772 -0.002435677 0.4066336 0.8797044 -0.2465143 +0.004568437 -0.003365146 0.008211776 0.4580059 -0.3353556 0.8232662 +0.009854639 -0.001475478 9.908718E-05 0.9890501 -0.1472443 0.009943588 +-0.003017194 0.001207721 -0.009379061 -0.3039851 0.120993 -0.9449623 +-0.0007106218 0.007131021 -0.006887705 -0.07175136 0.7146204 -0.6958229 +0.0006516658 0.004504627 0.008834767 0.06564696 0.4509872 0.8901129 +0.007472069 -0.003404736 0.005568547 0.753663 -0.3413612 0.5616624 +-0.00545786 0.004434474 0.006998042 -0.5508321 0.4447328 0.7062554 +-0.005129676 -0.001063985 0.008466077 -0.5152714 -0.1062738 0.8504124 +0.004946085 -0.007780803 0.00377754 0.4991347 -0.7781695 0.3812043 +0.002250169 0.006698897 0.007021344 0.2266287 0.6696518 0.7072523 +-0.008625482 -0.004590428 -0.00195827 -0.8667194 -0.4583423 -0.1967738 +0.005070121 -0.004148454 0.007450821 0.5116029 -0.4160066 0.7517985 +0.006474742 -0.007574277 0.0002423535 0.6528313 -0.7571102 0.02440185 +-0.004278969 0.008325965 0.003389126 -0.4329019 0.8337126 0.3428107 +-0.002337084 -0.009406717 -0.002360532 -0.2378079 -0.9411471 -0.2401863 +-0.006526501 0.007445134 0.0008995222 -0.659606 0.7461 0.09085556 +-0.003830353 0.006931274 -0.00605255 -0.3857388 0.6925825 -0.6095367 +0.002255688 0.006799248 0.006931446 0.2270944 0.6792887 0.6978502 +-0.001405606 0.007733115 -0.006151522 -0.1415807 0.7720252 -0.6196225 +0.009672215 0.001010915 0.00196974 0.9748443 0.1013141 0.1985296 +0.007957221 0.005297819 -0.002694258 0.802695 0.5308767 -0.2717549 +-0.00396095 -0.007108786 0.005714811 -0.3999338 -0.7120699 0.5770697 +-0.009401935 -0.002641685 0.001661926 -0.9494653 -0.2652219 0.1678481 +0.009318843 0.002191504 -0.002754215 0.935757 0.2187942 -0.2765647 +2.586298E-05 -0.007094606 0.007016846 0.002605764 -0.7081682 0.706039 +0.00786074 0.004735747 -0.003812719 0.7921644 0.4741946 -0.384207 +-0.006821131 0.00348959 -0.006356838 -0.6856558 0.3486689 -0.6389884 +-7.552312E-05 -0.0003159592 0.009966743 -0.007573533 -0.03150603 0.9994749 +-0.007765017 0.006204079 -0.000371677 -0.7828879 0.6210315 -0.03750326 +-0.007976726 -0.005082603 -0.002986238 -0.8056064 -0.5099602 -0.3015608 +-0.002599217 -0.001225366 -0.00954959 -0.2606593 -0.1221897 -0.9576672 +0.009693138 0.001569274 -0.001227888 0.9796594 0.1577002 -0.1240893 +0.004705219 -0.008728923 0.001018653 0.4762306 -0.8732638 0.1030279 +0.00570171 -0.005318598 0.006175121 0.5743499 -0.5321895 0.6220101 +0.004227684 0.008707233 0.002439503 0.4272486 0.8698729 0.2465355 +0.0003543538 -0.008151975 0.005704836 0.03587434 -0.816138 0.5767423 +-8.938991E-05 -0.009880751 -0.001475534 -0.00931351 -0.9881527 -0.1531912 +-0.006055455 -0.006916947 -0.00385155 -0.6098165 -0.6911469 -0.3878659 +0.007217253 -0.006732141 -0.001269141 0.7278093 -0.673728 -0.1280005 +-0.002631465 -0.0004475616 -0.009616316 -0.2636794 -0.04459394 -0.9635791 +-0.00242234 0.003486328 0.009043964 -0.2426345 0.3471155 0.9058915 +-0.003724208 -0.009082141 -0.00178048 -0.3775183 -0.9082479 -0.1804593 +0.002888813 -0.007385016 -0.006003377 0.2917514 -0.7397087 -0.6063928 +-0.007441616 -0.00135431 -0.006399792 -0.7511533 -0.1359284 -0.6459815 +0.008165577 -0.0002289108 -0.005606709 0.82416 -0.02297392 -0.5658909 +0.009659596 -0.001497074 0.001558049 0.9760111 -0.1504061 0.1574175 +-0.003768729 0.008016264 -0.004535985 -0.3809621 0.8028204 -0.4586363 +0.002106519 -0.003114554 -0.009210913 0.2118555 -0.3113866 -0.9263669 +-0.006462914 -0.005598499 0.005049441 -0.6522258 -0.5611658 0.5096022 +0.004136821 0.008702937 0.002571925 0.4183922 0.8702033 0.2601809 +0.008637673 0.003990612 0.002836371 0.8708226 0.39986 0.285972 +-0.0007775038 -0.002429844 0.009577727 -0.07846044 -0.2438156 0.9666426 +0.00629677 0.007544213 -0.001738882 0.6340796 0.7531826 -0.1750971 +-0.008552165 0.0006116509 -0.005102898 -0.8571515 0.06095807 -0.5114444 +-0.00520424 0.008091361 -0.002559103 -0.5260823 0.8101196 -0.2587347 +-0.007296163 0.006623412 0.001341653 -0.7360972 0.6632073 0.1353404 +0.008643348 0.00412704 0.002669144 0.8702046 0.4129463 0.2687366 +0.008641107 -0.004813792 0.0008213362 0.8719077 -0.4826084 0.08286121 +-0.004995208 -0.006493898 -0.005637389 -0.5038989 -0.6501978 -0.56862 +-0.006028158 0.004980023 -0.006181929 -0.6057393 0.4971811 -0.6212011 +-0.004518687 0.004929034 -0.007378936 -0.454485 0.4925617 -0.7421768 +-0.009435203 0.001666498 0.002718289 -0.9475195 0.1664024 0.2729779 +0.004958709 0.004654424 -0.007249986 0.4995354 0.4658983 -0.7303445 +-0.0009624852 0.009925785 0.0004873054 -0.1003588 0.993653 0.05081157 +0.0004370718 0.001105697 -0.009860967 0.0440142 0.1107021 -0.9928786 +-0.008265381 0.005288587 0.001482136 -0.834452 0.5303857 0.1496028 +0.00637821 0.005921314 -0.004788416 0.6436993 0.5934108 -0.4832337 +-0.001252188 -0.001211035 -0.009739177 -0.1265851 -0.1217228 -0.9844592 +-0.008703669 -0.003354725 0.003392628 -0.8774858 -0.3361972 0.3420381 +0.009773967 -0.00183663 -0.0003348151 0.9824333 -0.1835539 -0.03365508 +-0.009645718 0.002327146 -0.0004796169 -0.9712805 0.2329811 -0.04831155 +0.002068555 -0.007190104 -0.006567102 0.2086502 -0.7194417 -0.6624717 +-0.00108316 0.008132521 -0.005636447 -0.1094633 0.814364 -0.5699378 +0.008601122 -0.003677802 -0.00327663 0.8684856 -0.3691223 -0.3308798 +0.002275771 -0.001219627 -0.00960324 0.2288679 -0.1219633 -0.965787 +-0.007355897 0.00569855 0.003514637 -0.7411997 0.5702701 0.3541397 +-0.0008790138 -0.001826988 0.009703646 -0.08868279 -0.1832805 0.9790524 +0.0001712373 -0.005006697 -0.008609385 0.01721392 -0.5001957 -0.8657413 +-0.004625761 -0.005846964 -0.006578611 -0.4663543 -0.5853742 -0.6632124 +0.009088405 0.001759075 -0.003522564 0.9177578 0.1766188 -0.3557055 +-0.006059848 -0.007720395 -0.001822129 -0.6102862 -0.7706366 -0.183494 +0.00936492 0.003026165 0.001124827 0.9459164 0.3038605 0.1136272 +-0.002908874 0.007328771 -0.006059697 -0.2937868 0.7341688 -0.6121156 +0.00934937 -0.003397264 0.0003963903 0.9397815 -0.3394454 0.03984348 +0.001905785 0.006345198 -0.007448239 0.1917513 0.6337628 -0.7493839 +-0.0006165943 -0.004931166 -0.008596685 -0.06223623 -0.4941858 -0.8671257 +0.00776968 -0.001637796 -0.005908792 0.7851171 -0.1645561 -0.5970865 +-0.001733882 0.007316391 -0.006554507 -0.1745971 0.7306699 -0.6600283 +-0.0003000603 -0.002934676 -0.009499136 -0.03018653 -0.2934579 -0.9554953 +0.002571936 -0.002371815 -0.00934013 0.2579504 -0.2365057 -0.9367639 +-0.005091105 -0.0002162308 -0.008561214 -0.5110049 -0.02158113 -0.8593068 +0.007848645 -0.001950333 0.005735923 0.791775 -0.1956223 0.5786401 +-0.009909759 0.0004667599 -0.0005083645 -0.9975961 0.04672312 -0.05117594 +0.004440611 0.005442788 0.007048417 0.4471219 0.5443801 0.709741 +0.007750701 -0.001196 0.00603242 0.7834345 -0.1202068 0.6097382 +-0.001680519 0.006091141 0.007684586 -0.1693787 0.6095243 0.7744617 +-0.0003956037 0.000414637 -0.009924605 -0.03979502 0.04147467 -0.9983467 +0.008886272 0.002138038 0.003837346 0.8966881 0.2145026 0.3872195 +0.00197809 0.002274576 -0.009463171 0.199234 0.2277706 -0.953114 +0.008290973 -0.004617911 -0.002959694 0.8351502 -0.4622134 -0.2981324 +-0.005010641 -0.006406901 0.005713996 -0.5055992 -0.6417838 0.5766134 +0.008638763 -0.004919005 0.0003531496 0.869819 -0.4920884 0.03554926 +-0.002467428 0.009023242 0.003444498 -0.2502375 0.9030001 0.349245 +0.0004488934 -0.004753071 -0.008727064 0.04518634 -0.47545 -0.8785815 +-0.002382656 -0.00627705 0.007334762 -0.2402818 -0.6285051 0.7397608 +-0.008294591 -9.886725E-05 -0.005438574 -0.8362265 -0.009911153 -0.5482947 +-0.003803567 -0.008461315 0.003696396 -0.3837733 -0.8447492 0.3729836 +0.0007323592 0.009571535 -0.002763728 0.07464925 0.956598 -0.2816871 +0.008026723 -0.005889504 0.0003277655 0.8077732 -0.5885702 0.03298039 +0.009529544 -0.001651737 -0.002384414 0.9568133 -0.1648982 -0.2394095 +-0.009221219 -0.0018332 0.003175532 -0.9294123 -0.1837131 0.320066 +0.008090066 -0.005198888 -0.002529409 0.81505 -0.5203325 -0.2548482 +0.0004349148 0.005888448 0.008013476 0.04379369 0.5888914 0.8070248 +0.0063639 -0.007458778 0.001813815 0.6412645 -0.7452378 0.1827581 +0.002230235 0.008472477 -0.004761058 0.2254113 0.8471671 -0.4811421 +-0.002109564 -0.009308927 0.002878971 -0.2144357 -0.9318317 0.2927575 +-0.006624987 0.006898445 0.002737883 -0.6684158 0.6905956 0.276221 +0.006027825 0.0007912093 -0.007823758 0.6083925 0.07940741 -0.7896537 +-0.003156913 -0.009361027 0.001323059 -0.3212507 -0.937358 0.1347513 +-0.005282839 -0.002009819 0.008186089 -0.5311765 -0.2009225 0.8230928 +0.007634631 -0.005400142 0.003311852 0.7711105 -0.5417736 0.3344694 +-0.001689924 2.981188E-05 0.009754204 -0.170707 0.002994588 0.9853173 +0.007151785 0.005662784 0.004063758 0.7177172 0.5644128 0.4078239 +-0.0006841918 -0.0009408491 0.009851092 -0.06897485 -0.09431839 0.9931498 +-0.004897511 -0.001335301 -0.008581391 -0.4912552 -0.1331818 -0.8607734 +-0.002030801 -0.008068662 -0.00545758 -0.2054567 -0.8082096 -0.551892 +0.006360694 0.007570244 0.001141428 0.6422337 0.7577879 0.1152963 +0.003073777 0.00411772 -0.00848009 0.3103483 0.4131633 -0.8561425 +0.00406293 -0.005905956 0.006950511 0.4079052 -0.5888033 0.6977994 +-0.006845498 0.00439723 -0.005683006 -0.6906022 0.4408411 -0.5733478 +0.0009232447 0.003316676 0.009310062 0.0930708 0.3323612 0.9385488 +0.008468628 -0.0008684915 0.005170112 0.8502988 -0.08671036 0.5191082 +-0.006252007 -0.006511083 0.004171453 -0.6307095 -0.6519927 0.4208457 +-0.00872991 0.002268267 -0.004120303 -0.8806208 0.2274907 -0.4156381 +-0.009248089 -0.001060956 -0.00338565 -0.9337105 -0.1065125 -0.3418184 +0.009223212 -0.00216982 -0.003000829 0.9282471 -0.2171204 -0.3020201 +-0.002423776 -0.009669246 0.0006179065 -0.2478154 -0.9667448 0.06318218 +0.002555027 -0.00955071 -0.001393414 0.2604233 -0.9549845 -0.1420716 +-0.008376399 0.002705382 -0.00465645 -0.8415158 0.2702058 -0.4678034 +0.004761052 -0.008468013 -0.002246634 0.4811377 -0.8467268 -0.227069 +0.009132287 4.928335E-05 0.003800016 0.9232486 0.004954431 0.384171 +0.001789263 0.005357116 -0.008183274 0.1803199 0.5362223 -0.8245911 +0.0001856258 -0.003394864 0.00937816 0.0186264 -0.3385217 0.9407742 +-0.008532445 0.0001620974 -0.005128596 -0.8569757 0.01618894 -0.5151024 +0.001385056 -0.006438642 0.007440771 0.1398637 -0.6451848 0.7511156 +0.001042851 0.00871842 0.004722305 0.1054605 0.8720803 0.4778642 +0.006117444 -0.007410862 0.002541736 0.6183329 -0.7427626 0.2568425 +0.006289797 0.00762028 -0.001272998 0.6345701 0.7621217 -0.1284191 +0.001831671 -0.009489446 0.002457448 0.1868007 -0.9499396 0.2504402 +0.005884609 -0.008034023 -0.0002580841 0.5943509 -0.8037817 -0.02611278 +0.004589775 -0.007643081 0.004495406 0.4620453 -0.762705 0.452543 +0.009661132 0.0007739987 0.002301282 0.9698752 0.07726378 0.2310248 +0.006383849 0.0071582 0.002599467 0.6450799 0.717526 0.2627327 +0.005539096 -0.005805377 -0.005920065 0.5567863 -0.579529 -0.5950925 +-0.007165788 -0.006853287 -0.0008571941 -0.7226449 -0.6857932 -0.08644095 +0.008348991 0.003085084 -0.004446996 0.8395855 0.3084069 -0.4471926 +-0.001878513 -0.007883312 0.005802443 -0.1895425 -0.7881999 0.5855037 +-0.003363561 -0.006154119 0.007035786 -0.3394617 -0.6167545 0.7101969 +-0.004637228 -0.007001286 -0.005339729 -0.4678088 -0.7007181 -0.5386548 +-0.006846684 -0.001140392 0.007135447 -0.6878462 -0.1139222 0.7168608 +0.002882724 0.0009412221 0.009474069 0.2898054 0.09409016 0.9524494 +-0.005667218 0.003555546 -0.007314494 -0.5721451 0.3568064 -0.7384709 +0.007990106 0.001919322 0.005558506 0.8055595 0.1923969 0.5604082 +0.008584811 0.002927429 0.003992118 0.8667209 0.2938196 0.4030694 +0.002050002 -0.006230453 -0.007513235 0.2061207 -0.6219555 -0.7554374 +-0.007707932 0.004172356 0.004718142 -0.7752023 0.4170254 0.4745011 +-0.007605599 -0.005235378 0.003641523 -0.7676619 -0.524951 0.367589 +0.009608192 -0.000702951 0.002643769 0.9618034 -0.06997053 0.2646478 +-0.004850581 -0.008641925 -0.001189832 -0.4900729 -0.8633577 -0.1201748 +0.006019155 0.001730169 0.007669128 0.6080059 0.1737716 0.774682 +0.005073888 0.008603261 6.043235E-05 0.5121697 0.8588625 0.006122682 +-0.009254732 0.0009756241 -0.0034 -0.934146 0.09792221 -0.3431945 +0.0005056238 0.009107962 0.00404125 0.05123032 0.9107812 0.4096987 +0.002085983 -0.004472481 -0.008659899 0.2095444 -0.4464557 -0.8699244 +-0.006339192 -0.006305031 -0.004330846 -0.6399804 -0.6319004 -0.4371808 +-0.006427901 0.004827091 0.005859062 -0.6471963 0.4828859 0.5898799 +0.003650434 0.009216508 0.001185104 0.3701868 0.9211449 0.1202235 +0.00791064 -0.005964851 -0.0007438903 0.798219 -0.5976685 -0.07509185 +0.0003210954 -0.003180275 0.009427554 0.03227701 -0.3177723 0.9476175 +-0.007498016 -0.006003929 -0.002564197 -0.7561176 -0.601191 -0.2585644 +0.004917237 0.00186044 -0.008492284 0.492414 0.1852392 -0.8504204 +0.006131573 0.005303514 -0.005773401 0.6172388 0.5303383 -0.5811692 +0.004117889 0.001774704 0.008839509 0.4155264 0.1780599 0.8919823 +0.001733901 0.006633861 0.007236023 0.1745095 0.6626706 0.7282954 +-0.001984128 0.00953124 0.002193505 -0.2023267 0.9534599 0.2235581 +-0.008701146 0.002933041 -0.003707187 -0.8791424 0.2946086 -0.3745856 +0.008837417 -0.004496614 0.0006579792 0.8904523 -0.450223 0.06628773 +-0.0001137647 -0.005580928 0.008267755 -0.01141934 -0.5568369 0.8305433 +-0.009496927 -0.001160394 0.002749495 -0.954078 -0.1159171 0.2762217 +0.009128485 0.002253912 -0.00316848 0.9202874 0.2259178 -0.3194248 +-0.003713539 0.002462146 0.008840102 -0.3752737 0.2473625 0.8932981 +0.006615241 0.006490784 0.003669239 0.6657447 0.6483966 0.3692776 +-0.003184787 0.006042723 0.007207091 -0.3215951 0.605835 0.7276953 +-0.00126577 -0.007610891 0.006300802 -0.1277009 -0.7612661 0.6357409 +-0.009424023 0.002907268 0.0009289284 -0.9518346 0.2919121 0.09379919 +-0.008860923 0.003126682 0.003180886 -0.8937497 0.3135023 0.3208236 +0.004040191 -0.008404004 -0.003520249 0.4083285 -0.8406166 -0.3558532 +-0.008952065 0.00427601 0.0005149726 -0.9021713 0.4282477 0.05187245 +-0.007760389 0.0004553836 -0.006134759 -0.7836621 0.04572657 -0.6195021 +0.005839057 -0.005420158 -0.005992549 0.5868693 -0.5411263 -0.6023012 +-0.006650744 0.0003006752 0.007364461 -0.6699252 0.03011617 0.7418175 +0.005185516 0.007874615 -0.003249061 0.5229428 0.7868779 -0.327649 +-0.009429108 0.002260938 -0.00226584 -0.9472054 0.2258144 -0.2276179 +0.0008672399 -0.007462078 -0.006512611 0.08759071 -0.747751 -0.6581765 +0.00132674 0.007716032 -0.006180197 0.1337301 0.7708017 -0.6228812 +-0.005817401 -0.0001772979 -0.008003906 -0.587839 -0.01781462 -0.8087818 +0.008083797 -0.001263327 -0.005583252 0.8161712 -0.12683 -0.5637186 +9.657849E-05 0.009946038 0.000776178 0.01007845 0.9966633 0.08099839 +0.009203045 2.635113E-05 -0.003629189 0.9302759 0.002648763 -0.3668512 +-0.006294968 -0.003022235 0.007059376 -0.634306 -0.3027399 0.7113399 +0.002729923 0.007698989 0.005708423 0.2753745 0.7697915 0.5758384 +0.009192252 0.001802363 0.003256444 0.9270754 0.180737 0.3284285 +0.005088668 -0.008337818 0.001933553 0.5147368 -0.8347579 0.195513 +-0.004151357 -0.004598089 -0.007809828 -0.4170114 -0.4589604 -0.7845106 +-0.002003627 -0.006872741 0.00695866 -0.2014285 -0.6855848 0.6995713 +0.00095362 -0.006426177 -0.007507712 0.09629226 -0.6444873 -0.7585275 +0.003582325 -0.003938414 -0.008353021 0.3619654 -0.395555 -0.8441074 +0.009100516 0.002979529 0.002709274 0.9149451 0.2977926 0.2723876 +-0.006627167 0.001405046 0.00725843 -0.6675577 0.1407278 0.7311378 +0.003966137 0.007630531 -0.005012689 0.4005108 0.7638067 -0.5061526 +-0.005715386 0.0008072238 0.00806075 -0.5765042 0.08096491 0.8130729 +0.007698155 0.005921882 0.002253953 0.7739879 0.5912508 0.2266388 +0.001369367 0.00294946 0.009354217 0.1383306 0.2962286 0.9450467 +0.001487863 0.00476469 0.008583216 0.1500502 0.4775042 0.8657221 +-0.002974068 0.005102026 0.007969092 -0.300403 0.5119045 0.8048055 +0.009757954 0.001254877 -0.001063797 0.9861748 0.1261053 -0.1075016 +0.004872154 -0.002906745 0.008191577 0.4892021 -0.2901458 0.8224942 +0.001266836 0.00759036 -0.006322645 0.1278829 0.75933 -0.6380155 +0.008573088 0.003866171 0.003132332 0.8656691 0.3880165 0.3163229 +-0.0002589367 0.002169454 0.009718955 -0.02601053 0.2165895 0.9759162 +-0.001522599 0.009844234 -0.0006326542 -0.1575262 0.9853308 -0.06563993 +-0.00757433 0.002510797 0.005857246 -0.7654905 0.2522754 0.5919303 +-0.00536402 -0.00838034 0.0004857243 -0.542405 -0.8386784 0.04914653 +-0.006637164 -0.007398104 0.0004414584 -0.670221 -0.7408195 0.04461214 +0.009126879 -0.003803257 0.0007468871 0.9212628 -0.3815676 0.07537261 +0.0001734249 0.009949308 0.0007182457 0.01809789 0.9970228 0.07495314 +0.009445579 0.002391753 -0.001862331 0.952492 0.2397895 -0.1877763 +0.009734347 0.002107665 0.0002735255 0.9772353 0.210373 0.02746462 +0.005425036 -0.006925283 -0.00465859 0.5470343 -0.6928762 -0.4697617 +0.009924425 0.000825344 -0.0002477607 0.99629 0.08238787 -0.02487154 +0.006899699 -0.007026645 0.001468414 0.6957117 -0.7029067 0.1480114 +0.009434684 0.0005428271 0.003069962 0.9495206 0.05432316 0.3089656 +-0.009428989 -0.0005265687 0.003083714 -0.9491398 -0.05270657 0.3104122 +0.003904928 -0.008683343 0.002935716 0.3953609 -0.8691233 0.2971777 +-0.001624641 -0.009105637 -0.003740099 -0.1647319 -0.9105546 -0.3791487 +-0.005276479 0.002929678 0.007873297 -0.5321645 0.293736 0.794053 +-0.006107242 0.005444269 -0.005665708 -0.6148971 0.5444856 -0.5704708 +0.004724582 -0.008355036 0.002741316 0.4767207 -0.8344032 0.2766022 +0.004584042 -0.008827829 0.0004892172 0.4646758 -0.8840955 0.04951373 +0.004995474 -0.001420497 0.008507818 0.5012231 -0.141718 0.8536343 +0.0002855884 0.001360425 0.009845899 0.02872102 0.1360544 0.990285 +0.009588704 -0.001095967 -0.00251528 0.9614819 -0.1092752 -0.2522133 +0.0007878624 -0.008247436 -0.005512526 0.07964347 -0.8261672 -0.5577676 +0.009000372 -0.001789229 0.003724358 0.9089801 -0.1796681 0.3761309 +0.003292036 -0.002835082 0.008902561 0.3324976 -0.2846563 0.8991197 +0.00975458 0.0004983293 -0.001687069 0.9841391 0.04999321 -0.1702083 +0.007429651 -0.005799145 -0.003160878 0.7491385 -0.580698 -0.3187181 +0.009205945 0.003149914 -0.002068989 0.9260052 0.3149661 -0.2081122 +-6.333452E-05 0.009619958 -0.002715557 -0.006443718 0.9608779 -0.2768974 +-0.001532269 -0.001020608 -0.009728478 -0.1547713 -0.1025048 -0.9826183 +-0.001114145 -0.0006333558 -0.009830007 -0.1123926 -0.06353143 -0.9916309 +-0.007254831 -0.004375705 -0.005164782 -0.7320545 -0.438767 -0.5211331 +-0.002284982 -0.006240073 -0.007407504 -0.2302841 -0.6243065 -0.7464654 +-0.002714603 -0.004153269 0.008612292 -0.2733954 -0.4157285 0.8674242 +0.007407749 0.006536085 -0.001033726 0.7481806 0.6552348 -0.1043698 +0.002065463 0.000102079 -0.009704764 0.2081564 0.01022963 -0.9780421 +-0.006308318 -0.002675055 -0.007170695 -0.6363164 -0.2682553 -0.7232845 +-0.004491789 -0.001715444 -0.008693376 -0.4522251 -0.1717202 -0.875217 +-0.003344595 0.009375267 0.0005149591 -0.3404796 0.9387972 0.05228325 +-0.00082082 0.009310208 -0.003487385 -0.08334181 0.9313834 -0.3543716 +-0.007297229 5.671379E-05 -0.006738361 -0.7346683 0.00567767 -0.6784027 +-0.002595144 -0.003554679 0.008940793 -0.2606135 -0.3548307 0.8978729 +0.003653473 -0.008505949 -0.003757483 0.3685295 -0.848839 -0.3790228 +-0.009305909 0.003449495 -0.0005541891 -0.9368696 0.3451979 -0.05580241 +-0.001462988 0.008630292 0.004791518 -0.1478818 0.8623881 0.484167 +0.0005312861 -0.006158967 0.007780705 0.05365482 -0.6170359 0.7851037 +-0.001442716 0.007149486 0.006771551 -0.1455845 0.715553 0.6832196 +0.001862753 0.003671835 0.009037057 0.1877009 0.3678138 0.9107587 +0.005548227 0.003374225 -0.007504222 0.5594704 0.3382157 -0.7567054 +-0.007904086 0.004832828 -0.003555121 -0.7977318 0.4846339 -0.3588232 +-0.007049358 -0.006910077 -0.001279698 -0.7108624 -0.6913948 -0.1290269 +0.006121898 -0.003020838 0.007192665 0.6176944 -0.3029962 0.7257044 +-0.009653363 0.001177944 -0.001938557 -0.9735609 0.1181272 -0.1955124 +0.006820569 -0.006566593 0.003013746 0.688703 -0.6581045 0.3042805 +0.002983708 -0.004713195 -0.008218844 0.3008054 -0.4721463 -0.8286096 +0.007345943 0.006588953 -0.001176489 0.741622 0.6602238 -0.1187496 +-0.005232139 0.008389265 -0.001391417 -0.5278709 0.8376426 -0.1403822 +0.005792859 -0.00562876 -0.005869471 0.5814371 -0.5611234 -0.5891277 +-0.002869262 0.001589963 0.009383955 -0.2886795 0.1590566 0.9441214 +-0.007656415 -0.003048793 -0.005504771 -0.7729942 -0.3059875 -0.5557442 +-0.003738709 -0.0004387357 -0.009157681 -0.3776063 -0.04406207 -0.9249173 +-0.005789428 0.0006188783 0.008025371 -0.5839191 0.06206809 0.8094356 +2.75162E-05 0.00528527 0.008458904 0.002762387 0.5273564 0.8496397 +-0.0008544074 -0.008682394 -0.004816639 -0.0865092 -0.8688194 -0.4875131 +-0.004198474 -0.008545852 -0.002985308 -0.424109 -0.8539279 -0.3015604 +0.002986937 0.00374303 0.008690713 0.3012663 0.3752561 0.8765965 +0.000125809 0.005367439 -0.008395994 0.01265269 0.5360304 -0.8441039 +0.008094715 -0.001315124 -0.005557429 0.8171868 -0.1320154 -0.5610506 +-0.008293076 0.003082017 -0.00458421 -0.8327384 0.3076495 -0.4603243 +-0.007245847 -0.006840247 -0.0003551531 -0.7293454 -0.6832111 -0.03574767 +-0.003921882 -0.00323794 -0.00852054 -0.3954884 -0.3245737 -0.8592094 +0.005519791 0.001979246 -0.008009522 0.5561861 0.1982887 -0.8070555 +-0.001530044 0.009513244 -0.002605214 -0.155879 0.9514433 -0.2654382 +-0.00331264 -0.008539386 -0.003959816 -0.3346114 -0.853259 -0.3999803 +0.004676559 -0.002180624 0.008525854 0.4693946 -0.2176132 0.855753 +-0.008784398 0.002978686 0.003473063 -0.8873817 0.2991277 0.3508224 +-0.001037611 -0.008730073 0.004700504 -0.1049455 -0.8733139 0.4757197 +-0.004305537 -0.008284594 -0.003449955 -0.4356256 -0.8297231 -0.3489843 +0.003696424 -0.00454103 -0.008024864 0.3725887 -0.4548362 -0.8088892 +-0.006115517 -0.005168403 0.005928138 -0.6149225 -0.5162824 0.5960896 +-0.006647412 0.00725753 0.001506919 -0.6705616 0.7261187 0.1519831 +-0.0003524788 0.009959444 -0.00047047 -0.03678297 0.9981165 -0.0490959 +0.006624393 -0.0005434022 0.00738468 0.6667603 -0.05438639 0.7432851 +-0.001735813 0.008813762 -0.004298536 -0.1758696 0.8827213 -0.4357441 +0.008840146 -0.001741961 -0.004128012 0.8921283 -0.1747925 -0.4165989 +0.009107334 0.003822347 0.0008323715 0.9196491 0.3836336 0.08408828 +-2.535204E-05 -0.003856772 0.009198626 -0.002543352 -0.3846605 0.9230546 +0.008634029 0.002405024 -0.004252508 0.8706343 0.2411122 -0.42879 +0.008820573 0.002242517 0.003920115 0.8903698 0.2250613 0.3957132 +0.0009584344 -0.006162067 -0.007721948 0.09678359 -0.61809 -0.7801267 +0.0002556996 -0.0002005261 -0.009943025 0.02570278 -0.02004309 -0.9994687 +-0.002751958 -0.004465026 -0.008451503 -0.2770227 -0.446637 -0.850749 +-0.000904202 -0.007840605 0.006073556 -0.09128399 -0.784558 0.6132993 +0.002658811 0.00941373 0.001916218 0.2707095 0.9426468 0.1952778 +0.009950312 -0.000531139 -0.0002003503 0.9983925 -0.05299287 -0.02010267 +0.002566315 0.00364873 -0.008908896 0.257793 0.364302 -0.8948893 +-0.001947797 0.006400737 0.007397524 -0.1958729 0.6389486 0.7438941 +-0.005985148 0.003701361 -0.006991386 -0.6038395 0.3711872 -0.7054061 +0.003596474 -0.008029788 0.004644219 0.3637742 -0.8044204 0.4696555 +0.005668193 0.007953512 -0.001944972 0.5725797 0.7959648 -0.1964496 +-0.008981377 0.003721377 -0.002122234 -0.903343 0.3720306 -0.2134589 +-0.006787745 -0.002794039 -0.006753092 -0.6808431 -0.2786166 -0.6773666 +0.002971719 0.005407997 0.007770392 0.3000478 0.5424545 0.7846748 +0.008255015 0.0001113778 0.00549015 0.832612 0.01117047 0.553744 +0.007891588 0.002242648 0.005566148 0.7962272 0.2249716 0.5616137 +-0.004177949 0.007777175 -0.004645263 -0.4210839 0.7768416 -0.4681937 +-6.952282E-05 0.005357862 0.008409228 -0.00698809 0.5347783 0.8449635 +0.006950335 0.00406971 -0.005778072 0.7019166 0.4084657 -0.583497 +-0.007151629 0.001279262 0.006794508 -0.719025 0.1278892 0.683116 +-0.006126176 0.007827349 -0.0006471756 -0.6184744 0.7830825 -0.06535488 +0.006534466 0.006800288 0.003211893 0.6582248 0.6797497 0.3235435 +0.005288137 0.004676075 -0.006980754 0.5334165 0.4686725 -0.7041398 +0.001407477 7.28594E-05 0.009791389 0.1422801 0.007323864 0.9897993 +0.002324878 -0.007201659 0.006447652 0.2349051 -0.7215684 0.6512747 +0.00693334 -0.001658059 -0.006980036 0.6950387 -0.1652668 -0.69972 +0.00172907 -0.002386094 -0.009464709 0.1744667 -0.2393972 -0.9551179 +0.002864541 -0.009215977 0.002554314 0.2905398 -0.9211376 0.2590214 +-0.009406622 0.003065844 0.0007236189 -0.9487775 0.3074031 0.07296935 +0.003952886 0.009173797 0.0002004143 0.4003799 0.9161243 0.02030112 +0.009822455 0.001479885 0.0003389517 0.9883887 0.1480688 0.03411019 +-0.008139688 -0.005375519 0.00203532 -0.8184421 -0.5369051 0.2046594 +-0.002794313 0.004360623 0.008482621 -0.2814985 0.4365347 0.8545151 +-0.009190767 0.003121509 0.002244723 -0.9230648 0.3116507 0.2254445 +-0.003961542 -0.0084672 0.003476941 -0.4002194 -0.8464104 0.3513032 +0.007446108 -0.00502826 -0.004332876 0.7477033 -0.5016343 -0.4350894 +-0.002694809 0.00960776 -0.0004816521 -0.2748662 0.9602252 -0.0491529 +-0.001049432 0.002747497 0.009452924 -0.1060734 0.2760316 0.9552774 +-0.009392247 -0.002069972 -0.002665222 -0.9413291 -0.206269 -0.2671192 +0.0005925353 0.003251434 0.00937188 0.05965757 0.3254474 0.9436763 +0.009032748 0.003270131 0.002661936 0.9067116 0.3263041 0.2672072 +-0.001267424 0.007518294 0.006399732 -0.1280013 0.7524927 0.6460421 +-0.003514366 -0.008628764 0.00359255 -0.3548711 -0.8616536 0.3627943 +0.007433407 0.003960818 -0.005225552 0.7506777 0.3975371 -0.5276811 +0.008770065 0.004208136 0.002121338 0.8818507 0.4205182 0.2133159 +0.0009448775 -0.00732341 -0.006650866 0.09543409 -0.7341276 -0.6722715 +0.001147243 -0.004902598 0.008544196 0.1158875 -0.4919297 0.8628878 +-0.002648378 -0.002681904 0.00921523 -0.2661102 -0.2679124 0.9259635 +0.004146541 0.008916996 -0.001586591 0.4205055 0.8929283 -0.1607925 +-0.002676651 0.00609274 0.007373899 -0.2702431 0.6106755 0.7443414 +0.003920892 0.008562274 0.003295448 0.3961467 0.8556899 0.3329603 +-0.006406498 -0.006774369 0.003575464 -0.6438061 -0.6755747 0.3593223 +-0.004905998 -0.006592741 0.005605348 -0.4947983 -0.6599603 0.5653556 +0.009778582 0.0008389077 0.001341394 0.9872021 0.0842156 0.1354243 +-0.0006480051 0.00896781 -0.004292984 -0.06564046 0.8978541 -0.4353727 +0.008478649 0.001683413 0.004974632 0.8502654 0.1678557 0.4988719 +0.009435123 0.0006688992 -0.003068903 0.9488306 0.066888 -0.3086202 +-0.002913942 -0.004080107 0.008563826 -0.2939211 -0.4090475 0.8638811 +-0.004591858 0.003725749 0.008033988 -0.4607003 0.3715416 0.8060472 +0.004940229 -0.002154473 0.008402748 0.4950152 -0.2146372 0.8419566 +0.001949282 0.009214705 0.003333273 0.1975288 0.920266 0.3377764 +-0.001268096 -0.005207148 0.008343084 -0.1280694 -0.5226106 0.8428976 +0.001252036 -0.009783624 0.001482058 0.1291261 -0.9798104 0.1526374 +0.002091457 -0.006176648 -0.007543039 0.2103245 -0.6167166 -0.7585672 +0.004471698 -0.003787179 -0.008055125 0.4493022 -0.378221 -0.809368 +-0.007320388 0.004176472 -0.005220285 -0.7392046 0.4191354 -0.527164 +-0.006299115 -0.006562734 -0.004041622 -0.6348909 -0.6565108 -0.4073171 +-0.005248221 -0.007229127 0.004359168 -0.5302326 -0.7244583 0.4404697 +0.004715327 0.008744406 0.0007149179 0.4776695 0.8755447 0.07247973 +-0.007151494 0.003730508 -0.005755872 -0.7223141 0.3745143 -0.5813789 +-0.0001650369 0.009968456 0.0004265259 -0.01721841 0.998861 0.04449968 +0.009273352 -0.00248619 -0.002650131 0.9314038 -0.2482636 -0.2661807 +-0.001747803 0.00399792 0.008910552 -0.176359 0.4008841 0.8989936 +0.005727876 0.006524247 -0.004837071 0.578199 0.653685 -0.4882434 +0.002816375 0.00244222 0.009217711 0.2833475 0.2442863 0.9273825 +0.008845479 -0.002645129 -0.003567732 0.8940352 -0.2657972 -0.3606286 +-0.005274713 0.003781626 0.007492952 -0.5325981 0.3795026 0.7565165 +-0.009800936 0.000173895 -0.001334964 -0.9906995 0.01747874 -0.134941 +-0.006583038 -0.007376643 -0.001027136 -0.6653236 -0.7393106 -0.1037509 +0.0004482161 -0.002948963 0.00947563 0.04514873 -0.2952625 0.9543488 +0.003374797 -0.009138133 0.002197145 0.3419142 -0.9129927 0.2225737 +0.00317924 -0.006883893 -0.006458892 0.320354 -0.6883011 -0.6508571 +0.007127657 -0.00567991 -0.004095026 0.7149317 -0.565825 -0.410749 +0.00117048 -0.009764991 0.001656692 0.1206599 -0.9779664 0.170361 +-0.006345833 -0.007614014 0.0008983351 -0.6408644 -0.7622709 0.09075116 +-0.004995259 -0.001422958 -0.00850756 -0.5012006 -0.1419632 -0.8536067 +0.00179184 -0.001598004 -0.009614944 0.1808297 -0.1603552 -0.970354 +-0.007326763 0.005785195 -0.003438677 -0.7381791 0.578846 -0.3464519 +0.0009389614 0.004941832 0.008547758 0.09479901 0.495841 0.8632236 +-0.006460618 0.00464649 0.00599529 -0.6493222 0.4640255 0.6025454 +-0.007913819 -0.0009210185 0.005881398 -0.7991763 -0.09248544 0.5939392 +-0.005442832 -0.007864069 0.002817318 -0.5490094 -0.7860192 0.2841875 +0.009662639 -6.279966E-05 0.002385443 0.9708335 -0.006273983 0.2396725 +0.0001005684 -0.00764319 0.006419621 0.01012915 -0.7629146 0.6464199 +-0.008772568 0.003573971 -0.002979568 -0.8841023 0.3580231 -0.3003042 +0.004001891 -0.007624662 0.004993108 0.4041188 -0.7632182 0.5041686 +0.0002623638 0.007365951 0.006695169 0.02644299 0.7369346 0.6754466 +-0.006876884 0.002424107 0.006805731 -0.6896994 0.2417129 0.6825612 +0.006980146 0.006935122 0.001601716 0.702823 0.692841 0.16128 +0.007513043 -0.001314147 -0.006315695 0.7587666 -0.1319698 -0.6378536 +-0.009340758 0.0001482829 -0.003296722 -0.9428864 0.01488391 -0.3327819 +8.348078E-05 -0.009950024 -0.0007196242 0.008712123 -0.997138 -0.07509975 +0.003346645 -0.001118311 0.009255785 0.3378904 -0.1122682 0.9344656 +0.009942799 0.0008997329 3.052801E-05 0.9959714 0.08961883 0.003058568 +0.00165606 0.009286849 -0.003242964 0.168259 0.9290653 -0.3294337 +0.009424185 -0.003133444 -0.0004463475 0.9485223 -0.3135075 -0.04492711 +-0.009548057 0.00281132 0.0001909975 -0.959552 0.2808764 0.01919002 +0.004672484 0.007418316 0.004754653 0.470668 0.7409976 0.4789511 +-0.008568106 0.004323486 -0.002629727 -0.8620483 0.4322815 -0.2645856 +0.009075437 -0.001812323 -0.003534917 0.9162595 -0.1819275 -0.3568906 +-0.002462606 0.009656845 0.0006995614 -0.2515807 0.9651944 0.07146285 +-0.001585165 -0.001488009 0.009657272 -0.1601463 -0.1494852 0.9757087 +-0.002749988 0.0002101687 -0.009567222 -0.2761919 0.02098923 -0.9608732 +-0.008676847 -0.004818076 -0.0005300704 -0.8743303 -0.4823842 -0.05340401 +0.003384197 -0.004434465 0.008203865 0.3415612 -0.4447425 0.8279734 +0.006775319 -0.003832662 -0.006173847 0.6825511 -0.3837623 -0.6219729 +-0.008739109 0.001025102 0.004627203 -0.8791067 0.1025381 0.4654646 +-0.001087235 0.008861043 -0.004441211 -0.1100726 0.8863578 -0.4497264 +-0.006289812 0.001265024 0.007541343 -0.6353217 0.1270538 0.7617241 +0.0004970949 -0.009395571 0.003289817 0.0507275 -0.9408607 0.3349744 +-0.007016208 -0.004595703 0.005320131 -0.7073566 -0.460393 0.5363628 +0.003781184 0.008689914 -0.003076332 0.3828399 0.8697497 -0.3113984 +0.0009019776 0.009933169 0.000353686 0.09408983 0.9948798 0.03689477 +-0.008750789 0.004236161 0.00217528 -0.8793491 0.423043 0.2185858 +-0.00693726 -0.006710758 -0.002428167 -0.6994389 -0.6714621 -0.2447936 +-0.0005122014 0.006366284 0.007614552 -0.05172244 0.6378049 0.7684593 +0.004093916 0.008803593 0.00228065 0.4143214 0.8803741 0.2308229 +0.007814168 0.004977317 -0.003544564 0.7890489 0.4993283 -0.3578731 +-0.002821239 0.004398975 -0.008453593 -0.2841983 0.4403876 -0.8516396 +-1.30494E-05 -0.003300656 0.009434379 -0.001305892 -0.3284729 0.9445125 +0.0007087895 -0.008688811 0.004823426 0.07180374 -0.8696932 0.488342 +0.008383865 -0.002639714 -0.004686094 0.8420311 -0.2635766 -0.4706495 +-0.00955275 0.002325545 0.001189194 -0.9649004 0.2335416 0.1201063 +0.0001796361 0.009940768 -0.0008422798 0.01874341 0.9959543 -0.08788444 +-0.003578419 0.008223264 0.004315542 -0.3620515 0.8236337 0.4365159 +-0.000602819 -0.0012874 -0.009814173 -0.0608019 -0.1291008 -0.9897657 +0.002849494 0.008316881 0.004709125 0.2877232 0.8313137 0.4755342 +0.002258758 0.007175332 -0.006505291 0.2281335 0.7186812 -0.6568504 +0.003377666 0.003224797 -0.008749913 0.3407727 0.3234136 -0.882767 +0.004100925 0.007502755 -0.00508024 0.4143761 0.7515817 -0.513242 +0.008157049 0.000159084 0.005617822 0.8234723 0.01596944 0.5671316 +0.005320541 0.002683014 0.007925856 0.5367814 0.2691135 0.7996523 +0.004053154 -0.007980874 0.004380393 0.4091784 -0.7981471 0.4421925 +-0.008330571 -0.00466331 0.002792571 -0.8386595 -0.4664851 0.2811439 +-0.004511909 0.007671942 0.004538494 -0.453956 0.7651249 0.4566265 +0.003716521 0.009265833 2.877134E-05 0.3771311 0.9261553 0.002938029 +-0.004859115 -0.004307725 -0.007526278 -0.4894 -0.4311582 -0.7580173 +0.004074711 0.008505783 -0.003240435 0.4117932 0.8504059 -0.3274693 +0.005855961 0.007866008 -0.001812819 0.5905479 0.7860246 -0.1828074 +0.003025077 0.001509498 0.009331284 0.3048322 0.1512488 0.9403197 +0.009898242 0.0004845397 0.0005958477 0.9970168 0.04853112 0.06001779 +0.00560013 -0.005418462 0.006177174 0.5643173 -0.5423397 0.6224256 +-0.009249159 0.002405567 0.002767061 -0.9299355 0.2404633 0.278204 +-0.003429286 -0.008468128 -0.003996467 -0.346551 -0.8466573 -0.4038239 +-0.003667055 0.008274758 -0.004156362 -0.3707272 0.8282233 -0.4202469 +0.002690814 -0.009266995 0.002546932 0.2731851 -0.926582 0.2584874 +0.0003485323 0.00973589 0.002138531 0.03562504 0.9749137 0.2197139 +-0.008211609 -0.005516901 -0.0008359835 -0.8288385 -0.5530928 -0.08435068 +-0.0003266964 -0.007647852 0.006384858 -0.03291119 -0.7644562 0.6438351 +0.009736345 7.892325E-05 0.001825582 0.982841 0.007922176 0.1842845 +0.001970571 -0.006264218 -0.007505592 0.1981535 -0.6253746 -0.7547463 +0.003757288 -0.007291215 0.005626982 0.3794393 -0.7302051 0.5681781 +-0.0005541784 0.009400134 0.003269462 -0.05652478 0.9412643 0.3329062 +-0.005534826 -0.007977623 0.002178454 -0.5595374 -0.7989939 0.220288 +0.0003979245 0.004881697 -0.008655556 0.04010296 0.4884547 -0.8716672 +0.003181968 -0.001696308 -0.009238743 0.3208876 -0.1700951 -0.9317182 +0.009934247 0.0003157782 -0.0003223739 0.9989755 0.03157542 -0.03241748 +-0.002248553 0.009651025 0.001288897 -0.2296026 0.9643476 0.1315918 +-0.008534307 0.003238125 -0.003888512 -0.8607057 0.3246329 -0.3921724 +0.006100708 -0.001371192 0.00766821 0.6166548 -0.1378117 0.7750773 +-0.007076415 0.00688441 -0.001282927 -0.7134262 0.6886888 -0.1293474 +-0.008362561 0.003852474 0.003656002 -0.8449318 0.3868698 0.3693533 +0.003342301 0.007930146 -0.005015659 0.3375685 0.7934318 -0.5064716 +-0.001242308 -0.008409063 0.005223723 -0.1254329 -0.8402689 0.5274608 +-0.005463533 0.005192832 0.006453457 -0.5516175 0.5208159 0.6515128 +0.006782156 -0.004826366 -0.005398106 0.6846258 -0.4840803 -0.5449346 +-0.002212885 0.008056411 -0.005400783 -0.2237688 0.8071446 -0.5463014 +-0.0009774128 -0.009530714 0.002787717 -0.09954213 -0.9535625 0.2842708 +0.004815137 -0.00568108 -0.006579943 0.4856117 -0.5690367 -0.6636102 +-0.0005000023 -0.008676689 0.004874309 -0.05057734 -0.8683336 0.4933951 +-0.001488993 -0.00379827 -0.009031345 -0.1504054 -0.3812872 -0.9121394 +-0.007479301 0.004777438 0.00453803 -0.751447 0.4769191 0.4559338 +-0.004935434 0.006650335 0.005524207 -0.4974693 0.665238 0.556761 +-0.003506777 -0.007288659 -0.005822625 -0.3534272 -0.7285261 -0.5868041 +0.001995027 -0.009740741 0.0007824257 0.2050646 -0.9754502 0.08028275 +0.002541264 -0.009563105 -0.001336274 0.2590633 -0.9561946 -0.1363011 +-0.007996713 -0.0004954192 -0.005826777 -0.8072077 -0.04972692 -0.5881691 +0.002227089 0.007173493 0.006520522 0.2248185 0.7183839 0.6583169 +0.004374788 -0.008630559 0.002467728 0.4417798 -0.8618242 0.2491782 +0.001315338 0.0009892645 -0.009761346 0.1328876 0.09937704 -0.9861364 +-0.005235634 0.008318928 0.001648077 -0.5290678 0.8320854 0.1664971 +0.009729087 0.00119968 -0.001340688 0.9834121 0.120578 -0.1355051 +-0.0008626254 0.002039104 -0.009676001 -0.08692583 0.2042981 -0.9750416 +-0.001864059 -0.003037524 0.009264415 -0.1878879 -0.3043721 0.9338393 +-0.004522448 -0.00859327 0.002297688 -0.4569211 -0.8586783 0.2321521 +0.0009405875 0.001569071 0.00973099 0.09499642 0.15759 0.9829248 +-0.004086169 -0.004294256 -0.007978454 -0.4116024 -0.4298496 -0.8036247 +0.003812023 0.00910894 0.001434482 0.3864124 0.9107884 0.1454308 +0.00674801 0.00104029 0.007228357 0.6786945 0.10404 0.7270141 +0.007455115 -0.006192772 -0.002269738 0.7510303 -0.6194033 -0.2286765 +0.00422426 -0.009021758 -0.0003792001 0.4283134 -0.90281 -0.03849341 +0.005855467 0.001410678 -0.007849609 0.5918924 0.141786 -0.7934483 +0.001221894 0.006062182 -0.007768525 0.1234102 0.6078113 -0.7844331 +0.004734025 0.007148945 -0.005067875 0.4772871 0.7149485 -0.5109263 +0.009504799 -0.0006987432 -0.002894882 0.9542839 -0.0697586 -0.2906474 +0.008366386 -0.00131104 0.005204293 0.8417888 -0.1311642 0.5236292 +0.008019433 -0.004159086 -0.004139346 0.8078933 -0.4164101 -0.4170264 +0.00967198 -0.0003597787 0.002314494 0.9719132 -0.03594939 0.2325778 +0.007113689 0.005877449 0.003758637 0.7156817 0.5872008 0.3781467 +0.00517081 -0.008541291 -0.000221354 0.5218688 -0.8527332 -0.02234056 +-0.0004460766 0.009736352 0.002123468 -0.04588242 0.974844 0.2181144 +-0.003903772 -0.00450681 -0.007954928 -0.3931939 -0.4510636 -0.8012117 +-0.0003309714 0.008930814 0.004406123 -0.03361396 0.8940576 0.446689 +-0.005397451 -0.001149626 0.008245896 -0.5440181 -0.1152192 0.8311251 +-0.004909008 0.008063387 -0.003173872 -0.4959609 0.8069465 -0.3207181 +-0.008180168 0.004277218 0.003618364 -0.8260104 0.4292133 0.3653529 +0.004487062 -0.006750078 -0.005766846 0.4526499 -0.6757615 -0.5817684 +-0.00870396 -0.00484295 0.0002092363 -0.8749719 -0.483716 0.0210499 +0.008377567 -0.002682923 0.004669938 0.8415266 -0.2679291 0.4690916 +0.009924961 -0.001011833 -4.900006E-05 0.994889 -0.1008555 -0.004912572 +-0.007253004 -0.001036353 0.006716769 -0.7297531 -0.1036838 0.6758033 +-0.008348634 -0.004589389 -0.002860354 -0.8404377 -0.4590781 -0.2879442 +0.0002757777 0.009641668 -0.002601531 0.02817702 0.9636682 -0.2656119 +-0.001680075 -0.008161395 -0.005461874 -0.1697651 -0.8165128 -0.5518032 +-0.003425012 -0.008273563 -0.004344203 -0.346592 -0.8286929 -0.4394794 +-0.0009934241 -0.004294344 0.008881113 -0.1002901 -0.430933 0.8967935 +-0.007542718 -0.002608995 -0.005853632 -0.7623898 -0.2621695 -0.5916324 +0.005673312 0.007134054 0.003970971 0.5729461 0.7147348 0.401107 +0.001642547 0.001224229 -0.009685973 0.1659318 0.1229682 -0.9784403 +-0.006794842 -0.007296296 -7.179488E-05 -0.6845039 -0.7289734 -0.007226425 +0.0007498427 0.007938435 0.005955284 0.07575153 0.7949479 0.60193 +-0.00893198 0.001162773 0.004112548 -0.9021329 0.1167767 0.4153546 +-0.003996896 -0.007037608 0.005782471 -0.4034029 -0.7047067 0.5836562 +-0.0002447915 0.008946442 -0.00438731 -0.02475461 0.8953396 -0.4446955 +-0.0008544759 0.002102544 -0.009659298 -0.08613668 0.2107359 -0.9737406 +-0.006898467 -0.001870919 0.006970233 -0.6911146 -0.1863632 0.6983046 +-0.002934758 -0.003061599 0.008982441 -0.2955954 -0.3065676 0.9047871 +0.005633293 -0.003893895 -0.007156863 0.5692143 -0.3910794 -0.7232233 +-0.006054869 -0.003074674 -0.007225248 -0.610998 -0.3084276 -0.7290773 +-0.009789856 0.001465312 0.0006017711 -0.9872832 0.1469344 0.06067979 +-0.007179048 -0.002162029 0.006531535 -0.7221755 -0.2162382 0.6570415 +0.001028444 -0.009016329 -0.004149263 0.1041647 -0.9013896 -0.4202933 +-0.001562743 0.0009547683 -0.009733516 -0.157786 0.09586142 -0.9828093 +-0.00532067 0.006852209 0.004922033 -0.5353837 0.6841637 0.4952619 +0.001350984 -0.0009088377 0.009767707 0.1364396 -0.09126606 0.9864354 +-0.003382565 -0.003246113 0.008741476 -0.3412205 -0.3255138 0.8818216 +-0.002937146 -0.004482702 -0.008366555 -0.2959939 -0.4489009 -0.8431343 +0.009714661 0.001091951 -0.00156274 0.9813519 0.109684 -0.1578541 +0.003086751 0.006607019 0.006755034 0.3115361 0.6618716 0.6818147 +-0.0008910293 -0.00954638 -0.002776192 -0.0908652 -0.9547992 -0.283023 +-0.004597063 0.008783486 0.001040358 -0.4654378 0.8787967 0.1052807 +-0.002211196 0.009649695 -0.001351458 -0.2257708 0.9643497 -0.1380479 +0.0003692167 -0.007349913 -0.006698275 0.03723649 -0.7357981 -0.6761764 +0.009183517 -0.001310182 -0.003452796 0.9278798 -0.131629 -0.3488738 +-0.002356024 -0.006477416 0.007170862 -0.2375827 -0.6484565 0.7232279 +-0.004916133 0.008239323 0.002711591 -0.4964448 0.823754 0.2738099 +0.005201197 -0.003345879 0.007785333 0.5234661 -0.3347307 0.7835423 +0.003730113 -0.008785959 0.002841008 0.3780708 -0.8798873 0.2878557 +-0.003286919 0.007558195 -0.005630664 -0.3309176 0.7544084 -0.5668876 +-0.007472484 -0.003168914 0.00568966 -0.7543164 -0.3179948 0.574357 +0.007687487 0.005588274 0.002887847 0.7755842 0.5599777 0.291366 +-0.007712577 9.788387E-05 -0.006197068 -0.7794978 0.009837253 -0.6263278 +-0.0006528991 -0.007606961 0.006385698 -0.06589552 -0.7614853 0.644824 +-0.008825827 -0.004445511 0.0009146123 -0.8904209 -0.4456846 0.0922817 +9.112762E-05 -0.009239091 -0.003783558 0.009236322 -0.9233772 -0.383783 +-0.00246012 0.006061247 -0.007491086 -0.2480028 0.606746 -0.7552179 +-0.005539994 0.006380465 0.005272432 -0.5579026 0.6378437 0.5309427 +-0.0002742904 0.005269951 -0.00843573 -0.02760255 0.527099 -0.8493555 +-0.007261897 0.006615082 -0.001653401 -0.7314166 0.6612773 -0.1665598 +-0.001011813 -0.005209284 0.008375525 -0.102184 -0.5228772 0.8462611 +-0.006564556 0.006661482 0.003431812 -0.6611716 0.6658724 0.3456386 +0.001022244 -0.008842665 -0.004485236 0.1034979 -0.8848175 -0.4542974 +-0.008773651 -0.003646344 -0.002895507 -0.884037 -0.3651904 -0.291744 +0.0005266561 -0.005019132 0.008555033 0.05314388 -0.5028678 0.8627281 +0.00689982 0.004627337 -0.005441881 0.6957012 0.4636084 -0.5486957 +0.002532081 0.005794884 0.007693829 0.2548362 0.5791929 0.7743345 +-0.006312697 -0.00237326 0.007273008 -0.6366436 -0.2379695 0.7335227 +0.009437897 0.002416304 0.001868432 0.9517393 0.2422566 0.1884251 +0.004993479 -0.008297365 -0.002311832 0.5050459 -0.8307911 -0.2339121 +0.004024267 -0.008835014 0.002291696 0.407274 -0.8833686 0.2319223 +0.009632191 -0.0009458066 -0.002341741 0.9673517 -0.09445132 -0.2351798 +-0.0007751331 -0.007934497 -0.005957536 -0.07838329 -0.7945396 -0.6021319 +-0.004536532 -0.002275365 0.008555369 -0.456176 -0.2274885 0.8603211 +-0.002145023 0.007389413 0.006306412 -0.2166374 0.739958 0.6368126 +-0.005731103 0.005938714 0.005608687 -0.5757709 0.5924542 0.5634589 +-0.002256366 -0.005030117 0.008313299 -0.2265706 -0.5018135 0.8347748 +0.003317626 -0.001978395 -0.009140945 0.3343919 -0.1982644 -0.9213431 +0.003662635 0.006676705 -0.006455657 0.3681181 0.6659722 -0.6488221 +-0.008559543 -0.003645388 0.003413488 -0.8644307 -0.365932 0.3447511 +0.00549252 0.008255322 0.0008549541 0.5556788 0.8268758 0.08658754 +0.007090434 -0.001698236 0.006780475 0.7122554 -0.1696203 0.6811175 +-0.001981997 -0.00314557 -0.009218615 -0.1995253 -0.3147643 -0.9279618 +0.005094828 -0.008242037 0.002270224 0.5154753 -0.8255659 0.2296215 +0.00773383 -0.002088662 -0.005842008 0.7802241 -0.2095031 -0.5893714 +-0.002879963 -0.007495234 0.005880399 -0.2907472 -0.7503129 0.5937142 +0.005374549 0.007205293 0.004236095 0.5431334 0.7222811 0.4281545 +-0.009645961 0.0004413326 -0.002512114 -0.9667841 0.04398421 -0.2517813 +0.0006821072 -0.003651998 -0.009201108 0.06878651 -0.3661177 -0.9280227 +0.00744486 -0.005770042 -0.003185504 0.7504768 -0.577642 -0.3211142 +0.0005458833 -0.003402751 -0.009327306 0.05493481 -0.3403965 -0.9386759 +-0.00478928 0.008674797 0.001173586 -0.4841088 0.8669341 0.1185913 +0.004882078 0.003939247 0.007708673 0.4916842 0.3943139 0.7763783 +-0.009748188 -0.0004203156 0.001735622 -0.9836412 -0.04217282 0.1751328 +0.001513842 -0.009873635 -5.853668E-05 0.1570576 -0.9875706 -0.006099784 +-0.0005974651 0.008901415 -0.004427775 -0.06047242 0.8914749 -0.4490163 +-0.0002926266 0.007486864 0.006561719 -0.02953937 0.7489249 0.6619962 +-0.0009068745 0.001127214 -0.00979616 -0.09158157 0.113198 -0.9893427 +-0.008267514 0.005008428 0.002401075 -0.8314357 0.5004107 0.2414618 +0.005811326 0.0007680519 0.00799386 0.5862645 0.07704727 0.8064476 +-0.0028121 0.005588244 -0.007718882 -0.2836166 0.559827 -0.7785599 +-0.005312674 0.007044752 0.004596691 -0.5361477 0.7052743 0.4638252 +-0.009383981 0.0008157688 -0.003144888 -0.9449998 0.08168842 -0.3167056 +-0.006400565 -0.007584602 -0.0007218171 -0.6464742 -0.7594479 -0.07286903 +-0.002853489 -0.00583456 -0.007526057 -0.2877325 -0.5842383 -0.7588647 +0.008409992 0.00523635 0.0006250009 0.8487663 0.5249889 0.06310606 +0.0008317401 0.005337554 -0.00832123 0.08402925 0.5354645 -0.8403671 +0.0006207776 0.00512839 -0.0084762 0.06268153 0.5141625 -0.8553993 +0.005488265 0.0004924115 -0.008256461 0.5529055 0.04932762 -0.8317826 +0.004303379 0.000593087 -0.008923786 0.4336004 0.05942164 -0.8991439 +-0.001545476 0.005865881 0.007885627 -0.1557227 0.5869223 0.7945266 +0.006341523 0.002787667 -0.007105785 0.6393375 0.2793985 -0.7163686 +-0.009251579 0.0030872 -0.001855843 -0.9323884 0.3092952 -0.1870516 +0.007656801 -0.003079914 -0.005490068 0.7728905 -0.3090576 -0.5541874 +-0.007480606 0.00527092 -0.003887285 -0.7537761 0.5276135 -0.3917211 +0.00927433 0.003239262 0.001359403 0.9357523 0.3248897 0.1371649 +-0.009510353 -0.001655789 0.002525944 -0.9532412 -0.1650177 0.2531804 +-0.007800919 -0.001474877 0.005904551 -0.7885336 -0.1482389 0.5968584 +-0.003082048 -0.009454215 0.0008218974 -0.3137927 -0.9457968 0.08368134 +-0.003706469 0.0006365657 -0.009171035 -0.37394 0.06386032 -0.9252518 +0.008967554 0.003224397 -0.002852526 0.9020618 0.3224201 -0.2869315 +0.006232757 0.007068812 0.003212204 0.6285005 0.7071471 0.323929 +0.006256558 -0.002537482 0.007258583 0.6313859 -0.2545829 0.7324885 +-0.008717548 0.004751228 0.0005296865 -0.8780874 0.4755172 0.05334738 +-0.008293228 -0.0028942 -0.00472018 -0.8320898 -0.288682 -0.4735919 +-0.003531664 0.008907722 -0.002716921 -0.3580664 0.8920923 -0.2756082 +-0.002890562 0.0004372349 0.009508994 -0.2905633 0.04370388 0.9558572 +-0.004615118 -0.008510363 -0.002443514 -0.4658299 -0.8498081 -0.2466348 +-0.00736596 -0.005960426 0.002974704 -0.7435445 -0.5974612 0.3003027 +-0.007630942 0.003989568 -0.004947782 -0.7691308 0.3996557 -0.4987115 +0.009851428 -0.0005771503 -0.0009514455 0.9936994 -0.05788812 -0.09597091 +0.004168372 -0.003510577 0.008309697 0.4197836 -0.3514142 0.8368332 +-0.004477155 -0.001050876 0.008797459 -0.4510306 -0.1052705 0.8862784 +-0.006054112 0.007846359 0.0009899712 -0.611293 0.7850695 0.09993408 +0.009768708 0.001110612 0.001132737 0.9871384 0.1115954 0.1144741 +0.003372349 0.0003393409 0.009309432 0.3403947 0.03405912 0.9396656 +0.002064736 0.003551341 0.009062803 0.2076426 0.355033 0.9115021 +-0.003914043 -0.006160111 -0.006802537 -0.3933732 -0.6146925 -0.6836744 +-0.008211404 0.005231758 -0.00215463 -0.8249383 0.5221313 -0.2164619 +-0.001466958 0.007918689 -0.005888848 -0.1478715 0.7909845 -0.5936983 +-0.001676477 0.009671406 -0.001831232 -0.1713949 0.9672231 -0.1873585 +0.003508564 0.007021467 -0.006164401 0.3529188 0.7006946 -0.6200607 +-0.001118366 0.00642708 0.007485287 -0.1130403 0.6445227 0.7561828 +-0.001888943 0.006319494 0.007471368 -0.1900946 0.6313297 0.7518556 +0.001580165 -0.004166943 -0.008859205 0.1594949 -0.418043 -0.8943162 +-0.006312209 0.0004282207 -0.007624227 -0.6371286 0.0429793 -0.7695583 +-0.007215833 -0.001228417 -0.006722218 -0.7261447 -0.1229191 -0.676465 +0.001054293 0.007453491 -0.006497178 0.106597 0.7467687 -0.6564857 +0.006610967 0.005687825 -0.004768024 0.6666266 0.569614 -0.4807794 +-0.003330482 0.009399509 0.0001040449 -0.3389666 0.9407392 0.01055771 +-0.007298444 -0.006367169 0.00228039 -0.7356753 -0.6371316 0.2298805 +0.006985737 -0.001214769 0.007015972 0.7003852 -0.1211037 0.7034163 +0.002960051 0.008838085 -0.003513051 0.3000687 0.8849872 -0.3560286 +-0.006160417 0.005736719 0.00530677 -0.6204887 0.5738446 0.5345056 +-0.0007532373 0.008930678 0.004350794 -0.07646343 0.8941749 0.4411401 +0.004296724 0.007430366 -0.005026859 0.4340413 0.7442043 -0.5077086 +-0.003884892 -0.009158895 0.0009466476 -0.3933392 -0.9143826 0.09585719 +0.005212828 0.003509158 -0.007688339 0.5253795 0.351544 -0.7748504 +-0.007215934 0.004127568 0.005391009 -0.7290887 0.4144608 0.5446576 +0.009119928 -0.001979065 0.003368126 0.9194282 -0.1983754 0.3395571 +0.0005391123 0.009434427 -0.003174954 0.05502915 0.944652 -0.3234259 +0.007673381 -0.0007038434 -0.006243356 0.7737475 -0.07057232 -0.6295509 +0.006883366 0.006406261 0.003200079 0.6950818 0.6421862 0.3232 +-0.001108093 0.008744197 -0.004663968 -0.1120798 0.8744881 -0.4719202 +0.007176151 0.006941631 5.996924E-05 0.7214586 0.6924312 0.006038583 +-0.007337017 -0.006763455 0.0001659294 -0.7377414 -0.6748772 0.01668581 +-0.003541717 -0.009288956 0.0008623371 -0.3596769 -0.928957 0.08758632 +0.0083835 0.003078589 0.004368396 0.8437098 0.307999 0.4396482 +-0.006716646 -0.006309977 -0.003805521 -0.675609 -0.6301035 -0.3827821 +0.008863356 -0.003037928 0.003239438 0.8945486 -0.3047975 0.3269271 +0.002737119 -0.009320261 -0.002242493 0.278307 -0.9330147 -0.2280984 +-0.008424391 0.002457455 0.004720557 -0.8457314 0.245277 0.4738961 +0.009427475 0.001154157 -0.002919385 0.948854 0.1155073 -0.2938266 +-0.009949198 0.0006765095 0.0002087987 -0.9975034 0.0674445 0.02093422 +-0.003966303 0.008589262 -0.003151441 -0.401 0.8588784 -0.3186328 +-0.003977236 -0.008149462 -0.004140179 -0.4015896 -0.8148513 -0.418023 +-0.0005405248 0.009764548 -0.001972276 -0.05560489 0.9776146 -0.2029229 +-0.007931956 -0.0008448254 0.005874816 -0.8006946 -0.08480121 0.5930403 +-0.0009411348 -0.00190696 0.009684477 -0.09493512 -0.1912657 0.9769364 +-0.006427163 -0.006603269 0.00382104 -0.6464053 -0.659146 0.3843004 +-0.001572688 0.009114747 0.003742749 -0.1594545 0.9113849 0.3794098 +0.0001105942 0.003170889 0.009457896 0.01108869 0.3161596 0.9486412 +-0.005956775 -0.003241879 -0.007241973 -0.6007662 -0.3250116 -0.7303749 +-0.001181667 -0.008082027 -0.005695012 -0.119455 -0.8089915 -0.5755547 +-0.002830985 0.007053438 -0.006408329 -0.2858663 0.706688 -0.6472037 +0.0003036515 -0.001463351 -0.009829376 0.03054124 -0.1463664 -0.9887589 +-0.001173394 0.002818393 -0.00941674 -0.1185663 0.2831755 -0.9517109 +-0.006591187 -0.004103527 -0.006222201 -0.6631421 -0.4103123 -0.6260083 +0.004407655 0.008878848 0.00108112 0.4463593 0.8881286 0.1095028 +-0.006829061 -0.004447565 -0.005668819 -0.6887734 -0.4457591 -0.571743 +-0.003492397 -0.0092173 -0.001560857 -0.3543409 -0.9216148 -0.1583308 +0.005835265 -0.00651446 0.004710087 0.5893307 -0.653028 0.4756509 +0.003549415 0.008706697 0.003325626 0.3590156 0.8705998 0.3363983 +-0.00958113 0.001494658 0.002156573 -0.9646103 0.1496249 0.217116 +-0.003227965 0.006123011 -0.00711911 -0.325923 0.613929 -0.7189334 +0.006365772 -0.002749987 0.007100371 0.6416994 -0.2755888 0.7157323 +0.007003264 -0.001111225 0.007020309 0.7019026 -0.1107442 0.703611 +-0.002263347 -0.008830588 0.004045176 -0.2290844 -0.8830968 0.4094636 +-0.009542741 -0.001869227 0.002057106 -0.9602951 -0.1870259 0.2070139 +-0.004763965 0.007588106 0.004364263 -0.4804284 0.7586142 0.4401059 +-0.004038968 0.005806353 0.007059642 -0.4051111 0.5783584 0.7080866 +0.008272117 -0.003555539 0.004208506 0.832947 -0.355864 0.4237454 +-0.009966287 0.0002715306 7.899517E-05 -0.9996018 0.0270807 0.007923232 +0.006381352 -0.007332377 -0.002122323 0.6442602 -0.7341673 -0.2143067 +-0.0053898 0.001760576 -0.008146826 -0.5431025 0.1763935 -0.8209293 +0.001756974 -0.009731257 0.001304175 0.1805174 -0.9744229 0.1338416 +0.002454255 -0.002728107 -0.00927341 0.2461949 -0.2720701 -0.9302505 +-0.006671332 -0.002282177 0.00702971 -0.670244 -0.2279623 0.7062621 +0.002276541 -0.008871787 0.003954385 0.2304193 -0.8869696 0.4002397 +0.0004745286 -0.009001439 -0.004250925 0.04803762 -0.9010246 -0.4310998 +0.005848186 0.004118895 -0.006869837 0.5903189 0.4131843 -0.6933991 +-0.0008580401 0.007151782 -0.006846067 -0.08665562 0.7168712 -0.6917995 +-0.009566007 0.002632615 -0.000434975 -0.9636219 0.2636514 -0.04382715 +0.00952639 0.001241391 0.00264952 0.956011 0.1238744 0.265891 +-0.007757994 0.004839214 -0.003897756 -0.7816911 0.4844684 -0.3927461 +-0.003467249 -0.00801258 0.004773843 -0.3505474 -0.8025544 0.4827245 +-0.007282214 0.005063725 0.004511343 -0.7330393 0.5063987 0.4541076 +-0.001652127 -0.002257542 -0.009510857 -0.1667059 -0.2264733 -0.9596452 +-0.001522757 -0.003434495 -0.00918491 -0.1535623 -0.3442697 -0.9262273 +0.003911054 0.008518701 0.003423912 0.3949896 0.8511181 0.3458052 +0.009841697 0.0006817261 -0.001025348 0.9922908 0.06834789 -0.1033808 +-0.005856683 -0.006274291 0.005000394 -0.5912742 -0.6288863 0.5048732 +-0.000228575 0.00942415 -0.003244756 -0.02320115 0.9435285 -0.330478 +0.009069057 0.002586513 0.003070513 0.914763 0.2593782 0.3097284 +-0.0002088229 0.006463119 0.007575711 -0.02104071 0.6461102 0.7629541 +-0.002478781 -0.006193596 0.007367807 -0.2500629 -0.6204019 0.7433506 +-6.664909E-05 0.006477491 0.007582736 -0.006706845 0.6467209 0.7626973 +-0.003519695 -0.00477108 0.007959056 -0.3551502 -0.4783633 0.8031418 +0.005836258 0.003145421 -0.007368223 0.5891695 0.3156456 -0.7438058 +-0.005540738 -0.006217948 -0.005486794 -0.5571072 -0.6207108 -0.551679 +0.004414077 0.001506119 -0.008756441 0.4449838 0.1509675 -0.8827221 +-0.003040171 0.004221656 -0.008445561 -0.3068019 0.4234362 -0.8523933 +-0.0005111605 0.008688343 0.004850349 -0.0518064 0.8695969 0.491037 +0.009585179 0.002157908 0.001299639 0.9674205 0.216542 0.1311759 +0.006163794 -0.007675021 -0.001697053 0.6202699 -0.765572 -0.1707772 +0.007489573 -0.002987307 -0.005750261 0.756635 -0.3000203 -0.58094 +-0.008601618 0.004615278 0.002038226 -0.8637381 0.4605082 0.2046674 +-0.002995222 0.0004784573 -0.009465642 -0.3013417 0.04786522 -0.9523141 +0.005072292 -0.0002839154 0.00857565 0.5088867 -0.02832372 0.8603674 +-0.001362048 0.004526645 -0.008731678 -0.1373524 0.4536128 -0.8805508 +-0.002716642 -0.00111075 -0.009517857 -0.2727739 -0.1108986 -0.9556652 +-0.005470153 -0.003273027 -0.007604464 -0.551626 -0.3280961 -0.7668518 +-0.005732648 -0.001467971 0.00793401 -0.5792453 -0.1474893 0.8016993 +-0.00465383 -0.008571288 -0.002090417 -0.4703484 -0.8568206 -0.2112599 +0.003110501 0.008588446 0.003999681 0.314477 0.858816 0.4043999 +0.003487566 0.007644783 0.005360839 0.3516805 0.7642192 0.5406384 +-0.00651498 -0.005217328 0.005359094 -0.6579929 -0.5234839 0.5413039 +0.00984144 0.0003067334 0.001027301 0.9941238 0.03080988 0.1037718 +0.001719001 -0.00885817 0.004213527 0.1743882 -0.8871982 0.4271629 +-0.004532274 -0.008115528 0.00354454 -0.4584769 -0.8131216 0.3586532 +-0.002942452 -0.001785644 0.009324777 -0.2960771 -0.178654 0.9383076 +-0.006093566 0.003550665 0.006989996 -0.6141466 0.3557043 0.7044844 +-0.009459436 0.002091309 0.002396488 -0.9480921 0.2084008 0.2401884 +0.001861702 -0.001103038 -0.009673779 0.1878097 -0.1106534 -0.9759525 +-0.002918265 0.008763224 -0.003725666 -0.2956272 0.8775325 -0.3775464 +0.002783149 0.009275868 -0.002385937 0.2827817 0.9280732 -0.242311 +0.005536686 0.000517946 -0.008219306 0.5579332 0.05189945 -0.8282614 +0.00389189 0.009062707 0.001472827 0.3945878 0.906637 0.1493647 +-0.009711093 -0.00223241 -0.0001846721 -0.9746938 -0.2227744 -0.01853405 +0.000746987 0.003340384 0.009326624 0.07523841 0.3344461 0.9394067 +0.005236362 0.00804831 -0.002639566 0.5291399 0.8055434 -0.2666661 +-0.002427794 -0.006960553 0.006682063 -0.2449341 -0.6967714 0.6741786 +-0.002060597 -0.007723407 0.00595761 -0.2077843 -0.7719429 0.6007744 +-0.005982955 -0.00354028 0.007080506 -0.603395 -0.3549085 0.7141109 +-0.007336549 -0.004784481 -0.004717092 -0.7385669 -0.4785669 -0.4748606 +0.001175857 -0.004235599 0.008882612 0.1188026 -0.4252023 0.8972675 +-0.006561393 0.004733342 -0.00577794 -0.6609249 0.4737468 -0.5820156 +0.004939567 0.00830434 -0.002416388 0.4994608 0.8311796 -0.2442936 +-0.008212776 0.0001959832 -0.005545197 -0.8286148 0.01966204 -0.5594738 +0.001153025 0.003131239 0.009331767 0.116404 0.3142701 0.94217 +0.005919956 -0.006100466 0.005148251 0.5973072 -0.6111233 0.5193769 +-0.004681866 0.008761558 -0.0007176451 -0.47435 0.8773235 -0.07277072 +-0.009144155 0.003062299 0.002543842 -0.9173844 0.3054102 0.2552067 +-0.009329045 5.769957E-05 0.003325002 -0.9419434 0.005793147 0.3357216 +-0.006007051 0.006520868 0.00447772 -0.6067438 0.6537285 0.4522178 +-0.006864848 0.007128674 -0.000903327 -0.6936303 0.714519 -0.09132157 +-0.001116543 -0.009251452 -0.00357332 -0.1133908 -0.9250092 -0.36263 +0.007175289 0.0005746852 -0.006897276 0.7197501 0.05732154 -0.6918627 +-0.009715935 0.001377749 0.001254678 -0.9822096 0.1384909 0.1268248 +-0.006789732 -0.002518523 0.006856103 -0.6810998 -0.2511766 0.6877596 +0.009088024 0.003943754 0.0005784757 0.9166697 0.3953603 0.05836964 +-0.0003293165 0.002194235 -0.009702746 -0.03309404 0.219247 -0.975108 +0.0007277534 0.005629759 0.008157227 0.07337208 0.563861 0.8226039 +0.00734651 0.003743853 0.005492283 0.7421554 0.375928 0.5548725 +-0.004193657 0.003603578 0.008255875 -0.4223895 0.3607657 0.8315258 +0.002181567 0.00903085 -0.003645496 0.2209657 0.9026871 -0.3692292 +9.889078E-05 -0.009535327 -0.002949007 0.01002593 -0.953698 -0.3005987 +0.005166658 0.006307419 -0.005695423 0.5210223 0.6314306 -0.5743093 +-0.00155097 0.009618731 0.002218232 -0.1582093 0.9611318 0.226264 +-0.008945869 -0.002480154 -0.003445125 -0.903778 -0.2491106 -0.3480363 +0.001663036 0.007054842 -0.006843885 0.1674961 0.7048787 -0.6892684 +-0.003113449 -0.009329336 -0.001659011 -0.3165283 -0.9334818 -0.168587 +-0.008331765 0.004972788 0.002302109 -0.8368358 0.496229 0.2312198 +0.001530954 -0.00484719 -0.008527374 0.1544207 -0.4858657 -0.8602841 +0.004513772 -0.0002882222 -0.00883664 0.4547032 -0.02887087 -0.890175 +0.009219643 -2.72672E-05 -0.00358912 0.9318746 -0.002740391 -0.36277 +0.002268744 0.005367424 0.008088051 0.2280225 0.5358792 0.8129202 +-0.009556711 -0.002109808 -0.001618243 -0.9636565 -0.2115206 -0.1631725 +0.00561308 -0.008239376 0.000110799 0.5668238 -0.8237633 0.0111727 +-0.008854797 -0.001062034 0.004334759 -0.8930438 -0.1065068 0.4371831 +-0.006339916 -0.006415112 -0.004184047 -0.6396216 -0.6424438 -0.4220783 +0.006396071 0.003041611 0.006975012 0.6437922 0.3043473 0.7020715 +-0.003119598 0.002669379 -0.009023811 -0.3147865 0.2677989 -0.9106005 +-0.004665703 -0.008769067 -0.000730345 -0.4727554 -0.8780884 -0.07391273 +-0.008038785 -0.002546163 0.005235817 -0.8101999 -0.2551321 0.5277156 +-0.0003616977 0.001091631 -0.009872825 -0.03638985 0.1092146 -0.9933519 +-0.001794845 0.008080207 0.005537764 -0.1814119 0.8086898 0.5595629 +0.008689183 -0.002954475 0.003720511 0.8778773 -0.2967368 0.3758706 +-0.008743095 -0.0003683618 0.004739607 -0.8785378 -0.03680564 0.4762528 +0.003483259 -0.009063995 0.00228882 0.353074 -0.9063964 0.2319146 +-0.007948625 -0.001283319 -0.005754936 -0.803232 -0.1289487 -0.5815415 +0.001392798 0.0007202723 -0.00978812 0.1405081 0.07225288 -0.9874396 +0.009857353 6.888605E-05 -0.0009064446 0.9957748 0.006919651 -0.09156763 +-0.007428625 0.006648004 0.0001835468 -0.747546 0.6639537 0.0184509 +-0.006934965 -0.006293862 -0.00331242 -0.70017 -0.6308327 -0.3343831 +-0.0008469597 0.0002297602 -0.009865183 -0.08551599 0.02306785 -0.9960697 +-0.006772664 0.005447295 -0.004795515 -0.6836327 0.5461754 -0.4840856 +-0.009590406 0.001275585 -0.002314836 -0.9641486 0.1275126 -0.2327189 +0.00843142 0.002468909 -0.004695276 0.8467095 0.2464992 -0.4715094 +0.005677961 -0.007611228 0.003046918 0.5722412 -0.7604263 0.3070699 +-0.009792879 -0.0002663358 -0.001396166 -0.9896347 -0.02676318 -0.1410917 +-0.002956872 -0.0001674418 0.009481528 -0.297673 -0.01676152 0.9545208 +0.0007440739 0.008075079 -0.005762464 0.07533863 0.8090456 -0.5828973 +0.005278171 0.003394042 0.007700687 0.5317063 0.3398624 0.775746 +0.0007925823 0.003369168 0.009309415 0.0798548 0.3374285 0.9379579 +0.009524405 0.002590419 0.0008407793 0.9618447 0.2600803 0.08492981 +0.002060997 -0.00612021 -0.007604929 0.2071275 -0.6107052 -0.7642888 +0.009586524 -0.001711956 0.001888749 0.9665812 -0.171627 0.1904337 +-0.001460589 -0.0001639317 -0.009784398 -0.1476214 -0.01647506 -0.9889067 +0.002886969 0.0004187046 0.009510483 0.2902141 0.04185341 0.956046 +0.005479726 0.007360885 0.0038277 0.5536076 0.7375172 0.3867648 +-0.007051039 -0.002842529 -0.006387835 -0.7104318 -0.2847216 -0.6435995 +-0.009869004 -0.0007861498 -0.0007096528 -0.9943263 -0.07876037 -0.07149801 +0.00371761 0.004448808 0.008059074 0.3749297 0.445864 0.8127934 +0.005906508 0.007516877 0.002756889 0.5965297 0.7527226 0.2784978 +-0.005269836 0.008335061 -0.001506293 -0.5320469 0.8329445 -0.152084 +-0.002495738 0.002834343 0.00923262 -0.2503141 0.2826101 0.9259991 +0.002418482 -0.008628115 -0.004400249 0.2442579 -0.8618401 -0.4444882 +0.008254332 0.00342201 0.004401709 0.8292581 0.3417301 0.4422119 +0.008021123 -0.005765705 0.001133618 0.8085631 -0.5772065 0.1142734 +-0.003992377 -0.008923216 0.001927685 -0.4047101 -0.8933048 0.19549 +-0.007191062 0.0001088251 0.006876719 -0.7226838 0.01087505 0.6910933 +0.005455198 0.007933492 0.002532661 0.5511714 0.794176 0.2559192 +-0.006125193 -0.006063932 -0.004929189 -0.6185482 -0.6080093 -0.4977176 +0.008178663 0.003840026 0.004113982 0.8245566 0.3847923 0.4147786 +-0.008044425 -0.003983139 -0.004277007 -0.809821 -0.3985204 -0.4305479 +0.0007462836 -0.009856259 0.001413438 0.07739211 -0.9861957 0.1463847 +-0.004821515 -0.003021643 0.008190203 -0.4837252 -0.3013652 0.8216987 +-0.007148265 0.002781905 -0.006288792 -0.7209883 0.278952 -0.6343198 +-0.009405777 2.500729E-05 0.003139753 -0.9485443 0.002507811 0.3166344 +-0.003473732 -0.008113509 0.004590181 -0.3513721 -0.8129242 0.4644265 +-0.004682262 -0.001279497 0.008678781 -0.4709068 -0.1279552 0.8728541 +0.00753343 -0.002182727 0.006060252 0.7602637 -0.2190089 0.6115834 +0.003026876 0.004703509 0.008207285 0.3051892 0.4712265 0.8275296 +0.00104582 0.00938709 -0.003193054 0.1065258 0.9397092 -0.32496 +0.001269733 -0.007487169 -0.006432755 0.12817 -0.7495077 -0.6494696 +0.0005468216 0.007054479 0.006991226 0.05517195 0.7063962 0.7056631 +-0.004852205 0.008659823 -0.0009151516 -0.4909061 0.8662763 -0.09261008 +-0.000696864 0.005165983 -0.008443322 -0.07032207 0.5181186 -0.8524129 +0.002017788 0.009551829 -0.002095279 0.2056934 0.9550329 -0.2135469 +0.003489315 -0.005085179 0.007766663 0.3524697 -0.5102796 0.7844615 +0.004528952 -0.007672632 0.004523141 0.4556104 -0.7650954 0.4550256 +0.007114662 0.005018812 0.004774181 0.7176672 0.5029838 0.4816234 +0.006918613 -0.005897428 0.004115798 0.6949821 -0.5882787 0.4134344 +-0.002042944 -0.008681648 0.004444929 -0.2067346 -0.8687989 0.4499437 +0.0089868 -0.002916045 -0.003029896 0.9061999 -0.2923193 -0.3055343 +0.007579112 -0.006433044 -0.0003688441 0.7642115 -0.6438915 -0.03721022 +-0.006401599 0.007333824 0.002069426 -0.6461377 0.7340921 0.2088418 +0.0002271011 0.009184882 -0.003918184 0.02302368 0.9175172 -0.3970291 +-0.002686653 -0.005559208 0.007789792 -0.2708314 -0.5566676 0.785348 +-0.006005323 0.003789017 0.006928325 -0.6058727 0.3799448 0.6989709 +-0.005388924 -0.00834199 0.0007092276 -0.5451391 -0.8352653 0.07179964 +-0.001747256 0.008249831 -0.005299599 -0.1765915 0.8256907 -0.5357708 +0.008616306 0.004991559 -0.0001886031 0.8665407 0.4987461 -0.01896208 +-0.008787129 0.001347176 -0.004396584 -0.8861047 0.135082 -0.4433636 +0.008581294 -0.004622991 -0.002156991 0.8607456 -0.4607674 -0.2163569 +0.004773174 -0.007866609 0.00380491 0.4821265 -0.787322 0.3842891 +0.001191203 -0.008096075 -0.005673855 0.1203369 -0.8103707 -0.5734268 +-0.007672599 0.00524726 0.003461052 -0.7749889 0.5265045 0.3495501 +-0.008438705 -0.004551709 -0.002685309 -0.8486388 -0.4548505 -0.2700428 +0.003909592 -0.008750731 0.002717831 0.3960196 -0.876018 0.2752471 +-0.003595913 0.008763162 -0.003087551 -0.3642023 0.8772295 -0.3127701 +-0.001215882 0.005224613 0.008339337 -0.1228955 0.5243927 0.842561 +-0.005690966 0.002398634 -0.007741194 -0.5748636 0.2408975 -0.7819849 +0.001384897 -0.008255593 -0.005422371 0.1398022 -0.8251085 -0.5474042 +-0.003345347 -0.005782863 0.007367457 -0.3371509 -0.5787948 0.7425132 +-0.007427623 0.006390894 -0.001779984 -0.7480647 0.6389493 -0.1792845 +0.001742621 0.00922328 -0.003399056 0.1767625 0.9218987 -0.3447577 +0.008467416 0.003745303 0.003523463 0.8554603 0.3760998 0.356001 +-0.004153353 -0.008978715 0.00126156 -0.4208201 -0.8980904 0.1278441 +0.005050737 -0.008235602 0.002400291 0.5108567 -0.8246889 0.2427212 +0.00504484 -0.002771756 -0.008106336 0.5076446 -0.2772858 -0.8157264 +-0.006896719 0.002823778 -0.006597506 -0.693239 0.2821785 -0.6631704 +-0.004989081 0.008146185 -0.002877325 -0.5033365 0.8138709 -0.2902868 +-0.002006513 -0.002890319 -0.009286906 -0.2021564 -0.2894732 -0.935595 +-0.00540168 0.000682645 -0.008322863 -0.543139 0.0682532 -0.8368641 +-0.008021888 -0.004404067 0.003857736 -0.808732 -0.4412229 0.3889407 +0.008855475 0.002896207 0.003361339 0.8944967 0.2908328 0.3395466 +0.002788829 0.004732101 0.008287228 0.2809024 0.4736046 0.8347411 +-0.007547308 -0.005332292 0.003629565 -0.7616301 -0.5345398 0.3663154 +-0.004146748 0.004162163 -0.008014933 -0.4177159 0.4166883 -0.8073935 +0.008689547 -0.001583074 -0.004548168 0.8747811 -0.1584629 -0.4578729 +-0.004299344 -0.008091593 0.003903324 -0.4344026 -0.8097669 0.394426 +0.005371965 -0.004204179 0.00718896 0.5426803 -0.4220653 0.7261949 +0.004584774 0.008479791 -0.002628979 0.4623743 0.8461177 -0.265132 +0.0005583639 -0.006211699 -0.00773424 0.05632733 -0.6224553 -0.7806258 +-0.009592211 -0.001970628 -0.001575488 -0.9673244 -0.1975878 -0.1588787 +0.00585161 -0.002923548 0.007434131 0.591254 -0.2936564 0.7511222 +-0.009268077 -0.002848293 -0.002238965 -0.9318156 -0.2846908 -0.2251022 +-0.004363221 0.008956868 -0.0002749185 -0.4422929 0.8964362 -0.0279132 +0.009281257 -0.002945615 0.001931745 0.9354128 -0.2951291 0.1946837 +0.001205423 -0.004475277 0.008774612 0.1216358 -0.4487165 0.8853577 +0.004941214 -0.001715358 -0.008498806 0.495226 -0.1709389 -0.8517811 +-0.002238016 0.009554968 0.001817386 -0.2282682 0.9558019 0.1853009 +-0.002772247 0.003565225 0.008862519 -0.2789408 0.3565469 0.891665 +-0.00811411 -0.005060366 0.0026896 -0.8181891 -0.5069482 0.2712382 +0.005681917 -0.001518082 0.00796433 0.5739866 -0.1524837 0.8045422 +-0.006109943 0.005651714 0.005456735 -0.6152721 0.5652465 0.5494877 +0.005733645 -0.005693377 0.005865803 0.5755185 -0.567561 0.5887724 +0.007965704 0.00570233 0.001847302 0.8008328 0.5693605 0.1857295 +0.005978125 0.004531429 -0.006546199 0.601236 0.4528583 -0.6583574 +-0.005930266 -0.007837381 -0.001738499 -0.597502 -0.7825029 -0.1751586 +-0.007126342 -0.004262724 -0.005412155 -0.7198028 -0.4278775 -0.5466304 +0.008654678 -0.002716883 0.003976279 0.8742185 -0.2728324 0.4016273 +-0.00835314 0.003725619 -0.003821501 -0.8433935 0.3738924 -0.3858652 +-0.006149101 -0.003905568 -0.006754733 -0.6195655 -0.3911074 -0.6805686 +0.0006056636 0.008926501 0.004378282 0.06132056 0.8939157 0.4440208 +0.007660028 0.004730147 -0.004306102 0.7686698 0.4716317 -0.4320998 +-0.0002918548 0.009942265 0.0007848773 -0.03045426 0.9961752 0.08189977 +-0.006622237 -0.006804576 0.002990953 -0.6676046 -0.6807234 0.3015293 +0.008594522 0.005011519 0.0002618559 0.8649843 0.5011055 0.02637087 +-0.0003964395 0.009535301 0.002909907 -0.04050898 0.9541042 0.2967224 +-0.0008087475 -0.00583909 0.008004416 -0.08154421 -0.5847115 0.8071325 +0.008071098 0.005521238 0.001883237 0.812142 0.5518225 0.1895185 +-0.0009719342 0.002049796 0.009658613 -0.09798767 0.2054657 0.9737465 +0.001103557 -0.009921549 -0.0003071389 0.115028 -0.9928463 -0.03201429 +-0.008725317 0.002736572 -0.003791449 -0.8817946 0.2749513 -0.3831971 +-0.0005524934 -0.004331475 0.008923033 -0.05565429 -0.433812 0.8992829 +-0.007579222 0.0001718972 -0.006370862 -0.7653762 0.01726099 -0.6433517 +-0.00639573 -0.007648413 0.0002395589 -0.6446069 -0.7641327 0.02415015 +0.008141502 0.0007888925 -0.00561425 0.8206632 0.0790725 -0.5659148 +0.0002733938 0.009960161 -0.0005117827 0.02852917 0.9981652 -0.05340554 +-0.008898609 0.004481332 -0.0002435843 -0.8940048 0.4473885 -0.02447335 +-0.008240899 -0.005627614 0.0001021123 -0.8275584 -0.561286 0.01025561 +-0.002260012 0.0007466946 0.009670319 -0.2269408 0.07455756 0.9710504 +0.009779422 -0.00111791 -0.001043731 0.9880607 -0.1123105 -0.1054635 +-0.003931986 -0.007189541 -0.00562898 -0.3972413 -0.7203702 -0.568565 +-0.007488853 -0.002117246 0.006148225 -0.7552742 -0.2123037 0.6200709 +0.001405892 -0.006247912 0.007593198 0.1419709 -0.6262406 0.7665944 +-0.007704778 0.006072833 -0.00164028 -0.7766605 0.6078281 -0.1653589 +0.003747727 0.007514681 0.005335298 0.3784869 0.7525378 0.5389197 +0.005623013 0.006920838 -0.004408334 0.5674229 0.6929355 -0.4448279 +-0.007541609 0.004030877 0.005034981 -0.7607587 0.4041125 0.5078773 +-0.008127522 0.005673009 0.0007536062 -0.8194613 0.568077 0.07597119 +-0.005096899 -0.00819659 0.002432027 -0.5154653 -0.8208338 0.2460231 +-0.007142068 0.001126974 0.006841058 -0.7175714 0.112589 0.6873245 +-0.001363211 0.003387447 -0.009226351 -0.1374768 0.3395816 -0.9304754 +-0.002478744 -0.009655758 -0.0006741458 -0.2531853 -0.9649641 -0.06885789 +0.009120429 0.003534858 0.00168142 0.9196371 0.3542889 0.1695492 +0.00729112 -0.002124028 -0.006402819 0.7342082 -0.2126579 -0.6447595 +0.009869802 -0.00110198 0.0003738563 0.99319 -0.1102656 0.03761844 +0.002392083 0.008788303 0.004068934 0.2420064 0.8786164 0.4116628 +0.005643561 0.002407353 -0.007774516 0.5700383 0.241747 -0.7852482 +-0.00932676 -0.00130206 0.003109868 -0.9405321 -0.1305602 0.3136134 +-0.006227421 -0.007215433 0.002818357 -0.6292256 -0.7231542 0.2848212 +-0.000287278 -0.001751613 -0.009791911 -0.02887426 -0.1750414 -0.9841376 +-0.007076951 -0.004203143 -0.005518671 -0.7149417 -0.4219802 -0.5574864 +-0.001086268 0.007611311 0.006323984 -0.1097056 0.7617848 0.6384736 +0.009736647 0.001974976 0.0004738437 0.9791499 0.1974708 0.04765179 +0.008976011 -0.004374995 -6.51489E-06 0.8999854 -0.4359197 -0.0006532319 +0.004287672 -0.005621932 -0.007029631 0.4309622 -0.5612465 -0.7065933 +0.002963045 -0.004297134 0.008442326 0.2988838 -0.4307408 0.8515462 +0.0002846909 0.002075967 -0.009741758 0.02858036 0.2071892 -0.9778833 +0.002078317 0.005665878 -0.007957458 0.2085609 0.5646838 -0.7985203 +-0.00380291 -0.0086713 -0.003106522 -0.3849421 -0.8677455 -0.3143842 +0.007795456 -0.002600419 -0.005528172 0.7873921 -0.2611374 -0.5584093 +0.00681633 -0.0004750161 0.007237402 0.6848405 -0.04745612 0.727146 +0.0001471674 -0.004506668 0.0089003 0.01476988 -0.4494218 0.8931976 +0.009821629 -0.001156734 0.0006826035 0.9908549 -0.1160382 0.06885941 +-0.004765343 -0.00555391 -0.006714795 -0.480827 -0.5565923 -0.677503 +-0.00254554 0.007959674 0.00541006 -0.2572531 0.7968485 0.5466748 +0.001583708 0.008633246 0.004735398 0.1601185 0.8631939 0.4788093 +0.004917008 -0.0009483774 -0.008630386 0.4928104 -0.09451642 -0.8649881 +0.007251813 -0.006651287 -0.001506278 0.7309228 -0.6653506 -0.1518568 +-0.007624531 -0.005390482 -0.003351453 -0.7700621 -0.5407875 -0.3384572 +0.009081053 0.003566044 -0.001877605 0.9147418 0.3570498 -0.1891111 +-0.002662968 0.007996066 -0.005306093 -0.2689531 0.8001971 -0.5360492 +-0.00439685 -0.0004307814 -0.008885071 -0.4431097 -0.04316889 -0.8954274 +0.00330005 -0.009226739 0.001937434 0.3345323 -0.9216917 0.1963992 +0.005363259 0.007239844 -0.004190559 0.5421196 0.7257819 -0.4234937 +-0.0009305869 0.009189689 -0.003812045 -0.09424326 0.9176153 -0.3861351 +0.008965899 -0.002669641 -0.003259219 0.9054363 -0.2680302 -0.3291579 +0.008897526 0.0006258187 0.004366778 0.8959472 0.06266253 0.4397179 +-0.001691187 0.007721603 0.006112696 -0.1701448 0.7699705 0.6149766 +0.009341655 0.001049871 -0.003163709 0.9418964 0.105259 -0.3189852 +-0.0001417846 -0.009713231 -0.002274795 -0.01471736 -0.9722927 -0.2333029 +-0.004660313 -0.001491349 -0.008656625 -0.4687267 -0.1491448 -0.8706613 +-0.005973488 0.003255761 0.007224288 -0.6023511 0.3263481 0.728471 +0.008875303 0.004119437 -0.001614626 0.8959082 0.4132681 -0.1629663 +0.0004465089 0.001881234 -0.00975313 0.04491739 0.1881585 -0.981111 +0.0005313166 -0.006667666 -0.007366843 0.05354778 -0.6672894 -0.7428711 +0.002825142 -0.004374868 0.008463213 0.2846516 -0.4380316 0.8527027 +-0.002124157 0.00806244 0.005428369 -0.2149173 0.8077074 0.5490166 +-0.005245564 -0.007655681 0.003618794 -0.5293328 -0.7657965 0.3651885 +0.003520824 0.006687229 -0.006505209 0.354308 0.6678205 -0.6545851 +0.004670227 0.00837231 0.002772298 0.4713848 0.8363582 0.279824 +0.003353486 -0.0006778896 -0.009317245 0.337873 -0.06791423 -0.9387382 +0.002165131 0.003817888 -0.008933811 0.2177185 0.3815731 -0.8983322 +-0.003578841 0.007086395 -0.006037974 -0.3602575 0.7076603 -0.6078087 +0.005336618 0.008413963 0.0003320525 0.5393029 0.8414423 0.03357293 +-0.007484253 0.006526628 0.0005110479 -0.7550955 0.6535879 0.05151345 +0.0004923364 0.009963542 0.0001922681 0.05137344 0.998478 0.02006247 +0.006490707 -0.006885896 0.00309687 0.654322 -0.6887728 0.3121776 +0.003227253 -0.009229937 -0.002017651 0.3272955 -0.9224855 -0.2046906 +-0.001333902 0.004179477 -0.008886182 -0.1347231 0.4195889 -0.8976608 +-0.004229104 -0.003590745 -0.008247173 -0.4258212 -0.3593657 -0.830381 +-0.003942278 0.006483895 0.006455499 -0.3969485 0.6480324 0.6499891 +-0.000974109 -0.00523355 0.008365734 -0.09836896 -0.5252781 0.8452257 +-0.006556243 -0.004064785 -0.006295145 -0.6591535 -0.4061527 -0.6328955 +-0.004832474 0.004706697 0.007307124 -0.486632 0.4709359 0.7358048 +-0.008288548 -0.003433631 -0.00430602 -0.8334935 -0.3432169 -0.433002 +-0.008461947 -0.000477249 0.005220474 -0.8501009 -0.04767494 0.5244574 +-0.002988009 -0.007830619 0.005422985 -0.3009614 -0.7816648 0.5462806 +0.007112339 0.005261582 0.004536771 0.716666 0.5266816 0.4571612 +0.006096359 -0.00565322 -0.005472946 0.6138026 -0.5653152 -0.5510582 +0.008145663 0.003298317 0.004753307 0.8158097 0.3283672 0.4760562 +-0.005452096 0.002578513 -0.007861502 -0.5504519 0.2588237 -0.7937337 +-0.007401053 0.005052918 -0.004367171 -0.7436491 0.5044088 -0.438814 diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache.meta new file mode 100644 index 0000000..ebde3c4 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/Pcaches/Sphere.pcache.meta @@ -0,0 +1,10 @@ +fileFormatVersion: 2 +guid: df6b8d6e0e9bb86498be50d3e637e511 +ScriptedImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 2 + userData: + assetBundleName: + assetBundleVariant: + script: {fileID: 11500000, guid: 42ac9d422990ad246a3dc238b4b2aafe, type: 3} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx new file mode 100644 index 0000000..d46c8c8 --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx @@ -0,0 +1,5187 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &114023846229194376 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 73a13919d81fb7444849bae8b5c812a2, type: 3} + m_Name: VFXBasicSpawner + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114873264888500148} + m_UIPosition: {x: 707.8936, y: -190.26595} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 0} + m_InputFlowSlot: + - link: [] + - link: [] + m_OutputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 +--- !u!114 &114063133802684794 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a0b9e6b9139e58d4c957ec54595da7d3, type: 3} + m_Name: VFXQuadOutput + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114580989189733782} + - {fileID: 8926484042661614528} + - {fileID: 114596491906001080} + m_UIPosition: {x: 707, y: 1852} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114158099937248418} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 8926484042661614983} + slotIndex: 0 + m_OutputFlowSlot: + - link: [] + blendMode: 1 + m_SubOutputs: + - {fileID: 8926484042661614540} + cullMode: 0 + zWriteMode: 0 + zTestMode: 0 + colorMappingMode: 0 + uvMode: 0 + useSoftParticle: 0 + sortPriority: 0 + sort: 0 + indirectDraw: 0 + castShadows: 0 + useExposureWeight: 0 + primitiveType: 1 + useGeometryShader: 0 +--- !u!114 &114131763552434164 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: SetAttribute + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614551} + - {fileID: 8926484042661614552} + m_OutputSlots: [] + m_Disabled: 0 + attribute: lifetime + Composition: 0 + Source: 0 + Random: 2 + channels: 6 +--- !u!114 &114158099937248418 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: VFXSlotTexture2D + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114158099937248418} + m_MasterData: + m_Owner: {fileID: 114063133802684794} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":10300,"guid":"0000000000000000f000000000000000","type":0}}' + m_Space: 2147483647 + m_Property: + name: mainTexture + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114307113894698210 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 1b605c022ee79394a8a776c0869b3f9a, type: 3} + m_Name: VFXSlot + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114986932069951040} + - {fileID: 114963171269329408} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 114946465509916290} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"center":{"x":0.0,"y":1.0,"z":0.0},"size":{"x":2.0,"y":3.0,"z":2.0}}' + m_Space: 0 + m_Property: + name: bounds + m_serializedType: + m_SerializableType: UnityEditor.VFX.AABox, Unity.VisualEffectGraph.Editor, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114340500867371532 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d01270efd3285ea4a9d6c555cb0a8027, type: 3} + m_Name: VFXUI + m_EditorClassIdentifier: + groupInfos: [] + stickyNoteInfos: [] + systemInfos: [] + categories: [] + uiBounds: + serializedVersion: 2 + x: -155 + y: -190 + width: 1239 + height: 2586 +--- !u!114 &114350483966674976 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7d4c867f6b72b714dbb5fd1780afe208, type: 3} + m_Name: ConformObjects + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 114023846229194376} + - {fileID: 114946465509916290} + - {fileID: 8926484042661614983} + - {fileID: 114063133802684794} + - {fileID: 8926484042661614705} + - {fileID: 8926484042661614760} + - {fileID: 8926484042661614788} + - {fileID: 8926484042661614793} + - {fileID: 8926484042661614810} + - {fileID: 8926484042661614824} + - {fileID: 8926484042661614878} + - {fileID: 8926484042661615023} + - {fileID: 8926484042661615025} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_UIInfos: {fileID: 114340500867371532} + m_ParameterInfo: + - name: Lerp Forms (Circle, Cube) + path: Lerp Forms (Circle, Cube) + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + min: 0 + max: 1 + descendantCount: 0 + - name: Object_Size_ + path: Object_Size_ + tooltip: + sheetType: m_Float + realType: Single + defaultValue: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3.95 + min: -Infinity + max: Infinity + descendantCount: 0 + m_GraphVersion: 2 + m_saved: 1 + m_SubgraphDependencies: [] + m_CategoryPath: +--- !u!114 &114380859405582094 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114428730288789306 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d78581a96eae8bf4398c282eb0b098bd, type: 3} + m_Name: VFXDataParticle + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + title: + m_Owners: + - {fileID: 114946465509916290} + - {fileID: 8926484042661614983} + - {fileID: 114063133802684794} + m_Capacity: 100000 + m_Space: 0 +--- !u!114 &114512514798047786 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114538391275492396 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114571176826476282 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114571176826476282} + m_MasterData: + m_Owner: {fileID: 114873264888500148} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10000 + m_Space: 2147483647 + m_Property: + name: Rate + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 1 + m_Min: 0 + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Spawn Rate (in number per seconds) + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615031} +--- !u!114 &114580989189733782 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d16c6aeaef944094b9a1633041804207, type: 3} + m_Name: Orient + m_EditorClassIdentifier: + m_Parent: {fileID: 114063133802684794} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Disabled: 0 + mode: 0 +--- !u!114 &114596491906001080 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 956b68870e880b144bab17e5aa6e7e94, type: 3} + m_Name: ColorOverLife + m_EditorClassIdentifier: + m_Parent: {fileID: 114063133802684794} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114888496708539098} + m_OutputSlots: [] + m_Disabled: 0 + mode: 3 + ColorComposition: 2 + AlphaComposition: 2 +--- !u!114 &114739294351936256 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114873264888500148 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f05c6884b705ce14d82ae720f0ec209f, type: 3} + m_Name: VFXSpawnerConstantRate + m_EditorClassIdentifier: + m_Parent: {fileID: 114023846229194376} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114571176826476282} + m_OutputSlots: [] + m_Disabled: 0 +--- !u!114 &114888496708539098 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 76f778ff57c4e8145b9681fe3268d8e9, type: 3} + m_Name: VFXSlotGradient + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114888496708539098} + m_MasterData: + m_Owner: {fileID: 114596491906001080} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"colorKeys":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"time":1.0}],"alphaKeys":[{"alpha":0.0,"time":0.0},{"alpha":1.0,"time":0.09117265790700913},{"alpha":0.9577465057373047,"time":0.7764706015586853},{"alpha":0.0,"time":1.0}],"gradientMode":0}' + m_Space: 2147483647 + m_Property: + name: gradient + m_serializedType: + m_SerializableType: UnityEngine.Gradient, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The over-life Gradient + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114920711487922656 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114963171269329408} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114935892456706286 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: VFXSlotFloat + m_EditorClassIdentifier: + m_Parent: {fileID: 114986932069951040} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114946465509916290 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 9dfea48843f53fc438eabc12a3a30abc, type: 3} + m_Name: VFXBasicInitialize + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 114131763552434164} + - {fileID: 8926484042661614718} + - {fileID: 8926484042661614832} + - {fileID: 8926484042661614834} + m_UIPosition: {x: 708, y: 57} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 114307113894698210} + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114023846229194376} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 8926484042661614983} + slotIndex: 0 +--- !u!114 &114963171269329408 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114512514798047786} + - {fileID: 114920711487922656} + - {fileID: 114380859405582094} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: size + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The size of the box along each axis. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &114986932069951040 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: VFXSlotFloat3 + m_EditorClassIdentifier: + m_Parent: {fileID: 114307113894698210} + m_Children: + - {fileID: 114739294351936256} + - {fileID: 114935892456706286} + - {fileID: 114538391275492396} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 114307113894698210} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: center + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The centre of the box. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!2058629511 &8926484042661614527 +VisualEffectResource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: ConformObjects + m_Graph: {fileID: 114350483966674976} + m_ShaderSources: + - compute: 1 + name: '[System 1]Initialize' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_SEED_CURRENT 1\n#define VFX_USE_OLDPOSITION_CURRENT 1\n#define + VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_SIZE_CURRENT 1\n#define VFX_USE_COLOR_CURRENT + 1\n#define VFX_USE_TARGETPOSITION_CURRENT 1\n#define VFX_USE_POSITION_CURRENT + 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define VFX_USE_AGE_CURRENT 1\n#define VFX_LOCAL_SPACE + 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nTexture2D + attributeMap_b;\nSamplerState samplerattributeMap_b;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\nByteAddressBuffer sourceAttributeBuffer;\r\n\r\nCBUFFER_START(initParams)\r\n#if + !VFX_USE_SPAWNER_FROM_GPU\r\n uint nbSpawned;\t\t\t\t\t// Numbers of particle + spawned\r\n uint spawnIndex;\t\t\t\t// Index of the first particle spawned\r\n + \ uint dispatchWidth;\r\n#else\r\n uint offsetInAdditionalOutput;\r\n\tuint + nbMax;\r\n#endif\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListIn;\r\nByteAddressBuffer deadListCount; // This is bad to use a SRV + to fetch deadList count but Unity API currently prevent from copying to CB\r\n#endif\r\n\r\n#if + VFX_USE_SPAWNER_FROM_GPU\r\nStructuredBuffer eventList;\r\nByteAddressBuffer + inputAdditional;\r\n#endif\r\n\r\nvoid SetAttribute_F01429A3(inout float lifetime, + inout uint seed, float A, float B) /*attribute:lifetime Composition:Overwrite + Source:Slot Random:Uniform channels:XYZ */\n{\n lifetime = lerp(A,B,RAND);\n}\nvoid + AttributeFromMap_AA2B397C(inout float3 oldPosition, uint particleId, VFXSampler2D + attributeMap, uint Seed, float3 valueBias, float3 valueScale) /*attribute:oldPosition + Composition:Overwrite SampleMode:RandomConstantPerParticle channels:XYZ */\n{\n + \ \n uint width, height;\n attributeMap.t.GetDimensions(width, height);\n + \ uint count = width * height;\n uint id = FIXED_RAND(Seed) * count;\n + \ uint y = id / width;\n uint x = id - y * width;\n float3 value = (float3)attributeMap.t.Load(int3(x, + y, 0));\n value = (value + valueBias) * valueScale;\n oldPosition = value;\n}\nvoid + SetAttribute_3278B22F(inout float size, float Size) /*attribute:size Composition:Overwrite + Source:Slot Random:Off channels:XYZ */\n{\n size = Size;\n}\nvoid SetAttribute_FDD06EC7(inout + float3 color, float3 Color) /*attribute:color Composition:Overwrite Source:Slot + Random:Off channels:XYZ */\n{\n color = Color;\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n uint id = groupThreadId.x + groupId.x * + NB_THREADS_PER_GROUP;\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n id += groupId.y + * dispatchWidth * NB_THREADS_PER_GROUP;\r\n#endif\r\n\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ uint maxThreadId = inputAdditional.Load((offsetInAdditionalOutput * 2 + + 0) << 2);\r\n uint currentSpawnIndex = inputAdditional.Load((offsetInAdditionalOutput + * 2 + 1) << 2) - maxThreadId;\r\n#else\r\n uint maxThreadId = nbSpawned;\r\n + \ uint currentSpawnIndex = spawnIndex;\r\n#endif\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ maxThreadId = min(maxThreadId, deadListCount.Load(0x0));\r\n#elif VFX_USE_SPAWNER_FROM_GPU\r\n + \ maxThreadId = min(maxThreadId, nbMax); //otherwise, nbSpawned already clamped + on CPU\r\n#endif\r\n\r\n if (id < maxThreadId)\r\n {\r\n#if VFX_USE_SPAWNER_FROM_GPU\r\n + \ int sourceIndex = eventList[id];\r\n#endif\r\n uint particleIndex + = id + currentSpawnIndex;\r\n\t\t\r\n#if !VFX_USE_SPAWNER_FROM_GPU\r\n int + sourceIndex = 0;\n /*//Loop with 1 iteration generate a wrong IL Assembly + (and actually, useless code)\n uint currentSumSpawnCount = 0u;\n for + (sourceIndex=0; sourceIndex<1; sourceIndex++)\n {\n currentSumSpawnCount + += uint(asfloat(sourceAttributeBuffer.Load((sourceIndex * 0x1 + 0x0) << 2)));\n + \ if (id < currentSumSpawnCount)\n {\n break;\n + \ }\n }\n */\n \n\r\n#endif\r\n float + lifetime = (float)1;\n uint seed = (uint)0;\n float3 oldPosition + = float3(0, 0, 0);\n uint particleId = (uint)0;\n float size = + (float)0.100000001;\n float3 color = float3(1, 1, 1);\n float3 + targetPosition = float3(0, 0, 0);\n float3 position = float3(0, 0, 0);\n + \ bool alive = (bool)true;\n float age = (float)0;\n \n\r\n#if + VFX_USE_PARTICLEID_CURRENT\r\n particleId = particleIndex;\r\n#endif\r\n#if + VFX_USE_SEED_CURRENT\r\n seed = WangHash(particleIndex ^ systemSeed);\r\n#endif\r\n + \ \r\n {\n SetAttribute_F01429A3( /*inout */lifetime, + \ /*inout */seed, (float)1, (float)1);\n }\n {\n AttributeFromMap_AA2B397C( + /*inout */oldPosition, particleId, GetVFXSampler(attributeMap_b, samplerattributeMap_b), + (uint)0, float3(0, 0, 0), float3(100, 100, 100));\n }\n {\n SetAttribute_3278B22F( + /*inout */size, (float)0.100000001);\n }\n {\n SetAttribute_FDD06EC7( + /*inout */color, float3(0, 0, 0));\n }\n \n\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\n + \ if (alive)\r\n {\r\n\t\t\tuint deadIndex = deadListIn.DecrementCounter();\r\n + \ uint index = deadListIn[deadIndex];\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store((index + * 0x1 + 0x186C0) << 2,asuint(particleId));\n attributeBuffer.Store((index + * 0x4 + 0x30D83) << 2,asuint(size));\n attributeBuffer.Store3((index + * 0x4 + 0x30D80) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x4 + 0x92880) << 2,asuint(targetPosition));\n attributeBuffer.Store3((index + * 0x4 + 0xF4380) << 2,asuint(position));\n attributeBuffer.Store((index + * 0x2 + 0x155E80) << 2,uint(alive));\n attributeBuffer.Store((index + * 0x2 + 0x155E81) << 2,asuint(age));\n \n\r\n }\r\n#else\r\n + \ uint index = particleIndex;\r\n attributeBuffer.Store((index + * 0x1 + 0x0) << 2,asuint(lifetime));\n attributeBuffer.Store((index * + 0x1 + 0x186C0) << 2,asuint(particleId));\n attributeBuffer.Store((index + * 0x4 + 0x30D83) << 2,asuint(size));\n attributeBuffer.Store3((index + * 0x4 + 0x30D80) << 2,asuint(color));\n attributeBuffer.Store3((index + * 0x4 + 0x92880) << 2,asuint(targetPosition));\n attributeBuffer.Store3((index + * 0x4 + 0xF4380) << 2,asuint(position));\n attributeBuffer.Store((index + * 0x2 + 0x155E80) << 2,uint(alive));\n attributeBuffer.Store((index * + 0x2 + 0x155E81) << 2,asuint(age));\n \n\r\n#endif\r\n }\r\n}\r\n" + - compute: 1 + name: '[System 1]Update' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_LIFETIME_CURRENT + 1\n#define VFX_USE_PARTICLEID_CURRENT 1\n#define VFX_USE_TARGETPOSITION_CURRENT + 1\n#define VFX_USE_POSITION_CURRENT 1\n#define VFX_USE_ALIVE_CURRENT 1\n#define + VFX_USE_AGE_CURRENT 1\n#define VFX_HAS_INDIRECT_DRAW 1\n#define VFX_LOCAL_SPACE + 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float3 valueScale_a;\n float deltaTime_d;\n float3 uniform_c;\n uint + PADDING_0;\nCBUFFER_END\nTexture2D attributeMap_a;\nSamplerState samplerattributeMap_a;\nTexture2D + attributeMap_b;\nSamplerState samplerattributeMap_b;\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nRWByteAddressBuffer + attributeBuffer;\r\n\r\n#if VFX_USE_ALIVE_CURRENT\r\nRWStructuredBuffer + deadListOut;\r\n#endif\r\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\nRWStructuredBuffer + indirectBuffer;\r\n#endif\r\n\r\nCBUFFER_START(updateParams)\r\n uint nbMax;\r\n\tuint + dispatchWidth;\r\n\tuint systemSeed;\r\nCBUFFER_END\r\n\r\nvoid AttributeFromMap_62C5EC24(inout + float3 targetPosition, uint particleId, VFXSampler2D attributeMap, uint Seed, + float3 valueBias, float3 valueScale) /*attribute:targetPosition Composition:Overwrite + SampleMode:RandomConstantPerParticle channels:XYZ */\n{\n \n uint width, + height;\n attributeMap.t.GetDimensions(width, height);\n uint count = + width * height;\n uint id = FIXED_RAND(Seed) * count;\n uint y = id / + width;\n uint x = id - y * width;\n float3 value = (float3)attributeMap.t.Load(int3(x, + y, 0));\n value = (value + valueBias) * valueScale;\n targetPosition + = value;\n}\nvoid AttributeFromMap_6F6C36D5(inout float3 position, uint particleId, + VFXSampler2D attributeMap, uint Seed, float3 valueBias, float3 valueScale) /*attribute:position + Composition:Overwrite SampleMode:RandomConstantPerParticle channels:XYZ */\n{\n + \ \n uint width, height;\n attributeMap.t.GetDimensions(width, height);\n + \ uint count = width * height;\n uint id = FIXED_RAND(Seed) * count;\n + \ uint y = id / width;\n uint x = id - y * width;\n float3 value = (float3)attributeMap.t.Load(int3(x, + y, 0));\n value = (value + valueBias) * valueScale;\n position = value;\n}\nvoid + SetAttribute_CAC29747(inout float3 position, float3 Position) /*attribute:position + Composition:Overwrite Source:Slot Random:Off channels:XYZ */\n{\n position + = Position;\n}\nvoid Age(inout float age, float deltaTime)\n{\n age += deltaTime;\n}\nvoid + Reap(float age, float lifetime, inout bool alive)\n{\n if(age > lifetime) + { alive = false; }\n}\n\n\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid + CSMain(uint3 groupId : SV_GroupID,\r\n uint3 groupThreadId + \ : SV_GroupThreadID)\r\n{\r\n\tuint id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + + groupId.y * dispatchWidth * NB_THREADS_PER_GROUP;\r\n\tuint index = id;\r\n\tif + (id < nbMax)\r\n\t{\r\n#if VFX_USE_ALIVE_CURRENT\r\n\t\tbool alive = (attributeBuffer.Load((index + * 0x2 + 0x155E80) << 2));\n\t\t\n\r\n\t\tif (alive)\r\n\t\t{\r\n\t\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\tuint + particleId = (attributeBuffer.Load((index * 0x1 + 0x186C0) << 2));\n\t\t\tfloat3 + targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0x92880) << 2));\n\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0xF4380) << 2));\n\t\t\tfloat + age = asfloat(attributeBuffer.Load((index * 0x2 + 0x155E81) << 2));\n\t\t\t\n\r\n\t\t\t\r\n#if + VFX_USE_OLDPOSITION_CURRENT\r\n\t\t\toldPosition = position;\r\n#endif\r\n\t\t\t\r\n\t\t\t{\n\t\t\t + \ AttributeFromMap_62C5EC24( /*inout */targetPosition, particleId, GetVFXSampler(attributeMap_a, + samplerattributeMap_a), (uint)0, float3(0, 0, 0), valueScale_a);\n\t\t\t}\n\t\t\t{\n\t\t\t + \ AttributeFromMap_6F6C36D5( /*inout */position, particleId, GetVFXSampler(attributeMap_b, + samplerattributeMap_b), (uint)0, float3(0, 0, 0), float3(0.00999999978, 0.00999999978, + 0.00999999978));\n\t\t\t}\n\t\t\t{\n\t\t\t float3 tmp_bc = targetPosition + - position;\n\t\t\t float3 tmp_bd = uniform_c * tmp_bc;\n\t\t\t float3 + tmp_be = position + tmp_bd;\n\t\t\t SetAttribute_CAC29747( /*inout */position, + tmp_be);\n\t\t\t}\n\t\t\tAge( /*inout */age, deltaTime_d);\n\t\t\tReap(age, + lifetime, /*inout */alive);\n\t\t\t\n\r\n\t\t\tif (alive)\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0x92880) << 2,asuint(targetPosition));\n\t\t\t\tattributeBuffer.Store3((index + * 0x4 + 0xF4380) << 2,asuint(position));\n\t\t\t\tattributeBuffer.Store((index + * 0x2 + 0x155E81) << 2,asuint(age));\n\t\t\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n + \ uint indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\t\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\tattributeBuffer.Store((index + * 0x2 + 0x155E80) << 2,uint(alive));\n\t\t\t\t\n\r\n\t\t\t\tuint deadIndex = + deadListOut.IncrementCounter();\r\n\t\t\t\tdeadListOut[deadIndex] = index;\r\n\t\t\t}\r\n\t\t}\r\n#else\r\n\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\tuint + particleId = (attributeBuffer.Load((index * 0x1 + 0x186C0) << 2));\n\t\tfloat3 + targetPosition = asfloat(attributeBuffer.Load3((index * 0x4 + 0x92880) << 2));\n\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0xF4380) << 2));\n\t\tbool + alive = (attributeBuffer.Load((index * 0x2 + 0x155E80) << 2));\n\t\tfloat age + = asfloat(attributeBuffer.Load((index * 0x2 + 0x155E81) << 2));\n\t\t\n\r\n\t\t\r\n#if + VFX_USE_OLDPOSITION_CURRENT\r\n\t\toldPosition = position;\r\n#endif\r\n\t\t\r\n\t\t{\n\t\t + \ AttributeFromMap_62C5EC24( /*inout */targetPosition, particleId, GetVFXSampler(attributeMap_a, + samplerattributeMap_a), (uint)0, float3(0, 0, 0), valueScale_a);\n\t\t}\n\t\t{\n\t\t + \ AttributeFromMap_6F6C36D5( /*inout */position, particleId, GetVFXSampler(attributeMap_b, + samplerattributeMap_b), (uint)0, float3(0, 0, 0), float3(0.00999999978, 0.00999999978, + 0.00999999978));\n\t\t}\n\t\t{\n\t\t float3 tmp_bc = targetPosition - position;\n\t\t + \ float3 tmp_bd = uniform_c * tmp_bc;\n\t\t float3 tmp_be = position + + tmp_bd;\n\t\t SetAttribute_CAC29747( /*inout */position, tmp_be);\n\t\t}\n\t\tAge( + /*inout */age, deltaTime_d);\n\t\tReap(age, lifetime, /*inout */alive);\n\t\t\n\r\n\t\tattributeBuffer.Store3((index + * 0x4 + 0x92880) << 2,asuint(targetPosition));\n\t\tattributeBuffer.Store3((index + * 0x4 + 0xF4380) << 2,asuint(position));\n\t\tattributeBuffer.Store((index * + 0x2 + 0x155E80) << 2,uint(alive));\n\t\tattributeBuffer.Store((index * 0x2 + + 0x155E81) << 2,asuint(age));\n\t\t\n\r\n#if VFX_HAS_INDIRECT_DRAW\r\n uint + indirectIndex = indirectBuffer.IncrementCounter();\r\n\t\tindirectBuffer[indirectIndex] + = index;\r\n#endif\r\n#endif\r\n\t}\r\n}\r\n" + - compute: 0 + name: '[System 1]Quad Output' + source: "Shader \"Hidden/VFX/System 1/Quad Output\"\n{\r\n\tSubShader\r\n\t{\t\r\n\t\tCull + Off\r\n\t\t\r\n\t\tTags { \"Queue\"=\"Transparent+0\" \"IgnoreProjector\"=\"True\" + \"RenderType\"=\"Transparent\" }\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tBlend + SrcAlpha OneMinusSrcAlpha \n\t\tZTest LEqual\n\t\tZWrite Off\n\t\tCull Off\n\t\t\n\t\n\t\t\t\n\t\tHLSLINCLUDE\n\t\t#if + !defined(VFX_WORLD_SPACE) && !defined(VFX_LOCAL_SPACE)\n\t\t#define VFX_LOCAL_SPACE + 1\n\t\t#endif\n\t\t\n\t\t#define NB_THREADS_PER_GROUP 64\n\t\t#define VFX_USE_LIFETIME_CURRENT + 1\n\t\t#define VFX_USE_SIZE_CURRENT 1\n\t\t#define VFX_USE_COLOR_CURRENT 1\n\t\t#define + VFX_USE_POSITION_CURRENT 1\n\t\t#define VFX_USE_ALPHA_CURRENT 1\n\t\t#define + VFX_USE_ALIVE_CURRENT 1\n\t\t#define VFX_USE_AXISX_CURRENT 1\n\t\t#define VFX_USE_AXISY_CURRENT + 1\n\t\t#define VFX_USE_AXISZ_CURRENT 1\n\t\t#define VFX_USE_ANGLEX_CURRENT 1\n\t\t#define + VFX_USE_ANGLEY_CURRENT 1\n\t\t#define VFX_USE_ANGLEZ_CURRENT 1\n\t\t#define + VFX_USE_PIVOTX_CURRENT 1\n\t\t#define VFX_USE_PIVOTY_CURRENT 1\n\t\t#define + VFX_USE_PIVOTZ_CURRENT 1\n\t\t#define VFX_USE_SCALEX_CURRENT 1\n\t\t#define + VFX_USE_SCALEY_CURRENT 1\n\t\t#define VFX_USE_SCALEZ_CURRENT 1\n\t\t#define + VFX_USE_AGE_CURRENT 1\n\t\t#define VFX_COLORMAPPING_DEFAULT 1\n\t\t#define IS_TRANSPARENT_PARTICLE + 1\n\t\t#define VFX_BLENDMODE_ALPHA 1\n\t\t#define VFX_HAS_INDIRECT_DRAW 1\n\t\t#define + USE_DEAD_LIST_COUNT 1\n\t\t#define VFX_PRIMITIVE_QUAD 1\n\t\t\n\t\t\n\t\t\n\t\t#define + VFX_LOCAL_SPACE 1\n\t\t#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\t\t\n\n\t\tCBUFFER_START(parameters)\n\t\t + \ float4 Size_b;\n\t\t float gradient_c;\n\t\t uint3 PADDING_0;\n\t\tCBUFFER_END\n\t\tTexture2D + mainTexture;\n\t\tSamplerState samplermainTexture;\n\t\t\n\n\t\t\n\t\t#define + VFX_NEEDS_COLOR_INTERPOLATOR (VFX_USE_COLOR_CURRENT || VFX_USE_ALPHA_CURRENT)\n\t\t\n\t\tByteAddressBuffer + attributeBuffer;\t\n\t\t\n\t\t#if VFX_HAS_INDIRECT_DRAW\n\t\tStructuredBuffer + indirectBuffer;\t\n\t\t#endif\t\n\t\t\n\t\t#if USE_DEAD_LIST_COUNT\n\t\tByteAddressBuffer + deadListCount;\n\t\t#endif\n\t\t\n\t\tCBUFFER_START(outputParams)\n\t\t\tfloat + nbMax;\n\t\t\tfloat systemSeed;\n\t\tCBUFFER_END\n\t\t\n\t\tENDHLSL\n\t\t\n\r\n\t\t\r\n\t\t// + Forward pass\n\t\tPass\n\t\t{\t\t\n\t\t\tTags { \"LightMode\"=\"ForwardOnly\" + }\n\t\t\t\n\t\t\tHLSLPROGRAM\n\t\t\t#pragma target 4.5\n\t\t\t\n\t\t\n\t\t\tstruct + ps_input\n\t\t\t{\n\t\t\t\tfloat4 pos : SV_POSITION;\n\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\tfloat4 + uv : TEXCOORD0;\n\t\t\t\t#else\n\t\t\t\tfloat2 uv : TEXCOORD0;\t\n\t\t\t\t#endif\n\t\t\t\t#if + VFX_NEEDS_COLOR_INTERPOLATOR\n\t\t\t\tnointerpolation float4 color : COLOR0;\n\t\t\t\t#endif\n\t\t\t\t#if + USE_SOFT_PARTICLE || USE_ALPHA_TEST || USE_FLIPBOOK_INTERPOLATION || USE_EXPOSURE_WEIGHT\n\t\t\t\t// + x: inverse soft particles fade distance\n\t\t\t\t// y: alpha threshold\n\t\t\t\t// + z: frame blending factor\n\t\t\t\t// w: exposure weight\n\t\t\t\tnointerpolation + float4 builtInInterpolants : TEXCOORD1;\n\t\t\t\t#endif\n\t\t\t\t#if USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t// + x: motion vectors scale X\n\t\t\t\t// y: motion vectors scale Y\n\t\t\t\tnointerpolation + float2 builtInInterpolants2 : TEXCOORD2;\n\t\t\t\t#endif\n\t\t\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t\t\tfloat3 + posWS : TEXCOORD3;\n\t\t\t\t#endif\n\t\t\t};\n\t\t\t\n\t\t\tstruct ps_output\n\t\t\t{\n\t\t\t\tfloat4 + color : SV_Target0;\n\t\t\t};\n\t\t\n\t\t#define VFX_VARYING_PS_INPUTS ps_input\n\t\t#define + VFX_VARYING_POSCS pos\n\t\t#define VFX_VARYING_COLOR color.rgb\n\t\t#define + VFX_VARYING_ALPHA color.a\n\t\t#define VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + builtInInterpolants.x\n\t\t#define VFX_VARYING_ALPHATHRESHOLD builtInInterpolants.y\n\t\t#define + VFX_VARYING_FRAMEBLEND builtInInterpolants.z\n\t\t#define VFX_VARYING_MOTIONVECTORSCALE + builtInInterpolants2.xy\n\t\t#define VFX_VARYING_UV uv\n\t\t#if VFX_NEEDS_POSWS_INTERPOLATOR\n\t\t#define + VFX_VARYING_POSWS posWS\n\t\t#endif\n\t\t#if USE_EXPOSURE_WEIGHT\n\t\t#define + VFX_VARYING_EXPOSUREWEIGHT builtInInterpolants.w\n\t\t#endif\n\t\t\t\t\n\t\t\t#if + !(defined(VFX_VARYING_PS_INPUTS) && defined(VFX_VARYING_POSCS))\n\t\t\t#error + VFX_VARYING_PS_INPUTS, VFX_VARYING_POSCS and VFX_VARYING_UV must be defined.\n\t\t\t#endif\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXCommon.cginc\"\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\t\t\t\n\n\t\t\tvoid + Orient_0(inout float3 axisX, inout float3 axisY, inout float3 axisZ) /*mode:FaceCameraPlane + */\n\t\t\t{\n\t\t\t \n\t\t\t float3x3 viewRot = GetVFXToViewRotMatrix();\n\t\t\t + \ axisX = viewRot[0].xyz;\n\t\t\t axisY = viewRot[1].xyz;\n\t\t\t #if + VFX_LOCAL_SPACE // Need to remove potential scale in local transform\n\t\t\t + \ axisX = normalize(axisX);\n\t\t\t axisY = normalize(axisY);\n\t\t\t axisZ + = cross(axisX,axisY);\n\t\t\t #else\n\t\t\t axisZ = -viewRot[2].xyz;\n\t\t\t + \ #endif\n\t\t\t \n\t\t\t}\n\t\t\tvoid AttributeFromCurve_45ABB90F(inout + float size, float age, float lifetime, float4 Size) /*attribute:size Composition:Overwrite + AlphaComposition:Overwrite SampleMode:OverLife Mode:PerComponent ColorMode:ColorAndAlpha + channels:X */\n\t\t\t{\n\t\t\t float t = age / lifetime;\n\t\t\t float + value = 0.0f;\n\t\t\t value = SampleCurve(Size, t);\n\t\t\t size = value;\n\t\t\t}\n\t\t\tvoid + ColorOverLife_733E3(float age, float lifetime, inout float3 color, inout float + alpha, float gradient) /*mode:ColorAndAlpha ColorComposition:Multiply AlphaComposition:Multiply + */\n\t\t\t{\n\t\t\t \n\t\t\t float4 sampledColor = SampleGradient(gradient, + age/lifetime);\n\t\t\t color *= sampledColor.rgb;\n\t\t\t alpha *= sampledColor.a;\n\t\t\t + \ \n\t\t\t}\n\t\t\t\n\n\t\t\t\n\t\t\t#pragma vertex vert\n\t\t\tVFX_VARYING_PS_INPUTS + vert(uint id : SV_VertexID, uint instanceID : SV_InstanceID)\n\t\t\t{\n\t\t\t#if + VFX_PRIMITIVE_TRIANGLE\n\t\t\t\tuint index = id / 3;\n\t\t\t#elif VFX_PRIMITIVE_QUAD\n\t\t\t\tuint + index = (id >> 2) + instanceID * 2048;\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\n\t\t\t\tuint + index = (id >> 3) + instanceID * 1024;\n\t\t\t#endif\n\t\t\t\n\t\t\t\tVFX_VARYING_PS_INPUTS + o = (VFX_VARYING_PS_INPUTS)0;\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tuint deadCount + = 0;\n\t\t\t\t\t\t#if USE_DEAD_LIST_COUNT\n\t\t\t\t\t\tdeadCount = deadListCount.Load(0);\n\t\t\t\t\t\t#endif\t\n\t\t\t\t\t\tif + (index >= asuint(nbMax) - deadCount)\n\t\t\t\t\t\t#if USE_GEOMETRY_SHADER\n\t\t\t\t\t\t\treturn; + // cull\n\t\t\t\t\t\t#else\n\t\t\t\t\t\t\treturn o; // cull\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_HAS_INDIRECT_DRAW\n\t\t\t\t\t\tindex = indirectBuffer[index];\n\t\t\t\t\t\tfloat + lifetime = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat + size = asfloat(attributeBuffer.Load((index * 0x4 + 0x30D83) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x30D80) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0xF4380) << 2));\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tbool alive = (attributeBuffer.Load((index * 0x2 + + 0x155E80) << 2));\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x2 + 0x155E81) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#else\n\t\t\t\t\t\tbool + alive = (attributeBuffer.Load((index * 0x2 + 0x155E80) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tif + (!alive)\n\t\t\t\t\t\t\treturn o;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tfloat lifetime + = asfloat(attributeBuffer.Load((index * 0x1 + 0x0) << 2));\n\t\t\t\t\t\tfloat + size = asfloat(attributeBuffer.Load((index * 0x4 + 0x30D83) << 2));\n\t\t\t\t\t\tfloat3 + color = asfloat(attributeBuffer.Load3((index * 0x4 + 0x30D80) << 2));\n\t\t\t\t\t\tfloat3 + position = asfloat(attributeBuffer.Load3((index * 0x4 + 0xF4380) << 2));\n\t\t\t\t\t\tfloat + alpha = (float)1;\n\t\t\t\t\t\tfloat3 axisX = float3(1, 0, 0);\n\t\t\t\t\t\tfloat3 + axisY = float3(0, 1, 0);\n\t\t\t\t\t\tfloat3 axisZ = float3(0, 0, 1);\n\t\t\t\t\t\tfloat + angleX = (float)0;\n\t\t\t\t\t\tfloat angleY = (float)0;\n\t\t\t\t\t\tfloat + angleZ = (float)0;\n\t\t\t\t\t\tfloat pivotX = (float)0;\n\t\t\t\t\t\tfloat + pivotY = (float)0;\n\t\t\t\t\t\tfloat pivotZ = (float)0;\n\t\t\t\t\t\tfloat + scaleX = (float)1;\n\t\t\t\t\t\tfloat scaleY = (float)1;\n\t\t\t\t\t\tfloat + scaleZ = (float)1;\n\t\t\t\t\t\tfloat age = asfloat(attributeBuffer.Load((index + * 0x2 + 0x155E81) << 2));\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\tOrient_0( + /*inout */axisX, /*inout */axisY, /*inout */axisZ);\n\t\t\t\tAttributeFromCurve_45ABB90F( + /*inout */size, age, lifetime, Size_b);\n\t\t\t\tColorOverLife_733E3(age, lifetime, + \ /*inout */color, /*inout */alpha, gradient_c);\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\tif + (!alive)\n\t\t\t\t\treturn o;\n\t\t\t\t\n\t\t\t#if VFX_PRIMITIVE_QUAD\n\t\t\t\n\t\t\t\to.VFX_VARYING_UV.x + = float(id & 1);\n\t\t\t\to.VFX_VARYING_UV.y = float((id & 2) >> 1);\n\t\t\t\tconst + float2 vOffsets = o.VFX_VARYING_UV.xy - 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_TRIANGLE\n\t\t\t\n\t\t\t\tconst + float2 kOffsets[] = {\n\t\t\t\t\tfloat2(-0.5f, \t-0.288675129413604736328125f),\n\t\t\t\t\tfloat2(0.0f, + \t0.57735025882720947265625f),\n\t\t\t\t\tfloat2(0.5f,\t-0.288675129413604736328125f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\tconst + float kUVScale = 0.866025388240814208984375f;\n\t\t\t\t\n\t\t\t\tconst float2 + vOffsets = kOffsets[id % 3];\n\t\t\t\to.VFX_VARYING_UV.xy = (vOffsets * kUVScale) + + 0.5f;\n\t\t\t\t\n\t\t\t#elif VFX_PRIMITIVE_OCTAGON\t\n\t\t\t\t\n\t\t\t\tconst + float2 kUvs[8] = \n\t\t\t\t{\n\t\t\t\t\tfloat2(-0.5f,\t0.0f),\n\t\t\t\t\tfloat2(-0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.0f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.5f),\n\t\t\t\t\tfloat2(0.5f,\t0.0f),\n\t\t\t\t\tfloat2(0.5f,\t-0.5f),\n\t\t\t\t\tfloat2(0.0f,\t-0.5f),\n\t\t\t\t\tfloat2(-0.5f,\t-0.5f),\n\t\t\t\t};\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tcropFactor + = id & 1 ? 1.0f - cropFactor : 1.0f;\n\t\t\t\tconst float2 vOffsets = kUvs[id + & 7] * cropFactor;\n\t\t\t\to.VFX_VARYING_UV.xy = vOffsets + 0.5f;\n\t\t\t\t\n\t\t\t#endif\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\tfloat3 + size3 = float3(size,size,size);\n\t\t\t\t\t\t#if VFX_USE_SCALEX_CURRENT\n\t\t\t\t\t\tsize3.x + *= scaleX;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEY_CURRENT\n\t\t\t\t\t\tsize3.y + *= scaleY;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_SCALEZ_CURRENT\n\t\t\t\t\t\tsize3.z + *= scaleZ;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tconst float4x4 + elementToVFX = GetElementToVFXMatrix(axisX,axisY,axisZ,float3(angleX,angleY,angleZ),float3(pivotX,pivotY,pivotZ),size3,position);\n\t\t\t\tfloat3 + vPos = mul(elementToVFX,float4(vOffsets,0.0f,1.0f)).xyz;\n\t\t\t\n\t\t\t\to.VFX_VARYING_POSCS + = TransformPositionVFXToClip(vPos);\n\t\t\t\n\t\t\t\tfloat3 normalWS = normalize(TransformDirectionVFXToWorld(normalize(-transpose(elementToVFX)[2].xyz)));\n\t\t\t\t#ifdef + VFX_VARYING_NORMAL\n\t\t\t\tfloat normalFlip = (size3.x * size3.y * size3.z) + < 0 ? -1 : 1;\n\t\t\t\to.VFX_VARYING_NORMAL = normalFlip * normalWS;\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_TANGENT\n\t\t\t\to.VFX_VARYING_TANGENT = normalize(TransformDirectionVFXToWorld(normalize(transpose(elementToVFX)[0].xyz)));\n\t\t\t\t#endif\n\t\t\t\t#ifdef + VFX_VARYING_BENTFACTORS\n\t\t\t\t\n\t\t\t\t#if HAS_STRIPS\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER + 2.0f\n\t\t\t\t#else\n\t\t\t\t#define BENT_FACTOR_MULTIPLIER 1.41421353816986083984375f\n\t\t\t\t#endif\n\t\t\t\to.VFX_VARYING_BENTFACTORS + = vOffsets * bentNormalFactor * BENT_FACTOR_MULTIPLIER;\n\t\t\t\t#endif\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + VFX_USE_COLOR_CURRENT && defined(VFX_VARYING_COLOR)\n\t\t\t\t\t\to.VFX_VARYING_COLOR + = color;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#if VFX_USE_ALPHA_CURRENT && defined(VFX_VARYING_ALPHA) + \n\t\t\t\t\t\to.VFX_VARYING_ALPHA = alpha;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifdef + VFX_VARYING_EXPOSUREWEIGHT\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_EXPOSUREWEIGHT + = exposureWeight;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_SOFT_PARTICLE + && defined(VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_INVSOFTPARTICLEFADEDISTANCE + = invSoftParticlesFadeDistance;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + USE_ALPHA_TEST && defined(VFX_VARYING_ALPHATHRESHOLD)\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_ALPHATHRESHOLD + = alphaThreshold;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if USE_UV_SCALE_BIAS\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = o.VFX_VARYING_UV.xy * uvScale + uvBias;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + defined(VFX_VARYING_POSWS)\n\t\t\t\t\t\to.VFX_VARYING_POSWS = TransformPositionVFXToWorld(vPos);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t#if + USE_FLIPBOOK\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tVFXUVData uvData = GetUVData(flipBookSize, + invFlipBookSize, o.VFX_VARYING_UV.xy, texIndex);\n\t\t\t\t\t\to.VFX_VARYING_UV.xy + = uvData.uvs.xy;\n\t\t\t\t\t\t#if USE_FLIPBOOK_INTERPOLATION\n\t\t\t\t\t\to.VFX_VARYING_UV.zw + = uvData.uvs.zw;\n\t\t\t\t\t\to.VFX_VARYING_FRAMEBLEND = uvData.blend;\n\t\t\t\t\t\t#if + USE_FLIPBOOK_MOTIONVECTORS\n\t\t\t\t\t\t\n\t\t\t\t\t\to.VFX_VARYING_MOTIONVECTORSCALE + = motionVectorScale * invFlipBookSize;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\treturn + o;\n\t\t\t}\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommonOutput.cginc\"\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t#pragma + fragment frag\n\t\t\tps_output frag(ps_input i)\n\t\t\t{\n\t\t\t\tps_output + o = (ps_output)0;\n\t\t\t\tVFXTransformPSInputs(i);\n\t\t\t\n\t\t\t\t#define + VFX_TEXTURE_COLOR VFXGetTextureColor(VFX_SAMPLER(mainTexture),i)\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tfloat4 + color = VFXGetFragmentColor(i);\n\t\t\t\t\t\t\n\t\t\t\t\t\t#ifndef VFX_TEXTURE_COLOR\n\t\t\t\t\t\t\t#define + VFX_TEXTURE_COLOR float4(1.0,1.0,1.0,1.0)\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_DEFAULT\n\t\t\t\t\t\t\to.color = color * VFX_TEXTURE_COLOR;\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t#if + VFX_COLORMAPPING_GRADIENTMAPPED\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\to.color = SampleGradient(gradient, + VFX_TEXTURE_COLOR.a * color.a) * float4(color.rgb,1.0);\n\t\t\t\t\t\t#endif\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\n\t\t\t\to.color + = VFXApplyPreExposure(o.color, i);\n\t\t\t\to.color = VFXApplyFog(o.color,i);\n\t\t\t\tVFXClipFragmentColor(o.color.a,i);\n\t\t\t\to.color.a + = saturate(o.color.a);\n\t\t\t\treturn o;\n\t\t\t}\n\t\t\tENDHLSL\n\t\t}\n\t\t\n\r\n\t\t\r\n\t}\r\n}\r\n" + - compute: 1 + name: '[System 1]CameraSort' + source: "#pragma kernel CSMain\r\n#define NB_THREADS_PER_GROUP 64\n#define VFX_USE_POSITION_CURRENT + 1\n#define USE_DEAD_LIST_COUNT 1\n#define VFX_LOCAL_SPACE 1\n#include \"Packages/com.unity.visualeffectgraph/Shaders/RenderPipeline/HDRP/VFXDefines.hlsl\"\n\n\r\nCBUFFER_START(parameters)\n + \ float4x4 localToWorld;\nCBUFFER_END\n\n\r\n#include \"Packages/com.unity.visualeffectgraph/Shaders/Common/VFXCommonCompute.cginc\"\n#include + \"Packages/com.unity.visualeffectgraph/Shaders/VFXCommon.cginc\"\n\n\r\n\r\nCBUFFER_START(params)\r\n + \ uint nbMax;\r\n uint dispatchWidth;\r\nCBUFFER_END\r\n\r\nCBUFFER_START(cameraParams)\r\n + \ float3 cameraPosition;\r\nCBUFFER_END\r\n\r\nByteAddressBuffer attributeBuffer;\r\nStructuredBuffer + inputBuffer;\r\n\r\n#if USE_DEAD_LIST_COUNT\r\nByteAddressBuffer deadListCount;\r\n#endif\r\n\r\nstruct + Kvp\r\n{\r\n\tfloat sortKey;\r\n\tuint index;\r\n};\r\n\r\nRWStructuredBuffer + outputBuffer;\r\n\r\n[numthreads(NB_THREADS_PER_GROUP,1,1)]\r\nvoid CSMain(uint3 + groupId : SV_GroupID,\r\n uint3 groupThreadId : SV_GroupThreadID)\r\n{\r\n\tuint + threshold = nbMax;\r\n#if USE_DEAD_LIST_COUNT\r\n\tthreshold -= deadListCount.Load(0);\r\n#endif\r\n\tuint + id = groupThreadId.x + groupId.x * NB_THREADS_PER_GROUP + groupId.y * dispatchWidth + * NB_THREADS_PER_GROUP;\r\n\tif (id < threshold)\r\n\t{\r\n\t\tuint index = + inputBuffer[id];\r\n\t\tfloat3 position = asfloat(attributeBuffer.Load3((index + * 0x4 + 0xF4380) << 2));\n\t\t\n\r\n\t\t\r\n#if VFX_LOCAL_SPACE\r\n\t\tfloat3 + wPos = mul(localToWorld,float4(position,1.0f)).xyz;\r\n#else\r\n\t\tfloat3 wPos + = position;\r\n#endif\r\n\t\tfloat3 camToPos = wPos - cameraPosition;\r\n\t\t\r\n\t\tKvp + kvp;\r\n\t\tkvp.sortKey = dot(camToPos,camToPos); // sqr distance to the camera\r\n\t\tkvp.index + = index;\r\n\r\n\t\toutputBuffer[id] = kvp;\r\n\t}\r\n}\r\n" + m_Infos: + m_Expressions: + m_Expressions: + - op: 1 + valueIndex: 0 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 1 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 31 + valueIndex: 2 + data[0]: 0 + data[1]: 1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 3 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 30 + valueIndex: 4 + data[0]: 2 + data[1]: 3 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 5 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 27 + valueIndex: 6 + data[0]: 4 + data[1]: 3 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 7 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 3 + valueIndex: 8 + data[0]: 7 + data[1]: 7 + data[2]: 7 + data[3]: -1 + - op: 1 + valueIndex: 11 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 26 + valueIndex: 12 + data[0]: 6 + data[1]: 5 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 13 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 14 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 13 + - op: 26 + valueIndex: 15 + data[0]: 0 + data[1]: 11 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 16 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 14 + - op: 28 + valueIndex: 17 + data[0]: 9 + data[1]: 10 + data[2]: -1 + data[3]: 1 + - op: 56 + valueIndex: 18 + data[0]: 12 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 6 + valueIndex: 22 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + - op: 1 + valueIndex: 23 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 26 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 57 + valueIndex: 27 + data[0]: 14 + data[1]: -1 + data[2]: -1 + data[3]: 0 + - op: 31 + valueIndex: 28 + data[0]: 15 + data[1]: 1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 29 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 6 + - op: 1 + valueIndex: 30 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 31 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 32 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 35 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 38 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 39 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 7 + - op: 1 + valueIndex: 40 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 1 + - op: 1 + valueIndex: 41 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 1 + valueIndex: 44 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: 3 + - op: 3 + valueIndex: 47 + data[0]: 13 + data[1]: 13 + data[2]: 13 + data[3]: -1 + - op: 9 + valueIndex: 50 + data[0]: -1 + data[1]: -1 + data[2]: -1 + data[3]: -1 + m_NeedsLocalToWorld: 1 + m_NeedsWorldToLocal: 0 + m_NeededMainCameraBuffers: 0 + m_PropertySheet: + m_Float: + m_Array: + - m_ExpressionIndex: 0 + m_Value: 3.95 + - m_ExpressionIndex: 1 + m_Value: 0 + - m_ExpressionIndex: 3 + m_Value: 10 + - m_ExpressionIndex: 5 + m_Value: 7456 + - m_ExpressionIndex: 7 + m_Value: 0 + - m_ExpressionIndex: 9 + m_Value: 100 + - m_ExpressionIndex: 11 + m_Value: 80 + - m_ExpressionIndex: 24 + m_Value: 0.1 + - m_ExpressionIndex: 29 + m_Value: 1 + m_Vector2f: + m_Array: [] + m_Vector3f: + m_Array: + - m_ExpressionIndex: 18 + m_Value: {x: 0.01, y: 0.01, z: 0.01} + - m_ExpressionIndex: 25 + m_Value: {x: 100, y: 100, z: 100} + - m_ExpressionIndex: 26 + m_Value: {x: 0, y: 0, z: 0} + - m_ExpressionIndex: 30 + m_Value: {x: 2, y: 3, z: 2} + - m_ExpressionIndex: 31 + m_Value: {x: 0, y: 1, z: 0} + m_Vector4f: + m_Array: [] + m_Uint: + m_Array: + - m_ExpressionIndex: 22 + m_Value: 0 + m_Int: + m_Array: [] + m_Matrix4x4f: + m_Array: [] + m_AnimationCurve: + m_Array: + - m_ExpressionIndex: 12 + m_Value: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.08673096 + inSlope: 0.40286255 + outSlope: 0.40286255 + tangentMode: 34 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1 + value: 0.4895935 + inSlope: 0.40286255 + outSlope: 0.40286255 + tangentMode: 34 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + m_Gradient: + m_Array: + - m_ExpressionIndex: 14 + m_Value: + serializedVersion: 2 + key0: {r: 1, g: 1, b: 1, a: 0} + key1: {r: 1, g: 1, b: 1, a: 1} + key2: {r: 0, g: 0, b: 0, a: 0.9577465} + key3: {r: 0, g: 0, b: 0, a: 0} + key4: {r: 0, g: 0, b: 0, a: 0} + key5: {r: 0, g: 0, b: 0, a: 0} + key6: {r: 0, g: 0, b: 0, a: 0} + key7: {r: 0, g: 0, b: 0, a: 0} + ctime0: 0 + ctime1: 65535 + ctime2: 0 + ctime3: 0 + ctime4: 0 + ctime5: 0 + ctime6: 0 + ctime7: 0 + atime0: 0 + atime1: 5975 + atime2: 50886 + atime3: 65535 + atime4: 0 + atime5: 0 + atime6: 0 + atime7: 0 + m_Mode: 0 + m_NumColorKeys: 2 + m_NumAlphaKeys: 4 + m_NamedObject: + m_Array: + - m_ExpressionIndex: 19 + m_Value: {fileID: 6918954641851045129, guid: 8abc75a55d6db7448bc9bc9ecf036b8e, + type: 3} + - m_ExpressionIndex: 23 + m_Value: {fileID: 6918954641851045129, guid: df6b8d6e0e9bb86498be50d3e637e511, + type: 3} + - m_ExpressionIndex: 27 + m_Value: {fileID: 10300, guid: 0000000000000000f000000000000000, type: 0} + - m_ExpressionIndex: 28 + m_Value: {fileID: 2800000, guid: 1d8481de16af723418a688958c41224b, type: 3} + m_Bool: + m_Array: [] + m_ExposedExpressions: + - nameId: Lerp Forms (Circle, Cube) + index: 7 + - nameId: Object_Size_ + index: 0 + m_Buffers: + - type: 1 + size: 1600448 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 100032 + structure: 1 + element: 0 + - name: color + type: 3 + offset: + bucket: 200064 + structure: 4 + element: 0 + - name: size + type: 1 + offset: + bucket: 200064 + structure: 4 + element: 3 + - name: targetPosition + type: 3 + offset: + bucket: 600192 + structure: 4 + element: 0 + - name: position + type: 3 + offset: + bucket: 1000320 + structure: 4 + element: 0 + - name: alive + type: 17 + offset: + bucket: 1400448 + structure: 2 + element: 0 + - name: age + type: 1 + offset: + bucket: 1400448 + structure: 2 + element: 1 + capacity: 100000 + stride: 4 + - type: 1 + size: 1600512 + layout: + - name: lifetime + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + - name: particleId + type: 6 + offset: + bucket: 100032 + structure: 1 + element: 0 + - name: color + type: 3 + offset: + bucket: 200064 + structure: 4 + element: 0 + - name: size + type: 1 + offset: + bucket: 200064 + structure: 4 + element: 3 + - name: targetPosition + type: 3 + offset: + bucket: 600192 + structure: 4 + element: 0 + - name: position + type: 3 + offset: + bucket: 1000320 + structure: 4 + element: 0 + - name: alive + type: 17 + offset: + bucket: 1400448 + structure: 2 + element: 0 + - name: age + type: 1 + offset: + bucket: 1400448 + structure: 2 + element: 1 + capacity: 100032 + stride: 4 + - type: 1 + size: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + capacity: 1 + stride: 4 + - type: 4 + size: 100000 + layout: [] + capacity: 0 + stride: 4 + - type: 1 + size: 1 + layout: [] + capacity: 0 + stride: 4 + - type: 4 + size: 100000 + layout: [] + capacity: 0 + stride: 4 + - type: 0 + size: 100000 + layout: [] + capacity: 0 + stride: 8 + - type: 0 + size: 100000 + layout: [] + capacity: 0 + stride: 8 + m_TemporaryBuffers: [] + m_CPUBuffers: + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + - capacity: 1 + stride: 1 + layout: + - name: spawnCount + type: 1 + offset: + bucket: 0 + structure: 1 + element: 0 + initialData: + data: 00000000 + m_Events: + - name: OnPlay + playSystems: 00000000 + stopSystems: + - name: OnStop + playSystems: + stopSystems: 00000000 + m_RuntimeVersion: 10 + m_RendererSettings: + motionVectorGenerationMode: 0 + shadowCastingMode: 0 + receiveShadows: 0 + reflectionProbeUsage: 0 + lightProbeUsage: 0 + m_CullingFlags: 3 + m_UpdateMode: 0 + m_PreWarmDeltaTime: 0.05 + m_PreWarmStepCount: 0 + m_Systems: + - type: 0 + flags: 0 + capacity: 0 + layer: 4294967295 + buffers: + - nameId: spawner_output + index: 1 + values: [] + tasks: + - type: 268435456 + buffers: [] + temporaryBuffers: [] + values: + - nameId: Rate + index: 21 + params: [] + processor: {fileID: 0} + shaderSourceIndex: -1 + - type: 1 + flags: 3 + capacity: 100000 + layer: 4294967295 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: sourceAttributeBuffer + index: 2 + - nameId: deadList + index: 3 + - nameId: deadListCount + index: 4 + - nameId: spawner_input + index: 1 + - nameId: indirectBuffer + index: 5 + - nameId: sortBufferA + index: 6 + - nameId: sortBufferB + index: 7 + values: + - nameId: bounds_center + index: 31 + - nameId: bounds_size + index: 30 + tasks: + - type: 536870912 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: deadListIn + index: 3 + - nameId: deadListCount + index: 4 + - nameId: sourceAttributeBuffer + index: 2 + temporaryBuffers: [] + values: + - nameId: attributeMap_b + index: 28 + params: + - nameId: bounds_center + index: 31 + - nameId: bounds_size + index: 30 + processor: {fileID: 0} + shaderSourceIndex: 0 + - type: 805306368 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: deadListOut + index: 3 + - nameId: indirectBuffer + index: 5 + temporaryBuffers: [] + values: + - nameId: valueScale_a + index: 32 + - nameId: uniform_c + index: 8 + - nameId: deltaTime_d + index: 17 + - nameId: attributeMap_a + index: 23 + - nameId: attributeMap_b + index: 19 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 1 + - type: 805306369 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: inputBuffer + index: 5 + - nameId: outputBuffer + index: 6 + - nameId: deadListCount + index: 4 + temporaryBuffers: [] + values: + - nameId: localToWorld + index: 33 + params: [] + processor: {fileID: 0} + shaderSourceIndex: 3 + - type: 1073741826 + buffers: + - nameId: attributeBuffer + index: 0 + - nameId: indirectBuffer + index: 5 + - nameId: deadListCount + index: 4 + temporaryBuffers: [] + values: + - nameId: Size_b + index: 16 + - nameId: gradient_c + index: 20 + - nameId: mainTexture + index: 27 + params: + - nameId: sortPriority + index: 0 + - nameId: indirectDraw + index: 1 + processor: {fileID: 0} + shaderSourceIndex: 2 +--- !u!114 &8926484042661614528 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 01ec2c1930009b04ea08905b47262415, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114063133802684794} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614529} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + AlphaComposition: 0 + SampleMode: 0 + Mode: 1 + ColorMode: 3 + channels: 0 +--- !u!114 &8926484042661614529 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c117b74c5c58db542bffe25c78fe92db, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614529} + m_MasterData: + m_Owner: {fileID: 8926484042661614528} + m_Value: + m_Type: + m_SerializableType: UnityEngine.AnimationCurve, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"frames":[{"time":0.0,"value":0.08673095703125,"inTangent":0.402862548828125,"outTangent":0.402862548828125,"tangentMode":34},{"time":1.0,"value":0.489593505859375,"inTangent":0.402862548828125,"outTangent":0.402862548828125,"tangentMode":34}],"preWrapMode":8,"postWrapMode":8}' + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: UnityEngine.AnimationCurve, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614540 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 081ffb0090424ba4cb05370a42ead6b9, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + opaqueRenderQueue: 0 + transparentRenderQueue: 1 +--- !u!114 &8926484042661614551 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614551} + m_MasterData: + m_Owner: {fileID: 114131763552434164} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: A + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614552 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614552} + m_MasterData: + m_Owner: {fileID: 114131763552434164} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: B + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614705 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e24f5c333a68a5241bf815a7478274fe, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 160, y: 1235} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614706} + - {fileID: 8926484042661614707} + - {fileID: 8926484042661614708} + Asset: {fileID: -3256353808211938606, guid: 8abc75a55d6db7448bc9bc9ecf036b8e, type: 3} +--- !u!114 &8926484042661614706 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614706} + m_MasterData: + m_Owner: {fileID: 8926484042661614705} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: Point Count + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614707 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614707} + m_MasterData: + m_Owner: {fileID: 8926484042661614705} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: 'AttributeMap : position' + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615002} +--- !u!114 &8926484042661614708 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614708} + m_MasterData: + m_Owner: {fileID: 8926484042661614705} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: 'AttributeMap : normal' + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614718 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 60fff265f139e2a4194a44c2bac41757, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614719} + - {fileID: 8926484042661614720} + - {fileID: 8926484042661614721} + - {fileID: 8926484042661614725} + m_OutputSlots: [] + m_Disabled: 0 + attribute: oldPosition + Composition: 0 + SampleMode: 6 + channels: 6 +--- !u!114 &8926484042661614719 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614719} + m_MasterData: + m_Owner: {fileID: 8926484042661614718} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"1d8481de16af723418a688958c41224b","type":3}}' + m_Space: 2147483647 + m_Property: + name: attributeMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: AttributeMap texture to read attributes from + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614720 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614720} + m_MasterData: + m_Owner: {fileID: 8926484042661614718} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614721 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614722} + - {fileID: 8926484042661614723} + - {fileID: 8926484042661614724} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614721} + m_MasterData: + m_Owner: {fileID: 8926484042661614718} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: valueBias + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Bias Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614722 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614721} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614721} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614723 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614721} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614721} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614724 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614721} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614721} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614725 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614726} + - {fileID: 8926484042661614727} + - {fileID: 8926484042661614728} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614725} + m_MasterData: + m_Owner: {fileID: 8926484042661614718} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":100.0,"y":100.0,"z":100.0}' + m_Space: 2147483647 + m_Property: + name: valueScale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Scale Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614726 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614725} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614727 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614725} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614728 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614725} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614725} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614760 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e24f5c333a68a5241bf815a7478274fe, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 274, y: 781} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614761} + - {fileID: 8926484042661614762} + - {fileID: 8926484042661614763} + Asset: {fileID: -3256353808211938606, guid: df6b8d6e0e9bb86498be50d3e637e511, type: 3} +--- !u!114 &8926484042661614761 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614761} + m_MasterData: + m_Owner: {fileID: 8926484042661614760} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: Point Count + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614762 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614762} + m_MasterData: + m_Owner: {fileID: 8926484042661614760} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: 'AttributeMap : position' + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615013} +--- !u!114 &8926484042661614763 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614763} + m_MasterData: + m_Owner: {fileID: 8926484042661614760} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: 'AttributeMap : normal' + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614788 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 78, y: 1778} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614789} + attribute: position + location: 0 + mask: xyz +--- !u!114 &8926484042661614789 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614790} + - {fileID: 8926484042661614791} + - {fileID: 8926484042661614792} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614789} + m_MasterData: + m_Owner: {fileID: 8926484042661614788} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614798} +--- !u!114 &8926484042661614790 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614789} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614789} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614791 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614789} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614789} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614792 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614789} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614789} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614793 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fab5164109319454a9bccf2583401f6e, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 406, y: 1816} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614798} + - {fileID: 8926484042661614806} + - {fileID: 8926484042661614796} + m_OutputSlots: + - {fileID: 8926484042661614802} + m_Type: + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614796 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614796} + m_MasterData: + m_Owner: {fileID: 8926484042661614793} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: -0.02 + m_Space: 2147483647 + m_Property: + name: s + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The amount to interpolate between x and y (0-1). + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614825} +--- !u!114 &8926484042661614798 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614799} + - {fileID: 8926484042661614800} + - {fileID: 8926484042661614801} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 8926484042661614793} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start value. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614789} +--- !u!114 &8926484042661614799 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614798} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614800 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614798} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614801 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614798} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614798} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614802 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614803} + - {fileID: 8926484042661614804} + - {fileID: 8926484042661614805} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614802} + m_MasterData: + m_Owner: {fileID: 8926484042661614793} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614996} +--- !u!114 &8926484042661614803 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614802} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614802} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614804 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614802} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614802} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614805 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614802} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614802} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614806 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614807} + - {fileID: 8926484042661614808} + - {fileID: 8926484042661614809} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614806} + m_MasterData: + m_Owner: {fileID: 8926484042661614793} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end value. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614811} +--- !u!114 &8926484042661614807 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614806} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614806} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614808 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614806} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614806} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614809 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614806} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614806} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614810 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 486e063e1ed58c843942ea4122829ab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 47, y: 1949} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614811} + attribute: targetPosition + location: 0 + mask: xyz +--- !u!114 &8926484042661614811 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614812} + - {fileID: 8926484042661614813} + - {fileID: 8926484042661614814} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 8926484042661614810} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: targetPosition + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614806} +--- !u!114 &8926484042661614812 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614813 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614814 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614811} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614811} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: [] +--- !u!114 &8926484042661614824 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661614825} + m_ExposedName: Lerp Forms (Circle, Cube) + m_Exposed: 1 + m_Order: 0 + m_Category: + m_Min: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661614825} + inputSlot: {fileID: 8926484042661614796} + position: {x: 172, y: 2077} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661614825 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614825} + m_MasterData: + m_Owner: {fileID: 8926484042661614824} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614796} +--- !u!114 &8926484042661614832 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614833} + m_OutputSlots: [] + m_Disabled: 0 + attribute: size + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614833 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614833} + m_MasterData: + m_Owner: {fileID: 8926484042661614832} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.1 + m_Space: 2147483647 + m_Property: + name: Size + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614834 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114946465509916290} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614835} + m_OutputSlots: [] + m_Disabled: 0 + attribute: color + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614835 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614836} + - {fileID: 8926484042661614837} + - {fileID: 8926484042661614838} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 8926484042661614834} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: Color + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 5 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614836 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614835} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614837 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614835} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614838 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614835} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614835} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614878 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: b8ee8a7543fa09e42a7c8616f60d2ad7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 436, y: 1169} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614879} + - {fileID: 8926484042661614880} + m_OutputSlots: + - {fileID: 8926484042661614881} + m_Operands: + - name: a + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - name: b + type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 +--- !u!114 &8926484042661614879 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614879} + m_MasterData: + m_Owner: {fileID: 8926484042661614878} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 1 + m_Space: 2147483647 + m_Property: + name: a + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615024} +--- !u!114 &8926484042661614880 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614880} + m_MasterData: + m_Owner: {fileID: 8926484042661614878} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 80 + m_Space: 2147483647 + m_Property: + name: b + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614881 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614881} + m_MasterData: + m_Owner: {fileID: 8926484042661614878} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661615019} +--- !u!114 &8926484042661614983 +MonoBehaviour: + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 2dc095764ededfa4bb32fa602511ea4b, type: 3} + m_Name: VFXBasicUpdate + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: + - {fileID: 8926484042661615012} + - {fileID: 8926484042661615001} + - {fileID: 8926484042661614995} + m_UIPosition: {x: 708, y: 1231} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: [] + m_Label: + m_Data: {fileID: 114428730288789306} + m_InputFlowSlot: + - link: + - context: {fileID: 114946465509916290} + slotIndex: 0 + m_OutputFlowSlot: + - link: + - context: {fileID: 114063133802684794} + slotIndex: 0 + integration: 0 + angularIntegration: 0 + ageParticles: 1 + reapParticles: 1 +--- !u!114 &8926484042661614995 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a971fa2e110a0ac42ac1d8dae408704b, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614983} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661614996} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + Source: 0 + Random: 0 + channels: 6 +--- !u!114 &8926484042661614996 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5265657162cc1a241bba03a3b0476d99, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661614997} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614996} + m_MasterData: + m_Owner: {fileID: 8926484042661614995} + m_Value: + m_Type: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"position":{"x":0.0,"y":0.0,"z":0.0}}' + m_Space: 0 + m_Property: + name: Position + m_serializedType: + m_SerializableType: UnityEditor.VFX.Position, Unity.VisualEffectGraph.Editor, + Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + attributes: [] + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614802} +--- !u!114 &8926484042661614997 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614996} + m_Children: + - {fileID: 8926484042661614998} + - {fileID: 8926484042661614999} + - {fileID: 8926484042661615000} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614996} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: position + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The position. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614998 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614997} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614996} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661614999 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614997} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614996} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614997} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661614996} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615001 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 60fff265f139e2a4194a44c2bac41757, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614983} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615002} + - {fileID: 8926484042661615003} + - {fileID: 8926484042661615004} + - {fileID: 8926484042661615008} + m_OutputSlots: [] + m_Disabled: 0 + attribute: position + Composition: 0 + SampleMode: 6 + channels: 6 +--- !u!114 &8926484042661615002 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615002} + m_MasterData: + m_Owner: {fileID: 8926484042661615001} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"1d8481de16af723418a688958c41224b","type":3}}' + m_Space: 2147483647 + m_Property: + name: attributeMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: AttributeMap texture to read attributes from + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614707} +--- !u!114 &8926484042661615003 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615003} + m_MasterData: + m_Owner: {fileID: 8926484042661615001} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615004 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615005} + - {fileID: 8926484042661615006} + - {fileID: 8926484042661615007} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 8926484042661615001} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: valueBias + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Bias Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615005 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615006 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615007 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615004} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615004} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615008 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615009} + - {fileID: 8926484042661615010} + - {fileID: 8926484042661615011} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615008} + m_MasterData: + m_Owner: {fileID: 8926484042661615001} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.009999999776482582,"y":0.009999999776482582,"z":0.009999999776482582}' + m_Space: 2147483647 + m_Property: + name: valueScale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Scale Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615008} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615008} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615010 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615008} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615008} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615011 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615008} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615008} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615012 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 60fff265f139e2a4194a44c2bac41757, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661614983} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615013} + - {fileID: 8926484042661615014} + - {fileID: 8926484042661615015} + - {fileID: 8926484042661615019} + m_OutputSlots: [] + m_Disabled: 0 + attribute: targetPosition + Composition: 0 + SampleMode: 6 + channels: 6 +--- !u!114 &8926484042661615013 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 70a331b1d86cc8d4aa106ccbe0da5852, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615013} + m_MasterData: + m_Owner: {fileID: 8926484042661615012} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"obj":{"fileID":2800000,"guid":"1d8481de16af723418a688958c41224b","type":3}}' + m_Space: 2147483647 + m_Property: + name: attributeMap + m_serializedType: + m_SerializableType: UnityEngine.Texture2D, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: AttributeMap texture to read attributes from + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614762} +--- !u!114 &8926484042661615014 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c52d920e7fff73b498050a6b3c4404ca, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615014} + m_MasterData: + m_Owner: {fileID: 8926484042661615012} + m_Value: + m_Type: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: Seed + m_serializedType: + m_SerializableType: System.UInt32, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Seed to compute the constant random + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615015 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615016} + - {fileID: 8926484042661615017} + - {fileID: 8926484042661615018} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615015} + m_MasterData: + m_Owner: {fileID: 8926484042661615012} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":0.0,"y":0.0,"z":0.0}' + m_Space: 2147483647 + m_Property: + name: valueBias + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Bias Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615016 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615015} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615017 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615015} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615018 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615015} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615015} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615019 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ac39bd03fca81b849929b9c966f1836a, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: + - {fileID: 8926484042661615020} + - {fileID: 8926484042661615021} + - {fileID: 8926484042661615022} + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615019} + m_MasterData: + m_Owner: {fileID: 8926484042661615012} + m_Value: + m_Type: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + m_SerializableObject: '{"x":400.0,"y":400.0,"z":400.0}' + m_Space: 2147483647 + m_Property: + name: valueScale + m_serializedType: + m_SerializableType: UnityEngine.Vector3, UnityEngine.CoreModule, Version=0.0.0.0, + Culture=neutral, PublicKeyToken=null + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: Scale Applied to the read Vector3 value + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661614881} +--- !u!114 &8926484042661615020 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615019} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615019} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: x + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615021 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615019} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615019} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: y + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615022 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 8926484042661615019} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615019} + m_MasterData: + m_Owner: {fileID: 0} + m_Value: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: z + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615023 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 330e0fca1717dde4aaa144f48232aa64, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: [] + m_OutputSlots: + - {fileID: 8926484042661615024} + m_ExposedName: Object_Size_ + m_Exposed: 1 + m_Order: 1 + m_Category: + m_Min: + m_Type: + m_SerializableType: + m_SerializableObject: + m_Max: + m_Type: + m_SerializableType: + m_SerializableObject: + m_IsOutput: 0 + m_Tooltip: + m_Nodes: + - m_Id: 0 + linkedSlots: + - outputSlot: {fileID: 8926484042661615024} + inputSlot: {fileID: 8926484042661614879} + position: {x: -155, y: 1252} + expandedSlots: [] + expanded: 0 + - m_Id: 1 + linkedSlots: + - outputSlot: {fileID: 8926484042661615024} + inputSlot: {fileID: 8926484042661615026} + position: {x: 254, y: -11} + expandedSlots: [] + expanded: 0 +--- !u!114 &8926484042661615024 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615024} + m_MasterData: + m_Owner: {fileID: 8926484042661615023} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 3.95 + m_Space: 2147483647 + m_Property: + name: o + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 8926484042661614879} + - {fileID: 8926484042661615026} +--- !u!114 &8926484042661615025 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 0a02ebe9815b1084495277ae39c6c270, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 114350483966674976} + m_Children: [] + m_UIPosition: {x: 449, y: -37} + m_UICollapsed: 0 + m_UISuperCollapsed: 0 + m_InputSlots: + - {fileID: 8926484042661615026} + - {fileID: 8926484042661615027} + - {fileID: 8926484042661615028} + - {fileID: 8926484042661615029} + - {fileID: 8926484042661615030} + m_OutputSlots: + - {fileID: 8926484042661615031} + m_Type: + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + - m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_Clamp: 1 +--- !u!114 &8926484042661615026 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615026} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0.5 + m_Space: 2147483647 + m_Property: + name: input + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The value to be remapped into the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: + - {fileID: 8926484042661615024} +--- !u!114 &8926484042661615027 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615027} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 0 + m_Space: 2147483647 + m_Property: + name: oldRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615028 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615028} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 10 + m_Space: 2147483647 + m_Property: + name: oldRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the old range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615029 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615029} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 100 + m_Space: 2147483647 + m_Property: + name: newRangeMin + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The start of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615030 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615030} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: 7556 + m_Space: 2147483647 + m_Property: + name: newRangeMax + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: + - m_Type: 3 + m_Min: -Infinity + m_Max: Infinity + m_Tooltip: The end of the new range. + m_Regex: + m_RegexMaxLength: 0 + m_Direction: 0 + m_LinkedSlots: [] +--- !u!114 &8926484042661615031 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: f780aa281814f9842a7c076d436932e7, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Parent: {fileID: 0} + m_Children: [] + m_UIPosition: {x: 0, y: 0} + m_UICollapsed: 1 + m_UISuperCollapsed: 0 + m_MasterSlot: {fileID: 8926484042661615031} + m_MasterData: + m_Owner: {fileID: 8926484042661615025} + m_Value: + m_Type: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + m_SerializableObject: + m_Space: 2147483647 + m_Property: + name: + m_serializedType: + m_SerializableType: System.Single, mscorlib, Version=4.0.0.0, Culture=neutral, + PublicKeyToken=b77a5c561934e089 + attributes: [] + m_Direction: 1 + m_LinkedSlots: + - {fileID: 114571176826476282} diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx.meta b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx.meta new file mode 100644 index 0000000..272d61a --- /dev/null +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/VFX Graph/ConformObjects.vfx.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 492c555575cd7224eb052056548dbdea +VisualEffectImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/WaveformParticle/Scene Settings Profile 1.asset b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/WaveformParticle/Scene Settings Profile 1.asset index bd3d90a..c65b8dd 100644 --- a/UnityProject/Assets/Scenes/Examples/Max Silly Demos/WaveformParticle/Scene Settings Profile 1.asset +++ b/UnityProject/Assets/Scenes/Examples/Max Silly Demos/WaveformParticle/Scene Settings Profile 1.asset @@ -39,7 +39,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 0d7593b3a9277ac4696b20006c21dde2, type: 3} m_Name: VisualEnvironment m_EditorClassIdentifier: - active: 1 + active: 0 m_AdvancedMode: 0 skyType: m_OverrideState: 1 diff --git a/UnityProject/Assets/Scripts/PdConnection/SpectrumGeneratorPlayMode.cs b/UnityProject/Assets/Scripts/PdConnection/SpectrumGeneratorPlayMode.cs index 2ccab94..bed2b1e 100644 --- a/UnityProject/Assets/Scripts/PdConnection/SpectrumGeneratorPlayMode.cs +++ b/UnityProject/Assets/Scripts/PdConnection/SpectrumGeneratorPlayMode.cs @@ -5,17 +5,29 @@ namespace cylvester public class SpectrumGeneratorPlayMode : SpectrumGenerator, ISpectrumGenerator { private IPdArraySelector arraySelector_; - + + private Color32[] resetColorArray; + public SpectrumGeneratorPlayMode(int textureWidth, int textureHeight, IPdArraySelector arraySelector) :base(textureWidth, textureHeight) { arraySelector_ = arraySelector; + + //generate empty texture + Color32 resetColor = new Color32(0, 0, 0, 64); //black with alpha + resetColorArray = Spectrum.GetPixels32(); + for (int i = 0; i < resetColorArray.Length; i++) + { + resetColorArray[i] = resetColor; + } } public int Update(Rect selectionRect) { + /* ## Old implementation var numPixels = 0; var data = arraySelector_.SelectedArray; + OnAllPixels((x, y) => { var magnitude = data[x] * 20f; @@ -34,27 +46,45 @@ namespace cylvester Spectrum.SetPixel(x, y, color); }); - // statt über alle Pixel, nur über SpektrumArray und dann die Auswahl prüfen - /*for (int x = (int) selectionRect.x; x < selectionRect.x+selectionRect.width-1; x++) - { - for (int y = (int) selectionRect.y; y < Spectrum.height - selectionRect.y - (selectionRect.height - 1); y++) - { - var magnitude = data[x] * 20f; - var validPixel = magnitude > y; - var color = validPixel ? Color.green : Color.black; - - //if (IsInSelection(x, y, ref selectionRect)) - - color.a = 1f; - if (validPixel) - numPixels++; - - Spectrum.SetPixel(x, y, color); - } - } + Spectrum.Apply(); + return numPixels; */ - Spectrum.Apply(); + //New Implementation + var numPixels = 0; + var data = arraySelector_.SelectedArray; + Spectrum.SetPixels32(resetColorArray); // Reset all pixels color + var rectcolor = Color.red; + //Draw selection Rectangle border + for (int i=(int)selectionRect.x;i< (selectionRect.x + (selectionRect.width - 1)); i++) //horizontal lines + { + Spectrum.SetPixel(i, (int) (Spectrum.height - selectionRect.y - (selectionRect.height - 1)), rectcolor); //end line + Spectrum.SetPixel(i, (int)(Spectrum.height - selectionRect.y), rectcolor); //start line + } + for (int i = (int)(Spectrum.height - selectionRect.y - (selectionRect.height - 1)); i < (int)(Spectrum.height - selectionRect.y); i++) //vertical lines + { + Spectrum.SetPixel((int)selectionRect.x, i, rectcolor); // line left + Spectrum.SetPixel((int)(selectionRect.x + (selectionRect.width - 1)), i, rectcolor); // line right + } + + //Draw Spectrum and calculate numPixels + var spectrumcolor = Color.green; + for (int x = 0; x < Spectrum.width; x++) //iterate over sprectrum length + { + var magnitude = data[x] * 20f; //TODO: implement logarithmic scale for y values + + for (int y=0; y