SM_Wooden_Floor_Ruined_08.fbx 877 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274
  1. ; FBX 7.5.0 project file
  2. ; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors.
  3. ; All rights reserved.
  4. ; ----------------------------------------------------
  5. FBXHeaderExtension: {
  6. FBXHeaderVersion: 1003
  7. FBXVersion: 7500
  8. CreationTimeStamp: {
  9. Version: 1000
  10. Year: 2020
  11. Month: 7
  12. Day: 2
  13. Hour: 13
  14. Minute: 45
  15. Second: 30
  16. Millisecond: 400
  17. }
  18. Creator: "FBX SDK/FBX Plugins version 2016.1.2"
  19. SceneInfo: "SceneInfo::GlobalInfo", "UserData" {
  20. Type: "UserData"
  21. Version: 100
  22. MetaData: {
  23. Version: 100
  24. Title: ""
  25. Subject: ""
  26. Author: ""
  27. Keywords: ""
  28. Revision: ""
  29. Comment: ""
  30. }
  31. Properties70: {
  32. P: "DocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\SM_Wooden_Floor_Ruined_08.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\SM_Wooden_Floor_Ruined_08.fbx"
  34. P: "Original", "Compound", "", ""
  35. P: "Original|ApplicationVendor", "KString", "", "", "Autodesk"
  36. P: "Original|ApplicationName", "KString", "", "", "Maya LT"
  37. P: "Original|ApplicationVersion", "KString", "", "", "2016"
  38. P: "Original|DateTime_GMT", "DateTime", "", "", "02/07/2020 10:45:30.399"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\SM_Wooden_Floor_Ruined_08.fbx"
  40. P: "LastSaved", "Compound", "", ""
  41. P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk"
  42. P: "LastSaved|ApplicationName", "KString", "", "", "Maya LT"
  43. P: "LastSaved|ApplicationVersion", "KString", "", "", "2016"
  44. P: "LastSaved|DateTime_GMT", "DateTime", "", "", "02/07/2020 10:45:30.399"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Maya"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_05.mlt"
  47. }
  48. }
  49. }
  50. GlobalSettings: {
  51. Version: 1000
  52. Properties70: {
  53. P: "UpAxis", "int", "Integer", "",1
  54. P: "UpAxisSign", "int", "Integer", "",1
  55. P: "FrontAxis", "int", "Integer", "",2
  56. P: "FrontAxisSign", "int", "Integer", "",1
  57. P: "CoordAxis", "int", "Integer", "",0
  58. P: "CoordAxisSign", "int", "Integer", "",1
  59. P: "OriginalUpAxis", "int", "Integer", "",1
  60. P: "OriginalUpAxisSign", "int", "Integer", "",1
  61. P: "UnitScaleFactor", "double", "Number", "",1
  62. P: "OriginalUnitScaleFactor", "double", "Number", "",1
  63. P: "AmbientColor", "ColorRGB", "Color", "",0,0,0
  64. P: "DefaultCamera", "KString", "", "", "Producer Perspective"
  65. P: "TimeMode", "enum", "", "",6
  66. P: "TimeProtocol", "enum", "", "",2
  67. P: "SnapOnFrameMode", "enum", "", "",0
  68. P: "TimeSpanStart", "KTime", "Time", "",1539538600
  69. P: "TimeSpanStop", "KTime", "Time", "",92372316000
  70. P: "CustomFrameRate", "double", "Number", "",-1
  71. P: "TimeMarker", "Compound", "", ""
  72. P: "CurrentTimeMarker", "int", "Integer", "",-1
  73. }
  74. }
  75. ; Documents Description
  76. ;------------------------------------------------------------------
  77. Documents: {
  78. Count: 1
  79. Document: 2399781434608, "", "Scene" {
  80. Properties70: {
  81. P: "SourceObject", "object", "", ""
  82. P: "ActiveAnimStackName", "KString", "", "", "Take 001"
  83. }
  84. RootNode: 0
  85. }
  86. }
  87. ; Document References
  88. ;------------------------------------------------------------------
  89. References: {
  90. }
  91. ; Object definitions
  92. ;------------------------------------------------------------------
  93. Definitions: {
  94. Version: 100
  95. Count: 35
  96. ObjectType: "GlobalSettings" {
  97. Count: 1
  98. }
  99. ObjectType: "AnimationStack" {
  100. Count: 1
  101. PropertyTemplate: "FbxAnimStack" {
  102. Properties70: {
  103. P: "Description", "KString", "", "", ""
  104. P: "LocalStart", "KTime", "Time", "",0
  105. P: "LocalStop", "KTime", "Time", "",0
  106. P: "ReferenceStart", "KTime", "Time", "",0
  107. P: "ReferenceStop", "KTime", "Time", "",0
  108. }
  109. }
  110. }
  111. ObjectType: "AnimationLayer" {
  112. Count: 1
  113. PropertyTemplate: "FbxAnimLayer" {
  114. Properties70: {
  115. P: "Weight", "Number", "", "A",100
  116. P: "Mute", "bool", "", "",0
  117. P: "Solo", "bool", "", "",0
  118. P: "Lock", "bool", "", "",0
  119. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  120. P: "BlendMode", "enum", "", "",0
  121. P: "RotationAccumulationMode", "enum", "", "",0
  122. P: "ScaleAccumulationMode", "enum", "", "",0
  123. P: "BlendModeBypass", "ULongLong", "", "",0
  124. }
  125. }
  126. }
  127. ObjectType: "NodeAttribute" {
  128. Count: 2
  129. PropertyTemplate: "FbxNull" {
  130. Properties70: {
  131. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  132. P: "Size", "double", "Number", "",100
  133. P: "Look", "enum", "", "",1
  134. }
  135. }
  136. }
  137. ObjectType: "Model" {
  138. Count: 13
  139. PropertyTemplate: "FbxNode" {
  140. Properties70: {
  141. P: "QuaternionInterpolate", "enum", "", "",0
  142. P: "RotationOffset", "Vector3D", "Vector", "",0,0,0
  143. P: "RotationPivot", "Vector3D", "Vector", "",0,0,0
  144. P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0
  145. P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0
  146. P: "TranslationActive", "bool", "", "",0
  147. P: "TranslationMin", "Vector3D", "Vector", "",0,0,0
  148. P: "TranslationMax", "Vector3D", "Vector", "",0,0,0
  149. P: "TranslationMinX", "bool", "", "",0
  150. P: "TranslationMinY", "bool", "", "",0
  151. P: "TranslationMinZ", "bool", "", "",0
  152. P: "TranslationMaxX", "bool", "", "",0
  153. P: "TranslationMaxY", "bool", "", "",0
  154. P: "TranslationMaxZ", "bool", "", "",0
  155. P: "RotationOrder", "enum", "", "",0
  156. P: "RotationSpaceForLimitOnly", "bool", "", "",0
  157. P: "RotationStiffnessX", "double", "Number", "",0
  158. P: "RotationStiffnessY", "double", "Number", "",0
  159. P: "RotationStiffnessZ", "double", "Number", "",0
  160. P: "AxisLen", "double", "Number", "",10
  161. P: "PreRotation", "Vector3D", "Vector", "",0,0,0
  162. P: "PostRotation", "Vector3D", "Vector", "",0,0,0
  163. P: "RotationActive", "bool", "", "",0
  164. P: "RotationMin", "Vector3D", "Vector", "",0,0,0
  165. P: "RotationMax", "Vector3D", "Vector", "",0,0,0
  166. P: "RotationMinX", "bool", "", "",0
  167. P: "RotationMinY", "bool", "", "",0
  168. P: "RotationMinZ", "bool", "", "",0
  169. P: "RotationMaxX", "bool", "", "",0
  170. P: "RotationMaxY", "bool", "", "",0
  171. P: "RotationMaxZ", "bool", "", "",0
  172. P: "InheritType", "enum", "", "",0
  173. P: "ScalingActive", "bool", "", "",0
  174. P: "ScalingMin", "Vector3D", "Vector", "",0,0,0
  175. P: "ScalingMax", "Vector3D", "Vector", "",1,1,1
  176. P: "ScalingMinX", "bool", "", "",0
  177. P: "ScalingMinY", "bool", "", "",0
  178. P: "ScalingMinZ", "bool", "", "",0
  179. P: "ScalingMaxX", "bool", "", "",0
  180. P: "ScalingMaxY", "bool", "", "",0
  181. P: "ScalingMaxZ", "bool", "", "",0
  182. P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0
  183. P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0
  184. P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1
  185. P: "MinDampRangeX", "double", "Number", "",0
  186. P: "MinDampRangeY", "double", "Number", "",0
  187. P: "MinDampRangeZ", "double", "Number", "",0
  188. P: "MaxDampRangeX", "double", "Number", "",0
  189. P: "MaxDampRangeY", "double", "Number", "",0
  190. P: "MaxDampRangeZ", "double", "Number", "",0
  191. P: "MinDampStrengthX", "double", "Number", "",0
  192. P: "MinDampStrengthY", "double", "Number", "",0
  193. P: "MinDampStrengthZ", "double", "Number", "",0
  194. P: "MaxDampStrengthX", "double", "Number", "",0
  195. P: "MaxDampStrengthY", "double", "Number", "",0
  196. P: "MaxDampStrengthZ", "double", "Number", "",0
  197. P: "PreferedAngleX", "double", "Number", "",0
  198. P: "PreferedAngleY", "double", "Number", "",0
  199. P: "PreferedAngleZ", "double", "Number", "",0
  200. P: "LookAtProperty", "object", "", ""
  201. P: "UpVectorProperty", "object", "", ""
  202. P: "Show", "bool", "", "",1
  203. P: "NegativePercentShapeSupport", "bool", "", "",1
  204. P: "DefaultAttributeIndex", "int", "Integer", "",-1
  205. P: "Freeze", "bool", "", "",0
  206. P: "LODBox", "bool", "", "",0
  207. P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0
  208. P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0
  209. P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1
  210. P: "Visibility", "Visibility", "", "A",1
  211. P: "Visibility Inheritance", "Visibility Inheritance", "", "",1
  212. }
  213. }
  214. }
  215. ObjectType: "Geometry" {
  216. Count: 11
  217. PropertyTemplate: "FbxMesh" {
  218. Properties70: {
  219. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  220. P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
  221. P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
  222. P: "Primary Visibility", "bool", "", "",1
  223. P: "Casts Shadows", "bool", "", "",1
  224. P: "Receive Shadows", "bool", "", "",1
  225. }
  226. }
  227. }
  228. ObjectType: "Material" {
  229. Count: 2
  230. PropertyTemplate: "FbxSurfacePhong" {
  231. Properties70: {
  232. P: "ShadingModel", "KString", "", "", "Phong"
  233. P: "MultiLayer", "bool", "", "",0
  234. P: "EmissiveColor", "Color", "", "A",0,0,0
  235. P: "EmissiveFactor", "Number", "", "A",1
  236. P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
  237. P: "AmbientFactor", "Number", "", "A",1
  238. P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
  239. P: "DiffuseFactor", "Number", "", "A",1
  240. P: "Bump", "Vector3D", "Vector", "",0,0,0
  241. P: "NormalMap", "Vector3D", "Vector", "",0,0,0
  242. P: "BumpFactor", "double", "Number", "",1
  243. P: "TransparentColor", "Color", "", "A",0,0,0
  244. P: "TransparencyFactor", "Number", "", "A",0
  245. P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
  246. P: "DisplacementFactor", "double", "Number", "",1
  247. P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
  248. P: "VectorDisplacementFactor", "double", "Number", "",1
  249. P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
  250. P: "SpecularFactor", "Number", "", "A",1
  251. P: "ShininessExponent", "Number", "", "A",20
  252. P: "ReflectionColor", "Color", "", "A",0,0,0
  253. P: "ReflectionFactor", "Number", "", "A",1
  254. }
  255. }
  256. }
  257. ObjectType: "Texture" {
  258. Count: 2
  259. PropertyTemplate: "FbxFileTexture" {
  260. Properties70: {
  261. P: "TextureTypeUse", "enum", "", "",0
  262. P: "Texture alpha", "Number", "", "A",1
  263. P: "CurrentMappingType", "enum", "", "",0
  264. P: "WrapModeU", "enum", "", "",0
  265. P: "WrapModeV", "enum", "", "",0
  266. P: "UVSwap", "bool", "", "",0
  267. P: "PremultiplyAlpha", "bool", "", "",1
  268. P: "Translation", "Vector", "", "A",0,0,0
  269. P: "Rotation", "Vector", "", "A",0,0,0
  270. P: "Scaling", "Vector", "", "A",1,1,1
  271. P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0
  272. P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0
  273. P: "CurrentTextureBlendMode", "enum", "", "",1
  274. P: "UVSet", "KString", "", "", "default"
  275. P: "UseMaterial", "bool", "", "",0
  276. P: "UseMipMap", "bool", "", "",0
  277. }
  278. }
  279. }
  280. ObjectType: "Video" {
  281. Count: 2
  282. PropertyTemplate: "FbxVideo" {
  283. Properties70: {
  284. P: "ImageSequence", "bool", "", "",0
  285. P: "ImageSequenceOffset", "int", "Integer", "",0
  286. P: "FrameRate", "double", "Number", "",0
  287. P: "LastFrame", "int", "Integer", "",0
  288. P: "Width", "int", "Integer", "",0
  289. P: "Height", "int", "Integer", "",0
  290. P: "Path", "KString", "XRefUrl", "", ""
  291. P: "StartFrame", "int", "Integer", "",0
  292. P: "StopFrame", "int", "Integer", "",0
  293. P: "PlaySpeed", "double", "Number", "",0
  294. P: "Offset", "KTime", "Time", "",0
  295. P: "InterlaceMode", "enum", "", "",0
  296. P: "FreeRunning", "bool", "", "",0
  297. P: "Loop", "bool", "", "",0
  298. P: "AccessMode", "enum", "", "",0
  299. }
  300. }
  301. }
  302. }
  303. ; Object properties
  304. ;------------------------------------------------------------------
  305. Objects: {
  306. NodeAttribute: 2399963582304, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. NodeAttribute: 2399279917408, "NodeAttribute::", "LodGroup" {
  313. Properties70: {
  314. P: "WorldSpace", "bool", "", "",1
  315. P: "Thresholds|Level0", "Distance", "", "",100, "cm"
  316. P: "Thresholds|Level1", "Distance", "", "",100, "cm"
  317. P: "DisplayLevels|Level0", "enum", "", "",1
  318. P: "DisplayLevels|Level1", "enum", "", "",1
  319. P: "DisplayLevels|Level2", "enum", "", "",1
  320. }
  321. }
  322. Geometry: 2399509500640, "Geometry::", "Mesh" {
  323. Vertices: *1905 {
  324. a: 241.69921875,2.64720964431763,-158.181396484375,-289.94140625,3.97681045532227,-139.67578125,-293.9296875,-4.3143138885498,-139.52099609375,242.7255859375,-3.65736198425293,-157.88134765625,242.70703125,5.29907989501953,-108.310791015625,-290.658203125,3.97681045532227,-90.398681640625,-296.474609375,-4.3371696472168,-90.1728515625,245.421875,-1.00373840332031,-108.06884765625,-293.482421875,-4.31432437896729,-127.959228515625,-291.6376953125,3.97681045532227,-126.85791015625,-286.4140625,3.97681045532227,-122.7451171875,-289.7783203125,-4.29621696472168,-123.5419921875,-282.2294921875,3.97681045532227,-116.307373046875,-287.1494140625,-4.28422546386719,-116.116455078125,-298.90625,3.97681045532227,-111.68603515625,-301.427734375,-4.35805606842041,-112.7607421875,-295.5126953125,3.97681045532227,-101.932373046875,-299.1484375,-4.3490047454834,-99.556396484375,-294.310546875,-4.31762313842773,-132.702880859375,-290.3837890625,3.97681045532227,-134.440185546875,-304.5458984375,-4.37452983856201,-110.2744140625,-294.841796875,3.97681045532227,-106.0107421875,243.5263671875,-1.95542621612549,-125.845703125,240.7392578125,4.33992099761963,-126.352294921875,246.1923828125,4.56725215911865,-122.06494140625,248.1357421875,-1.83801555633545,-124.06640625,245.919921875,-2.16578674316406,-130.041015625,244.8232421875,4.01836395263672,-132.389892578125,246.9765625,-3.46139049530029,-154.5859375,243.8505859375,2.96335887908936,-152.2314453125,12.0869140625,-15.7626514434814,400,-12.1953125,-15.520637512207,400,0.107421875,-2.34925365447998,400,0.107421875,-28.6839962005615,400,-22.70703125,-2.34925365447998,33.167724609375,-24.1611328125,-3.66586875915527,33.167724609375,-24.0517578125,-3.66586875915527,400,-22.5986328125,-2.34925365447998,400,24.15625,-3.66586875915527,33.167724609375,22.703125,-2.34925365447998,33.167724609375,22.8115234375,-2.34925365447998,400,24.2666015625,-3.66586875915527,400,-22.5986328125,-28.6839962005615,400,-24.0517578125,-27.3674030303955,400,-24.1611328125,-27.3674030303955,33.167724609375,
  325. -22.70703125,-28.6839962005615,33.167724609375,24.2666015625,-27.3674030303955,400,22.8115234375,-28.6839962005615,400,22.703125,-28.6839962005615,33.167724609375,24.15625,-27.3674030303955,33.167724609375,203.0146484375,-1.91058349609375,-351.935546875,195.2685546875,-27.8346309661865,-355.10302734375,215.046875,-1.91057109832764,-349.238525390625,216.6826171875,-3.2066535949707,-344.5361328125,168.40625,-3.2066535949707,-333.952880859375,169.7255859375,-1.91056823730469,-337.936279296875,214.31640625,-27.8346309661865,-334.331787109375,215.77734375,-26.5385761260986,-334.385498046875,167.4404296875,-26.5385761260986,-325.4775390625,168.9033203125,-27.8346309661865,-325.531005859375,229.40234375,-1.91057109832764,77.89306640625,230.9912109375,-3.2066535949707,81.28759765625,182.392578125,-3.2066535949707,83.066162109375,183.4619140625,-1.91056823730469,72.247314453125,230.9912109375,-26.5385761260986,81.28759765625,229.16796875,-27.8346309661865,71.451171875,183.291015625,-27.8346309661865,67.56884765625,182.0927734375,-26.5385761260986,74.8681640625,12.27734375,-15.7665271759033,-400,-12.388671875,-15.5207023620605,-400,0.107421875,-2.34925365447998,-400,0.107421875,-28.6839962005615,-400,-22.5986328125,-2.34925365447998,-400,-24.0517578125,-3.66586875915527,-400,24.2666015625,-3.66586875915527,-400,22.8115234375,-2.34925365447998,-400,-24.0517578125,-27.3674030303955,-400,-22.5986328125,-28.6839962005615,-400,22.8115234375,-28.6839962005615,-400,24.2666015625,-27.3674030303955,-400,208.2841796875,-1.18388366699219,-370.8955078125,189.552734375,-1.9105749130249,-328.149658203125,195.599609375,-17.6432495117188,-379.806640625,180.9248046875,-27.8346309661865,-343.115234375,190.3369140625,-19.739351272583,-379.813232421875,200.6328125,-19.3925399780273,-388.736572265625,169.5830078125,-26.6826763153076,-365.49365234375,177.0556640625,-18.1494789123535,-356.51806640625,167.3955078125,-14.2347011566162,-326.704345703125,175.66796875,-1.91057109832764,-333.607177734375,212.8408203125,-13.1643028259277,-356.352294921875,
  326. 210.869140625,-17.4933109283447,-383.909912109375,215.4755859375,-15.6938858032227,-342.65283203125,205.796875,-11.0500202178955,-364.739990234375,186.8056640625,-27.8346309661865,-339.37060546875,206.2802734375,-17.6215267181396,-367.1787109375,171.2861328125,-16.9118137359619,-355.146484375,169.705078125,-11.1838207244873,-344.89794921875,168.5400390625,-4.20943069458008,-356.6708984375,167.4404296875,-20.290153503418,-325.47705078125,180.2568359375,-9.3670768737793,-344.899169921875,193.03125,-1.91057682037354,-358.255126953125,181.7294921875,-1.91057109832764,-350.072509765625,189.5810546875,-7.31325626373291,-351.70068359375,184.5546875,-10.5351848602295,-366.585693359375,212.232421875,-22.4222812652588,-368.818603515625,212.328125,-26.4084644317627,-366.98193359375,208.12109375,-24.4850063323975,-356.1455078125,205.455078125,-27.8346309661865,-348.73681640625,193.421875,-5.84923934936523,-374.30029296875,193.490234375,-8.85779190063477,-370.3330078125,192.884765625,-12.1955013275146,-370.197509765625,186.0380859375,-14.8744850158691,-362.96142578125,185.0927734375,-21.403148651123,-360.84912109375,231.1806640625,-14.8725814819336,86.458740234375,231.6572265625,-9.03962516784668,99.48291015625,182.392578125,-7.58807182312012,83.066162109375,182.62890625,-20.7055644989014,89.50244140625,210.98046875,-1.91057109832764,81.3154296875,201.328125,-13.4996376037598,98.451416015625,202.2060546875,-21.246114730835,89.05224609375,212.689453125,-27.8346309661865,89.83349609375,196.1376953125,-1.91057109832764,106.19482421875,193.1708984375,-7.63970565795898,94.6650390625,189.8154296875,-18.8548679351807,85.233154296875,194.8359375,-27.8346309661865,70.626953125,219.2099609375,-27.8346309661865,85.450439453125,222.42578125,-20.7055644989014,104.316650390625,218.0859375,-5.02554512023926,86.526611328125,218.552734375,-1.91057109832764,65.645751953125,189.826171875,-1.91057109832764,78.3466796875,189.1318359375,-9.03962516784668,100.978515625,189.166015625,-27.8346309661865,71.899658203125,200.84765625,-27.8346309661865,78.658447265625,
  327. 203.2890625,-7.03907680511475,89.45849609375,206.2548828125,-1.91057109832764,84.78125,216.72265625,-11.9560832977295,106.95703125,213.09375,-15.5089130401611,124.180908203125,210.9765625,-20.2855968475342,112.7021484375,224.2802734375,-27.8346309661865,94.0927734375,224.6337890625,-15.6079368591309,94.601318359375,226.87890625,-5.47510528564453,95.612548828125,227.462890625,-1.91057109832764,95.49267578125,231.2119140625,-6.12312793731689,87.32421875,212.5576171875,-5.47510528564453,108.2783203125,189.0107421875,-6.12381935119629,101.3486328125,182.7041015625,-4.67160701751709,91.5615234375,226.0419921875,-10.8815250396729,115.102783203125,194.4560546875,-11.9560832977295,109.417724609375,189.0712890625,-11.9560832977295,99.32568359375,182.9248046875,-11.9560832977295,97.589111328125,182.26953125,-17.7890739440918,79.68310546875,232.1181640625,-23.6220512390137,112.0732421875,215.634765625,-24.2700824737549,115.64990234375,195.826171875,-24.2700824737549,90.32373046875,-187.9658203125,-16.7887706756592,400,-212.248046875,-16.5410556793213,400,-199.9453125,-3.05942058563232,400,-199.9453125,-30.0144786834717,400,-222.5009765625,-2.12014675140381,-22.664306640625,-224.048828125,-3.56169319152832,-22.817138671875,-224.1044921875,-4.40704822540283,400,-222.6513671875,-3.05942058563232,400,-181.2900390625,-3.56169319152832,-17.7421875,-182.837890625,-2.12014675140381,-17.894775390625,-177.2412109375,-3.05942058563232,400,-175.7861328125,-4.40704822540283,400,-222.6513671875,-30.0144786834717,400,-224.1044921875,-28.6668720245361,400,-224.732421875,-28.8755931854248,-22.884521484375,-221.81640625,-31.5903873443604,-22.596923828125,-175.7861328125,-28.6668720245361,400,-177.2412109375,-30.0144786834717,400,-185.5009765625,-33.4341812133789,-18.157470703125,-178.626953125,-27.0318012237549,-17.4794921875,-187.775390625,-16.7927398681641,-400,-212.44140625,-16.5411224365234,-400,-199.9453125,-3.05942058563232,-400,-199.9453125,-30.0144786834717,-400,-222.6513671875,-3.05942058563232,-400,-224.1044921875,-4.40704822540283,-400,
  328. -175.7861328125,-4.40704822540283,-400,-177.2412109375,-3.05942058563232,-400,-224.1044921875,-28.6668720245361,-400,-222.6513671875,-30.0144786834717,-400,-177.2412109375,-30.0144786834717,-400,-175.7861328125,-28.6668720245361,-400,-23.0048828125,-2.75993633270264,7.098388671875,-24.5078125,-4.05601787567139,3.66552734375,24.123046875,-4.05601787567139,3.108154296875,22.779296875,-2.75993251800537,13.897216796875,-24.5078125,-27.3879413604736,3.66552734375,-22.931640625,-28.6839962005615,13.5439453125,22.8330078125,-28.6839962005615,18.578369140625,24.216796875,-27.3879413604736,11.311767578125,-24.5673828125,-15.72194480896,-1.5087890625,-24.716796875,-9.88899040222168,-14.5419921875,24.123046875,-8.43743705749512,3.108154296875,24.0478515625,-21.5549297332764,-3.331298828125,-4.5029296875,-2.75993633270264,4.139892578125,5.5771484375,-14.3490009307861,-12.748046875,4.4638671875,-22.09547996521,-3.373291015625,-2.2294921875,-28.6839962005615,-4.417724609375,10.9609375,-2.75993633270264,-20.358642578125,13.63671875,-8.48906898498535,-8.757568359375,16.75390625,-19.7042331695557,0.755859375,11.3681640625,-28.6839962005615,15.230712890625,-12.6259765625,-28.6839962005615,-0.20068359375,-15.3662109375,-21.5549297332764,-19.1416015625,-11.4716796875,-5.87491130828857,-1.248046875,-12.4658203125,-2.75993633270264,19.614501953125,16.5703125,-2.75993633270264,7.639892578125,17.8330078125,-9.88899040222168,-14.968017578125,17.068359375,-28.6839962005615,14.10107421875,5.560546875,-28.6839962005615,7.050048828125,3.390625,-7.88844203948975,-3.807861328125,0.30859375,-2.75993633270264,0.79443359375,-9.59765625,-12.8054485321045,-21.637939453125,-5.5380859375,-16.3582782745361,-38.76513671875,-3.7099609375,-21.1349620819092,-27.236083984375,-17.4765625,-28.6839962005615,-8.96826171875,-17.8173828125,-16.4573001861572,-9.48486328125,-20.037109375,-6.32446956634521,-10.55224609375,-20.6240234375,-2.75993633270264,-10.447021484375,-24.576171875,-6.97249317169189,-2.374755859375,-5.4013671875,-6.32446956634521,-22.85400390625,
  329. 17.9638671875,-6.97318553924561,-15.334716796875,24.0244140625,-5.52097225189209,-5.391845703125,-18.7099609375,-11.7308902740479,-30.01513671875,12.7255859375,-12.8054485321045,-23.53857421875,17.8544921875,-12.8054485321045,-13.313720703125,23.953125,-12.8054485321045,-11.423583984375,24.158203125,-18.6384372711182,6.493896484375,-24.8603515625,-24.47141456604,-27.138671875,-8.2919921875,-25.1194477081299,-30.30078125,10.873046875,-25.1194477081299,-4.484619140625,-11.5908203125,-2.73940944671631,-179.03857421875,-3.9267578125,-28.6634578704834,-175.677978515625,-23.55078125,-2.73939800262451,-182.037109375,-25.068359375,-4.03547954559326,-186.77978515625,23.4580078125,-4.03547954559326,-196.145751953125,22.0419921875,-2.73939418792725,-192.19677734375,-22.4462890625,-28.6634578704834,-196.92138671875,-23.9091796875,-27.3674030303955,-196.90380859375,24.63671875,-27.3674030303955,-204.59423828125,23.1728515625,-28.6634578704834,-204.578125,-17.3349609375,-2.01270961761475,-160.217529296875,2.466796875,-2.73940181732178,-202.479248046875,-4.87890625,-18.472074508667,-150.990478515625,10.7109375,-28.6634578704834,-187.301513671875,0.3818359375,-20.5681781768799,-150.852294921875,-10.1328125,-20.2213649749756,-142.189697265625,21.4921875,-27.5115032196045,-164.64453125,14.2470703125,-18.9783039093018,-173.8056640625,24.6513671875,-15.0635280609131,-203.3671875,16.2099609375,-2.73939800262451,-196.674560546875,-21.525390625,-13.993127822876,-174.87060546875,-20.2470703125,-18.3221378326416,-147.271728515625,-23.814453125,-16.5227108001709,-188.63134765625,-14.69140625,-11.8788471221924,-166.30859375,4.9287109375,-28.6634578704834,-191.192626953125,-15.23828125,-18.4503536224365,-163.8828125,20.046875,-17.7406406402588,-175.031982421875,21.8876953125,-12.0126476287842,-185.23681640625,22.75390625,-5.03825664520264,-173.43896484375,24.63671875,-21.1189785003662,-204.5947265625,11.3388671875,-10.1959018707275,-185.500732421875,-1.76953125,-2.73940372467041,-172.470703125,9.734375,-2.73939800262451,-180.36669921875,1.8466796875,-8.1420841217041,-178.935791015625,
  330. 6.4951171875,-11.3640117645264,-163.9296875,-21.23046875,-23.2511081695557,-162.39306640625,-21.2802734375,-27.2372913360596,-164.23095703125,-16.8017578125,-25.3138332366943,-174.958740234375,-13.9501953125,-28.6634578704834,-182.297607421875,-2.5634765625,-6.67806529998779,-156.439208984375,-2.5322265625,-9.68661689758301,-160.407470703125,-1.9208984375,-13.0243282318115,-160.528076171875,5.103515625,-15.7033100128174,-167.590087890625,6.1015625,-22.2319736480713,-169.677490234375,-128.3642578125,6.79364013671875,-175.28662109375,285.0625,-3.23162364959717,-180.604248046875,-123.5087890625,13.6067447662354,-176.460205078125,280.623046875,3.6626296043396,-180.53173828125,278.7734375,3.6626296043396,-221.8505859375,-129.599609375,8.67607307434082,-213.75244140625,-133.6630859375,1.85937738418579,-212.623291015625,281.2607421875,-3.23162364959717,-221.89111328125,-132.923828125,3.48961639404297,-200.265625,-129.6318359375,10.5928945541382,-199.202880859375,-135.14453125,2.1572790145874,-210.330322265625,-133.109375,9.23099708557129,-209.464599609375,-129.8232421875,12.040433883667,-188.2119140625,-131.857421875,5.46704578399658,-185.280029296875,282.056640625,3.6626296043396,-217.73828125,284.3349609375,-3.23162364959717,-213.871337890625,281.01953125,3.6626296043396,-199.94970703125,283.7607421875,-3.23162364959717,-196.724609375,284.1943359375,3.6626296043396,-192.34033203125,285.3515625,-3.23162364959717,-194.455322265625,-159.4873046875,4.83418464660645,39.42333984375,270.8017578125,-0.382513046264648,52.967041015625,-154.91796875,12.2802066802979,39.518310546875,266.763671875,7.0649299621582,52.002685546875,267.3720703125,3.23864078521729,15.220947265625,-157.6220703125,12.2802066802979,7.92724609375,-161.4482421875,4.83418464660645,7.84765625,269.5869140625,-4.19032287597656,16.09912109375,-161.7451171875,4.83418464660645,18.231201171875,-158.8134765625,12.2802066802979,20.092529296875,-163.01171875,4.83418464660645,9.6669921875,-161.236328125,12.2802066802979,11.280517578125,-159.8701171875,12.2802066802979,29.271728515625,
  331. -161.9462890625,4.83418464660645,30.83447265625,270.2060546875,3.59481811523438,19.063232421875,272.00390625,-3.46925163269043,23.397216796875,268.2314453125,5.25667285919189,34.791015625,270.498046875,-1.87071323394775,38.582763671875,270.765625,5.93881034851074,41.730712890625,271.853515625,-1.67239570617676,40.68994140625,-250.4248046875,1.7217378616333,-281.00830078125,282.3935546875,8.60447311401367,-274.48486328125,-253.1982421875,-5.14633369445801,-280.34326171875,290.2802734375,2.31190299987793,-274.41650390625,266.015625,7.36327648162842,-227.89599609375,-247.1044921875,6.24833488464355,-236.271484375,-252.17578125,-0.608931541442871,-235.6123046875,269.1865234375,0.68553638458252,-227.862548828125,-251.1298828125,5.01914930343628,-249.0615234375,-250.869140625,4.13951110839844,-256.27490234375,-227.1455078125,4.54217720031738,-250.94775390625,-255.26953125,-2.70645427703857,-255.466064453125,-252.90625,-1.84527397155762,-248.30859375,-231.8955078125,-2.33862113952637,-250.51318359375,-256.259765625,-3.54079532623291,-264.059326171875,-255.0927734375,3.71787786483765,-260.806640625,-254.990234375,-3.92628479003906,-267.94189453125,-251.18359375,2.62799644470215,-271.767578125,292.4404296875,2.51827096939087,-259.945068359375,287.9951171875,9.08734607696533,-262.216796875,278.3115234375,8.30589008331299,-257.669921875,286.876953125,2.06874179840088,-257.5966796875,285.00390625,8.86811637878418,-250.134765625,290.525390625,2.38232755661011,-250.083740234375,289.0263671875,2.24912691116333,-255.288818359375,284.765625,8.83788871765137,-255.330322265625,290.544921875,9.35348510742188,-234.268310546875,293.7158203125,2.67574596405029,-234.234619140625,76.17578125,0.901895523071289,-392.0693359375,-310.544921875,5.2772912979126,-377.57421875,-311.626953125,-1.63650798797607,-377.538330078125,77.298828125,-6.01190376281738,-392.109375,68.119140625,0.901895523071289,-345.890380859375,-308.53125,5.2772912979126,-338.1513671875,-309.61328125,-1.63650798797607,-338.11572265625,72.5625,-6.01190376281738,-346.048583984375,
  332. -315.712890625,-1.63650798797607,-369.724853515625,-312.646484375,5.2772912979126,-369.825927734375,-316.869140625,5.2772912979126,-367.03955078125,-318.6728515625,-1.63650798797607,-366.97998046875,-308.8662109375,5.2772912979126,-347.429931640625,-314.9443359375,-1.63650798797607,-348.559814453125,76.21875,-6.01190376281738,-370.808837890625,71.6484375,0.901895523071289,-365.89208984375,73.0234375,0.901895523071289,-356.80810546875,75.138671875,-6.01190376281738,-352.32373046875,79.525390625,-6.01190376281738,-381.519287109375,78.31640625,0.901895523071289,-384.26904296875,-314.2353515625,5.2772912979126,-357.703369140625,96.7900390625,3.5987401008606,50.718994140625,-290.7529296875,7.52146816253662,57.77685546875,-292.5283203125,1.76569986343384,56.685302734375,93.6435546875,-2.29992294311523,50.770263671875,84.16796875,3.5987401008606,93.439453125,-277.38671875,-0.536602973937988,99.78271484375,-277.5263671875,-6.33609390258789,98.71484375,85.6279296875,-2.29992294311523,93.41552734375,105.4716796875,-2.29992294311523,76.00732421875,101.359375,3.5987401008606,74.8134765625,94.2900390625,-2.29992294311523,53.961669921875,98.791015625,3.5987401008606,53.88818359375,87.8095703125,3.5987401008606,83.38525390625,92.6875,-2.29992294311523,81.343994140625,81.37109375,-2.29992294311523,80.12451171875,78.318359375,3.5987401008606,80.17431640625,102.64453125,3.5987401008606,60.126708984375,104.2373046875,-2.29992294311523,60.100830078125,-290.6318359375,-1.8944787979126,76.3115234375,-287.86328125,3.83472776412964,77.417236328125,-295.08984375,-0.0909767150878906,67.101806640625,-292.0703125,5.63153076171875,68.211181640625,-287.078125,0.297108173370361,96.523193359375,-288.763671875,-5.46102046966553,95.432861328125,-261.4052734375,4.19666576385498,246.454833984375,121.0283203125,5.49081611633301,253.369140625,123.708984375,-1.2003059387207,252.8125,-262.3779296875,-2.50843048095703,246.442626953125,-260.0615234375,4.19666576385498,196.521484375,122.853515625,9.59207916259766,204.330322265625,126.7548828125,2.89667558670044,203.775146484375,
  333. -262.724609375,-2.50843048095703,196.487548828125,123.7265625,-0.234585762023926,241.2822265625,122.5107421875,6.54923677444458,240.672607421875,119.13671875,6.92096138000488,236.37158203125,121.3740234375,0.154050827026367,236.738037109375,116.51953125,7.48061275482178,229.79638671875,119.8212890625,0.787300586700439,229.24072265625,127.77734375,7.77265691757202,225.85205078125,129.4443359375,0.987307548522949,226.461669921875,125.7783203125,8.60410499572754,216.006591796875,128.283203125,2.10004281997681,213.223876953125,124.1494140625,-0.634411811828613,246.03857421875,121.466796875,5.92453384399414,248.17333984375,131.5927734375,1.17705821990967,224.10888671875,125.21875,8.26813316345215,220.04052734375,-261.6689453125,-2.50843048095703,214.359130859375,-258.9453125,4.19666576385498,214.660888671875,-264.19140625,4.19666576385498,210.1162109375,-266.1884765625,-2.50843048095703,212.361328125,-264.2568359375,-2.50843048095703,218.4423828125,-263.310546875,4.19666576385498,220.508056640625,-266.46875,-2.50843048095703,242.944580078125,-263.2744140625,4.19666576385498,240.4013671875,203.8125,10.0084257125854,166.721435546875,-283.3671875,-2.50842952728271,195.986572265625,-284.6328125,5.14609861373901,196.05810546875,205.1259765625,17.6629543304443,166.647216796875,189.9375,10.0084257125854,117.427978515625,-285.15625,-2.50842952728271,146.010009765625,-286.421875,5.14609861373901,146.08154296875,195.1318359375,17.6629543304443,117.13427734375,-290.2158203125,5.14609861373901,187.3115234375,-286.6298828125,-2.50842952728271,187.10888671875,-291.845703125,-2.50842952728271,184.279541015625,-293.955078125,5.14609861373901,184.398681640625,-284.5732421875,-2.50842952728271,156.93994140625,-291.5400390625,5.14609861373901,158.903564453125,201.7978515625,17.6629543304443,143.6337890625,195.994140625,10.0084257125854,138.7744140625,196.71484375,10.0084257125854,128.767822265625,198.7451171875,17.6629543304443,123.67724609375,206.6923828125,17.6629543304443,154.916015625,205.55078125,10.0084257125854,158.028076171875,-289.7529296875,-2.50842952728271,169.565673828125,
  334. -88.0205078125,9.81852149963379,249.036865234375,-286.0732421875,2.3946008682251,249.328125,-287.130859375,-3.94178676605225,249.328125,-87.01171875,3.52456188201904,248.187255859375,-96.66015625,4.48231410980225,290.24169921875,-285.2109375,2.3946008682251,290.748046875,-286.2685546875,-3.94178676605225,290.748046875,-92.408203125,-1.85015678405762,289.33984375,-291.3701171875,-3.94178676605225,256.823486328125,-288.3740234375,2.3946008682251,256.8232421875,-292.5859375,2.3946008682251,259.4072265625,-294.34765625,-3.94178676605225,259.4072265625,-285.240234375,2.3946008682251,281.680419921875,-291.13671875,-3.94178676605225,280.3818359375,-88.4228515625,1.02151203155518,267.23583984375,-92.87890625,6.7930269241333,272.394775390625,-91.689453125,5.69649219512939,280.54833984375,-89.787109375,-1.14851093292236,283.764892578125,-85.015625,2.23636388778687,257.70263671875,-86.0615234375,8.86172389984131,256.0537109375,-290.150390625,2.3946008682251,271.47998046875,275.529296875,-3.22227764129639,5.98095703125,68.3056640625,-4.3872709274292,6.22802734375,67.0390625,3.18631649017334,6.2412109375,276.75390625,4.30443000793457,6.767822265625,273.0126953125,-1.56132793426514,-44.983642578125,66.896484375,-4.3872709274292,-40.538818359375,65.0576171875,3.18631649017334,-40.51953125,276.298828125,5.96248483657837,-44.26416015625,66.900390625,3.18631649017334,-4.75634765625,67.466796875,-4.3872709274292,-5.87646484375,69,-4.3872709274292,-9.991943359375,67.9521484375,3.18631649017334,-9.10009765625,70.1513671875,-4.3872709274292,-16.273681640625,68.59375,3.18631649017334,-16.2568359375,64.83203125,-4.3872709274292,-19.9921875,64.0537109375,3.18631649017334,-18.8701171875,65.6572265625,-4.3872709274292,-29.390625,64.4482421875,3.18631649017334,-31.5009765625,66.7568359375,3.18631649017334,-0.2177734375,68.0419921875,-4.3872709274292,1.273681640625,63.0205078125,3.18631649017334,-21.105712890625,65.96484375,-4.3872709274292,-25.544921875,275.3251953125,3.96371793746948,-25.982421875,271.9677734375,-3.58985805511475,-26.42724609375,
  335. 278.2919921875,-3.0972900390625,-31.20849609375,280.80859375,4.17324113845825,-28.142822265625,278.5556640625,3.49808216094971,-21.880126953125,277.400390625,-4.25872135162354,-20.57080078125,281.6865234375,4.68331336975098,3.0869140625,277.7041015625,-2.55007266998291,-0.251220703125,-105.794921875,1.07652759552002,-319.11376953125,66.9912109375,3.00385570526123,-316.2880859375,-102.12890625,-6.37294101715088,-319.030029296875,63.658203125,-4.44561195373535,-316.37744140625,62.1337890625,-4.44561195373535,-277.396484375,-105.6748046875,-6.37294101715088,-285.80859375,-108.7451171875,1.07652759552002,-285.878662109375,64.0009765625,3.00385570526123,-277.34619140625,-108.529296875,1.07652759552002,-296.84619140625,-106.0986328125,-6.37294101715088,-298.69189453125,-109.91796875,1.07652759552002,-287.861328125,-108.42578125,-6.37294101715088,-289.491943359375,-106.544921875,-6.37294101715088,-308.418701171875,-108.140625,1.07652759552002,-310.151123046875,64.6123046875,-4.44561195373535,-281.26123046875,66.3349609375,3.00385570526123,-284.8994140625,63.8916015625,-4.44561195373535,-298.05224609375,65.9609375,3.00385570526123,-301.08251953125,66.30078125,-4.44561195373535,-305.2177734375,67.162109375,3.00385570526123,-303.21630859375,-8.6650390625,4.49227857589722,-387.532470703125,-8.6640625,-2.4215202331543,-387.53271484375,-4.818359375,4.49227857589722,-345.225341796875,-4.8173828125,-2.4215202331543,-345.22509765625,-134.9052734375,-5.70168685913086,-386.82958984375,-142.9716796875,-5.70168685913086,-344.146728515625,-134.9052734375,1.21211242675781,-386.82958984375,-142.970703125,1.21211242675781,-344.14697265625,-10.6962890625,4.56132507324219,-318.37158203125,-10.6953125,-2.88814258575439,-318.37158203125,-26.017578125,4.56132555007935,-279.760498046875,-26.017578125,-2.88814258575439,-279.7607421875,186.8212890625,4.28327894210815,-277.134521484375,186.8212890625,-2.63052082061768,-277.134521484375,194.716796875,4.28327894210815,-228.565185546875,194.716796875,-2.63052082061768,-228.5654296875,23.3466796875,7.04786443710327,-226.455078125,
  336. 30.5380859375,7.04786443710327,-276.16943359375,30.5380859375,0.1340651512146,-276.16943359375,23.3466796875,0.1340651512146,-226.455322265625,143.9150390625,-1.31267356872559,-185.303955078125,143.916015625,5.58158016204834,-185.303955078125,136.84765625,-1.31267356872559,-226.537353515625,136.8466796875,5.58158016204834,-226.537353515625,-4.8671875,-2.33808517456055,-181.38720703125,-4.865234375,4.5380072593689,-181.37548828125,-14.0380859375,-2.36494064331055,-220.6875,-14.029296875,4.51361989974976,-220.6494140625,74.541015625,2.91539764404297,-145.306396484375,74.4970703125,-3.61076831817627,-145.082763671875,65.5146484375,4.60877132415771,-99.616943359375,65.4716796875,-1.95886421203613,-99.396240234375,175.9189453125,-1.07431411743164,4.6240234375,175.9189453125,6.4992733001709,4.623779296875,165.3662109375,-1.07431411743164,-40.896240234375,165.3662109375,6.4992733001709,-40.896728515625,-0.9853515625,-2.29992294311523,47.26220703125,-0.9853515625,5.14609861373901,47.26220703125,5.41796875,-2.29992294311523,10.43798828125,5.41796875,5.14609861373901,10.43798828125,-6.8388671875,-2.11082553863525,170.169921875,-6.8388671875,4.74849414825439,170.16943359375,11.2119140625,-2.11082458496094,124.348876953125,11.2138671875,4.74849414825439,124.341796875,-121.9130859375,1.85165309906006,247.9619140625,-121.9140625,-4.85344314575195,247.962890625,-93.515625,1.85165309906006,198.640380859375,-93.515625,-4.85344314575195,198.640625,-162.177734375,3.60643577575684,249.353515625,-163.509765625,-2.72995185852051,249.353515625,-168.59375,3.60643577575684,290.7734375,-169.92578125,-2.72995185852051,290.7734375,-149.376953125,2.01444387435913,60.19873046875,-149.376953125,-3.8842191696167,60.198974609375,-113.7861328125,2.01444387435913,99.018310546875,-113.78515625,-3.8842191696167,99.01806640625,-219.1015625,-3.67734527587891,-172.385498046875,-220.48828125,-4.96318626403809,-172.12548828125,-174.3828125,-4.96318626403809,-180.77001953125,-175.771484375,-3.67734432220459,-180.510009765625,-217.5341796875,-30.851469039917,-172.68017578125,
  337. -222.056640625,-26.6558170318604,-171.8310546875,-178.828125,-29.3965549468994,-180.0732421875,-174.3828125,-28.1107349395752,-180.77001953125,-229.8095703125,-3.67275905609131,113.9140625,-231.197265625,-4.95905876159668,113.587890625,-182.5048828125,-4.95905780792236,124.43994140625,-183.892578125,-3.67275905609131,124.11328125,-226.4921875,-30.9218997955322,114.718505859375,-231.1611328125,-26.5941028594971,113.619384765625,-184.4990234375,-27.0531558990479,125.03369140625,-187.775390625,-30.0901432037354,124.26220703125,-226.7939453125,-4.68984985351563,253.267578125,-177.2841796875,-3.40595531463623,244.124755859375,-225.373046875,-29.6992893218994,252.9833984375,-175.8681640625,-28.3540515899658,243.841552734375,-225.373046875,-3.37460899353027,252.9833984375,-226.7939453125,-28.384069442749,253.267578125,-177.2841796875,-29.6679439544678,244.12451171875,-175.869140625,-4.71986961364746,243.841796875,-24.6494140625,-2.34925365447998,191.423583984375,-26.0751953125,-3.66586875915527,192.249755859375,21.2890625,-3.66586875915527,164.7841796875,19.8642578125,-2.34925365447998,165.610595703125,-22.798828125,-30.3930149078369,190.350341796875,-27.92578125,-25.6583843231201,193.323486328125,21.2890625,-27.3674030303955,164.7841796875,19.86328125,-28.6839962005615,165.61083984375,-21.541015625,-4.91255569458008,295.885986328125,20.39453125,-3.73444747924805,302.748291015625,-20.240234375,-27.2988033294678,296.098876953125,21.6943359375,-26.1207180023193,302.961181640625,-20.2412109375,-3.73444747924805,296.098876953125,21.6953125,-4.91255569458008,302.961181640625,-21.5419921875,-26.1207141876221,295.885986328125,20.39453125,-27.2988033294678,302.748046875,-24.314453125,-4.38919258117676,-275.866943359375,-19.71484375,-29.0741558074951,-274.714111328125,22.72265625,-26.8590755462646,-265.90625,20.611328125,-3.16452121734619,-266.35302734375,-22.87890625,-3.13681030273438,-275.562744140625,21.96875,-4.41642284393311,-266.065673828125,-23.2783203125,-25.8915538787842,-275.468505859375,21.32421875,-28.1051921844482,-266.2021484375,
  338. 219.263671875,-1.04262733459473,-41.631103515625,220.818359375,-2.42549610137939,-42.235107421875,174.8134765625,-2.42549610137939,-22.30859375,216.904296875,-30.4879894256592,-40.712890625,222.4169921875,-25.5343189239502,-42.857177734375,176.630859375,-26.0547542572021,-22.381591796875,176.3271484375,-1.04262447357178,-22.897216796875,180.673828125,-29.6799297332764,-23.95361328125,218.5537109375,-4.19380569458008,-212.01123046875,216.392578125,-26.7378063201904,-212.491455078125,173.8603515625,-21.8774719238281,-222.960693359375,175.029296875,-3.00739288330078,-221.68310546875,217.19140625,-3.00739479064941,-212.31396484375,173.6943359375,-4.19380569458008,-221.979736328125,217.7421875,-25.5514163970947,-212.19140625,177.806640625,-25.3385028839111,-222.08447265625
  339. }
  340. PolygonVertexIndex: *2412 {
  341. a: 5,545,543,1,19,9,10,12,14,21,-17,2,18,19,-2,2,544,546,6,17,20,15,13,11,8,-19,23,24,25,-23,6,546,545,-6,3,544,543,-1,16,17,6,-6,9,8,11,-11,10,11,13,-13,12,13,15,-15,14,15,20,-22,19,18,8,-10,21,20,17,-17,23,22,26,-28,4,7,25,-25,27,26,28,-30,29,28,3,-1,38,597,601,-50,44,600,596,-36,30,40,-33,30,46,41,-41,33,47,46,-31,31,33,-33,33,30,-33,34,595,598,-40,48,602,599,-46,37,31,-33,42,33,-32,43,42,31,37,-37,34,35,596,-596,38,39,598,-598,42,43,609,-606,46,47,610,-607,50,110,-110,90,92,-58,62,621,624,67,117,151,150,116,-147,64,623,620,61,143,115,114,-153,50,52,-81,66,626,622,65,139,126,121,133,125,-133,126,153,-122,60,61,620,-620,62,63,625,-622,56,57,633,-629,58,59,634,-630,79,74,616,-614,73,76,617,-612,68,70,75,-75,68,74,-80,71,68,79,-79,69,70,-72,71,70,-69,75,70,72,615,-615,77,71,78,618,-613,73,72,70,-70,76,73,-70,77,76,69,-72,74,75,614,-617,76,77,612,-618,85,95,-108,80,93,-51,86,59,-59,113,83,-88,84,112,-104,51,84,-83,82,85,-52,85,107,108,-52,50,85,-83,84,94,-114,86,83,-60,81,100,-103,87,83,-87,96,99,-89,90,105,-92,52,53,92,90,-81,93,91,-96,93,90,-92,50,93,-86,50,109,-102,51,94,-85,96,100,-88,80,90,-94,55,630,631,52,50,101,81,102,-90,95,106,-108,85,93,-96,97,88,-55,96,88,-98,87,99,-97,99,87,-87,99,86,-59,89,98,-56,97,100,-97,98,100,-98,102,100,-90,89,100,-99,97,54,55,-99,81,103,-105,103,111,-85,81,104,-101,101,103,-82,100,104,-88,87,104,-113,107,106,-57,108,107,-57,95,91,-106,95,105,-107,90,57,56,106,-106,101,109,110,-104,103,110,-112,82,111,110,-51,82,84,-112,112,104,-104,87,112,-114,113,112,-85,113,94,-84,128,144,-137,127,137,-139,119,148,-125,133,154,-126,123,145,-132,148,149,-125,154,132,-126,152,127,126,-140,147,136,-141,116,131,-147,117,124,-152,117,67,132,-125,120,133,-122,144,134,-120,136,119,-138,137,120,-139,153,120,-122,114,147,-141,61,141,-144,129,128,-143,118,128,-130,118,134,-145,135,134,-119,122,134,-136,130,123,-123,62,130,-64,115,147,-115,128,136,-142,123,148,-135,131,148,-124,150,149,131,-117,137,140,-137,124,120,-120,150,151,-125,140,152,-115,127,152,-141,138,153,-128,120,153,-139,120,
  342. 154,-134,124,154,-121,143,141,-116,150,124,-150,130,145,-124,134,148,-120,131,149,-149,144,119,-137,137,119,-121,152,139,65,-65,124,132,-155,141,147,-116,127,153,-127,132,67,-67,146,145,130,-63,146,131,-146,122,123,-135,118,144,-129,141,136,-148,140,137,-128,142,128,-142,142,141,-62,142,61,-61,163,581,585,-175,169,584,580,-161,155,165,-158,155,172,171,166,-166,158,172,-156,156,158,-158,158,155,-158,159,579,582,-165,173,586,583,-171,162,156,-158,167,158,-157,168,167,156,162,-162,159,160,580,-580,163,164,582,-582,167,168,592,-590,172,593,590,-172,163,174,578,-574,183,576,572,-181,175,177,-183,175,182,181,186,-186,178,175,-186,176,177,-179,178,177,-176,179,571,574,182,-178,185,577,575,184,-179,180,179,177,-177,183,180,-177,184,183,176,-179,179,180,572,-572,182,574,573,-182,170,169,576,-576,174,173,577,-579,189,38,49,194,198,232,231,197,-228,191,44,35,188,224,196,195,-234,193,48,45,192,220,207,202,214,206,-214,207,234,-203,187,188,35,-35,189,190,39,-39,209,225,-218,208,218,-220,200,229,-206,214,235,-207,204,226,-213,229,230,-206,235,213,-207,233,208,207,-221,228,217,-222,197,212,-228,198,205,-233,198,194,213,-206,201,214,-203,225,215,-201,217,200,-219,218,201,-220,234,201,-203,195,228,-222,188,222,-225,210,209,-224,199,209,-211,199,215,-226,216,215,-200,203,215,-217,211,204,-204,189,211,-191,196,228,-196,209,217,-223,204,229,-216,212,229,-205,231,230,212,-198,218,221,-218,205,201,-201,231,232,-206,221,233,-196,208,233,-222,219,234,-209,201,234,-220,201,235,-215,205,235,-202,224,222,-197,231,205,-231,211,226,-205,215,229,-201,212,230,-230,225,200,-218,218,200,-202,233,220,192,-192,205,213,-236,222,228,-197,208,234,-208,213,194,-194,227,226,211,-190,227,212,-227,203,204,-216,199,225,-210,222,217,-229,221,218,-209,223,209,-223,223,222,-189,223,188,-188,45,44,191,-193,49,48,193,-195,34,39,190,211,203,216,199,210,223,-188,236,276,-276,256,258,-244,236,238,-247,79,613,618,-79,251,261,-274,246,259,-237,252,245,-245,279,249,-254,250,278,-270,237,250,-249,248,251,-238,251,273,274,-238,236,251,-249,250,260,-280,252,249,-246,247,
  343. 266,-269,253,249,-253,262,265,-255,256,271,-258,238,239,258,256,-247,259,257,-262,259,256,-258,236,259,-252,236,275,-268,237,260,-251,262,266,-254,246,256,-260,261,272,-274,251,259,-262,263,254,-241,262,254,-264,253,265,-263,265,253,-253,265,252,-245,255,264,-242,263,266,-263,264,266,-264,268,266,-256,255,266,-265,263,240,241,-265,247,269,-271,269,277,-251,247,270,-267,267,269,-248,266,270,-254,253,270,-279,273,272,-243,274,273,-243,261,257,-272,261,271,-273,256,243,242,272,-272,267,275,276,-270,269,276,-278,248,277,276,-237,248,250,-278,278,270,-270,253,278,-280,279,278,-251,279,260,-250,73,611,615,-73,280,539,540,-283,282,540,542,285,291,289,-293,281,535,537,287,295,297,-300,287,294,-296,290,291,285,-287,284,287,537,-539,280,282,292,-294,288,289,291,-291,293,292,289,-289,295,294,296,-298,297,296,298,-300,299,298,283,-282,284,294,-288,300,551,552,-303,302,552,554,305,311,309,-313,301,551,553,307,315,317,-320,307,314,-316,310,311,305,-307,304,307,553,-555,300,302,312,-314,308,309,311,-311,313,312,309,-309,315,314,316,-318,317,316,318,-320,319,318,303,-302,304,314,-308,322,320,532,-534,532,320,337,335,329,330,328,325,-532,328,332,-327,326,332,333,331,334,336,322,533,-535,340,341,338,-340,325,326,534,-532,322,336,337,-321,333,330,329,-332,333,332,328,-331,335,334,331,-330,337,336,334,-336,321,339,338,-324,344,345,342,-344,346,347,343,-343,340,345,344,-342,324,327,347,-347,328,326,-326,353,522,521,349,357,358,368,-361,350,356,357,-350,350,519,520,354,361,359,-357,364,365,362,-364,354,520,522,-354,351,516,515,-349,361,354,353,-361,357,356,359,-359,358,359,361,-369,367,363,362,-367,352,355,365,-365,367,366,351,-349,368,361,-361,374,569,567,370,390,388,-392,371,389,390,-371,371,568,570,375,392,387,-390,381,382,383,-385,375,570,569,-375,372,568,567,-370,380,386,-380,380,379,372,-370,376,382,381,-374,384,383,377,-379,378,377,386,-386,391,392,375,-375,390,389,387,-389,388,387,392,-392,385,386,-381,398,561,559,394,412,402,403,405,407,414,-410,395,411,412,-395,395,560,562,399,410,413,408,406,404,401,-412,416,417,418,-416,399,
  344. 562,561,-399,396,560,559,-394,409,410,399,-399,402,401,404,-404,403,404,406,-406,405,406,408,-408,407,408,413,-415,412,411,401,-403,414,413,410,-410,416,415,419,-421,397,400,418,-418,420,419,421,-423,422,421,396,-394,428,557,555,424,432,433,443,-436,425,431,432,-425,425,556,558,429,436,434,-432,439,440,437,-439,429,558,557,-429,426,556,555,-424,436,429,428,-436,432,431,434,-434,433,434,436,-444,442,438,437,-442,427,430,440,-440,442,441,426,-424,443,436,-436,449,565,563,445,453,454,464,-457,446,452,453,-446,446,564,566,450,457,455,-453,460,461,458,-460,450,566,565,-450,447,564,563,-445,457,450,449,-457,453,452,455,-455,454,455,457,-465,463,459,458,-463,448,451,461,-461,463,462,447,-445,464,457,-457,470,549,547,466,484,474,475,477,479,486,-482,467,483,484,-467,467,548,550,471,482,485,480,478,476,473,-484,488,489,490,-488,471,550,549,-471,468,548,547,-466,481,482,471,-471,474,473,476,-476,475,476,478,-478,477,478,480,-480,479,480,485,-487,484,483,473,-475,486,485,482,-482,488,487,491,-493,469,472,490,-490,492,491,493,-495,494,493,468,-466,495,523,524,-498,497,524,526,500,506,504,-508,496,523,525,502,510,512,-515,502,509,-511,505,506,500,-502,499,502,525,-527,495,497,507,-509,503,504,506,-506,508,507,504,-504,510,509,511,-513,512,511,513,-515,514,513,498,-497,499,509,-503,515,517,352,364,363,367,-349,518,516,351,366,362,365,-356,517,518,355,-353,515,516,519,-522,521,522,517,-516,520,519,516,-519,522,520,518,-518,521,519,350,-350,524,523,496,-499,526,524,498,513,511,509,-500,525,523,495,508,503,505,-502,526,525,501,-501,528,527,321,-324,527,529,324,346,342,345,340,339,-322,530,528,323,338,341,344,343,347,-328,529,530,327,-325,533,532,527,-529,532,531,529,-528,534,533,528,-531,531,534,530,-530,536,535,281,-284,538,536,283,298,296,294,-285,537,535,539,-542,538,537,541,-543,540,539,535,-537,542,540,536,-539,541,539,280,293,288,290,-287,542,541,286,-286,543,545,4,24,23,27,29,-1,546,544,3,28,26,22,25,-8,545,546,7,-5,543,544,2,-2,547,549,469,489,488,492,494,-466,550,548,468,493,491,487,490,-473,549,550,472,-470,547,548,467,-467,
  345. 552,551,301,-304,554,552,303,318,316,314,-305,553,551,300,313,308,310,-307,554,553,306,-306,555,557,427,439,438,442,-424,558,556,426,441,437,440,-431,557,558,430,-428,555,556,425,-425,559,561,397,417,416,420,422,-394,562,560,396,421,419,415,418,-401,561,562,400,-398,559,560,395,-395,563,565,448,460,459,463,-445,566,564,447,462,458,461,-452,565,566,451,-449,563,564,446,-446,567,569,373,381,384,378,385,380,-370,570,568,372,379,386,377,383,382,-377,569,570,376,-374,567,568,371,-371,573,578,186,-182,572,576,169,-161,574,571,159,-165,575,577,173,-171,571,572,160,-160,573,574,164,-164,575,576,183,-185,578,577,185,-187,585,581,594,-591,580,584,592,-588,582,579,591,-589,583,586,593,-590,579,580,587,-592,581,582,588,-595,583,584,169,-171,585,586,173,-175,589,592,584,-584,590,593,586,-586,590,594,166,-172,587,592,168,-162,588,591,162,157,-166,589,593,172,158,-168,591,587,161,-163,594,588,165,-167,601,597,608,-607,596,600,609,-604,598,595,607,-605,599,602,610,-606,595,596,603,-608,597,598,604,-609,599,600,44,-46,601,602,48,-50,605,609,600,-600,606,610,602,-602,606,608,41,-47,603,609,43,-37,604,607,37,32,-41,605,610,47,33,-43,607,603,36,-38,608,604,40,-42,613,616,240,254,265,-245,611,617,243,258,-240,614,615,238,236,267,247,268,255,-242,612,618,245,249,260,237,274,-243,616,614,241,-241,617,612,242,-244,618,613,244,-246,615,611,239,-239,624,621,632,-630,620,623,633,-628,622,626,634,-629,619,620,627,-632,621,625,630,-633,622,623,64,-66,624,626,66,-68,619,625,63,130,122,135,118,129,142,-61,628,633,623,-623,629,634,626,-625,631,630,625,-620,629,632,54,88,99,-59,627,633,57,92,-54,628,634,59,83,94,51,108,-57,631,627,53,-53,632,630,55,-55
  346. }
  347. Edges: *1206 {
  348. a: 36,11,14,79,15,73,10,1964,37,70,33,17,23,4,42,5,22,44,6,21,48,7,20,52,9,18,38,24,3,12,19,8,56,28,69,29,26,71,27,67,77,68,75,81,76,117,92,103,90,97,100,101,102,125,115,124,110,91,94,118,120,89,114,93,85,973,107,2272,82,2277,137,86,141,111,126,130,95,121,969,98,167,314,298,369,331,339,395,297,189,193,278,511,185,164,171,151,591,184,2395,148,192,157,196,181,579,223,205,216,208,215,212,218,217,235,232,206,201,238,227,211,197,214,207,239,323,168,166,391,255,328,259,257,268,283,260,281,376,267,270,276,269,266,290,282,344,261,330,318,300,296,147,146,145,304,302,305,309,285,374,431,279,354,254,165,252,303,251,319,343,361,338,293,292,349,352,291,363,359,317,356,313,287,286,353,340,265,381,373,379,372,385,389,295,400,392,253,274,333,273,398,332,294,144,312,143,412,409,375,142,414,264,388,263,262,425,280,488,161,155,557,152,475,174,498,506,447,176,508,519,532,550,173,438,435,494,455,509,461,464,177,562,526,465,469,175,441,521,503,497,477,480,481,500,544,172,543,518,620,460,160,614,492,434,501,446,156,490,433,474,445,593,162,584,479,533,440,449,154,486,458,520,448,525,459,437,153,529,163,538,179,473,471,443,454,545,483,442,451,537,507,439,522,476,478,457,553,513,178,468,510,462,504,495,517,436,493,489,617,656,631,642,629,637,639,640,641,664,654,663,649,630,634,657,659,628,653,632,633,624,739,646,2206,621,2211,676,625,679,650,665,669,635,660,735,710,689,700,691,699,697,702,701,719,716,690,693,688,722,714,696,694,706,2134,733,2138,738,685,711,723,695,859,777,759,763,746,939,776,743,752,773,927,760,836,756,750,905,747,823,766,846,854,795,768,856,867,880,898,765,786,783,842,803,857,809,812,769,910,874,813,817,767,789,869,851,845,825,828,829,848,892,764,891,866,968,808,755,962,840,782,849,794,751,838,781,822,793,941,757,932,827,881,788,797,749,834,806,868,796,873,807,785,748,877,758,886,771,821,819,791,802,893,831,790,799,885,855,787,870,824,826,805,901,861,770,816,858,810,852,843,865,784,841,837,965,754,762,745,778,995,1063,1047,1109,1095,1079,1135,1046,1143,1007,1027,2301,2318,2296,2310,994,1131,1004,1123,1008,
  349. 1006,1017,1032,1009,1030,1116,1016,1019,1025,1018,1015,1039,1031,1084,1010,1104,1067,1049,1045,992,991,990,1053,1051,1054,1058,1034,1114,1171,1028,1094,1003,993,1001,1052,1000,1068,1083,1101,1078,1042,1041,1089,1092,1040,1103,1099,1066,1096,1062,1036,1035,1093,1080,1014,1121,1113,1119,1112,1125,1129,1044,1140,1132,1002,1023,1073,1022,1138,1072,1043,989,1061,988,1152,1149,1115,987,1154,1013,1128,1012,1011,1165,1029,224,198,202,229,1177,1179,1180,1228,1227,1201,1200,1191,1958,1202,1187,1205,1217,1185,1210,1213,1184,1198,1186,1209,1208,1230,1192,1196,1219,1193,1220,1223,1194,1224,1195,1233,1235,1236,1284,1283,1257,1256,1247,2028,1258,1243,1261,1273,1241,1266,1269,1240,1254,1242,1265,1264,1286,1248,1252,1275,1249,1276,1279,1250,1280,1251,1290,1289,1345,1310,1344,1361,1299,1358,1888,1318,1296,1297,1298,1303,1306,1307,1328,1302,1326,1308,1295,1334,1309,1294,1323,1315,1342,1316,1317,1356,1314,1347,1351,1348,1349,1354,1346,1353,1359,1350,1304,1394,1373,1376,1417,1377,1415,1412,1395,1824,1391,1379,1382,1368,1374,1369,1381,1402,1371,1399,1372,1380,1385,1408,1386,1387,1413,1384,1410,1419,1411,1370,1406,1451,1430,1433,1457,1434,1462,1429,1463,1452,2102,1448,1436,1465,1471,1466,1454,1459,1455,1444,1460,1441,1442,1467,1443,1486,1469,1470,1438,1427,1478,1439,1426,1431,1428,1437,1472,1453,1523,1498,1501,1566,1502,1560,1497,2056,1524,1557,1520,1504,1510,1491,1529,1492,1509,1531,1493,1508,1535,1494,1507,1539,1496,1505,1525,1511,1490,1499,1506,1495,1543,1515,1556,1516,1513,1558,1514,1554,1564,1555,1562,1568,1563,1598,1577,1580,1621,1581,1619,1616,1599,2034,1595,1583,1586,1572,1578,1573,1585,1606,1575,1603,1576,1584,1589,1612,1590,1591,1617,1588,1614,1623,1615,1574,1610,1656,1635,1638,1679,1639,1677,1674,1657,2080,1653,1641,1644,1630,1636,1631,1643,1664,1633,1661,1634,1642,1647,1670,1648,1649,1675,1646,1672,1681,1673,1632,1668,1721,1696,1699,1764,1700,1758,1695,1988,1722,1755,1718,1702,1708,1689,1727,1690,1707,1729,1691,1706,1733,1692,1705,1737,1694,1703,1723,1709,1688,1697,1704,1693,1741,1713,1754,1714,1711,1756,1712,1752,1762,1753,
  350. 1760,1766,1761,1767,1769,1770,1818,1817,1791,1790,1781,1878,1792,1777,1795,1807,1775,1800,1803,1774,1788,1776,1799,1798,1820,1782,1786,1809,1783,1810,1813,1784,1814,1785,1844,1392,1846,1836,1823,1830,1837,1393,1842,1852,1367,1365,1366,1378,1389,1843,1778,1864,1780,1773,1768,1772,1779,1794,1884,1886,1914,1904,1883,1887,1896,1905,1292,1313,1300,1910,1912,1920,1291,1301,1312,1320,1188,1928,1190,1943,1925,1929,1189,1204,1937,1947,1939,1183,1178,1182,1938,1942,2,34,0,1978,1,16,31,35,1687,1719,1685,2002,1686,1701,1716,1720,1244,2014,1246,1239,1234,1238,1245,1260,1571,1596,1569,2046,1570,1582,1593,1597,1489,1521,1487,2070,1488,1503,1518,1522,1629,1654,1627,2092,1628,1640,1651,1655,1425,1449,1423,2118,1424,1435,1446,1450,682,2136,687,684,708,713,736,740,2128,683,686,707,712,729,732,737,741,2168,627,648,652,2164,623,2172,622,626,647,651,667,671,2183,2187,2160,2166,2170,2174,2162,2208,674,677,2200,675,678,2161,2165,2169,2173,2177,2181,2234,88,2226,109,113,2230,84,2238,83,87,108,112,128,132,2249,2253,2232,2236,2240,2228,2274,2266,135,139,136,140,2227,2231,2235,2239,2243,2247,204,231,200,226,2303,2292,2298,2312,199,203,225,230,245,249,997,1174,2350,159,2336,170,2340,150,186,2344,149,158,169,183,187,2355,2359,2363,2342,2346,2338,2352,325,2386,190,194,191,195,324,2337,2341,2345,2349,2353
  351. }
  352. GeometryVersion: 124
  353. LayerElementNormal: 0 {
  354. Version: 102
  355. Name: ""
  356. MappingInformationType: "ByPolygonVertex"
  357. ReferenceInformationType: "Direct"
  358. Normals: *7236 {
  359. a: 0.000228269971557893,0.999842405319214,-0.0177514050155878,-0.00089901132741943,0.999683022499084,-0.0251587331295013,-0.00146356341429055,0.999582231044769,-0.0288679860532284,0.000228269986109808,0.999842405319214,-0.0177514050155878,0.000228269986109808,0.999842405319214,-0.0177514050155878,0.000228269971557893,0.999842405319214,-0.0177514050155878,0.000228269971557893,0.999842405319214,-0.0177514050155878,0.000228269986109808,0.999842405319214,-0.017751406878233,0.000228269957005978,0.999842345714569,-0.0177514031529427,0.000228269957005978,0.999842405319214,-0.0177514031529427,0.000228269971557893,0.999842405319214,-0.017751406878233,-0.903497576713562,0.424144715070724,-0.0615905001759529,-0.927220702171326,0.37169885635376,-0.0458451174199581,-0.92189610004425,0.384250223636627,-0.0495921336114407,-0.903497576713562,0.424144715070724,-0.0615905001759529,0.00457810796797276,-0.999833583831787,0.017662363126874,0.00490422267466784,-0.999576508998871,0.0286817289888859,0.00479579716920853,-0.999675571918488,0.0250161904841661,0.00457810843363404,-0.999833643436432,0.017662363126874,0.00457810796797276,-0.999833583831787,0.017662363126874,0.00457810750231147,-0.999833583831787,0.017662363126874,0.00457810796797276,-0.999833643436432,0.017662363126874,0.00457810796797276,-0.999833583831787,0.017662363126874,0.00457810750231147,-0.999833524227142,0.0176623594015837,0.00457810750231147,-0.999833524227142,0.017662363126874,0.00457810796797276,-0.999833583831787,0.017662363126874,0.883962094783783,0.435610890388489,-0.169865280389786,0.934808552265167,0.348380237817764,-0.069022424519062,0.919729650020599,0.355008155107498,-0.167531251907349,0.862390995025635,0.430284112691879,-0.266715735197067,0.0255834832787514,0.0199168547987938,0.999474346637726,0.0323590636253357,0.0276618134230375,0.999093413352966,0.0325071960687637,0.0278311483561993,0.999083936214447,0.0255834776908159,0.0199168529361486,0.999474287033081,-0.0762867480516434,-0.046492476016283,-0.996001303195953,-0.0325049608945847,-0.0284731071442366,-0.99906587600708,
  360. -0.0327442474663258,-0.0285716820508242,-0.99905526638031,-0.076286755502224,-0.046492476016283,-0.996001422405243,-0.79250556230545,0.547137498855591,0.269398421049118,-0.796037971973419,0.539949238300323,0.273456305265427,-0.811377346515656,0.506514370441437,0.291736304759979,-0.811377286911011,0.506514370441437,0.291736304759979,-0.880320847034454,0.243603184819222,0.407053560018539,-0.912288367748261,0.268259197473526,0.309462517499924,-0.771349430084229,0.269949734210968,0.576322138309479,-0.794691979885101,0.317969679832459,0.51706850528717,-0.794691979885101,0.317969679832459,0.51706850528717,-0.771349430084229,0.269949734210968,0.576322138309479,-0.823535084724426,0.397802799940109,0.404404252767563,-0.823535144329071,0.397802799940109,0.404404252767563,-0.246631816029549,0.161473572254181,-0.955562174320221,-0.246631801128387,0.161473572254181,-0.955562174320221,-0.502846658229828,0.340905994176865,-0.794309854507446,-0.454921096563339,0.307227462530136,-0.835857689380646,-0.454921096563339,0.307227462530136,-0.835857689380646,-0.502846658229828,0.340905994176865,-0.794309854507446,-0.791733920574188,0.58204174041748,0.185431256890297,-0.78117448091507,0.585671186447144,0.216230571269989,-0.92189610004425,0.384250223636627,-0.0495921336114407,-0.927220702171326,0.37169885635376,-0.0458451174199581,-0.912288367748261,0.268259197473526,0.309462517499924,-0.880320847034454,0.243603184819222,0.407053560018539,-0.78117448091507,0.585671186447144,0.216230571269989,-0.791733920574188,0.58204174041748,0.185431256890297,-0.796037971973419,0.539949238300323,0.273456305265427,-0.79250556230545,0.547137498855591,0.269398421049118,0.883962094783783,0.435610890388489,-0.169865280389786,0.862390995025635,0.430284112691879,-0.266715735197067,0.932525634765625,0.338380575180054,0.1260736733675,0.940831363201141,0.331158041954041,0.071907252073288,0.931695342063904,0.316947251558304,0.177448883652687,0.931695401668549,0.316947251558304,0.177448883652687,0.919729650020599,0.355008155107498,-0.167531251907349,0.934808552265167,0.348380237817764,-0.069022424519062,
  361. 0.940831363201141,0.331158041954041,0.071907252073288,0.932525634765625,0.338380575180054,0.1260736733675,0.931408643722534,0.332333236932755,-0.148434162139893,0.939416170120239,0.32769101858139,-0.100576959550381,0.939416170120239,0.32769101858139,-0.100576959550381,0.931408643722534,0.332333236932755,-0.148434162139893,0.764867305755615,0.338007390499115,-0.548387587070465,0.764867305755615,0.338007390499115,-0.548387587070465,0.998389542102814,0.0541601963341236,0.0168785415589809,0.998277842998505,0.057833094149828,0.00983440317213535,0.998275876045227,-0.0578658133745193,0.00983450002968311,0.998534023761749,-0.0513750724494457,0.0170385409146547,-0.99665641784668,-0.080906979739666,-0.0114127416163683,-0.996428310871124,-0.0836653709411621,0.0114382207393646,-0.99547666311264,0.0946137979626656,0.00862894952297211,-0.996337175369263,0.0847277119755745,-0.0115506863221526,2.39227529164054e-006,0,1,0,0,1,7.0791310236018e-007,0,1,2.39227529164054e-006,0,1,1.9506710486894e-006,0,0.999999940395355,0,0,1,0,0,1,1.54113263306499e-006,0,0.999999940395355,2.9929360607639e-006,0,0.999999940395355,1.9506710486894e-006,0,0.999999940395355,2.39227529164054e-006,0,1,-7.97900895577186e-007,0,1,1.54113263306499e-006,0,0.999999940395355,7.0791310236018e-007,0,1,1.54113263306499e-006,0,0.999999940395355,2.39227529164054e-006,0,1,7.0791310236018e-007,0,1,-0.0291533302515745,0.99957150220871,-0.00260242098011076,-0.0301044713705778,0.999522566795349,0.00694882357493043,0.0278994031250477,0.99960470199585,0.00346460798755288,0.0255409386008978,0.999671936035156,-0.00191566371358931,0.0398785397410393,-0.999196171760559,-0.00409702816978097,0.0468200333416462,-0.998902320861816,0.00135247374419123,-0.0498262271285057,-0.998720169067383,0.00867680832743645,-0.0486937947571278,-0.998800814151764,-0.00508455513045192,0,0,1,-7.97900895577186e-007,0,1,7.0791310236018e-007,0,1,0,0,1,1.54113263306499e-006,0,0.999999940395355,-7.97900895577186e-007,0,1,0,0,1,0,0,1,-7.97900895577186e-007,0,1,0,0,1,0,0,1,-0.0291533302515745,0.99957150220871,-0.00260242098011076,
  362. -0.996337175369263,0.0847277119755745,-0.0115506863221526,-0.99547666311264,0.0946137979626656,0.00862894952297211,-0.0301044713705778,0.999522566795349,0.00694882357493043,0.998389542102814,0.0541601963341236,0.0168785415589809,0.0255409386008978,0.999671936035156,-0.00191566371358931,0.0278994031250477,0.99960470199585,0.00346460798755288,0.998277842998505,0.057833094149828,0.00983440317213535,-0.0284980852156878,-0.999489843845367,-0.0144201805815101,-0.998003244400024,-0.0581056885421276,-0.0247607789933681,-0.996538758277893,-0.0817437991499901,0.0151192303746939,-0.0276427455246449,-0.999600529670715,0.00589696876704693,0.997945010662079,-0.0580209642648697,-0.0271904040127993,0.0287890750914812,-0.999480664730072,-0.0144715514034033,0.0426031090319157,-0.999091267585754,0.0012705676490441,0.998322486877441,-0.0564755648374558,-0.0127509329468012,-0.214894115924835,0.838847577571869,-0.50015515089035,-0.430440932512283,0.561043560504913,-0.707071840763092,-0.594551980495453,0.57796972990036,-0.558980107307434,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.965129792690277,-0.0715417265892029,-0.25180596113205,0.993073284626007,-0.0548956580460072,-0.103883795440197,-0.997428297996521,-0.0357868187129498,0.0620985217392445,-0.99938440322876,0.0186347346752882,0.0297244284301996,-0.985572695732117,-0.167081519961357,0.0270206201821566,-0.996803283691406,-0.0505337715148926,0.0618840865790844,-0.997254729270935,-0.0404653809964657,0.0620118640363216,-0.99725478887558,-0.040465384721756,0.0620118714869022,-0.99725478887558,-0.0404653884470463,0.0620118714869022,-0.997254729270935,-0.0404653809964657,0.0620118603110313,-0.997254848480225,-0.0404653921723366,0.0620118789374828,0.997142910957336,0.0244657061994076,-0.0714670717716217,0.993341147899628,-0.106653034687042,-0.0435718894004822,0.995502829551697,0.083835668861866,-0.044108685106039,0.996593773365021,0.0412524938583374,-0.0714074373245239,0.996939897537231,0.0318429321050644,-0.0713919848203659,0.996939957141876,0.031842939555645,-0.0713919997215271,
  363. 0.996939897537231,0.0318429358303547,-0.0713919997215271,0.996939957141876,0.0318429432809353,-0.0713919997215271,9.23974876059219e-005,0.999961256980896,0.00881426502019167,0.00641845865175128,0.999941289424896,0.00873248558491468,-0.0080827884376049,0.999317049980164,0.0360554568469524,-0.0636730045080185,-0.997734129428864,0.0217327829450369,-0.0985875055193901,-0.99512791633606,0.000959465920459479,0.0395308025181293,-0.999148607254028,-0.0118070039898157,0.0705738589167595,-0.997430086135864,0.0123503115028143,-0.00563468085601926,-0.999781131744385,0.0201482865959406,-0.00563468178734183,-0.99978119134903,0.0201482903212309,-0.00563468132168055,-0.999781131744385,0.0201482903212309,-0.00563468085601926,-0.999781131744385,0.0201482884585857,-0.00563468132168055,-0.99978119134903,0.0201482903212309,-0.00563468132168055,-0.999781131744385,0.0201482884585857,-0.0181957799941301,-0.964847564697266,0.262179255485535,-0.0311693251132965,-0.829339504241943,0.557875037193298,-0.322588115930557,-0.922568440437317,0.21167080104351,0.028118260204792,0.999591708183289,0.00507857603952289,0.996593773365021,0.0412524938583374,-0.0714074373245239,0.995502829551697,0.083835668861866,-0.044108685106039,0.0246709398925304,0.99967497587204,-0.00643270462751389,-0.997428297996521,-0.0357868187129498,0.0620985217392445,-0.0279307011514902,0.999564528465271,0.00951648317277431,-0.0323511175811291,0.999476432800293,-0.000566857808735222,-0.99938440322876,0.0186347346752882,0.0297244284301996,0.00224122870713472,-0.99989241361618,0.0144976461306214,0.996523141860962,-0.0814966410398483,-0.017315398901701,0.992993652820587,-0.116527669131756,-0.0196185726672411,0.0243275798857212,-0.999661922454834,-0.00917875114828348,-0.993889212608337,-0.0903021618723869,0.0634805411100388,-0.0434529148042202,-0.998898863792419,0.0176860261708498,-0.0958440154790878,-0.995395839214325,-0.000951979600358754,-0.987616777420044,-0.154576182365417,0.0268220659345388,0.998972117900848,-0.0429778583347797,0.0144119141623378,0.997225940227509,0.0729533806443214,0.0147737562656403,
  364. 0.99647581577301,0.083880290389061,-0.000111328386992682,0.99952632188797,-0.0307659283280373,-0.000730424770154059,-0.999229788780212,0.0391758270561695,0.00225818902254105,-0.992534995079041,-0.121904321014881,0.00368747534230351,-0.991659462451935,-0.128885000944138,-0.000298554834444076,-0.999484837055206,0.0320878140628338,-0.000617519137449563,1.47725620536221e-006,0,-1,-2.10978843284693e-008,0,-1,0,0,-1,1.03383729310735e-006,0,-1,1.47725620536221e-006,0,-1,1.03383729310735e-006,0,-1,8.34601280530478e-007,0,-0.999999940395355,-1.00527735469313e-007,0,-1,1.47725620536221e-006,0,-1,8.34601280530478e-007,0,-0.999999940395355,-3.74512438838792e-007,0,-1,-1.57381123244704e-006,0,-1,-2.10978843284693e-008,0,-1,-1.00527735469313e-007,0,-1,-1.00527735469313e-007,0,-1,-2.10978843284693e-008,0,-1,1.47725620536221e-006,0,-1,0.0290648527443409,0.999555230140686,0.00668702507391572,-0.000331337883835658,0.999980628490448,0.00620716437697411,-0.0271557159721851,0.999612390995026,0.00614237133413553,-0.0268112793564796,0.99963790178299,0.00230447412468493,0.0275866389274597,0.999618589878082,0.00128275097813457,-0.038247711956501,-0.999267101287842,0.0015811026096344,0.0111419977620244,-0.999937772750854,0.000668015447445214,0.0406795665621758,-0.999171555042267,0.00111914926674217,0.0375460647046566,-0.999294877052307,2.40657027461566e-006,-0.0332978032529354,-0.99944543838501,9.53777635004371e-005,-1.05101173630828e-006,0,-0.999999940395355,0,0,-1,-2.10978843284693e-008,0,-1,-1.57381123244704e-006,0,-1,-1.05194646948803e-006,0,-0.999999940395355,-1.05101173630828e-006,0,-0.999999940395355,-1.57381123244704e-006,0,-1,0,0,-0.999999940395355,-1.05194646948803e-006,0,-0.999999940395355,-1.57381123244704e-006,0,-1,-1.00527735469313e-007,0,-1,0.997225940227509,0.0729533806443214,0.0147737562656403,0.0290648527443409,0.999555230140686,0.00668702507391572,0.0275866389274597,0.999618589878082,0.00128275097813457,0.99647581577301,0.083880290389061,-0.000111328386992682,-0.992534995079041,-0.121904321014881,0.00368747534230351,-0.038247711956501,-0.999267101287842,0.0015811026096344,
  365. -0.0332978032529354,-0.99944543838501,9.53777635004371e-005,-0.991659462451935,-0.128885000944138,-0.000298554834444076,0.0651901215314865,-0.573935806751251,-0.816301286220551,0.627914607524872,-0.403565913438797,-0.66547566652298,0.0758401304483414,-0.976454734802246,-0.201951920986176,0.688247919082642,-0.139314070343971,-0.711973488330841,0.410490900278091,0.693186223506927,-0.592444181442261,-0.214894115924835,0.838847577571869,-0.50015515089035,-0.717589139938354,-0.0697827264666557,-0.692961812019348,-0.249354541301727,-0.967878758907318,-0.032140925526619,-0.98181426525116,-0.182608589529991,-0.0519115775823593,-0.617063999176025,-0.697313845157623,-0.364671736955643,0.0582875721156597,-0.987126529216766,-0.1489417552948,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.603551685810089,0.381584942340851,-0.700084447860718,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.0419408157467842,-0.970437705516815,-0.237679854035378,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.651503562927246,0.209334582090378,-0.729192674160004,-0.651503562927246,0.209334582090378,-0.729192674160004,0.0651901215314865,-0.573935806751251,-0.816301286220551,-0.0419408157467842,-0.970437705516815,-0.237679854035378,0.0651901215314865,-0.573935806751251,-0.816301286220551,0.0758401304483414,-0.976454734802246,-0.201951920986176,0.274969130754471,-0.932522594928741,-0.234080135822296,-0.0419408157467842,-0.970437705516815,-0.237679854035378,-0.214894115924835,0.838847577571869,-0.50015515089035,0.0651901215314865,-0.573935806751251,-0.816301286220551,-0.651503562927246,0.209334582090378,-0.729192674160004,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.176609620451927,-0.949612081050873,-0.25893235206604,-0.617063999176025,-0.697313845157623,-0.364671736955643,-0.717589139938354,-0.0697827264666557,-0.692961812019348,0.0582875721156597,-0.987126529216766,-0.1489417552948,-0.249354541301727,-0.967878758907318,-0.032140925526619,-0.236370921134949,0.892931163311005,-0.383148401975632,
  366. -0.126132637262344,0.852129459381104,-0.507903575897217,0.400907874107361,-0.574353396892548,-0.713716268539429,-0.663423240184784,0.406711012125015,-0.62805712223053,0.0582875721156597,-0.987126529216766,-0.1489417552948,-0.717589139938354,-0.0697827264666557,-0.692961812019348,-0.622562170028687,-0.500816643238068,-0.601331114768982,-0.988894045352936,0.10073371976614,-0.109276294708252,-0.991306722164154,-0.0210651848465204,-0.129874542355537,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.974404871463776,-0.15187232196331,-0.16574065387249,0.75981867313385,0.346057534217834,-0.550381422042847,0.961519241333008,-0.0400922223925591,-0.271796703338623,0.961519241333008,-0.0400922223925591,-0.271796703338623,0.965129792690277,-0.0715417265892029,-0.25180596113205,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.688247919082642,-0.139314070343971,-0.711973488330841,0.410490900278091,0.693186223506927,-0.592444181442261,0.75981867313385,0.346057534217834,-0.550381422042847,0.627914607524872,-0.403565913438797,-0.66547566652298,0.410490900278091,0.693186223506927,-0.592444181442261,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.75981867313385,0.346057534217834,-0.550381422042847,-0.214894115924835,0.838847577571869,-0.50015515089035,0.410490900278091,0.693186223506927,-0.592444181442261,0.0651901215314865,-0.573935806751251,-0.816301286220551,-0.214894115924835,0.838847577571869,-0.50015515089035,-0.594551980495453,0.57796972990036,-0.558980107307434,-0.662428557872772,0.712372362613678,-0.231762588024139,-0.0419408157467842,-0.970437705516815,-0.237679854035378,-0.176609620451927,-0.949612081050873,-0.25893235206604,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.622562170028687,-0.500816643238068,-0.601331114768982,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.663423240184784,0.406711012125015,-0.62805712223053,0.688247919082642,-0.139314070343971,-0.711973488330841,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.410490900278091,0.693186223506927,-0.592444181442261,
  367. -0.0123953092843294,0.99988180398941,0.0090887239202857,-0.0300129503011703,0.999549329280853,-0.000711241678800434,0.0258668512105942,0.999656200408936,-0.00427459832280874,0.00641845865175128,0.999941289424896,0.00873248558491468,9.23974876059219e-005,0.999961256980896,0.00881426502019167,0.000187786747119389,0.999963939189911,0.00849636644124985,0.000187786747119389,0.999963939189911,0.00849636737257242,0.000187786718015559,0.999963879585266,0.00849636550992727,0.000187786732567474,0.999963879585266,0.00849636644124985,0.627914607524872,-0.403565913438797,-0.66547566652298,0.960306167602539,-0.227272212505341,-0.161738350987434,0.0758401304483414,-0.976454734802246,-0.201951920986176,0.0651901215314865,-0.573935806751251,-0.816301286220551,0.410490900278091,0.693186223506927,-0.592444181442261,0.627914607524872,-0.403565913438797,-0.66547566652298,-0.951221644878387,-0.0424206182360649,-0.305578082799912,-0.991306722164154,-0.0210651848465204,-0.129874542355537,-0.997082829475403,0.00822754856199026,-0.0758815035223961,-0.622562170028687,-0.500816643238068,-0.601331114768982,-0.991306722164154,-0.0210651848465204,-0.129874542355537,-0.951221644878387,-0.0424206182360649,-0.305578082799912,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.988894045352936,0.10073371976614,-0.109276294708252,-0.622562170028687,-0.500816643238068,-0.601331114768982,-0.988894045352936,0.10073371976614,-0.109276294708252,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.717589139938354,-0.0697827264666557,-0.692961812019348,-0.988894045352936,0.10073371976614,-0.109276294708252,-0.717589139938354,-0.0697827264666557,-0.692961812019348,-0.98181426525116,-0.182608589529991,-0.0519115775823593,0.229895263910294,0.904713690280914,-0.358665972948074,-0.231465846300125,0.519544959068298,-0.822494029998779,-0.89820009469986,0.435336232185364,-0.0609827563166618,-0.951221644878387,-0.0424206182360649,-0.305578082799912,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.622562170028687,-0.500816643238068,-0.601331114768982,
  368. -0.231465846300125,0.519544959068298,-0.822494029998779,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.951221644878387,-0.0424206182360649,-0.305578082799912,0.400907874107361,-0.574353396892548,-0.713716268539429,-0.126132637262344,0.852129459381104,-0.507903575897217,0.229895263910294,0.904713690280914,-0.358665972948074,0.229895263910294,0.904713690280914,-0.358665972948074,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.231465846300125,0.519544959068298,-0.822494029998779,-0.951221644878387,-0.0424206182360649,-0.305578082799912,-0.997082829475403,0.00822754856199026,-0.0758815035223961,-0.89820009469986,0.435336232185364,-0.0609827563166618,-0.231465846300125,0.519544959068298,-0.822494029998779,-0.236370921134949,0.892931163311005,-0.383148401975632,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.472889512777328,0.741229116916656,-0.476397901773453,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.32361513376236,0.778764665126801,-0.537400007247925,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.236370921134949,0.892931163311005,-0.383148401975632,-0.472889512777328,0.741229116916656,-0.476397901773453,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.662428557872772,0.712372362613678,-0.231762588024139,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.236370921134949,0.892931163311005,-0.383148401975632,-0.126132637262344,0.852129459381104,-0.507903575897217,-0.472889512777328,0.741229116916656,-0.476397901773453,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.472889512777328,0.741229116916656,-0.476397901773453,-0.603551685810089,0.381584942340851,-0.700084447860718,0.0758401304483414,-0.976454734802246,-0.201951920986176,0.960306167602539,-0.227272212505341,-0.161738350987434,0.985077917575836,-0.132824584841728,-0.109448365867138,0.274969130754471,-0.932522594928741,-0.234080135822296,0.0758401304483414,-0.976454734802246,-0.201951920986176,0.985077917575836,-0.132824584841728,-0.109448365867138,
  369. 0.627914607524872,-0.403565913438797,-0.66547566652298,0.75981867313385,0.346057534217834,-0.550381422042847,0.974404871463776,-0.15187232196331,-0.16574065387249,0.627914607524872,-0.403565913438797,-0.66547566652298,0.974404871463776,-0.15187232196331,-0.16574065387249,0.960306167602539,-0.227272212505341,-0.161738350987434,0.97802871465683,-0.00800120085477829,-0.208316683769226,0.993073284626007,-0.0548956580460072,-0.103883795440197,0.985077917575836,-0.132824584841728,-0.109448365867138,0.960306167602539,-0.227272212505341,-0.161738350987434,0.974404871463776,-0.15187232196331,-0.16574065387249,-0.662428557872772,0.712372362613678,-0.231762588024139,-0.594551980495453,0.57796972990036,-0.558980107307434,-0.430440932512283,0.561043560504913,-0.707071840763092,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.430440932512283,0.561043560504913,-0.707071840763092,-0.32361513376236,0.778764665126801,-0.537400007247925,-0.651503562927246,0.209334582090378,-0.729192674160004,-0.32361513376236,0.778764665126801,-0.537400007247925,-0.430440932512283,0.561043560504913,-0.707071840763092,-0.214894115924835,0.838847577571869,-0.50015515089035,-0.651503562927246,0.209334582090378,-0.729192674160004,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.32361513376236,0.778764665126801,-0.537400007247925,-0.603551685810089,0.381584942340851,-0.700084447860718,-0.472889512777328,0.741229116916656,-0.476397901773453,-0.62755298614502,0.746856927871704,-0.219958648085594,-0.663423240184784,0.406711012125015,-0.62805712223053,-0.603551685810089,0.381584942340851,-0.700084447860718,-0.617063999176025,-0.697313845157623,-0.364671736955643,-0.617063999176025,-0.697313845157623,-0.364671736955643,-0.603551685810089,0.381584942340851,-0.700084447860718,-0.327305048704147,-0.691683650016785,-0.643774032592773,-0.617063999176025,-0.697313845157623,-0.364671736955643,-0.176609620451927,-0.949612081050873,-0.25893235206604,0.0582875721156597,-0.987126529216766,-0.1489417552948,
  370. -0.0343140512704849,0.984544277191162,0.171741217374802,0.00681360345333815,0.704651951789856,0.70952045917511,0.139583840966225,0.84274685382843,0.519898176193237,0.442490547895432,-0.543306469917297,0.713456511497498,-0.220112755894661,0.5585977435112,0.799699246883392,-0.510881662368774,-0.71093076467514,0.483298391103745,-0.589575350284576,-0.37090602517128,0.717516243457794,0.240909993648529,-0.558644354343414,0.793649077415466,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.251963943243027,-0.907992482185364,0.334759443998337,-0.31970751285553,-0.582312166690826,0.747462153434753,-0.0488471016287804,-0.982408404350281,0.180243387818336,-0.271101266145706,0.693633198738098,0.667365789413452,0.0494524948298931,0.914898753166199,0.400642871856689,-0.488881975412369,0.650292098522186,0.581476271152496,0.240909993648529,-0.558644354343414,0.793649077415466,-0.717695772647858,-0.437167674303055,0.542030513286591,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.31970751285553,-0.582312166690826,0.747462153434753,0.0290482174605131,-0.932366728782654,0.360345005989075,-0.0488471016287804,-0.982408404350281,0.180243387818336,-0.233901903033257,-0.686290979385376,0.688690483570099,0.442490547895432,-0.543306469917297,0.713456511497498,-0.0181957799941301,-0.964847564697266,0.262179255485535,-0.118349671363831,-0.95867645740509,0.258713632822037,-0.0972267910838127,0.0904394686222076,0.991144597530365,0.139583840966225,0.84274685382843,0.519898176193237,0.745779931545258,0.0492786802351475,0.664367198944092,-0.895317733287811,0.0529382824897766,0.442271143198013,-0.488881975412369,0.650292098522186,0.581476271152496,-0.360389590263367,0.884101152420044,0.297463476657867,0.287164151668549,-0.721739530563354,0.629784643650055,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.523884892463684,-0.609247386455536,0.595283329486847,0.287164151668549,-0.721739530563354,0.629784643650055,0.225535795092583,-0.878765106201172,0.420601308345795,0.0290482174605131,-0.932366728782654,0.360345005989075,-0.218939408659935,-0.826479732990265,0.518648982048035,
  371. -0.465424805879593,-0.756709039211273,0.459098160266876,-0.251963943243027,-0.907992482185364,0.334759443998337,-0.322588115930557,-0.922568440437317,0.21167080104351,0.00681360345333815,0.704651951789856,0.70952045917511,-0.0292271785438061,0.841906487941742,0.538831353187561,-0.589575350284576,-0.37090602517128,0.717516243457794,0.139583840966225,0.84274685382843,0.519898176193237,-0.589575350284576,-0.37090602517128,0.717516243457794,-0.220112755894661,0.5585977435112,0.799699246883392,-0.220112755894661,0.5585977435112,0.799699246883392,-0.465424805879593,-0.756709039211273,0.459098160266876,-0.510881662368774,-0.71093076467514,0.483298391103745,-0.0311693251132965,-0.829339504241943,0.557875037193298,-0.465424805879593,-0.756709039211273,0.459098160266876,-0.322588115930557,-0.922568440437317,0.21167080104351,0.824729800224304,0.178670480847359,0.536560833454132,-0.0972267910838127,0.0904394686222076,0.991144597530365,0.745779931545258,0.0492786802351475,0.664367198944092,0.644609391689301,0.755106806755066,0.119551107287407,-0.0141461137682199,0.927664637565613,0.373146176338196,0.62724643945694,0.730217337608337,0.270821988582611,-0.0722210109233856,0.986706793308258,0.145580813288689,-0.0343140512704849,0.984544277191162,0.171741217374802,-0.0731591209769249,0.829628467559814,0.553501784801483,0.0956661775708199,0.982452571392059,0.16010881960392,-0.0343140512704849,0.984544277191162,0.171741217374802,-0.0722210109233856,0.986706793308258,0.145580813288689,0.0956661775708199,0.982452571392059,0.16010881960392,-0.0292271785438061,0.841906487941742,0.538831353187561,0.00681360345333815,0.704651951789856,0.70952045917511,0.789131462574005,0.0968227908015251,0.606545090675354,-0.0292271785438061,0.841906487941742,0.538831353187561,0.0956661775708199,0.982452571392059,0.16010881960392,-0.165233209729195,-0.773941278457642,0.611320495605469,-0.0292271785438061,0.841906487941742,0.538831353187561,0.789131462574005,0.0968227908015251,0.606545090675354,-0.165653705596924,0.968037486076355,0.188313812017441,-0.271101266145706,0.693633198738098,0.667365789413452,
  372. -0.165233209729195,-0.773941278457642,0.611320495605469,-0.0602469183504581,0.983996391296387,0.167694509029388,-0.165653705596924,0.968037486076355,0.188313812017441,-0.103693284094334,0.988706767559052,0.108197197318077,0.939524590969086,0.0714995861053467,0.334935009479523,-0.0972267910838127,0.0904394686222076,0.991144597530365,0.824729800224304,0.178670480847359,0.536560833454132,-0.0343140512704849,0.984544277191162,0.171741217374802,0.139583840966225,0.84274685382843,0.519898176193237,-0.0141461137682199,0.927664637565613,0.373146176338196,-0.271101266145706,0.693633198738098,0.667365789413452,0.240909993648529,-0.558644354343414,0.793649077415466,-0.0292271785438061,0.841906487941742,0.538831353187561,-0.488881975412369,0.650292098522186,0.581476271152496,0.240909993648529,-0.558644354343414,0.793649077415466,-0.271101266145706,0.693633198738098,0.667365789413452,-0.677086710929871,-0.178681597113609,0.713881194591522,-0.717695772647858,-0.437167674303055,0.542030513286591,-0.488881975412369,0.650292098522186,0.581476271152496,-0.895317733287811,0.0529382824897766,0.442271143198013,-0.220112755894661,0.5585977435112,0.799699246883392,0.745779931545258,0.0492786802351475,0.664367198944092,0.139583840966225,0.84274685382843,0.519898176193237,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.465424805879593,-0.756709039211273,0.459098160266876,-0.589575350284576,-0.37090602517128,0.717516243457794,-0.677086710929871,-0.178681597113609,0.713881194591522,-0.523884892463684,-0.609247386455536,0.595283329486847,-0.218939408659935,-0.826479732990265,0.518648982048035,0.745779931545258,0.0492786802351475,0.664367198944092,-0.233901903033257,-0.686290979385376,0.688690483570099,0.824729800224304,0.178670480847359,0.536560833454132,0.442490547895432,-0.543306469917297,0.713456511497498,-0.233901903033257,-0.686290979385376,0.688690483570099,0.745779931545258,0.0492786802351475,0.664367198944092,-0.510881662368774,-0.71093076467514,0.483298391103745,-0.0311693251132965,-0.829339504241943,0.557875037193298,0.442490547895432,-0.543306469917297,0.713456511497498,
  373. -0.465424805879593,-0.756709039211273,0.459098160266876,-0.0311693251132965,-0.829339504241943,0.557875037193298,-0.510881662368774,-0.71093076467514,0.483298391103745,-0.465424805879593,-0.756709039211273,0.459098160266876,-0.31970751285553,-0.582312166690826,0.747462153434753,-0.251963943243027,-0.907992482185364,0.334759443998337,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.31970751285553,-0.582312166690826,0.747462153434753,-0.465424805879593,-0.756709039211273,0.459098160266876,0.62724643945694,0.730217337608337,0.270821988582611,-0.0141461137682199,0.927664637565613,0.373146176338196,0.939524590969086,0.0714995861053467,0.334935009479523,-0.677086710929871,-0.178681597113609,0.713881194591522,-0.218939408659935,-0.826479732990265,0.518648982048035,-0.717695772647858,-0.437167674303055,0.542030513286591,-0.165653705596924,0.968037486076355,0.188313812017441,0.0494524948298931,0.914898753166199,0.400642871856689,-0.271101266145706,0.693633198738098,0.667365789413452,-0.0292271785438061,0.841906487941742,0.538831353187561,0.240909993648529,-0.558644354343414,0.793649077415466,-0.589575350284576,-0.37090602517128,0.717516243457794,-0.488881975412369,0.650292098522186,0.581476271152496,-0.717695772647858,-0.437167674303055,0.542030513286591,0.240909993648529,-0.558644354343414,0.793649077415466,0.00681360345333815,0.704651951789856,0.70952045917511,-0.589575350284576,-0.37090602517128,0.717516243457794,0.139583840966225,0.84274685382843,0.519898176193237,-0.220112755894661,0.5585977435112,0.799699246883392,-0.589575350284576,-0.37090602517128,0.717516243457794,-0.465424805879593,-0.756709039211273,0.459098160266876,-0.233901903033257,-0.686290979385376,0.688690483570099,-0.118349671363831,-0.95867645740509,0.258713632822037,0.323893845081329,-0.943172633647919,0.0742852613329887,0.323893845081329,-0.943172514438629,0.0742852613329887,-0.218939408659935,-0.826479732990265,0.518648982048035,0.0290482174605131,-0.932366728782654,0.360345005989075,-0.31970751285553,-0.582312166690826,0.747462153434753,-0.0141461137682199,0.927664637565613,0.373146176338196,
  374. -0.0972267910838127,0.0904394686222076,0.991144597530365,0.939524590969086,0.0714995861053467,0.334935009479523,0.442490547895432,-0.543306469917297,0.713456511497498,-0.0311693251132965,-0.829339504241943,0.557875037193298,-0.0181957799941301,-0.964847564697266,0.262179255485535,0.0290482174605131,-0.932366728782654,0.360345005989075,0.225535795092583,-0.878765106201172,0.420601308345795,-0.114562779664993,-0.981184244155884,0.155411928892136,-0.360389590263367,0.884101152420044,0.297463476657867,0.0494524948298931,0.914898753166199,0.400642871856689,-0.165653705596924,0.968037486076355,0.188313812017441,-0.0602469183504581,0.983996391296387,0.167694509029388,-0.360389590263367,0.884101152420044,0.297463476657867,-0.488881975412369,0.650292098522186,0.581476271152496,0.0494524948298931,0.914898753166199,0.400642871856689,-0.165233209729195,-0.773941278457642,0.611320495605469,-0.271101266145706,0.693633198738098,0.667365789413452,-0.0292271785438061,0.841906487941742,0.538831353187561,0.0956661775708199,0.982452571392059,0.16010881960392,0.00681360345333815,0.704651951789856,0.70952045917511,-0.0343140512704849,0.984544277191162,0.171741217374802,-0.0141461137682199,0.927664637565613,0.373146176338196,0.139583840966225,0.84274685382843,0.519898176193237,-0.0972267910838127,0.0904394686222076,0.991144597530365,0.745779931545258,0.0492786802351475,0.664367198944092,-0.220112755894661,0.5585977435112,0.799699246883392,0.442490547895432,-0.543306469917297,0.713456511497498,-0.0731591209769249,0.829628467559814,0.553501784801483,-0.0343140512704849,0.984544277191162,0.171741217374802,-0.0141461137682199,0.927664637565613,0.373146176338196,-0.0731591209769249,0.829628467559814,0.553501784801483,-0.0141461137682199,0.927664637565613,0.373146176338196,0.644609391689301,0.755106806755066,0.119551107287407,-0.0731591209769249,0.829628467559814,0.553501784801483,0.644609391689301,0.755106806755066,0.119551107287407,0.549990773200989,0.832968771457672,0.0606082752346992,0.99491935968399,0.0962892398238182,0.0293889902532101,
  375. 0.998720943927765,0.048219233751297,-0.0152110196650028,0.988353133201599,-0.15151184797287,-0.0142266442999244,0.986464381217957,-0.161291614174843,0.0295490194112062,-0.992831885814667,-0.114593915641308,-0.0339583232998848,-0.992587745189667,-0.121157884597778,-0.00950890500098467,-0.997917294502258,0.0637897998094559,-0.00958976428955793,-0.995359897613525,0.0897735729813576,-0.0346329770982265,1.70843782143493e-006,0,1,3.5261919038021e-006,0,1,-7.2426917085977e-007,0,0.999999940395355,1.70843782143493e-006,0,1,3.60982062375115e-006,0,1,5.37156984137255e-006,0,1,5.3715702961199e-006,0,1,3.5261919038021e-006,0,1,-7.31523016384017e-007,0,0.999999940395355,3.60982062375115e-006,0,1,1.70843782143493e-006,0,1,-2.52661470767634e-006,0,1,-7.31523016384017e-007,0,0.999999940395355,-7.2426917085977e-007,0,0.999999940395355,-7.31523016384017e-007,0,0.999999940395355,1.70843782143493e-006,0,1,-7.2426917085977e-007,0,0.999999940395355,-0.0306366793811321,0.999529421329498,-0.00149092834908515,-0.0318269804120064,0.999480664730072,0.005030598025769,0.0269145686179399,0.999633252620697,0.00300237024202943,0.0304096285253763,0.999536216259003,0.00159318139776587,0.0896490663290024,-0.995970368385315,0.00245895655825734,0.0777120590209961,-0.996932208538055,0.00932183116674423,-0.0791941061615944,-0.996817648410797,0.00909859500825405,-0.0904267430305481,-0.995891988277435,-0.00470727356150746,-3.59184059561812e-006,0,1,-2.52661470767634e-006,0,1,-7.2426917085977e-007,0,0.999999940395355,-3.59325849785819e-006,0,0.999999940395355,-7.31523016384017e-007,0,0.999999940395355,-2.52661470767634e-006,0,1,-5.50418371858541e-006,0,1,-3.59325849785819e-006,0,0.999999940395355,-2.52661470767634e-006,0,1,-3.59184059561812e-006,0,1,-5.50418371858541e-006,0,1,-0.0306366793811321,0.999529421329498,-0.00149092834908515,-0.995359897613525,0.0897735729813576,-0.0346329770982265,-0.997917294502258,0.0637897998094559,-0.00958976428955793,-0.0318269804120064,0.999480664730072,0.005030598025769,0.99491935968399,0.0962892398238182,0.0293889902532101,
  376. 0.0304096285253763,0.999536216259003,0.00159318139776587,0.0269145686179399,0.999633252620697,0.00300237024202943,0.998720943927765,0.048219233751297,-0.0152110196650028,-0.0261192582547665,-0.999657392501831,-0.00169740943238139,-0.998185336589813,-0.0574044808745384,0.0181837286800146,-0.996035039424896,-0.0857187062501907,0.0238007511943579,-0.0413779690861702,-0.999142110347748,0.00169493234716356,0.0284897238016129,-0.999591648578644,-0.00219409447163343,0.0419079214334488,-0.999121427536011,1.22316132546985e-005,0.995611429214478,-0.0890624299645424,-0.0287382882088423,0.998388946056366,-0.0567363724112511,-0.000640789163298905,0.99491935968399,0.0962892398238182,0.0293889902532101,0.986464381217957,-0.161291614174843,0.0295490194112062,0.991256296634674,-0.131506100296974,0.0108228763565421,0.996707022190094,0.0803960859775543,0.0105628510937095,-0.996221363544464,-0.0858816727995873,0.0129319708794355,-0.996118009090424,-0.088008813560009,-0.00183303258381784,-0.99547815322876,0.0949852168560028,-0.00106296013109386,-0.995844841003418,0.0901905298233032,0.0125927058979869,1.65747280789219e-006,0,-1,-2.11419699525095e-008,0,-1,1.76975561316794e-006,0,-1,1.65747280789219e-006,0,-1,1.76975561316794e-006,0,-1,2.72424335889809e-006,0,-1,2.72424335889809e-006,0,-1,1.81309042091016e-006,0,-1,-3.61337337828616e-009,0,-0.999999940395355,1.65747280789219e-006,0,-1,1.81309042091016e-006,0,-1,-2.3326813334279e-006,0,-1,-2.11419699525095e-008,0,-1,-3.61337337828616e-009,0,-0.999999940395355,-3.61337337828616e-009,0,-0.999999940395355,-2.11419699525095e-008,0,-1,1.65747280789219e-006,0,-1,-0.0294409077614546,0.999561369419098,0.0032212040387094,-0.0304484888911247,0.999532043933868,-0.00292650796473026,0.0298764761537313,0.999553024768829,-0.00101865478791296,0.0282100513577461,0.999598681926727,0.00257446127943695,0.00025279336841777,0.99999612569809,0.00276126526296139,0.0450224429368973,-0.998985946178436,-0.000399598473450169,0.0648639798164368,-0.99788624048233,-0.0039543560706079,-0.0635436400771141,-0.997955679893494,-0.00683826068416238,
  377. -0.0479690283536911,-0.998848676681519,0.000603116408456117,0.0172389056533575,-0.999851226806641,-0.000625816290266812,-2.01040938918595e-006,0,-0.999999940395355,0,0,-1,-2.11419699525095e-008,0,-1,-2.3326813334279e-006,0,-1,-2.01221700990573e-006,0,-1,-2.01040938918595e-006,0,-0.999999940395355,-2.3326813334279e-006,0,-1,0,0,-1,-2.01221700990573e-006,0,-1,-2.3326813334279e-006,0,-1,-3.61337337828616e-009,0,-0.999999940395355,-0.0294409077614546,0.999561369419098,0.0032212040387094,-0.995844841003418,0.0901905298233032,0.0125927058979869,-0.99547815322876,0.0949852168560028,-0.00106296013109386,-0.0304484888911247,0.999532043933868,-0.00292650796473026,0.0282100513577461,0.999598681926727,0.00257446127943695,0.0298764761537313,0.999553024768829,-0.00101865478791296,0.996707022190094,0.0803960859775543,0.0105628510937095,0.998348593711853,0.0571064278483391,-0.00624553998932242,-0.0904267430305481,-0.995891988277435,-0.00470727356150746,-0.992831885814667,-0.114593915641308,-0.0339583232998848,-0.996118009090424,-0.088008813560009,-0.00183303258381784,-0.0635436400771141,-0.997955679893494,-0.00683826068416238,0.986464381217957,-0.161291614174843,0.0295490194112062,0.0896490663290024,-0.995970368385315,0.00245895655825734,0.0648639798164368,-0.99788624048233,-0.0039543560706079,0.991256296634674,-0.131506100296974,0.0108228763565421,0.999989569187164,0.0039595584385097,-0.00227035209536552,0.998389542102814,0.0541601963341236,0.0168785415589809,0.998534023761749,-0.0513750724494457,0.0170385409146547,0.999996542930603,-0.00138538866303861,-0.00221584318205714,0.999996304512024,0.00158159679267555,-0.00223818374797702,0.999996304512024,0.00158159679267555,-0.00223818398080766,0.999996244907379,0.00158159667626023,-0.00223818351514637,0.999996185302734,0.00158159644342959,-0.00223818351514637,0.999996244907379,0.00158159667626023,-0.00223818351514637,-0.999929487705231,-0.0022654989734292,0.0116583853960037,-0.99665641784668,-0.080906979739666,-0.0114127416163683,-0.996337175369263,0.0847277119755745,-0.0115506863221526,
  378. -0.999905347824097,0.00748198525980115,0.0115490704774857,-0.999931991100311,5.02301691085449e-006,0.0116575239226222,-0.999932050704956,5.02301736560185e-006,0.0116575257852674,-0.999931991100311,5.02301691085449e-006,0.0116575239226222,-0.999931991100311,5.02301736560185e-006,0.0116575229912996,0.0233469903469086,-0.999727368354797,0.000135891736135818,0.0398785397410393,-0.999196171760559,-0.00409702816978097,-0.0486937947571278,-0.998800814151764,-0.00508455513045192,-0.0245673973113298,-0.999698162078857,0.000296968501061201,0,-1,-1.76636419269016e-007,0,-1,-1.76636419269016e-007,0,-1,-1.76636419269016e-007,0,-1,-1.76636419269016e-007,0,-1,-1.76636419269016e-007,0,-1,-1.76636419269016e-007,0.0110815577208996,-0.976216971874237,-0.216512277722359,-0.0380904711782932,-0.825738906860352,-0.562764883041382,0.36918905377388,-0.898723781108856,-0.236632764339447,-0.0201967190951109,0.999715030193329,-0.0127268861979246,-0.999905347824097,0.00748198525980115,0.0115490704774857,-0.996337175369263,0.0847277119755745,-0.0115506863221526,-0.0291533302515745,0.99957150220871,-0.00260242098011076,0.999989569187164,0.0039595584385097,-0.00227035209536552,0.0264962576329708,0.999564230442047,-0.0130087304860353,0.0255409386008978,0.999671936035156,-0.00191566371358931,0.998389542102814,0.0541601963341236,0.0168785415589809,0.0385851338505745,0.984546482563019,-0.170820161700249,0.0109950797632337,0.704652190208435,-0.709467768669128,-0.126444935798645,0.842775940895081,-0.523202240467072,-0.424458414316177,-0.543266534805298,-0.724359333515167,0.240127950906754,0.55850225687027,-0.793986022472382,0.52288681268692,-0.710903108119965,-0.470325589179993,0.607394814491272,-0.370923787355423,-0.702486336231232,-0.220773383975029,-0.558937311172485,-0.799279808998108,0.231890425086021,-0.826494038105011,-0.512966156005859,0.270053774118423,-0.916405320167542,-0.295418798923492,0.338417768478394,-0.582266449928284,-0.73921525478363,0.0533628612756729,-0.982408165931702,-0.178960159420967,0.287841200828552,0.693611085414886,-0.660341560840607,
  379. -0.0393261797726154,0.914915382862091,-0.401725381612778,0.503307580947876,0.650306940078735,-0.56901878118515,-0.220773383975029,-0.558937311172485,-0.799279808998108,0.731181144714355,-0.437009990215302,-0.523828446865082,0.231890425086021,-0.826494038105011,-0.512966156005859,0.338417768478394,-0.582266449928284,-0.73921525478363,-0.0199864953756332,-0.932355165481567,-0.360990732908249,0.0533628612756729,-0.982408165931702,-0.178960159420967,0.251066148281097,-0.686300873756409,-0.682610392570496,-0.424458414316177,-0.543266534805298,-0.724359333515167,0.0110815577208996,-0.976216971874237,-0.216512277722359,0.124810084700584,-0.958677589893341,-0.255655288696289,0.122087702155113,0.0904497280716896,-0.988389253616333,-0.126444935798645,0.842775940895081,-0.523202240467072,-0.728855907917023,0.0492318086326122,-0.682894885540009,0.906126976013184,0.052764505147934,-0.419702172279358,0.503307580947876,0.650306940078735,-0.56901878118515,0.367631882429123,0.884142994880676,-0.288336396217346,-0.271120131015778,-0.721830725669861,-0.636753022670746,0.231890425086021,-0.826494038105011,-0.512966156005859,0.538732767105103,-0.6090949177742,-0.582039773464203,-0.271120131015778,-0.721830725669861,-0.636753022670746,-0.214803591370583,-0.878783106803894,-0.426145136356354,-0.0199864953756332,-0.932355165481567,-0.360990732908249,0.231890425086021,-0.826494038105011,-0.512966156005859,0.542842447757721,-0.68673974275589,-0.483436167240143,0.270053774118423,-0.916405320167542,-0.295418798923492,0.36918905377388,-0.898723781108856,-0.236632764339447,0.0109950797632337,0.704652190208435,-0.709467768669128,0.0427346900105476,0.841910481452942,-0.537922322750092,0.607394814491272,-0.370923787355423,-0.702486336231232,-0.126444935798645,0.842775940895081,-0.523202240467072,0.607394814491272,-0.370923787355423,-0.702486336231232,0.240127950906754,0.55850225687027,-0.793986022472382,0.240127950906754,0.55850225687027,-0.793986022472382,0.542842447757721,-0.68673974275589,-0.483436167240143,0.52288681268692,-0.710903108119965,-0.470325589179993,
  380. -0.0380904711782932,-0.825738906860352,-0.562764883041382,0.542842447757721,-0.68673974275589,-0.483436167240143,0.36918905377388,-0.898723781108856,-0.236632764339447,-0.810983598232269,0.178609386086464,-0.557139337062836,0.122087702155113,0.0904497280716896,-0.988389253616333,-0.728855907917023,0.0492318086326122,-0.682894885540009,-0.641465306282043,0.755054533481598,-0.135701239109039,0.0234929919242859,0.927656888961792,-0.372693806886673,-0.620351791381836,0.730132877826691,-0.286478191614151,0.0760022103786469,0.986698269844055,-0.143701672554016,0.0385851338505745,0.984546482563019,-0.170820161700249,0.0870645567774773,0.829745948314667,-0.551308691501617,-0.0916554629802704,0.982444167137146,-0.162489131093025,0.0385851338505745,0.984546482563019,-0.170820161700249,0.0760022103786469,0.986698269844055,-0.143701672554016,-0.0916554629802704,0.982444167137146,-0.162489131093025,0.0427346900105476,0.841910481452942,-0.537922322750092,0.0109950797632337,0.704652190208435,-0.709467768669128,-0.773589670658112,0.0970601066946983,-0.626209557056427,0.0427346900105476,0.841910481452942,-0.537922322750092,-0.0916554629802704,0.982444167137146,-0.162489131093025,0.180563345551491,-0.773937582969666,-0.606974065303802,0.0427346900105476,0.841910481452942,-0.537922322750092,-0.773589670658112,0.0970601066946983,-0.626209557056427,0.170276761054993,0.968050062656403,-0.184078335762024,0.287841200828552,0.693611085414886,-0.660341560840607,0.180563345551491,-0.773937582969666,-0.606974065303802,0.0644187554717064,0.983998000621796,-0.166127189993858,0.170276761054993,0.968050062656403,-0.184078335762024,0.106349140405655,0.988713085651398,-0.105528183281422,-0.930804252624512,0.071390226483345,-0.358478575944901,0.122087702155113,0.0904497280716896,-0.988389253616333,-0.810983598232269,0.178609386086464,-0.557139337062836,0.0385851338505745,0.984546482563019,-0.170820161700249,-0.126444935798645,0.842775940895081,-0.523202240467072,0.0234929919242859,0.927656888961792,-0.372693806886673,0.287841200828552,0.693611085414886,-0.660341560840607,
  381. -0.220773383975029,-0.558937311172485,-0.799279808998108,0.0427346900105476,0.841910481452942,-0.537922322750092,0.503307580947876,0.650306940078735,-0.56901878118515,-0.220773383975029,-0.558937311172485,-0.799279808998108,0.287841200828552,0.693611085414886,-0.660341560840607,0.694868743419647,-0.178496956825256,-0.696632087230682,0.731181144714355,-0.437009990215302,-0.523828446865082,0.503307580947876,0.650306940078735,-0.56901878118515,0.906126976013184,0.052764505147934,-0.419702172279358,0.240127950906754,0.55850225687027,-0.793986022472382,-0.728855907917023,0.0492318086326122,-0.682894885540009,-0.126444935798645,0.842775940895081,-0.523202240467072,0.231890425086021,-0.826494038105011,-0.512966156005859,0.542842447757721,-0.68673974275589,-0.483436167240143,0.607394814491272,-0.370923787355423,-0.702486336231232,0.694868743419647,-0.178496956825256,-0.696632087230682,0.538732767105103,-0.6090949177742,-0.582039773464203,0.231890425086021,-0.826494038105011,-0.512966156005859,-0.728855907917023,0.0492318086326122,-0.682894885540009,0.251066148281097,-0.686300873756409,-0.682610392570496,-0.810983598232269,0.178609386086464,-0.557139337062836,-0.424458414316177,-0.543266534805298,-0.724359333515167,0.251066148281097,-0.686300873756409,-0.682610392570496,-0.728855907917023,0.0492318086326122,-0.682894885540009,0.52288681268692,-0.710903108119965,-0.470325589179993,-0.0380904711782932,-0.825738906860352,-0.562764883041382,-0.424458414316177,-0.543266534805298,-0.724359333515167,0.542842447757721,-0.68673974275589,-0.483436167240143,-0.0380904711782932,-0.825738906860352,-0.562764883041382,0.52288681268692,-0.710903108119965,-0.470325589179993,0.542842447757721,-0.68673974275589,-0.483436167240143,0.338417768478394,-0.582266449928284,-0.73921525478363,0.270053774118423,-0.916405320167542,-0.295418798923492,0.231890425086021,-0.826494038105011,-0.512966156005859,0.338417768478394,-0.582266449928284,-0.73921525478363,0.542842447757721,-0.68673974275589,-0.483436167240143,-0.620351791381836,0.730132877826691,-0.286478191614151,
  382. 0.0234929919242859,0.927656888961792,-0.372693806886673,-0.930804252624512,0.071390226483345,-0.358478575944901,0.694868743419647,-0.178496956825256,-0.696632087230682,0.231890425086021,-0.826494038105011,-0.512966156005859,0.731181144714355,-0.437009990215302,-0.523828446865082,0.170276761054993,0.968050062656403,-0.184078335762024,-0.0393261797726154,0.914915382862091,-0.401725381612778,0.287841200828552,0.693611085414886,-0.660341560840607,0.0427346900105476,0.841910481452942,-0.537922322750092,-0.220773383975029,-0.558937311172485,-0.799279808998108,0.607394814491272,-0.370923787355423,-0.702486336231232,0.503307580947876,0.650306940078735,-0.56901878118515,0.731181144714355,-0.437009990215302,-0.523828446865082,-0.220773383975029,-0.558937311172485,-0.799279808998108,0.0109950797632337,0.704652190208435,-0.709467768669128,0.607394814491272,-0.370923787355423,-0.702486336231232,-0.126444935798645,0.842775940895081,-0.523202240467072,0.240127950906754,0.55850225687027,-0.793986022472382,0.607394814491272,-0.370923787355423,-0.702486336231232,0.542842447757721,-0.68673974275589,-0.483436167240143,0.251066148281097,-0.686300873756409,-0.682610392570496,0.124810084700584,-0.958677589893341,-0.255655288696289,-0.321914166212082,-0.943176090717316,-0.0824019834399223,-0.32191413640976,-0.943176090717316,-0.0824019834399223,0.231890425086021,-0.826494038105011,-0.512966156005859,-0.0199864953756332,-0.932355165481567,-0.360990732908249,0.338417768478394,-0.582266449928284,-0.73921525478363,0.0234929919242859,0.927656888961792,-0.372693806886673,0.122087702155113,0.0904497280716896,-0.988389253616333,-0.930804252624512,0.071390226483345,-0.358478575944901,-0.424458414316177,-0.543266534805298,-0.724359333515167,-0.0380904711782932,-0.825738906860352,-0.562764883041382,0.0110815577208996,-0.976216971874237,-0.216512277722359,-0.0199864953756332,-0.932355165481567,-0.360990732908249,-0.214803591370583,-0.878783106803894,-0.426145136356354,0.118408568203449,-0.981191694736481,-0.15245409309864,0.367631882429123,0.884142994880676,-0.288336396217346,
  383. -0.0393261797726154,0.914915382862091,-0.401725381612778,0.170276761054993,0.968050062656403,-0.184078335762024,0.0644187554717064,0.983998000621796,-0.166127189993858,0.367631882429123,0.884142994880676,-0.288336396217346,0.503307580947876,0.650306940078735,-0.56901878118515,-0.0393261797726154,0.914915382862091,-0.401725381612778,0.180563345551491,-0.773937582969666,-0.606974065303802,0.287841200828552,0.693611085414886,-0.660341560840607,0.0427346900105476,0.841910481452942,-0.537922322750092,-0.0916554629802704,0.982444167137146,-0.162489131093025,0.0109950797632337,0.704652190208435,-0.709467768669128,0.0385851338505745,0.984546482563019,-0.170820161700249,0.0234929919242859,0.927656888961792,-0.372693806886673,-0.126444935798645,0.842775940895081,-0.523202240467072,0.122087702155113,0.0904497280716896,-0.988389253616333,-0.728855907917023,0.0492318086326122,-0.682894885540009,0.240127950906754,0.55850225687027,-0.793986022472382,-0.424458414316177,-0.543266534805298,-0.724359333515167,0.0870645567774773,0.829745948314667,-0.551308691501617,0.0385851338505745,0.984546482563019,-0.170820161700249,0.0234929919242859,0.927656888961792,-0.372693806886673,0.0870645567774773,0.829745948314667,-0.551308691501617,0.0234929919242859,0.927656888961792,-0.372693806886673,-0.641465306282043,0.755054533481598,-0.135701239109039,0.0870645567774773,0.829745948314667,-0.551308691501617,-0.641465306282043,0.755054533481598,-0.135701239109039,-0.548342645168304,0.832936763763428,-0.0744084715843201,-0.0486937947571278,-0.998800814151764,-0.00508455513045192,-0.99665641784668,-0.080906979739666,-0.0114127416163683,-0.999929487705231,-0.0022654989734292,0.0116583853960037,-0.0245673973113298,-0.999698162078857,0.000296968501061201,0.998534023761749,-0.0513750724494457,0.0170385409146547,0.0398785397410393,-0.999196171760559,-0.00409702816978097,0.0233469903469086,-0.999727368354797,0.000135891736135818,0.999996542930603,-0.00138538866303861,-0.00221584318205714,-0.0291533302515745,0.99957150220871,-0.00260242098011076,0.0255409386008978,0.999671936035156,-0.00191566371358931,
  384. 0.0264962576329708,0.999564230442047,-0.0130087304860353,0.00096463126828894,0.999915838241577,-0.012939271517098,0.000964631151873618,0.999915778636932,-0.012939271517098,0.000964631093665957,0.999915778636932,-0.0129392696544528,0.000964631210081279,0.999915778636932,-0.0129392705857754,0.000964631151873618,0.999915778636932,-0.0129392705857754,0.000964631210081279,0.999915838241577,-0.0129392705857754,-0.0201967190951109,0.999715030193329,-0.0127268861979246,0.20229797065258,0.838864684104919,0.505352973937988,0.412329226732254,0.56120628118515,0.717657387256622,0.580193698406219,0.578091323375702,0.573747098445892,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.971165180206299,-0.0714597776532173,0.227446228265762,-0.995368421077728,-0.0549299977719784,0.0788949951529503,0.000398929230868816,0.999985873699188,-0.00529543962329626,-0.00608608825132251,0.999967098236084,-0.00537060480564833,0.00898700207471848,0.999317109584808,-0.0358418375253677,0.998972117900848,-0.0429778583347797,0.0144119141623378,0.99952632188797,-0.0307659283280373,-0.000730424770154059,0.0375460647046566,-0.999294877052307,2.40657027461566e-006,0.0406795665621758,-0.999171555042267,0.00111914926674217,-0.0857642963528633,-0.57417756319046,0.814226388931274,-0.644319891929626,-0.403559178113937,0.649609088897705,-0.0808773264288902,-0.976453185081482,0.199994772672653,-0.705933809280396,-0.139180257916451,0.694468319416046,-0.425260215997696,0.693168520927429,0.581954598426819,0.20229797065258,0.838864684104919,0.505352973937988,0.699900925159454,-0.0703863054513931,0.710763394832611,0.248333632946014,-0.967914223670959,0.0383726730942726,0.980196416378021,-0.182657122612,0.0764946416020393,0.607647120952606,-0.697354376316071,0.38008126616478,-0.0619956105947495,-0.987128674983978,0.147423028945923,0.647357940673828,0.406781792640686,0.644558966159821,0.310999810695648,-0.691730737686157,0.651757538318634,0.585783004760742,0.381458699703217,0.715085685253143,0.621829092502594,0.746854424476624,0.235662922263145,0.0359538644552231,-0.970435321331024,0.238668411970139,
  385. 0.310999810695648,-0.691730737686157,0.651757538318634,0.633060097694397,0.209394305944443,0.745244204998016,0.633060097694397,0.209394305944443,0.745244204998016,-0.0857642963528633,-0.57417756319046,0.814226388931274,0.0359538644552231,-0.970435321331024,0.238668411970139,-0.0857642963528633,-0.57417756319046,0.814226388931274,-0.0808773264288902,-0.976453185081482,0.199994772672653,-0.280761450529099,-0.932521998882294,0.227102816104889,0.0359538644552231,-0.970435321331024,0.238668411970139,0.20229797065258,0.838864684104919,0.505352973937988,-0.0857642963528633,-0.57417756319046,0.814226388931274,0.633060097694397,0.209394305944443,0.745244204998016,0.310999810695648,-0.691730737686157,0.651757538318634,0.170109733939171,-0.94960218667984,0.263283997774124,0.607647120952606,-0.697354376316071,0.38008126616478,0.699900925159454,-0.0703863054513931,0.710763394832611,-0.0619956105947495,-0.987128674983978,0.147423028945923,0.248333632946014,-0.967914223670959,0.0383726730942726,0.226686373353004,0.892932891845703,0.388952434062958,0.113335803151131,0.852130889892578,0.510908842086792,-0.418814063072205,-0.574386239051819,0.703331470489502,0.647357940673828,0.406781792640686,0.644558966159821,-0.0619956105947495,-0.987128674983978,0.147423028945923,0.699900925159454,-0.0703863054513931,0.710763394832611,0.60737943649292,-0.50061047077179,0.616830170154572,0.985841929912567,0.100739382207394,0.134042412042618,0.987736642360687,-0.0211057234555483,0.154696345329285,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.978254854679108,-0.151915729045868,0.141204729676247,-0.773288249969482,0.346375286579132,0.531083345413208,-0.968052566051483,-0.0400268733501434,0.247532084584236,-0.968052506446838,-0.0400268770754337,0.247532114386559,-0.971165180206299,-0.0714597776532173,0.227446228265762,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.705933809280396,-0.139180257916451,0.694468319416046,-0.425260215997696,0.693168520927429,0.581954598426819,-0.773288249969482,0.346375286579132,0.531083345413208,
  386. -0.644319891929626,-0.403559178113937,0.649609088897705,-0.425260215997696,0.693168520927429,0.581954598426819,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.773288249969482,0.346375286579132,0.531083345413208,0.20229797065258,0.838864684104919,0.505352973937988,-0.425260215997696,0.693168520927429,0.581954598426819,-0.0857642963528633,-0.57417756319046,0.814226388931274,0.20229797065258,0.838864684104919,0.505352973937988,0.580193698406219,0.578091323375702,0.573747098445892,0.656315326690674,0.712435781955719,0.248365685343742,0.0359538644552231,-0.970435321331024,0.238668411970139,0.170109733939171,-0.94960218667984,0.263283997774124,0.310999810695648,-0.691730737686157,0.651757538318634,0.60737943649292,-0.50061047077179,0.616830170154572,0.113335803151131,0.852130889892578,0.510908842086792,0.647357940673828,0.406781792640686,0.644558966159821,-0.705933809280396,-0.139180257916451,0.694468319416046,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.425260215997696,0.693168520927429,0.581954598426819,-0.644319891929626,-0.403559178113937,0.649609088897705,-0.964050531387329,-0.227338045835495,0.137563988566399,-0.0808773264288902,-0.976453185081482,0.199994772672653,-0.0857642963528633,-0.57417756319046,0.814226388931274,-0.425260215997696,0.693168520927429,0.581954598426819,-0.644319891929626,-0.403559178113937,0.649609088897705,0.943257331848145,-0.0426076017320156,0.329317927360535,0.987736642360687,-0.0211057234555483,0.154696345329285,0.994870722293854,0.00832526385784149,0.100811444222927,0.60737943649292,-0.50061047077179,0.616830170154572,0.987736642360687,-0.0211057234555483,0.154696345329285,0.943257331848145,-0.0426076017320156,0.329317927360535,0.647357940673828,0.406781792640686,0.644558966159821,0.985841929912567,0.100739382207394,0.134042412042618,0.60737943649292,-0.50061047077179,0.616830170154572,0.985841929912567,0.100739382207394,0.134042412042618,0.647357940673828,0.406781792640686,0.644558966159821,0.699900925159454,-0.0703863054513931,0.710763394832611,0.985841929912567,0.100739382207394,0.134042412042618,
  387. 0.699900925159454,-0.0703863054513931,0.710763394832611,0.980196416378021,-0.182657122612,0.0764946416020393,-0.23880235850811,0.904732584953308,0.352749705314636,0.210703134536743,0.519481897354126,0.828095972537994,0.896399199962616,0.435310333967209,0.0835074037313461,0.943257331848145,-0.0426076017320156,0.329317927360535,0.113335803151131,0.852130889892578,0.510908842086792,0.60737943649292,-0.50061047077179,0.616830170154572,0.210703134536743,0.519481897354126,0.828095972537994,0.113335803151131,0.852130889892578,0.510908842086792,0.943257331848145,-0.0426076017320156,0.329317927360535,-0.418814063072205,-0.574386239051819,0.703331470489502,0.113335803151131,0.852130889892578,0.510908842086792,-0.23880235850811,0.904732584953308,0.352749705314636,-0.23880235850811,0.904732584953308,0.352749705314636,0.113335803151131,0.852130889892578,0.510908842086792,0.210703134536743,0.519481897354126,0.828095972537994,0.943257331848145,-0.0426076017320156,0.329317927360535,0.994870722293854,0.00832526385784149,0.100811444222927,0.896399199962616,0.435310333967209,0.0835074037313461,0.210703134536743,0.519481897354126,0.828095972537994,0.226686373353004,0.892932891845703,0.388952434062958,0.621829092502594,0.746854424476624,0.235662922263145,0.460727959871292,0.741233587265015,0.488162457942963,0.621829092502594,0.746854424476624,0.235662922263145,0.310125976800919,0.778695702552795,0.5453941822052,0.310999810695648,-0.691730737686157,0.651757538318634,0.226686373353004,0.892932891845703,0.388952434062958,0.460727959871292,0.741233587265015,0.488162457942963,0.113335803151131,0.852130889892578,0.510908842086792,0.656315326690674,0.712435781955719,0.248365685343742,0.621829092502594,0.746854424476624,0.235662922263145,0.226686373353004,0.892932891845703,0.388952434062958,0.113335803151131,0.852130889892578,0.510908842086792,0.460727959871292,0.741233587265015,0.488162457942963,0.647357940673828,0.406781792640686,0.644558966159821,0.647357940673828,0.406781792640686,0.644558966159821,0.460727959871292,0.741233587265015,0.488162457942963,
  388. 0.585783004760742,0.381458699703217,0.715085685253143,-0.0808773264288902,-0.976453185081482,0.199994772672653,-0.964050531387329,-0.227338045835495,0.137563988566399,-0.987508893013,-0.132884070277214,0.08466437458992,-0.280761450529099,-0.932521998882294,0.227102816104889,-0.0808773264288902,-0.976453185081482,0.199994772672653,-0.987508893013,-0.132884070277214,0.08466437458992,-0.644319891929626,-0.403559178113937,0.649609088897705,-0.773288249969482,0.346375286579132,0.531083345413208,-0.978254854679108,-0.151915729045868,0.141204729676247,-0.644319891929626,-0.403559178113937,0.649609088897705,-0.978254854679108,-0.151915729045868,0.141204729676247,-0.964050531387329,-0.227338045835495,0.137563988566399,-0.98295396566391,-0.00795840378850698,0.183679535984993,-0.995368421077728,-0.0549299977719784,0.0788949951529503,-0.987508893013,-0.132884070277214,0.08466437458992,-0.964050531387329,-0.227338045835495,0.137563988566399,-0.978254854679108,-0.151915729045868,0.141204729676247,0.656315326690674,0.712435781955719,0.248365685343742,0.580193698406219,0.578091323375702,0.573747098445892,0.412329226732254,0.56120628118515,0.717657387256622,0.621829092502594,0.746854424476624,0.235662922263145,0.621829092502594,0.746854424476624,0.235662922263145,0.412329226732254,0.56120628118515,0.717657387256622,0.310125976800919,0.778695702552795,0.5453941822052,0.633060097694397,0.209394305944443,0.745244204998016,0.310125976800919,0.778695702552795,0.5453941822052,0.412329226732254,0.56120628118515,0.717657387256622,0.20229797065258,0.838864684104919,0.505352973937988,0.633060097694397,0.209394305944443,0.745244204998016,0.310999810695648,-0.691730737686157,0.651757538318634,0.310125976800919,0.778695702552795,0.5453941822052,0.585783004760742,0.381458699703217,0.715085685253143,0.460727959871292,0.741233587265015,0.488162457942963,0.621829092502594,0.746854424476624,0.235662922263145,0.647357940673828,0.406781792640686,0.644558966159821,0.585783004760742,0.381458699703217,0.715085685253143,0.607647120952606,-0.697354376316071,0.38008126616478,
  389. 0.607647120952606,-0.697354376316071,0.38008126616478,0.585783004760742,0.381458699703217,0.715085685253143,0.310999810695648,-0.691730737686157,0.651757538318634,0.607647120952606,-0.697354376316071,0.38008126616478,0.170109733939171,-0.94960218667984,0.263283997774124,-0.0619956105947495,-0.987128674983978,0.147423028945923,-0.999229788780212,0.0391758270561695,0.00225818902254105,-0.999484837055206,0.0320878140628338,-0.000617519137449563,-0.0268112793564796,0.99963790178299,0.00230447412468493,-0.0271557159721851,0.999612390995026,0.00614237133413553,0.0503488816320896,0.0667120590806007,0.99650114774704,0.0370296537876129,0.0291462130844593,0.998889029026031,0.0375417396426201,0.0305883046239614,0.998826742172241,0.0503488816320896,0.0667120590806007,0.996501088142395,0.0512084141373634,0.995777666568756,-0.0761880651116371,0.0147927021607757,0.999502718448639,-0.0278466157615185,0.0216263625770807,0.999084174633026,-0.0369205214083195,0.0512084141373634,0.995777606964111,-0.0761880576610565,0.0512084141373634,0.995777606964111,-0.0761880651116371,0.0512084104120731,0.995777666568756,-0.0761880576610565,0.0512084141373634,0.995777606964111,-0.0761880576610565,-0.0133968638256192,-0.999908745288849,0.00176456558983773,-0.00421086698770523,-0.999991059303284,0.000487240642542019,-0.00201283185742795,-0.999997973442078,0.00018160225590691,-0.0133968638256192,-0.999908685684204,0.00176456558983773,-0.0133968628942966,-0.999908685684204,0.00176456547342241,-0.0133968628942966,-0.999908804893494,0.00176456558983773,-0.0133968628942966,-0.999908685684204,0.00176456535700709,0.886757075786591,0.159058898687363,-0.434007048606873,0.942761242389679,0.319696128368378,-0.0948450565338135,0.940805375576019,0.338937282562256,0.00259650568477809,-0.936603546142578,0.343886703252792,-0.0671997293829918,-0.940616250038147,0.339213639497757,0.0132353454828262,-0.737009465694427,0.312219381332397,-0.599446535110474,-0.737009406089783,0.312219381332397,-0.599446594715118,0.0326939411461353,0.00883746054023504,-0.999426305294037,
  390. 0.0326939411461353,0.00883746054023504,-0.999426364898682,-0.00398951722308993,0.00573979830369353,-0.999975562095642,-0.004141247831285,0.00572696886956692,-0.999975025653839,-0.808788299560547,0.507432043552399,0.297277808189392,-0.808788299560547,0.507432103157043,0.297277837991714,-0.893991947174072,0.431384146213531,0.121186010539532,-0.87776654958725,0.450701206922531,0.162463083863258,-0.933997094631195,0.339811325073242,0.110353454947472,-0.935222446918488,0.34828582406044,0.06368537992239,-0.940616250038147,0.339213639497757,0.0132353454828262,-0.936603546142578,0.343886703252792,-0.0671997293829918,-0.87776654958725,0.450701206922531,0.162463083863258,-0.893991947174072,0.431384146213531,0.121186010539532,-0.935222446918488,0.34828582406044,0.06368537992239,-0.933997094631195,0.339811325073242,0.110353454947472,0.940805375576019,0.338937282562256,0.00259650568477809,0.942761242389679,0.319696128368378,-0.0948450565338135,0.93799090385437,0.34596461057663,-0.0219435133039951,0.939651489257813,0.318663030862808,-0.124535292387009,0.939651489257813,0.318663030862808,-0.124535292387009,0.93799090385437,0.34596461057663,-0.0219435133039951,0.943154633045197,0.332111567258835,0.0127019863575697,0.946417272090912,0.316879749298096,-0.0623031295835972,0.946417272090912,0.316879749298096,-0.0623031295835972,0.943154633045197,0.332111567258835,0.0127019863575697,0.925063014030457,0.353398084640503,0.139170452952385,0.925062954425812,0.353398054838181,0.139170438051224,0.751433610916138,0.274631381034851,-0.599937617778778,0.942761242389679,0.319696128368378,-0.0948450565338135,0.886757075786591,0.159058898687363,-0.434007048606873,-0.0494109243154526,0.00879153795540333,0.998739838600159,-0.0305436085909605,0.0409310683608055,0.998695075511932,-0.0308823939412832,0.0403551012277603,0.998708009719849,-0.0494109280407429,0.0087915388867259,0.998739898204803,0.0442124530673027,0.999019324779511,0.00239056604914367,0.0183504056185484,0.999371349811554,-0.030337018892169,0.0146219078451395,0.999278724193573,-0.0350476242601871,
  391. 0.0442124493420124,0.999019324779511,0.00239056581631303,0.0442124456167221,0.999019265174866,0.00239056535065174,0.0442124456167221,0.999019265174866,0.00239056558348238,0.0442124530673027,0.999019384384155,0.00239056581631303,-0.00109365803655237,-0.998660922050476,0.0517204478383064,-0.0181519892066717,-0.999392032623291,0.0297679658979177,-0.0145254321396351,-0.999301254749298,0.0344384498894215,-0.00109365803655237,-0.998660981655121,0.051720455288887,-0.00109365803655237,-0.998660922050476,0.051720455288887,-0.00109365803655237,-0.998660981655121,0.0517204590141773,-0.00109365803655237,-0.998661041259766,0.051720455288887,0.916211068630219,0.0768600329756737,-0.39325538277626,0.961749970912933,0.267604857683182,-0.0585209727287292,0.957731008529663,0.286159127950668,0.0293993279337883,-0.9464311003685,0.307439774274826,-0.0987373292446136,-0.953855097293854,0.298123300075531,-0.0358193553984165,-0.667849779129028,0.327213257551193,-0.668511867523193,-0.667849779129028,0.327213227748871,-0.668511807918549,0.0194115452468395,-0.0560427084565163,-0.998239636421204,0.0194115489721298,-0.0560427196323872,-0.998239696025848,0.0179372373968363,-0.0342127718031406,-0.999253571033478,0.0178779512643814,-0.033337265253067,-0.999284207820892,-0.848168253898621,0.411384612321854,0.333726465702057,-0.848168253898621,0.411384582519531,0.333726465702057,-0.921790957450867,0.368176400661469,0.121440246701241,-0.912163853645325,0.377334654331207,0.159924194216728,-0.954685747623444,0.286761343479156,0.0796425342559814,-0.953989326953888,0.297379702329636,0.0383382327854633,-0.953855097293854,0.298123300075531,-0.0358193553984165,-0.9464311003685,0.307439774274826,-0.0987373292446136,-0.912163853645325,0.377334654331207,0.159924194216728,-0.921790957450867,0.368176400661469,0.121440246701241,-0.953989326953888,0.297379702329636,0.0383382327854633,-0.954685747623444,0.286761343479156,0.0796425342559814,0.957731008529663,0.286159127950668,0.0293993279337883,0.961749970912933,0.267604857683182,-0.0585209727287292,0.956871926784515,0.290507942438126,0.0011832577874884,
  392. 0.961565911769867,0.25971981883049,-0.0890882536768913,0.961565911769867,0.25971981883049,-0.0890882536768913,0.956871926784515,0.290507942438126,0.0011832577874884,0.958633661270142,0.281955897808075,0.0390172004699707,0.964239776134491,0.263870149850845,-0.0247826743870974,0.964239776134491,0.263870149850845,-0.0247826743870974,0.958633661270142,0.281955897808075,0.0390172004699707,0.932312726974487,0.316469967365265,0.175042301416397,0.932312667369843,0.316469967365265,0.175042286515236,0.786532282829285,0.164116263389587,-0.595342636108398,0.961749970912933,0.267604857683182,-0.0585209727287292,0.916211068630219,0.0768600329756737,-0.39325538277626,0.016905615106225,-0.0515854805707932,-0.998525440692902,0.0169056206941605,-0.051585491746664,-0.998525559902191,0.00865099765360355,-0.0331414788961411,-0.999413192272186,0.00865838211029768,-0.0331579782068729,-0.999412596225739,0.00142920680809766,0.999610483646393,-0.0278705954551697,-0.00990457646548748,0.998787820339203,-0.0482177846133709,-0.00990457646548748,0.998787760734558,-0.0482177808880806,-0.00990457646548748,0.998787701129913,-0.0482177846133709,-0.00990457553416491,0.998787760734558,-0.0482177846133709,-0.00990457646548748,0.998787760734558,-0.0482177846133709,-0.00990457646548748,0.998787701129913,-0.0482177808880806,-0.00990457553416491,0.998787701129913,-0.0482177808880806,-0.000751568004488945,0.999494433403015,-0.03178695961833,-0.908809065818787,0.405312061309814,0.0989346206188202,-0.966817796230316,0.253587692975998,0.0309313256293535,-0.844799339771271,0.513825654983521,0.149322211742401,0.00972682144492865,-0.998779535293579,0.0484228357672691,0.0097268233075738,-0.998779654502869,0.04842284694314,0.0097268233075738,-0.998779594898224,0.04842284694314,0.00972682423889637,-0.998779654502869,0.04842284694314,0.00972682237625122,-0.998779594898224,0.0484228394925594,0.00972682237625122,-0.998779594898224,0.0484228432178497,0.0097268233075738,-0.998779594898224,0.0484228432178497,-0.00146579812280834,-0.999603867530823,0.0281087215989828,0.000716530252248049,-0.999485433101654,0.0320708490908146,
  393. 0.328342854976654,0.482298314571381,0.812144875526428,0.328342914581299,0.482298284769058,0.812144875526428,0.691784799098969,0.702216446399689,0.168302536010742,0.697035372257233,0.702384650707245,0.14421372115612,-0.0348376482725143,0.0605615489184856,0.997556388378143,-0.0348376519978046,0.0605615451931953,0.997556388378143,-0.0165396463125944,0.0370558388531208,0.999176263809204,-0.0167290847748518,0.0372992716729641,0.99916410446167,-0.906722664833069,0.39574134349823,-0.145749226212502,-0.901872158050537,0.346996456384659,-0.257332533597946,-0.906100988388062,0.373311191797256,-0.199047222733498,-0.906722664833069,0.395741313695908,-0.145749241113663,-0.21122844517231,0.226926118135452,0.950729787349701,-0.211228415369987,0.22692608833313,0.950729727745056,-0.211228430271149,0.226926118135452,0.950729787349701,-0.211228415369987,0.226926103234291,0.950729727745056,-0.0913724675774574,-0.0425693541765213,-0.994906485080719,-0.0913724601268768,-0.0425693541765213,-0.994906485080719,-0.0913724452257156,-0.0425693467259407,-0.994906425476074,-0.0913724526762962,-0.0425693467259407,-0.994906425476074,-0.945405662059784,0.317980021238327,0.0713921636343002,-0.937649011611938,0.318942934274673,-0.138165652751923,-0.896786212921143,0.297181814908981,0.32780709862709,-0.896786212921143,0.297181814908981,0.327807068824768,-0.906100988388062,0.373311191797256,-0.199047222733498,-0.901872158050537,0.346996456384659,-0.257332533597946,-0.937649011611938,0.318942934274673,-0.138165652751923,-0.945405662059784,0.317980021238327,0.0713921636343002,0.723291277885437,0.652248501777649,-0.226763695478439,0.697035372257233,0.702384650707245,0.14421372115612,0.691784799098969,0.702216446399689,0.168302536010742,0.723291277885437,0.652248442173004,-0.226763665676117,0.701881945133209,0.56416130065918,-0.434837579727173,0.644204080104828,0.536624073982239,-0.545009672641754,0.807376205921173,0.551301956176758,-0.210260778665543,0.808381378650665,0.547505676746368,-0.216233476996422,0.631813824176788,0.383375197649002,0.673672616481781,
  394. 0.70916610956192,0.438064903020859,0.552433431148529,0.808381378650665,0.547505676746368,-0.216233476996422,0.807376205921173,0.551301956176758,-0.210260778665543,0.409218370914459,0.401895850896835,-0.81915807723999,0.644204080104828,0.536624073982239,-0.545009672641754,0.701881945133209,0.56416130065918,-0.434837579727173,0.409218430519104,0.401895850896835,-0.819158136844635,0.240582048892975,0.11908158659935,0.963296353816986,0.240582063794136,0.119081594049931,0.963296353816986,0.70916610956192,0.438064903020859,0.552433431148529,0.631813824176788,0.383375197649002,0.673672616481781,-0.908809065818787,0.405312061309814,0.0989346206188202,-0.844799339771271,0.513825654983521,0.149322211742401,-0.780848205089569,0.595598995685577,0.188515245914459,0.0235648117959499,0.999720752239227,0.00173689692746848,0.00526231108233333,0.999985933303833,0.000613896350841969,-0.00121852313168347,0.999999225139618,0.000216223474126309,0.0235648136585951,0.999720811843872,0.00173689692746848,0.0235648117959499,0.999720811843872,0.00173689681105316,0.0235648117959499,0.999720752239227,0.00173689692746848,0.0235648155212402,0.999720811843872,0.0017368970438838,0.0235648136585951,0.999720692634583,0.00173689692746848,-0.895951330661774,0.265266358852386,-0.356237143278122,-0.796464622020721,0.246539190411568,-0.552143633365631,-0.836067855358124,0.254533916711807,-0.486007273197174,-0.895951390266418,0.265266358852386,-0.356237202882767,-0.023178881034255,-0.999729931354523,-0.00170872290618718,0.00120807450730354,-0.999999165534973,-0.000214510655496269,-0.00520842289552093,-0.999986290931702,-0.000607672322075814,-0.0231788791716099,-0.999729812145233,-0.00170872278977185,-0.0231788791716099,-0.999729871749878,-0.00170872278977185,-0.0231788791716099,-0.999729871749878,-0.00170872278977185,-0.0231788791716099,-0.999729812145233,-0.00170872267335653,0.884991824626923,0.456664711236954,0.0908115431666374,0.85777360200882,0.474060654640198,0.198723301291466,0.906709790229797,0.362478852272034,0.215607061982155,0.909377574920654,0.405867367982864,0.0911271423101425,
  395. 0.0361733250319958,-0.00023939176753629,0.999345541000366,0.0233103763312101,-0.000114825510536321,0.999728322029114,0.0233142301440239,-0.000114862836198881,0.999728143215179,0.0361733213067055,-0.00023939179664012,0.999345481395721,-0.0533413663506508,-0.00142688595224172,-0.998575389385223,-0.0249443370848894,-0.000568403280340135,-0.999688684940338,-0.0247060041874647,-0.000561198685318232,-0.99969470500946,-0.0533413589000702,-0.0014268858358264,-0.998575389385223,-0.858869969844818,0.432854562997818,0.273823410272598,-0.867881715297699,0.429670423269272,0.249328345060349,-0.867881774902344,0.429670423269272,0.249328345060349,-0.830884397029877,0.475404739379883,0.289173513650894,-0.836067855358124,0.254533916711807,-0.486007273197174,-0.796464622020721,0.246539190411568,-0.552143633365631,-0.948285520076752,0.317401200532913,-0.00334602454677224,-0.947421073913574,0.317184329032898,-0.0422768853604794,-0.947421073913574,0.317184329032898,-0.0422768853604794,-0.948285520076752,0.317401200532913,-0.00334602454677224,-0.858869969844818,0.432854562997818,0.273823410272598,-0.906222343444824,0.349721044301987,0.237605288624763,0.969936072826386,0.237205550074577,0.054381474852562,0.909377574920654,0.405867367982864,0.0911271423101425,0.906709790229797,0.362478852272034,0.215607061982155,0.945144057273865,0.279535353183746,0.169005051255226,0.80014431476593,0.488436847925186,0.348135560750961,0.800144374370575,0.488436877727509,0.348135501146317,0.85777360200882,0.474060654640198,0.198723301291466,0.884991824626923,0.456664711236954,0.0908115431666374,0.969936072826386,0.237205550074577,0.054381474852562,0.945144057273865,0.279535353183746,0.169005051255226,0.966147661209106,0.117980189621449,-0.229432225227356,0.966147780418396,0.117980197072029,-0.229432240128517,-0.906222343444824,0.349721044301987,0.237605288624763,-0.858869969844818,0.432854562997818,0.273823410272598,-0.830884397029877,0.475404739379883,0.289173513650894,0.00958252418786287,0.995298445224762,0.096380814909935,-0.00363930338062346,0.999777257442474,0.0207887049764395,
  396. 0.00375775177963078,0.997999489307404,0.0631096288561821,0.00958252232521772,0.995298445224762,0.0963808074593544,0.00958252139389515,0.995298445224762,0.0963808074593544,0.00958252232521772,0.995298385620117,0.096380814909935,0.00958252232521772,0.995298445224762,0.0963808074593544,-0.911496341228485,0.399516761302948,-0.0977791324257851,-0.908097147941589,0.382041245698929,0.171476006507874,-0.904748320579529,0.379262715578079,0.193882331252098,-0.91149640083313,0.39951679110527,-0.0977791324257851,-0.00977117847651243,-0.995196223258972,-0.0974122285842896,-0.00391856301575899,-0.997945487499237,-0.0639484375715256,0.0035541751421988,-0.999769985675812,-0.0211511626839638,-0.00977117661386728,-0.995196104049683,-0.0974121987819672,-0.00977117661386728,-0.995196044445038,-0.0974122062325478,-0.00977117754518986,-0.995196104049683,-0.0974122136831284,-0.00977117661386728,-0.995196104049683,-0.0974122062325478,0.800761103630066,0.506122171878815,-0.320346713066101,0.817584693431854,0.506101369857788,-0.274621248245239,0.198725998401642,0.299022823572159,-0.933323800563812,0.198726013302803,0.299022793769836,-0.933323860168457,0.00279324199073017,-0.0909605249762535,0.995850563049316,0.0166437644511461,-0.0405402183532715,0.999039351940155,0.0168268587440252,-0.0398718267679214,0.999063074588776,0.00279324175789952,-0.0909605249762535,0.995850503444672,-0.0386617034673691,0.00594830978661776,-0.999234676361084,-0.0158589333295822,0.0363026075065136,-0.999215006828308,-0.0152488732710481,0.0371135696768761,-0.99919468164444,-0.0386617034673691,0.00594830978661776,-0.999234676361084,0.672446668148041,-0.356200069189072,-0.648796558380127,0.925127863883972,0.345954179763794,-0.15637831389904,0.668205916881561,-0.468606203794479,-0.577848672866821,0.672446668148041,-0.356200069189072,-0.648796558380127,0.668205916881561,-0.468606203794479,-0.577848672866821,0.790770709514618,-0.516088604927063,-0.329141527414322,0.790770709514618,-0.516088604927063,-0.329141527414322,0.833699762821198,0.37730273604393,0.403221130371094,
  397. 0.817584693431854,0.506101369857788,-0.274621248245239,0.800761103630066,0.506122171878815,-0.320346713066101,0.833699703216553,0.377302676439285,0.403221130371094,0.192714765667915,0.209996551275253,0.958521008491516,0.192714765667915,0.209996566176414,0.958520948886871,0.669983327388763,0.400172024965286,0.625287711620331,0.545475900173187,0.356219261884689,0.758659183979034,0.545475900173187,0.356219261884689,0.758659183979034,0.669983327388763,0.400172024965286,0.625287711620331,0.925127863883972,0.345954179763794,-0.15637831389904,0.908774614334106,0.405358016490936,-0.0990635007619858,-0.305379331111908,-0.127975478768349,0.943591952323914,-0.305379271507263,-0.127975463867188,0.943591952323914,-0.305379271507263,-0.127975463867188,0.943592011928558,-0.305379301309586,-0.127975478768349,0.943591952323914,-0.904748320579529,0.379262715578079,0.193882331252098,-0.908097147941589,0.382041245698929,0.171476006507874,-0.904984772205353,0.339421153068542,0.256506770849228,-0.910625874996185,0.339479118585587,0.235614776611328,-0.910625874996185,0.339479118585587,0.235614776611328,-0.904984772205353,0.339421153068542,0.256506770849228,-0.932734072208405,0.337298721075058,0.127423822879791,-0.93273401260376,0.337298691272736,0.127423822879791,0.908774614334106,0.405358016490936,-0.0990635007619858,0.925127863883972,0.345954179763794,-0.15637831389904,0.672446668148041,-0.356200069189072,-0.648796558380127,-0.025482639670372,0.999098598957062,0.0339519493281841,-0.0150437382981181,0.999538600444794,0.0263859666883945,-0.0024524163454771,0.999848067760468,0.0172565169632435,-0.0254826340824366,0.999098479747772,0.0339519418776035,-0.0254826359450817,0.999098479747772,0.0339519381523132,-0.025482639670372,0.999098539352417,0.0339519456028938,-0.0254826378077269,0.999098539352417,0.0339519418776035,-0.0254826378077269,0.999098539352417,0.0339519456028938,-0.0254826378077269,0.999098598957062,0.0339519493281841,-0.025482639670372,0.999098539352417,0.0339519456028938,-0.0254826378077269,0.999098539352417,0.0339519418776035,
  398. 0.929245948791504,0.356232404708862,0.0979816764593124,0.947430312633514,0.309006005525589,0.0830125734210014,0.94286721944809,0.321608304977417,0.0870030000805855,0.929245948791504,0.356232404708862,0.097981683909893,0.0251202322542667,-0.9991175532341,-0.0336626619100571,0.00237397174350917,-0.99985408782959,-0.0169158987700939,0.0148241929709911,-0.999549806118011,-0.0260837804526091,0.0251202303916216,-0.999117493629456,-0.0336626581847668,0.0251202322542667,-0.999117493629456,-0.0336626619100571,0.0251202303916216,-0.9991175532341,-0.0336626581847668,0.0251202322542667,-0.999117493629456,-0.0336626581847668,0.0251202303916216,-0.999117434024811,-0.0336626581847668,0.0251202341169119,-0.999117612838745,-0.0336626619100571,0.0251202285289764,-0.999117434024811,-0.0336626544594765,0.0251202303916216,-0.9991175532341,-0.0336626581847668,-0.902511179447174,0.416414529085159,0.109874397516251,-0.94527542591095,0.326175004243851,0.00801017880439758,-0.935776948928833,0.337204039096832,0.103029206395149,-0.886245489120483,0.41633340716362,0.203065246343613,0.0230500157922506,0.0480630695819855,-0.998578310012817,0.0185517929494381,0.0271053984761238,-0.999460399150848,0.0186211410909891,0.0274282991886139,-0.999450385570526,0.0230500157922506,0.0480630733072758,-0.998578250408173,-0.0108140045776963,-5.22709997312631e-005,0.999941527843475,-0.0168478898704052,-0.0289731882512569,0.999438107013702,-0.0168435890227556,-0.0289525464177132,0.999438941478729,-0.0108140055090189,-5.22709960932843e-005,0.999941527843475,0.856560111045837,0.500168561935425,-0.127027839422226,0.862196803092957,0.488945960998535,-0.132470354437828,0.875117838382721,0.461522281169891,-0.145485207438469,0.875117778778076,0.461522221565247,-0.145485192537308,0.940491735935211,0.233384236693382,-0.246995821595192,0.954827547073364,0.245766043663025,-0.167042538523674,0.881379842758179,0.283366084098816,-0.377985596656799,0.8895463347435,0.313420623540878,-0.332377523183823,0.8895463347435,0.313420623540878,-0.332377523183823,0.881379842758179,0.283366084098816,-0.377985596656799,
  399. 0.897822380065918,0.372762739658356,-0.234441474080086,0.897822439670563,0.372762769460678,-0.234441474080086,0.301996260881424,0.11511518061161,0.946333348751068,0.301996260881424,0.11511517316103,0.946333348751068,0.583977997303009,0.290199548006058,0.758125305175781,0.56402450799942,0.27741152048111,0.777765572071075,0.56402450799942,0.27741152048111,0.777765572071075,0.583977997303009,0.290199548006058,0.758125305175781,0.851547658443451,0.520895481109619,-0.0594519153237343,0.84321141242981,0.530196070671082,-0.0888071432709694,0.94286721944809,0.321608304977417,0.0870030000805855,0.947430312633514,0.309006005525589,0.0830125734210014,0.954827547073364,0.245766043663025,-0.167042538523674,0.940491735935211,0.233384236693382,-0.246995821595192,0.84321141242981,0.530196070671082,-0.0888071432709694,0.851547658443451,0.520895481109619,-0.0594519153237343,0.862196803092957,0.488945960998535,-0.132470354437828,0.856560111045837,0.500168561935425,-0.127027839422226,-0.902511179447174,0.416414529085159,0.109874397516251,-0.886245489120483,0.41633340716362,0.203065246343613,-0.933396756649017,0.306173145771027,-0.187159016728401,-0.94362461566925,0.30206686258316,-0.135381668806076,-0.928700983524323,0.283269762992859,-0.239317387342453,-0.928700983524323,0.283269733190537,-0.239317372441292,-0.935776948928833,0.337204039096832,0.103029206395149,-0.94527542591095,0.326175004243851,0.00801017880439758,-0.94362461566925,0.30206686258316,-0.135381668806076,-0.933396756649017,0.306173145771027,-0.187159016728401,-0.945434749126434,0.314195483922958,0.0862226560711861,-0.950712323188782,0.307498276233673,0.0398865379393101,-0.950712323188782,0.307498276233673,0.0398865379393101,-0.945434749126434,0.314195483922958,0.0862226560711861,-0.797333598136902,0.341659247875214,0.497521787881851,-0.797333657741547,0.341659277677536,0.497521787881851,0.00139139243401587,-0.999998986721039,0.000236179475905374,0.0343333184719086,-0.999409079551697,0.00158662011381239,0.0184584632515907,-0.999829173088074,0.000935861316975206,0.00139139220118523,-0.999998986721039,0.000236179490457289,
  400. 0.00139139243401587,-0.999999046325684,0.000236179519561119,0.00139139220118523,-0.999998927116394,0.000236179461353458,0.0013913920847699,-0.999998867511749,0.000236179490457289,0.00139139220118523,-0.999998927116394,0.000236179475905374,-0.858087182044983,-0.279648214578629,0.430677801370621,-0.742223620414734,-0.260172158479691,0.617587685585022,-0.788974702358246,-0.268802046775818,0.552507221698761,-0.858087062835693,-0.279648184776306,0.430677801370621,0.00137491431087255,0.999998986721039,0.00023341306950897,-0.0174160823225975,0.999847412109375,-0.00138821231666952,-0.0348444059491158,0.999388575553894,-0.00289227813482285,0.00137491431087255,0.999998986721039,0.000233413113164715,0.00137491431087255,0.999998986721039,0.000233413113164715,0.00137491442728788,0.999999046325684,0.000233413113164715,0.00137491431087255,0.999998986721039,0.000233413113164715,0.861200094223022,-0.476962745189667,-0.175615787506104,0.823017835617065,-0.492950707674026,-0.282207757234573,0.872847437858582,-0.379158735275269,-0.307206451892853,0.887934029102325,-0.424454838037491,-0.177232265472412,-0.0728705823421478,-0.00191553309559822,-0.997339487075806,-0.0596991330385208,-0.00384069373831153,-0.998208999633789,-0.0604112185537815,-0.00373667129315436,-0.998166561126709,-0.0728705748915672,-0.00191553332842886,-0.997339606285095,0.0162742882966995,0.00367376231588423,0.999860763549805,0.0592614598572254,0.00342448777519166,0.998236656188965,0.0606753416359425,0.00341616943478584,0.998151659965515,0.0162742901593447,0.00367376254871488,0.999860823154449,-0.876810967922211,-0.4446020424366,-0.183116391301155,-0.877403914928436,-0.449550896883011,-0.167529866099358,-0.877403974533081,-0.449550926685333,-0.16752989590168,-0.84294182062149,-0.495807468891144,-0.208863839507103,-0.788974702358246,-0.268802046775818,0.552507221698761,-0.742223620414734,-0.260172158479691,0.617587685585022,-0.94425231218338,-0.321047574281693,0.0729105994105339,-0.940594911575317,-0.321412920951843,0.109431035816669,-0.940594911575317,-0.321412920951843,0.109431035816669,
  401. -0.94425231218338,-0.321047574281693,0.0729105994105339,-0.876810967922211,-0.4446020424366,-0.183116391301155,-0.928175866603851,-0.348768383264542,-0.129807859659195,0.957043290138245,-0.250538021326065,-0.145940691232681,0.887934029102325,-0.424454838037491,-0.177232265472412,0.872847437858582,-0.379158735275269,-0.307206451892853,0.919441819190979,-0.293104588985443,-0.262137949466705,0.746403336524963,-0.504772365093231,-0.433689892292023,0.746403336524963,-0.504772305488586,-0.433689922094345,0.823017835617065,-0.492950707674026,-0.282207757234573,0.861200094223022,-0.476962745189667,-0.175615787506104,0.957043290138245,-0.250538021326065,-0.145940691232681,0.919441819190979,-0.293104588985443,-0.262137949466705,0.979531168937683,-0.124097608029842,0.158487901091576,0.979531168937683,-0.124097608029842,0.158487901091576,-0.928175866603851,-0.348768383264542,-0.129807859659195,-0.876810967922211,-0.4446020424366,-0.183116391301155,-0.84294182062149,-0.495807468891144,-0.208863839507103,-0.0098574822768569,0.999951243400574,-0.000660864461679012,-0.022091630846262,0.99958348274231,0.0185701195150614,-0.0255466587841511,0.999385416507721,0.0240026339888573,-0.00985748041421175,0.999951243400574,-0.000660864403471351,-0.0098574822768569,0.999951243400574,-0.000660864461679012,-0.00985748134553432,0.999951183795929,-0.000660864403471351,-0.00985748134553432,0.999951243400574,-0.000660864403471351,-0.00985748134553432,0.999951183795929,-0.000660864403471351,-0.879547476768494,0.281334221363068,-0.38372814655304,-0.773368716239929,0.261341840028763,-0.57758229970932,-0.817103922367096,0.270245105028152,-0.509223639965057,-0.879547476768494,0.281334191560745,-0.38372814655304,0.00974171049892902,-0.999952375888824,0.00065310305217281,0.0246953200548887,-0.999362409114838,-0.0257848668843508,0.0213413536548615,-0.999575078487396,-0.019853625446558,0.0097417114302516,-0.999952435493469,0.00065310305217281,0.00974170956760645,-0.99995231628418,0.000653102993965149,0.00974171049892902,-0.999952256679535,0.00065310305217281,
  402. 0.00974171049892902,-0.99995231628418,0.000653102935757488,0.876329183578491,0.448620408773422,0.175462171435356,0.845831274986267,0.450392931699753,0.285859376192093,0.896170198917389,0.333690226078033,0.292454779148102,0.902684688568115,0.396123826503754,0.168065875768662,-0.000218250701436773,4.11848232033663e-005,1,0.00442167278379202,-0.0222339741885662,0.999743044376373,0.0062976093031466,-0.0312397480010986,0.999492108821869,-0.000218250715988688,4.11848232033663e-005,1,-0.0154049647971988,0.0675001293420792,-0.997600317001343,-0.00453604757785797,0.0204761885106564,-0.999780058860779,-0.00690630031749606,0.030731163918972,-0.999503791332245,-0.0154049638658762,0.0675001293420792,-0.997600317001343,-0.863390266895294,0.447225093841553,0.233552992343903,-0.864851653575897,0.452250003814697,0.217948466539383,-0.864851653575897,0.45225003361702,0.217948481440544,-0.827843606472015,0.498471796512604,0.257295399904251,-0.817103922367096,0.270245105028152,-0.509223639965057,-0.773368716239929,0.261341840028763,-0.57758229970932,-0.946133732795715,0.323188185691834,-0.0195013545453548,-0.944509565830231,0.323552280664444,-0.0567065589129925,-0.944509565830231,0.323552280664444,-0.0567065589129925,-0.946133732795715,0.323188185691834,-0.0195013545453548,-0.863390266895294,0.447225093841553,0.233552992343903,-0.918273389339447,0.351078301668167,0.183079659938812,0.967835485935211,0.226650074124336,0.109198540449142,0.902684688568115,0.396123826503754,0.168065875768662,0.896170198917389,0.333690226078033,0.292454779148102,0.938779711723328,0.25377544760704,0.233003899455071,0.779832422733307,0.442060261964798,0.443220287561417,0.779832422733307,0.442060232162476,0.443220227956772,0.845831274986267,0.450392931699753,0.285859376192093,0.876329183578491,0.448620408773422,0.175462171435356,0.967835485935211,0.226650074124336,0.109198540449142,0.938779711723328,0.25377544760704,0.233003899455071,0.967038989067078,0.140665650367737,-0.212247088551521,0.967038989067078,0.140665650367737,-0.21224707365036,-0.918273389339447,0.351078301668167,0.183079659938812,
  403. -0.863390266895294,0.447225093841553,0.233552992343903,-0.827843606472015,0.498471796512604,0.257295399904251,0.0319922305643559,-0.999479472637177,-0.00414671469479799,0.00862609036266804,-0.999922215938568,-0.00900767371058464,0.00155792245641351,-0.999943912029266,-0.0104768825694919,0.0319922268390656,-0.999479472637177,-0.00414671469479799,0.0319922305643559,-0.999479532241821,-0.00414671516045928,0.0319922268390656,-0.999479532241821,-0.00414671469479799,0.0319922305643559,-0.999479591846466,-0.00414671469479799,0.0319922268390656,-0.999479472637177,-0.00414671469479799,0.0319922305643559,-0.999479472637177,-0.00414671469479799,0.0319922231137753,-0.999479472637177,-0.00414671469479799,0.0319922268390656,-0.999479472637177,-0.00414671469479799,-0.042714636772871,-0.00903524644672871,0.999046504497528,-0.989541053771973,-0.138240590691566,0.0412083193659782,-0.988746881484985,-0.143423691391945,0.0425344370305538,-0.0332430191338062,-0.00748551823198795,0.999419271945953,-0.0315540544688702,0.999492883682251,0.00428585568442941,-0.00114173977635801,0.999939858913422,0.0109021570533514,-0.00827380735427141,0.999922037124634,0.00935152266174555,-0.0315540507435799,0.999492824077606,0.00428585615009069,-0.0315540507435799,0.999492883682251,0.00428585615009069,-0.0315540544688702,0.999492883682251,0.00428585568442941,-0.0315540507435799,0.999492883682251,0.00428585568442941,-0.0315540544688702,0.999493002891541,0.00428585568442941,-0.0315540507435799,0.999492824077606,0.00428585568442941,-0.0315540507435799,0.999492883682251,0.00428585568442941,-0.0315540544688702,0.999492883682251,0.00428585661575198,0.887120962142944,-0.456768661737442,0.0661715418100357,0.934654951095581,-0.354014098644257,-0.0330764353275299,0.927256464958191,-0.371146261692047,0.0494557395577431,0.869554758071899,-0.465083390474319,0.166048616170883,-0.00372190703637898,0.000789222132880241,-0.999992787837982,-0.0195766128599644,0.0293179098516703,-0.999378383159637,-0.0193030126392841,0.0288255419582129,-0.999398052692413,-0.00372190726920962,0.000789222191087902,-0.999992787837982,
  404. -0.0185351297259331,-0.0505144260823727,0.998551249504089,-0.00121742743067443,-0.0241329334676266,0.99970805644989,-0.0011225575581193,-0.0239883475005627,0.999711573123932,-0.0185351353138685,-0.0505144260823727,0.998551368713379,-0.969533860683441,-0.230610474944115,-0.0826005414128304,-0.971006155014038,-0.22353520989418,-0.0847292542457581,-0.973980188369751,-0.208305463194847,-0.0892821997404099,-0.973980307579041,-0.208305463194847,-0.0892821997404099,-0.988081336021423,-0.0943322405219078,-0.121641762554646,-0.99094146490097,-0.0997978523373604,-0.0898630768060684,-0.9722980260849,-0.118659816682339,-0.20138618350029,-0.974037528038025,-0.127058744430542,-0.18736843764782,-0.974037528038025,-0.127058744430542,-0.18736843764782,-0.9722980260849,-0.118659816682339,-0.20138618350029,-0.978372931480408,-0.160459250211716,-0.130535036325455,-0.978372812271118,-0.160459235310555,-0.130535036325455,-0.534657299518585,-0.145050436258316,0.832527458667755,-0.53465735912323,-0.145050436258316,0.8325275182724,-0.798144340515137,-0.203522399067879,0.567048668861389,-0.819084942340851,-0.207951962947845,0.534654915332794,-0.819084942340851,-0.207951962947845,0.534654915332794,-0.798144340515137,-0.203522399067879,0.567048668861389,-0.968828797340393,-0.243740946054459,-0.0442855805158615,-0.966487526893616,-0.248995393514633,-0.0624752715229988,-0.988746881484985,-0.143423691391945,0.0425344370305538,-0.989541053771973,-0.138240590691566,0.0412083193659782,-0.99094146490097,-0.0997978523373604,-0.0898630768060684,-0.988081336021423,-0.0943322405219078,-0.121641762554646,-0.966487526893616,-0.248995393514633,-0.0624752715229988,-0.968828797340393,-0.243740946054459,-0.0442855805158615,-0.971006155014038,-0.22353520989418,-0.0847292542457581,-0.969533860683441,-0.230610474944115,-0.0826005414128304,0.887120962142944,-0.456768661737442,0.0661715418100357,0.869554758071899,-0.465083390474319,0.166048616170883,0.925628125667572,-0.312476098537445,-0.213474228978157,0.931509375572205,-0.314068078994751,-0.183443516492844,0.905312597751617,-0.271520376205444,-0.326627671718597,
  405. 0.905312657356262,-0.271520406007767,-0.32662770152092,0.927256464958191,-0.371146261692047,0.0494557395577431,0.934654951095581,-0.354014098644257,-0.0330764353275299,0.931509375572205,-0.314068078994751,-0.183443516492844,0.925628125667572,-0.312476098537445,-0.213474228978157,0.930316746234894,-0.353704690933228,0.0969724655151367,0.939166307449341,-0.341003030538559,0.0410318002104759,0.939166307449341,-0.341003030538559,0.0410318002104759,0.930316746234894,-0.353704690933228,0.0969724655151367,0.761557161808014,-0.409130305051804,0.502636075019836,0.761557102203369,-0.409130305051804,0.502636015415192,0.00764804612845182,-0.00373793672770262,-0.999963760375977,0.0162835493683815,-0.00205383310094476,-0.999865233898163,0.0161833614110947,-0.00207337457686663,-0.999866843223572,0.00764804659411311,-0.00373793672770262,-0.999963819980621,0.0393908731639385,-0.999170243740082,0.0103467926383018,0.00340503407642245,-0.999993145465851,0.00142190849874169,0.0162414088845253,-0.999857544898987,0.00460556242614985,0.0393908731639385,-0.999170303344727,0.010346794500947,0.0393908731639385,-0.999170303344727,0.0103467935696244,0.0393908731639385,-0.999170362949371,0.0103467935696244,0.0393908731639385,-0.999170243740082,0.0103467935696244,0.0182804558426142,0.99982351064682,0.0043163076043129,-0.00334310508333147,0.999993860721588,-0.00105601793620735,-0.0158775765448809,0.999865233898163,-0.0041701290756464,0.0182804577052593,0.999823689460754,0.00431630806997418,0.0182804558426142,0.99982351064682,0.0043163076043129,0.0182804577052593,0.99982362985611,0.00431630806997418,0.0182804558426142,0.99982351064682,0.00431630713865161,0.929429531097412,-0.109000287950039,0.352533370256424,0.969660639762878,-0.232570618391037,0.0752945095300674,0.970444202423096,-0.241289079189301,0.00420810468494892,-0.966604471206665,-0.252410888671875,0.0443228855729103,-0.970146298408508,-0.241765722632408,-0.0191191323101521,-0.784937620162964,-0.29730612039566,0.543582499027252,-0.784937679767609,-0.297306150197983,0.543582558631897,-0.0268113296478987,-3.07031696138438e-005,0.999640583992004,
  406. -0.0268113296478987,-3.07031696138438e-005,0.99964052438736,-0.0493653044104576,-0.00506717758253217,0.998767912387848,-0.0497469045221806,-0.00515242060646415,0.998748540878296,-0.885416507720947,-0.349979400634766,-0.305862694978714,-0.885416507720947,-0.349979400634766,-0.305862665176392,-0.944019198417664,-0.302919268608093,-0.130643457174301,-0.934736311435699,-0.313540637493134,-0.167213693261147,-0.966927528381348,-0.233696818351746,-0.102162167429924,-0.967653453350067,-0.242521181702614,-0.0695011466741562,-0.970146298408508,-0.241765722632408,-0.0191191323101521,-0.966604471206665,-0.252410888671875,0.0443228855729103,-0.934736311435699,-0.313540637493134,-0.167213693261147,-0.944019198417664,-0.302919268608093,-0.130643457174301,-0.967653453350067,-0.242521181702614,-0.0695011466741562,-0.966927528381348,-0.233696818351746,-0.102162167429924,0.970444202423096,-0.241289079189301,0.00420810468494892,0.969660639762878,-0.232570618391037,0.0752945095300674,0.96860808134079,-0.247260868549347,0.0256947670131922,0.968168675899506,-0.22978687286377,0.0992340594530106,0.968168675899506,-0.22978687286377,0.0992340594530106,0.96860808134079,-0.247260868549347,0.0256947670131922,0.971429526805878,-0.237275302410126,-0.00501503190025687,0.972549676895142,-0.226594030857086,0.0529347248375416,0.972549676895142,-0.226594030857086,0.0529347248375416,0.971429526805878,-0.237275302410126,-0.00501503190025687,0.960550725460052,-0.25476211309433,-0.111528187990189,0.960550785064697,-0.254762142896652,-0.111528187990189,0.82302725315094,-0.209851771593094,0.527814745903015,0.969660639762878,-0.232570618391037,0.0752945095300674,0.929429531097412,-0.109000287950039,0.352533370256424,0.000866902410052717,0.999999582767487,9.02288957149722e-006,0.00386609113775194,0.999992489814758,0.000153927088831551,0.0445612780749798,0.999004423618317,0.00212012301199138,0.0445612706243992,0.999004364013672,0.00212012301199138,0.0445612706243992,0.999004364013672,0.00212012277916074,0.0445612743496895,0.999004423618317,0.00212012301199138,
  407. 0.0445612743496895,0.999004364013672,0.00212012301199138,-0.00377278216183186,-0.999992728233337,0.000530723365955055,-0.00083185313269496,-0.999999523162842,0.000602890562731773,-0.0430354364216328,-0.999073445796967,-0.000433255627285689,-0.0430354438722134,-0.999073505401611,-0.00043325568549335,-0.0430354364216328,-0.999073445796967,-0.000433255627285689,-0.0430354364216328,-0.999073445796967,-0.000433255627285689,-0.0430354401469231,-0.999073505401611,-0.000433255627285689,0.00839015282690525,-0.00286428723484278,0.999960720539093,0.00840211473405361,-0.00292350561358035,0.999960422515869,0.00950187910348177,-0.00836850237101316,0.999919891357422,0.00950187910348177,-0.00836850237101316,0.999919831752777,-0.0247060041874647,-0.000561198685318232,-0.99969470500946,-0.0249443370848894,-0.000568403280340135,-0.999688684940338,-0.0329926423728466,0.000893898191861808,-0.999455273151398,-0.0329498983919621,0.000892531592398882,-0.999456584453583,-0.00121852313168347,0.999999225139618,0.000216223474126309,0.00526231108233333,0.999985933303833,0.000613896350841969,0.00386609113775194,0.999992489814758,0.000153927088831551,0.000866902410052717,0.999999582767487,9.02288957149722e-006,-0.00520842289552093,-0.999986290931702,-0.000607672322075814,0.00120807450730354,-0.999999165534973,-0.000214510655496269,-0.00083185313269496,-0.999999523162842,0.000602890562731773,-0.00377278216183186,-0.999992728233337,0.000530723365955055,0.0233142301440239,-0.000114862836198881,0.999728143215179,0.0233103763312101,-0.000114825510536321,0.999728322029114,0.00840211473405361,-0.00292350561358035,0.999960422515869,0.00839015282690525,-0.00286428723484278,0.999960720539093,-0.0329498983919621,0.000892531592398882,-0.999456584453583,-0.0329926423728466,0.000893898191861808,-0.999455273151398,-0.0525274835526943,0.00151842995546758,-0.998618304729462,-0.0525274761021137,0.00151842972263694,-0.998618304729462,0.0161833614110947,-0.00207337457686663,-0.999866843223572,0.0162835493683815,-0.00205383310094476,-0.999865233898163,0.0268095601350069,-4.96014536111034e-007,-0.999640583992004,
  408. 0.0268095564097166,-4.96014422424196e-007,-0.99964052438736,0.0162414088845253,-0.999857544898987,0.00460556242614985,0.00340503407642245,-0.999993145465851,0.00142190849874169,-0.0186789762228727,-0.999817311763763,-0.00405556242913008,-0.0186789743602276,-0.999817371368408,-0.00405556196346879,-0.0186789743602276,-0.999817311763763,-0.00405556196346879,-0.0186789743602276,-0.999817371368408,-0.00405556196346879,-0.0186789762228727,-0.999817311763763,-0.00405556196346879,-0.0158775765448809,0.999865233898163,-0.0041701290756464,-0.00334310508333147,0.999993860721588,-0.00105601793620735,-0.0383880846202374,0.999215185642242,-0.00976262800395489,-0.0383880883455276,0.999215245246887,-0.00976262893527746,-0.0383880846202374,0.999215185642242,-0.00976262800395489,-0.0383880846202374,0.999215245246887,-0.00976262893527746,-0.0383880846202374,0.999215185642242,-0.00976262893527746,-0.0497469045221806,-0.00515242060646415,0.998748540878296,-0.0493653044104576,-0.00506717758253217,0.998767912387848,-0.0742534399032593,-0.0106285959482193,0.997182726860046,-0.0742534548044205,-0.0106285959482193,0.997182726860046,0.00623224582523108,0.0040410440415144,-0.999972403049469,0.00651557045057416,0.00413331761956215,-0.999970138072968,0.0264633912593126,0.0106295300647616,-0.999593257904053,0.0264633931219578,0.0106295300647616,-0.999593257904053,-0.00326744467020035,0.9999920129776,0.00233182846568525,-0.00961082987487316,0.999948978424072,0.00310421176254749,-0.0485445074737072,0.998790204524994,0.00784312561154366,-0.0485445149242878,0.998790264129639,0.00784312654286623,-0.0485445111989975,0.998790264129639,0.00784312654286623,-0.0485445074737072,0.998790204524994,0.00784312654286623,-0.0485445111989975,0.998790264129639,0.00784312654286623,-0.0485445074737072,0.998790144920349,0.00784312561154366,-0.0485445111989975,0.998790264129639,0.00784312654286623,0.0110934600234032,-0.99993109703064,-0.0038380918558687,0.00452208332717419,-0.999985575675964,-0.00290795462206006,0.0500505119562149,-0.998702943325043,-0.00935016293078661,
  409. 0.0500505156815052,-0.998702943325043,-0.00935016386210918,0.0500505045056343,-0.998702883720398,-0.00935016199946404,0.0500505045056343,-0.998702943325043,-0.00935016293078661,0.0500505119562149,-0.998702943325043,-0.00935016293078661,0.0500505082309246,-0.998702883720398,-0.00935016293078661,0.0500505119562149,-0.998702824115753,-0.00935016199946404,0.00578163983300328,4.87615398014896e-005,0.999983251094818,0.00594180962070823,4.66998208139557e-005,0.999982416629791,-0.00942305289208889,0.000244465161813423,0.999955534934998,-0.00942305382341146,0.000244465161813423,0.999955594539642,0.00865838211029768,-0.0331579782068729,-0.999412596225739,0.00865099765360355,-0.0331414788961411,-0.999413192272186,0.00651557045057416,0.00413331761956215,-0.999970138072968,0.00623224582523108,0.0040410440415144,-0.999972403049469,0.00142920680809766,0.999610483646393,-0.0278705954551697,-0.000751568004488945,0.999494433403015,-0.03178695961833,-0.00961082987487316,0.999948978424072,0.00310421176254749,-0.00326744467020035,0.9999920129776,0.00233182846568525,0.000716530252248049,-0.999485433101654,0.0320708490908146,-0.00146579812280834,-0.999603867530823,0.0281087215989828,0.00452208332717419,-0.999985575675964,-0.00290795462206006,0.0110934600234032,-0.99993109703064,-0.0038380918558687,-0.0167290847748518,0.0372992716729641,0.99916410446167,-0.0165396463125944,0.0370558388531208,0.999176263809204,0.00594180962070823,4.66998208139557e-005,0.999982416629791,0.00578163983300328,4.87615398014896e-005,0.999983251094818,-0.00281971995718777,-0.00828693434596062,0.999961674213409,-0.00294656585901976,-0.00831921864300966,0.999961078166962,-0.0342900082468987,-0.0162927322089672,0.999279081821442,-0.034290011972189,-0.0162927340716124,0.999279141426086,0.00196484546177089,0.999998033046722,-1.27986422739923e-005,0.00420478684827685,0.999991178512573,-0.000293171469820663,0.0136100463569164,0.999906301498413,-0.00147043820470572,0.0136100444942713,0.999906241893768,-0.00147043797187507,0.0136100463569164,0.999906301498413,-0.00147043832112104,
  410. 0.0136100435629487,0.999906241893768,-0.00147043820470572,0.0136100444942713,0.999906241893768,-0.00147043820470572,-0.00201283185742795,-0.999997973442078,0.00018160225590691,-0.00421086698770523,-0.999991059303284,0.000487240642542019,-0.0147740161046386,-0.999503016471863,0.0278430823236704,-0.02132105268538,-0.999103546142578,0.0365715101361275,-0.004141247831285,0.00572696886956692,-0.999975025653839,-0.00398951722308993,0.00573979830369353,-0.999975562095642,-0.0505132079124451,-0.0245394762605429,-0.998421847820282,-0.0507352389395237,-0.0250621475279331,-0.998397648334503,0.0375417396426201,0.0305883046239614,0.998826742172241,0.0370296537876129,0.0291462130844593,0.998889029026031,-0.00294656585901976,-0.00831921864300966,0.999961078166962,-0.00281971995718777,-0.00828693434596062,0.999961674213409,0.0216263625770807,0.999084174633026,-0.0369205214083195,0.0147927021607757,0.999502718448639,-0.0278466157615185,0.00420478684827685,0.999991178512573,-0.000293171469820663,0.00196484546177089,0.999998033046722,-1.27986422739923e-005,-0.02132105268538,-0.999103546142578,0.0365715101361275,-0.0147740161046386,-0.999503016471863,0.0278430823236704,-0.0498462282121181,-0.9959676861763,0.0745895430445671,-0.0498462319374084,-0.995967745780945,0.0745895579457283,-0.0498462282121181,-0.995967745780945,0.0745895504951477,-0.0498462319374084,-0.995967745780945,0.0745895579457283,-0.0498462319374084,-0.995967745780945,0.0745895579457283,-0.0507352389395237,-0.0250621475279331,-0.998397648334503,-0.0505132079124451,-0.0245394762605429,-0.998421847820282,-0.0654958933591843,-0.0598778575658798,-0.996054649353027,-0.0654958859086037,-0.0598778501152992,-0.996054649353027,-0.00146356341429055,0.999582231044769,-0.0288679860532284,-0.00089901132741943,0.999683022499084,-0.0251587331295013,-0.0040476405993104,0.998940408229828,-0.0458425469696522,-0.0040476405993104,0.998940408229828,-0.0458425506949425,-0.00404764106497169,0.998940527439117,-0.0458425506949425,-0.00404764106497169,0.998940408229828,-0.0458425506949425,-0.00404764106497169,0.998940467834473,-0.0458425506949425,
  411. -0.0040476405993104,0.998940408229828,-0.0458425506949425,0.00479579716920853,-0.999675571918488,0.0250161904841661,0.00490422267466784,-0.999576508998871,0.0286817289888859,0.00540083972737193,-0.998949944972992,0.0454944260418415,0.00540083926171064,-0.998949885368347,0.0454944223165512,0.00540084019303322,-0.998950064182281,0.0454944297671318,0.00540084019303322,-0.998950004577637,0.0454944260418415,0.00540083972737193,-0.998950004577637,0.0454944260418415,0.00540083972737193,-0.998949944972992,0.0454944223165512,0.0325071960687637,0.0278311483561993,0.999083936214447,0.0323590636253357,0.0276618134230375,0.999093413352966,0.0483066104352474,0.0458948686718941,0.99777764081955,0.0483066067099571,0.0458948612213135,0.99777764081955,-0.0327442474663258,-0.0285716820508242,-0.99905526638031,-0.0325049608945847,-0.0284731071442366,-0.99906587600708,-0.0152763426303864,-0.0213729869574308,-0.99965488910675,-0.0152763435617089,-0.0213729906827211,-0.999654948711395,0.00155792245641351,-0.999943912029266,-0.0104768825694919,0.00862609036266804,-0.999922215938568,-0.00900767371058464,-0.0197423044592142,-0.999694108963013,-0.0149010038003325,-0.0197423044592142,-0.999694049358368,-0.0149010038003325,-0.0197423025965691,-0.999694108963013,-0.01490100286901,-0.0197423025965691,-0.999694049358368,-0.01490100286901,-0.0197423007339239,-0.999693989753723,-0.0149010010063648,-0.0197423063218594,-0.999694108963013,-0.0149010038003325,-0.00827380735427141,0.999922037124634,0.00935152266174555,-0.00114173977635801,0.999939858913422,0.0109021570533514,0.0197835955768824,0.999684989452362,0.0154482619836926,0.0197835937142372,0.999684989452362,0.0154482619836926,0.0197835955768824,0.999684989452362,0.0154482629150152,0.0197835937142372,0.999684929847717,0.0154482601210475,0.0197835937142372,0.999684929847717,0.0154482619836926,0.0197835955768824,0.999684929847717,0.0154482629150152,-0.0193030126392841,0.0288255419582129,-0.999398052692413,-0.0195766128599644,0.0293179098516703,-0.999378383159637,-0.0337779745459557,0.0548769421875477,-0.997921586036682,
  412. -0.0337779745459557,0.0548769496381283,-0.997921645641327,-0.0011225575581193,-0.0239883475005627,0.999711573123932,-0.00121742743067443,-0.0241329334676266,0.99970805644989,-0.042714636772871,-0.00903524644672871,0.999046504497528,-0.0332430191338062,-0.00748551823198795,0.999419271945953,-0.0308823939412832,0.0403551012277603,0.998708009719849,-0.0305436085909605,0.0409310683608055,0.998695075511932,-0.0197434108704329,0.0592706948518753,0.998046696186066,-0.0197434090077877,0.059270691126585,0.998046696186066,0.0146219078451395,0.999278724193573,-0.0350476242601871,0.0183504056185484,0.999371349811554,-0.030337018892169,0.00101736676879227,0.998635113239288,-0.0522193275392056,0.00101736676879227,0.998635172843933,-0.0522193349897861,0.00101736665237695,0.998635113239288,-0.0522193312644959,0.00101736665237695,0.998635172843933,-0.0522193349897861,0.00101736665237695,0.998635113239288,-0.0522193312644959,-0.0145254321396351,-0.999301254749298,0.0344384498894215,-0.0181519892066717,-0.999392032623291,0.0297679658979177,-0.0434157103300095,-0.999053120613098,-0.00281973253004253,-0.0434157140552998,-0.999053120613098,-0.00281973276287317,-0.0434157066047192,-0.999053061008453,-0.00281973253004253,-0.0434157066047192,-0.999053180217743,-0.00281973253004253,-0.0434157140552998,-0.999053120613098,-0.00281973253004253,0.0178779512643814,-0.033337265253067,-0.999284207820892,0.0179372373968363,-0.0342127718031406,-0.999253571033478,0.0155189875513315,0.0013565473491326,-0.999878704547882,0.0155189875513315,0.0013565473491326,-0.999878644943237,0.0184584632515907,-0.999829173088074,0.000935861316975206,0.0343333184719086,-0.999409079551697,0.00158662011381239,0.0615552440285683,-0.99810004234314,0.00270242453552783,0.061555240303278,-0.998099982738495,0.00270242453552783,0.0615552440285683,-0.998099982738495,0.00270242453552783,0.061555240303278,-0.99809992313385,0.00270242406986654,0.061555240303278,-0.998099982738495,0.00270242430269718,-0.0348444059491158,0.999388575553894,-0.00289227813482285,-0.0174160823225975,0.999847412109375,-0.00138821231666952,
  413. -0.0645958930253983,0.997896492481232,-0.00545991538092494,-0.0645959004759789,0.997896671295166,-0.00545991631224751,-0.0645959004759789,0.997896552085876,-0.00545991631224751,-0.0645958930253983,0.997896552085876,-0.00545991584658623,-0.0645958930253983,0.997896552085876,-0.00545991584658623,-0.0604112185537815,-0.00373667129315436,-0.998166561126709,-0.0596991330385208,-0.00384069373831153,-0.998208999633789,-0.0384506247937679,-0.00694170501083136,-0.999236404895782,-0.0384506247937679,-0.00694170547649264,-0.999236404895782,0.0606753416359425,0.00341616943478584,0.998151659965515,0.0592614598572254,0.00342448777519166,0.998236656188965,0.0928730219602585,0.0032247060444206,0.995672702789307,0.0928730443120003,0.00322470651008189,0.995672762393951,-0.0024524163454771,0.999848067760468,0.0172565169632435,-0.0150437382981181,0.999538600444794,0.0263859666883945,0.015099118463695,0.999875783920288,0.00452436972409487,0.015099118463695,0.999875783920288,0.00452436925843358,0.0150991193950176,0.999875783920288,0.00452436972409487,0.0150991193950176,0.999875724315643,0.00452436972409487,0.015099118463695,0.999875783920288,0.00452436972409487,0.0150991212576628,0.999875843524933,0.00452436972409487,0.0148241929709911,-0.999549806118011,-0.0260837804526091,0.00237397174350917,-0.99985408782959,-0.0169158987700939,-0.0148802259936929,-0.999880373477936,-0.00420454936102033,-0.0148802259936929,-0.999880433082581,-0.00420454982668161,-0.0148802259936929,-0.999880492687225,-0.0042045502923429,-0.0148802269250155,-0.999880433082581,-0.00420454936102033,-0.0148802269250155,-0.999880433082581,-0.00420454982668161,-0.0148802259936929,-0.999880373477936,-0.00420454982668161,0.0186211410909891,0.0274282991886139,-0.999450385570526,0.0185517929494381,0.0271053984761238,-0.999460399150848,0.0127222957089543,-1.43281577038579e-005,-0.999919056892395,0.0127222975715995,-1.43281586133526e-005,-0.999919056892395,-0.0168435890227556,-0.0289525464177132,0.999438941478729,-0.0168478898704052,-0.0289731882512569,0.999438107013702,-0.0202888194471598,-0.0454861409962177,0.998758912086487,
  414. -0.0202888194471598,-0.0454861409962177,0.998758852481842,-0.0255466587841511,0.999385416507721,0.0240026339888573,-0.022091630846262,0.99958348274231,0.0185701195150614,-0.0467174649238586,0.997263073921204,0.0573052391409874,-0.0467174686491489,0.997263073921204,0.0573052391409874,-0.0467174611985683,0.997263014316559,0.0573052354156971,-0.0467174723744392,0.997263073921204,0.0573052428662777,-0.046717457473278,0.997262954711914,0.0573052316904068,0.0213413536548615,-0.999575078487396,-0.019853625446558,0.0246953200548887,-0.999362409114838,-0.0257848668843508,0.0440018624067307,-0.997231483459473,-0.0599432922899723,0.044001866132021,-0.997231543064117,-0.0599432960152626,0.044001866132021,-0.997231483459473,-0.059943288564682,0.0440018624067307,-0.997231543064117,-0.0599432997405529,0.0440018624067307,-0.997231543064117,-0.0599432960152626,0.0062976093031466,-0.0312397480010986,0.999492108821869,0.00442167278379202,-0.0222339741885662,0.999743044376373,0.0139152677729726,-0.0678088143467903,0.997601330280304,0.0139152677729726,-0.0678088143467903,0.997601211071014,-0.00690630031749606,0.030731163918972,-0.999503791332245,-0.00453604757785797,0.0204761885106564,-0.999780058860779,0.000205547388759442,-3.87582258554176e-005,-1,0.000205547388759442,-3.87582294933964e-005,-1,0.00375775177963078,0.997999489307404,0.0631096288561821,-0.00363930338062346,0.999777257442474,0.0207887049764395,-0.0069274608977139,0.999974071979523,0.00195137958507985,-0.00692746182903647,0.999974191188812,0.00195137993432581,-0.00692746182903647,0.999974191188812,0.00195137993432581,-0.00692746229469776,0.999974131584167,0.00195137981791049,-0.00692746136337519,0.999974131584167,0.00195137970149517,-0.00692746229469776,0.999974131584167,0.00195137993432581,-0.00692746136337519,0.999974071979523,0.00195137970149517,0.0035541751421988,-0.999769985675812,-0.0211511626839638,-0.00391856301575899,-0.997945487499237,-0.0639484375715256,0.00683878269046545,-0.999973952770233,-0.00231496337801218,0.00683878222480416,-0.999973893165588,-0.00231496337801218,
  415. 0.00683878315612674,-0.999973952770233,-0.00231496337801218,0.00683878315612674,-0.999974012374878,-0.00231496361084282,0.00683878315612674,-0.999973952770233,-0.00231496337801218,0.00683878315612674,-0.999973952770233,-0.00231496337801218,0.00683878222480416,-0.999973893165588,-0.00231496314518154,0.0168268587440252,-0.0398718267679214,0.999063074588776,0.0166437644511461,-0.0405402183532715,0.999039351940155,0.0281161181628704,0.00143384584225714,0.999603688716888,0.0281161144375801,0.0014338456094265,0.999603629112244,-0.0152488732710481,0.0371135696768761,-0.99919468164444,-0.0158589333295822,0.0363026075065136,-0.999215006828308,0.0242819804698229,0.0895361825823784,-0.995687425136566,0.024281982332468,0.0895361825823784,-0.995687484741211,0.996707022190094,0.0803960859775543,0.0105628510937095,0.991256296634674,-0.131506100296974,0.0108228763565421,0.993010759353638,-0.117887489497662,-0.00568216480314732,0.998348593711853,0.0571064278483391,-0.00624553998932242,-0.99547815322876,0.0949852168560028,-0.00106296013109386,-0.996118009090424,-0.088008813560009,-0.00183303258381784,-0.992831885814667,-0.114593915641308,-0.0339583232998848,-0.995359897613525,0.0897735729813576,-0.0346329770982265,0.0298764761537313,0.999553024768829,-0.00101865478791296,-0.0304484888911247,0.999532043933868,-0.00292650796473026,-0.0306366793811321,0.999529421329498,-0.00149092834908515,0.0304096285253763,0.999536216259003,0.00159318139776587,-0.0635436400771141,-0.997955679893494,-0.00683826068416238,0.0648639798164368,-0.99788624048233,-0.0039543560706079,0.0896490663290024,-0.995970368385315,0.00245895655825734,-0.0904267430305481,-0.995891988277435,-0.00470727356150746,-0.0304484888911247,0.999532043933868,-0.00292650796473026,-0.99547815322876,0.0949852168560028,-0.00106296013109386,-0.995359897613525,0.0897735729813576,-0.0346329770982265,-0.0306366793811321,0.999529421329498,-0.00149092834908515,0.996707022190094,0.0803960859775543,0.0105628510937095,0.0298764761537313,0.999553024768829,-0.00101865478791296,0.0304096285253763,0.999536216259003,0.00159318139776587,
  416. 0.99491935968399,0.0962892398238182,0.0293889902532101,-0.0635436400771141,-0.997955679893494,-0.00683826068416238,-0.996118009090424,-0.088008813560009,-0.00183303258381784,-0.996221363544464,-0.0858816727995873,0.0129319708794355,-0.0479690283536911,-0.998848676681519,0.000603116408456117,0.991256296634674,-0.131506100296974,0.0108228763565421,0.0648639798164368,-0.99788624048233,-0.0039543560706079,0.0450224429368973,-0.998985946178436,-0.000399598473450169,0.993010759353638,-0.117887489497662,-0.00568216480314732,0.988353133201599,-0.15151184797287,-0.0142266442999244,0.998720943927765,0.048219233751297,-0.0152110196650028,0.998892366886139,0.0382690690457821,-0.0273793619126081,0.995611429214478,-0.0890624299645424,-0.0287382882088423,-0.997917294502258,0.0637897998094559,-0.00958976428955793,-0.992587745189667,-0.121157884597778,-0.00950890500098467,-0.996035039424896,-0.0857187062501907,0.0238007511943579,-0.998047173023224,0.0575314313173294,0.0243311952799559,0.0269145686179399,0.999633252620697,0.00300237024202943,-0.0318269804120064,0.999480664730072,0.005030598025769,-0.0270474012941122,0.999633014202118,-0.00149357074405998,0.0283217113465071,0.999594986438751,-0.00280050979927182,-0.0791941061615944,-0.996817648410797,0.00909859500825405,0.0777120590209961,-0.996932208538055,0.00932183116674423,0.0419079214334488,-0.999121427536011,1.22316132546985e-005,-0.0413779690861702,-0.999142110347748,0.00169493234716356,-0.0318269804120064,0.999480664730072,0.005030598025769,-0.997917294502258,0.0637897998094559,-0.00958976428955793,-0.998047173023224,0.0575314313173294,0.0243311952799559,-0.0270474012941122,0.999633014202118,-0.00149357074405998,0.998720943927765,0.048219233751297,-0.0152110196650028,0.0269145686179399,0.999633252620697,0.00300237024202943,0.0283217113465071,0.999594986438751,-0.00280050979927182,0.998892366886139,0.0382690690457821,-0.0273793619126081,-0.0791941061615944,-0.996817648410797,0.00909859500825405,-0.992587745189667,-0.121157884597778,-0.00950890500098467,-0.992831885814667,-0.114593915641308,-0.0339583232998848,
  417. -0.0904267430305481,-0.995891988277435,-0.00470727356150746,0.988353133201599,-0.15151184797287,-0.0142266442999244,0.0777120590209961,-0.996932208538055,0.00932183116674423,0.0896490663290024,-0.995970368385315,0.00245895655825734,0.986464381217957,-0.161291614174843,0.0295490194112062,-0.0413779690861702,-0.999142110347748,0.00169493234716356,-0.996035039424896,-0.0857187062501907,0.0238007511943579,-0.992587745189667,-0.121157884597778,-0.00950890500098467,-0.0791941061615944,-0.996817648410797,0.00909859500825405,0.995611429214478,-0.0890624299645424,-0.0287382882088423,0.0419079214334488,-0.999121427536011,1.22316132546985e-005,0.0777120590209961,-0.996932208538055,0.00932183116674423,0.988353133201599,-0.15151184797287,-0.0142266442999244,0.995611429214478,-0.0890624299645424,-0.0287382882088423,0.998892366886139,0.0382690690457821,-0.0273793619126081,0.99838799238205,0.0567553490400314,-0.000640912388917059,0.998388946056366,-0.0567363724112511,-0.000640789163298905,-0.998047173023224,0.0575314313173294,0.0243311952799559,-0.996035039424896,-0.0857187062501907,0.0238007511943579,-0.998185336589813,-0.0574044808745384,0.0181837286800146,-0.998185396194458,0.0574046485126019,0.0181837324053049,0.0283217113465071,0.999594986438751,-0.00280050979927182,-0.0270474012941122,0.999633014202118,-0.00149357074405998,-0.026119776070118,0.999657392501831,-0.0016974009340629,0.000128156010759994,0.999997615814209,-0.00218584924004972,0.0284904595464468,0.999591648578644,-0.0021941876038909,-0.0413779690861702,-0.999142110347748,0.00169493234716356,0.0419079214334488,-0.999121427536011,1.22316132546985e-005,0.0284897238016129,-0.999591648578644,-0.00219409447163343,0.000128141968161799,-0.999997615814209,-0.00218584574759007,-0.0261192582547665,-0.999657392501831,-0.00169740943238139,-0.0270474012941122,0.999633014202118,-0.00149357074405998,-0.998047173023224,0.0575314313173294,0.0243311952799559,-0.998185396194458,0.0574046485126019,0.0181837324053049,-0.026119776070118,0.999657392501831,-0.0016974009340629,0.998892366886139,0.0382690690457821,-0.0273793619126081,
  418. 0.0283217113465071,0.999594986438751,-0.00280050979927182,0.0284904595464468,0.999591648578644,-0.0021941876038909,0.99838799238205,0.0567553490400314,-0.000640912388917059,0.998275876045227,-0.0578658133745193,0.00983450002968311,0.998277842998505,0.057833094149828,0.00983440317213535,0.998324275016785,0.0564446300268173,-0.0127508314326406,0.998322486877441,-0.0564755648374558,-0.0127509329468012,-0.99547666311264,0.0946137979626656,0.00862894952297211,-0.996428310871124,-0.0836653709411621,0.0114382207393646,-0.996538758277893,-0.0817437991499901,0.0151192303746939,-0.996720910072327,0.0797639191150665,0.0136070987209678,0.0278994031250477,0.99960470199585,0.00346460798755288,-0.0301044713705778,0.999522566795349,0.00694882357493043,-0.0235714297741652,0.999721169471741,0.00137438788078725,0.032122902572155,0.999482393264771,-0.0017513947095722,-0.0498262271285057,-0.998720169067383,0.00867680832743645,0.0468200333416462,-0.998902320861816,0.00135247374419123,0.0426031090319157,-0.999091267585754,0.0012705676490441,-0.0276427455246449,-0.999600529670715,0.00589696876704693,-0.0301044713705778,0.999522566795349,0.00694882357493043,-0.99547666311264,0.0946137979626656,0.00862894952297211,-0.996720910072327,0.0797639191150665,0.0136070987209678,-0.0235714297741652,0.999721169471741,0.00137438788078725,0.998277842998505,0.057833094149828,0.00983440317213535,0.0278994031250477,0.99960470199585,0.00346460798755288,0.032122902572155,0.999482393264771,-0.0017513947095722,0.998324275016785,0.0564446300268173,-0.0127508314326406,-0.0498262271285057,-0.998720169067383,0.00867680832743645,-0.996428310871124,-0.0836653709411621,0.0114382207393646,-0.99665641784668,-0.080906979739666,-0.0114127416163683,-0.0486937947571278,-0.998800814151764,-0.00508455513045192,0.998275876045227,-0.0578658133745193,0.00983450002968311,0.0468200333416462,-0.998902320861816,0.00135247374419123,0.0398785397410393,-0.999196171760559,-0.00409702816978097,0.998534023761749,-0.0513750724494457,0.0170385409146547,-0.0276427455246449,-0.999600529670715,0.00589696876704693,
  419. -0.996538758277893,-0.0817437991499901,0.0151192303746939,-0.996428310871124,-0.0836653709411621,0.0114382207393646,-0.0498262271285057,-0.998720169067383,0.00867680832743645,0.998322486877441,-0.0564755648374558,-0.0127509329468012,0.0426031090319157,-0.999091267585754,0.0012705676490441,0.0468200333416462,-0.998902320861816,0.00135247374419123,0.998275876045227,-0.0578658133745193,0.00983450002968311,0.998322486877441,-0.0564755648374558,-0.0127509329468012,0.998324275016785,0.0564446300268173,-0.0127508314326406,0.99794614315033,0.0580007433891296,-0.0271904561668634,0.997945010662079,-0.0580209642648697,-0.0271904040127993,-0.996720910072327,0.0797639191150665,0.0136070987209678,-0.996538758277893,-0.0817437991499901,0.0151192303746939,-0.998003244400024,-0.0581056885421276,-0.0247607789933681,-0.998003363609314,0.0581053681671619,-0.0247602574527264,0.032122902572155,0.999482393264771,-0.0017513947095722,-0.0235714297741652,0.999721169471741,0.00137438788078725,-0.028498625382781,0.999489843845367,-0.0144202541559935,0.00106422754470259,0.999904632568359,-0.0137715525925159,0.0287889577448368,0.999480724334717,-0.0144714443013072,-0.0276427455246449,-0.999600529670715,0.00589696876704693,0.0426031090319157,-0.999091267585754,0.0012705676490441,0.0287890750914812,-0.999480664730072,-0.0144715514034033,0.00106420274823904,-0.999904632568359,-0.0137715172022581,-0.0284980852156878,-0.999489843845367,-0.0144201805815101,-0.0235714297741652,0.999721169471741,0.00137438788078725,-0.996720910072327,0.0797639191150665,0.0136070987209678,-0.998003363609314,0.0581053681671619,-0.0247602574527264,-0.028498625382781,0.999489843845367,-0.0144202541559935,0.998324275016785,0.0564446300268173,-0.0127508314326406,0.032122902572155,0.999482393264771,-0.0017513947095722,0.0287889577448368,0.999480724334717,-0.0144714443013072,0.99794614315033,0.0580007433891296,-0.0271904561668634,0.99952632188797,-0.0307659283280373,-0.000730424770154059,0.99647581577301,0.083880290389061,-0.000111328386992682,0.979343175888062,0.1999222189188,-0.0302993543446064,
  420. 0.998313009738922,0.0486960597336292,-0.0316207036375999,0.998312890529633,0.0486960522830486,-0.0316207036375999,0.99942809343338,-0.0106478659436107,-0.0320957228541374,-0.999484837055206,0.0320878140628338,-0.000617519137449563,-0.991659462451935,-0.128885000944138,-0.000298554834444076,-0.993507027626038,-0.113612577319145,-0.00600509578362107,-0.998799681663513,-0.0487692281603813,-0.00454180501401424,-0.996873319149017,0.0788340419530869,-0.00537399016320705,0.0275866389274597,0.999618589878082,0.00128275097813457,-0.0268112793564796,0.99963790178299,0.00230447412468493,-0.00608608825132251,0.999967098236084,-0.00537060480564833,0.000398929230868816,0.999985873699188,-0.00529543962329626,0.00025159603683278,0.999988555908203,-0.00477136485278606,0.00025159603683278,0.999988615512848,-0.00477136485278606,0.00025159606593661,0.999988615512848,-0.00477136531844735,0.00025159606593661,0.999988615512848,-0.00477136531844735,0.0123238833621144,0.999911367893219,-0.00502693094313145,-0.0332978032529354,-0.99944543838501,9.53777635004371e-005,0.0375460647046566,-0.999294877052307,2.40657027461566e-006,0.0227434914559126,-0.999740362167358,-0.00135871930979192,0.00935541652143002,-0.999955952167511,-0.000825583119876683,0.00935541559010744,-0.999955832958221,-0.000825583119876683,0.00935541559010744,-0.999955952167511,-0.000825583119876683,0.00935541652143002,-0.999955892562866,-0.000825583119876683,-0.0201464481651783,-0.999795734882355,-0.00165018404368311,0.99647581577301,0.083880290389061,-0.000111328386992682,0.0275866389274597,0.999618589878082,0.00128275097813457,0.0123238833621144,0.999911367893219,-0.00502693094313145,0.979343175888062,0.1999222189188,-0.0302993543446064,-0.991659462451935,-0.128885000944138,-0.000298554834444076,-0.0332978032529354,-0.99944543838501,9.53777635004371e-005,-0.0201464481651783,-0.999795734882355,-0.00165018404368311,-0.993507027626038,-0.113612577319145,-0.00600509578362107,0.0375460647046566,-0.999294877052307,2.40657027461566e-006,0.99952632188797,-0.0307659283280373,-0.000730424770154059,
  421. 0.99942809343338,-0.0106478659436107,-0.0320957228541374,0.0227434914559126,-0.999740362167358,-0.00135871930979192,-0.0268112793564796,0.99963790178299,0.00230447412468493,-0.999484837055206,0.0320878140628338,-0.000617519137449563,-0.996873319149017,0.0788340419530869,-0.00537399016320705,-0.00608608825132251,0.999967098236084,-0.00537060480564833,-0.985572695732117,-0.167081519961357,0.0270206201821566,-0.99938440322876,0.0186347346752882,0.0297244284301996,-0.998777806758881,0.0425904579460621,0.0250800214707851,-0.987616777420044,-0.154576182365417,0.0268220659345388,0.995502829551697,0.083835668861866,-0.044108685106039,0.993341147899628,-0.106653034687042,-0.0435718894004822,0.992993652820587,-0.116527669131756,-0.0196185726672411,0.99826991558075,0.0555604360997677,-0.0192405451089144,0.0395308025181293,-0.999148607254028,-0.0118070039898157,-0.0985875055193901,-0.99512791633606,0.000959465920459479,-0.0958440154790878,-0.995395839214325,-0.000951979600358754,0.0243275798857212,-0.999661922454834,-0.00917875114828348,0.0246709398925304,0.99967497587204,-0.00643270462751389,0.995502829551697,0.083835668861866,-0.044108685106039,0.99826991558075,0.0555604360997677,-0.0192405451089144,0.0258668512105942,0.999656200408936,-0.00427459832280874,-0.99938440322876,0.0186347346752882,0.0297244284301996,-0.0323511175811291,0.999476432800293,-0.000566857808735222,-0.0300129503011703,0.999549329280853,-0.000711241678800434,-0.998777806758881,0.0425904579460621,0.0250800214707851,0.0395308025181293,-0.999148607254028,-0.0118070039898157,0.993341147899628,-0.106653034687042,-0.0435718894004822,0.997142910957336,0.0244657061994076,-0.0714670717716217,0.0705738589167595,-0.997430086135864,0.0123503115028143,-0.985572695732117,-0.167081519961357,0.0270206201821566,-0.0985875055193901,-0.99512791633606,0.000959465920459479,-0.0636730045080185,-0.997734129428864,0.0217327829450369,-0.996803283691406,-0.0505337715148926,0.0618840865790844,0.0246709398925304,0.99967497587204,-0.00643270462751389,-0.0323511175811291,0.999476432800293,-0.000566857808735222,
  422. -0.0279307011514902,0.999564528465271,0.00951648317277431,0.00108396052382886,0.999972403049469,0.00736040389165282,0.00108396052382886,0.999972343444824,0.00736040342599154,0.00108396040741354,0.999972343444824,0.00736040389165282,0.00108396040741354,0.999972283840179,0.00736040296033025,0.00108396040741354,0.999972343444824,0.00736040342599154,0.00108396040741354,0.999972224235535,0.00736040342599154,0.028118260204792,0.999591708183289,0.00507857603952289,0.0243275798857212,-0.999661922454834,-0.00917875114828348,0.992993652820587,-0.116527669131756,-0.0196185726672411,0.993341147899628,-0.106653034687042,-0.0435718894004822,0.0395308025181293,-0.999148607254028,-0.0118070039898157,-0.987616777420044,-0.154576182365417,0.0268220659345388,-0.0958440154790878,-0.995395839214325,-0.000951979600358754,-0.0985875055193901,-0.99512791633606,0.000959465920459479,-0.985572695732117,-0.167081519961357,0.0270206201821566,0.0258668512105942,0.999656200408936,-0.00427459832280874,-0.0300129503011703,0.999549329280853,-0.000711241678800434,-0.0323511175811291,0.999476432800293,-0.000566857808735222,0.0246709398925304,0.99967497587204,-0.00643270462751389,-0.987616777420044,-0.154576182365417,0.0268220659345388,-0.998777806758881,0.0425904579460621,0.0250800214707851,-0.979441046714783,0.193600714206696,0.0566913038492203,-0.997862875461578,0.03024479188025,0.0579212047159672,-0.997863054275513,0.0302448011934757,0.0579212121665478,-0.993889212608337,-0.0903021618723869,0.0634805411100388,0.99826991558075,0.0555604360997677,-0.0192405451089144,0.992993652820587,-0.116527669131756,-0.0196185726672411,0.996523141860962,-0.0814966410398483,-0.017315398901701,0.998919427394867,-0.0429568290710449,-0.0177437383681536,0.99666827917099,0.0798749029636383,-0.01650420576334,0.0243275798857212,-0.999661922454834,-0.00917875114828348,-0.0958440154790878,-0.995395839214325,-0.000951979600358754,-0.0434529148042202,-0.998898863792419,0.0176860261708498,-0.0149407172575593,-0.999777436256409,0.014897370710969,-0.0149407172575593,-0.999777436256409,0.014897370710969,
  423. -0.0149407163262367,-0.999777376651764,0.0148973697796464,-0.0149407172575593,-0.999777495861053,0.0148973697796464,0.00224122870713472,-0.99989241361618,0.0144976461306214,0.0258668512105942,0.999656200408936,-0.00427459832280874,0.99826991558075,0.0555604360997677,-0.0192405451089144,0.99666827917099,0.0798749029636383,-0.01650420576334,0.00641845865175128,0.999941289424896,0.00873248558491468,-0.998777806758881,0.0425904579460621,0.0250800214707851,-0.0300129503011703,0.999549329280853,-0.000711241678800434,-0.0123953092843294,0.99988180398941,0.0090887239202857,-0.979441046714783,0.193600714206696,0.0566913038492203
  424. }
  425. NormalsW: *2412 {
  426. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  427. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  428. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  429. }
  430. }
  431. LayerElementBinormal: 0 {
  432. Version: 102
  433. Name: "map1"
  434. MappingInformationType: "ByPolygonVertex"
  435. ReferenceInformationType: "Direct"
  436. Binormals: *7236 {
  437. a: -0.0314716845750809,-0.017735430970788,-0.999347388744354,-0.0325544625520706,-0.0251746661961079,-0.999152898788452,-0.0691942274570465,-0.0289000514894724,-0.99718451499939,-0.0254987180233002,-0.0177398137748241,-0.999517440795898,-0.0315992459654808,-0.0177353303879499,-0.999343276023865,-0.0310257691890001,-0.0177357792854309,-0.999361276626587,-0.0306652802973986,-0.0177360586822033,-0.99937230348587,-0.0341125428676605,-0.0177332907915115,-0.999260663986206,-0.0394126139581203,-0.017728615552187,-0.999065697193146,-0.0343510434031487,-0.0177330859005451,-0.999252498149872,-0.0315518714487553,-0.0177353695034981,-0.999344825744629,0.384008020162582,0.864927589893341,0.323169201612473,0.342090576887131,0.890397429466248,0.300277501344681,0.349241346120834,0.879593133926392,0.323027163743973,0.383618056774139,0.86437714099884,0.325098872184753,0.0249346401542425,0.0177711900323629,0.999531090259552,0.0704604610800743,0.0289562027901411,0.997094213962555,0.0319809094071388,0.025157006457448,0.999171793460846,0.0308964475989342,0.017795542255044,0.999364137649536,0.0337821803987026,0.017807099968195,0.999270558357239,0.0339152365922928,0.0178076308220625,0.999266088008881,0.0365446805953979,0.0178180281072855,0.999173164367676,0.0336002819240093,0.0178063753992319,0.999276697635651,0.0302769877016544,0.0177930388599634,0.999383211135864,0.0303795505315065,0.017793457955122,0.999380111694336,0.0308036897331476,0.0177951697260141,0.99936705827713,-0.441981732845306,0.897024095058441,0.000343702762620524,-0.346304327249527,0.937250256538391,0.0404391773045063,-0.351085782051086,0.934813797473907,0.0534975230693817,-0.44127756357193,0.897136330604553,0.0205076280981302,-0.00827860180288553,0.999771416187286,-0.0197108685970306,-0.00547142652794719,0.999606907367706,-0.0274988207966089,-0.00300035276450217,0.999610424041748,-0.027748191729188,-0.00484683131799102,0.999792218208313,-0.0197991244494915,0.00402377033606172,-0.99891859292984,0.0463204607367516,0.000653146358672529,-0.999594509601593,0.0284669231623411,
  438. -0.00177802483085543,-0.999588072299957,0.0286451932042837,0.00258260266855359,-0.998918235301971,0.0464308187365532,0.531562268733978,0.836247205734253,-0.134656026959419,0.527354955673218,0.840485155582428,-0.124424934387207,0.47346505522728,0.862194061279297,-0.180145099759102,0.472634851932526,0.862172067165375,-0.182416021823883,0.356112629175186,0.906250417232513,0.227802693843842,0.339699745178223,0.917720437049866,0.205896183848381,0.387898206710815,0.917348921298981,0.0894759446382523,0.408374756574631,0.910288572311401,0.0678594335913658,0.408374756574631,0.910288572311401,0.0678594335913658,0.387898206710815,0.917348921298981,0.0894759446382523,0.452121824026108,0.890850603580475,0.0443994589149952,0.450496912002563,0.891877889633179,0.0400800555944443,0.374935746192932,0.925135552883148,0.0595605820417404,0.379534691572189,0.923353135585785,0.0580724105238914,0.448817700147629,0.888329207897186,0.0971286743879318,0.636224567890167,0.768872797489166,-0.0636629462242126,0.636224567890167,0.768872797489166,-0.0636629462242126,0.448817700147629,0.888329207897186,0.0971286743879318,0.585625648498535,0.809561550617218,-0.0406560525298119,0.573370218276978,0.81005984544754,-0.122676946222782,0.349241346120834,0.879593133926392,0.323027163743973,0.342090576887131,0.890397429466248,0.300277501344681,0.339699745178223,0.917720437049866,0.205896183848381,0.356112629175186,0.906250417232513,0.227802693843842,0.573370218276978,0.81005984544754,-0.122676946222782,0.585625648498535,0.809561550617218,-0.0406560525298119,0.527354955673218,0.840485155582428,-0.124424934387207,0.531562268733978,0.836247205734253,-0.134656026959419,-0.441981732845306,0.897024095058441,0.000343702762620524,-0.44127756357193,0.897136330604553,0.0205076280981302,-0.337913036346436,0.940825402736664,-0.0257347654551268,-0.329078942537308,0.94348007440567,-0.0394008308649063,-0.321574568748474,0.946880102157593,-0.00282628112472594,-0.322069883346558,0.946715950965881,6.76736235618591e-005,-0.351085782051086,0.934813797473907,0.0534975230693817,
  439. -0.346304327249527,0.937250256538391,0.0404391773045063,-0.329078942537308,0.94348007440567,-0.0394008308649063,-0.337913036346436,0.940825402736664,-0.0257347654551268,-0.346007347106934,0.935004532337189,-0.0777527466416359,-0.335813939571381,0.938667476177216,-0.0783095508813858,-0.335813939571381,0.938667476177216,-0.0783095508813858,-0.346007347106934,0.935004532337189,-0.0777527466416359,-0.440847456455231,0.895368337631226,-0.0630005151033401,-0.449338853359222,0.889932692050934,-0.0781942829489708,-0.0543582923710346,0.998455226421356,0.0115070957690477,-0.0578216798603535,0.998325943946838,-0.00144145882222801,0.0579004138708115,0.998317003250122,-0.00327057903632522,0.0519449487328529,0.998040556907654,-0.034885086119175,0.0805841088294983,-0.99639892578125,0.0263705048710108,0.0839421674609184,-0.996122241020203,0.0263517536222935,-0.0946582928299904,-0.995497763156891,-0.00490112556144595,-0.0846459791064262,-0.996383726596832,-0.00739102810621262,-0.181475207209587,0.983395576477051,4.3413865569164e-007,-0.263189762830734,0.964744091033936,-0,0.0971168056130409,0.995272994041443,-6.8750260595607e-008,-0.181475207209587,0.983395576477051,4.3413865569164e-007,-0.237651735544205,0.971350431442261,4.63580391851792e-007,-0.288045108318329,0.957616865634918,-0,-0.263189762830734,0.964744091033936,-0,0.071279376745224,0.997456431388855,-1.0985098697347e-007,-0.123756974935532,0.992312669754028,3.70396747939594e-007,-0.237651735544205,0.971350431442261,4.63580391851792e-007,-0.181475207209587,0.983395576477051,4.3413865569164e-007,0.368611991405487,0.929583370685577,2.94115835686171e-007,0.071279376745224,0.997456431388855,-1.0985098697347e-007,0.0971168056130409,0.995272994041443,-6.8750260595607e-008,0.071279376745224,0.997456431388855,-1.0985098697347e-007,-0.181475207209587,0.983395576477051,4.3413865569164e-007,0.0971168056130409,0.995272994041443,-6.8750260595607e-008,-0.999393999576569,-0.0291975103318691,-0.0189570467919111,-0.999322950839996,-0.0302441325038671,0.020953793078661,-0.999607443809509,0.0278901997953653,0.00267713563516736,
  440. -0.999644756317139,0.0255255289375782,-0.00767973624169827,0.999124765396118,0.0399268567562103,-0.0124786859378219,0.998902261257172,0.0468219742178917,0.00143793202005327,0.998357474803925,-0.0500503815710545,-0.0278830993920565,0.998802304267883,-0.0487170331180096,0.0045502157881856,0.485980123281479,0.873969852924347,-0,0.368611991405487,0.929583370685577,2.94115835686171e-007,0.0971168056130409,0.995272994041443,-6.8750260595607e-008,0.276087164878845,0.961132705211639,-0,0.071279376745224,0.997456431388855,-1.0985098697347e-007,0.368611991405487,0.929583370685577,2.94115835686171e-007,0.426754504442215,0.904367625713348,-0,0.276087164878845,0.961132705211639,-0,0.368611991405487,0.929583370685577,2.94115835686171e-007,0.485980123281479,0.873969852924347,-0,0.501310110092163,0.865267634391785,-0,-0.999393999576569,-0.0291975103318691,-0.0189570467919111,-0.0846459791064262,-0.996383726596832,-0.00739102810621262,-0.0946582928299904,-0.995497763156891,-0.00490112556144595,-0.999322950839996,-0.0302441325038671,0.020953793078661,-0.0543582923710346,0.998455226421356,0.0115070957690477,-0.999644756317139,0.0255255289375782,-0.00767973624169827,-0.999607443809509,0.0278901997953653,0.00267713563516736,-0.0578216798603535,0.998325943946838,-0.00144145882222801,0.998855412006378,-0.0290284771472216,0.0380162820219994,0.0580396726727486,-0.998308658599854,0.00337759009562433,0.0821989476680756,-0.996087968349457,0.0324369370937347,0.999116003513336,-0.0274414792656899,0.0318452343344688,0.0580786094069481,0.998311102390289,0.00133436918258667,0.999164998531342,0.0291938818991184,-0.0285860858857632,0.998733639717102,0.0425537265837193,-0.0268396623432636,0.0563613511621952,0.998368561267853,-0.00914631132036448,0.07577084004879,-0.496256023645401,-0.864863395690918,0.902591347694397,0.273646473884583,-0.332334905862808,0.787186741828918,0.56006920337677,-0.258185207843781,-0.0143358847126365,0.994316399097443,-0.105496264994144,0.0451828762888908,0.99301952123642,-0.108952902257442,0.0258145183324814,0.96448028087616,-0.262890577316284,
  441. -0.0356800071895123,0.999359309673309,0.00282845553010702,0.0186629127711058,0.999825596809387,0.000670819950755686,-0.166911438107491,0.985935688018799,0.00844833720475435,-0.0504339374601841,0.99872237443924,0.00317523651756346,-0.040229793637991,0.999177813529968,0.00504352850839496,-0.0403105802834034,0.999180257320404,0.00374596519395709,-0.0399872064590454,0.999160349369049,0.00893340818583965,-0.0405318774282932,0.999178290367126,0.000185828685062006,-0.0411433652043343,0.999106228351593,-0.00969482678920031,0.0244471244513988,-0.999700546264648,-0.00113481201697141,-0.106563337147236,-0.994296312332153,0.00438288412988186,0.0837902501225472,-0.996479272842407,-0.00288095325231552,0.0408639721572399,-0.999141037464142,-0.00689395237714052,0.0313722901046276,-0.999478101730347,-0.0077042980119586,0.0308492165058851,-0.999411821365356,-0.0149791520088911,0.0313842780888081,-0.999479055404663,-0.00753741897642612,0.0316462703049183,-0.999491691589355,-0.00388457742519677,0.999170422554016,0.000266640068730339,-0.0407238267362118,0.999502539634705,-0.00614548474550247,-0.0309352595359087,0.999398231506348,0.00928931403905153,-0.033422015607357,-0.996550500392914,0.0647287368774414,0.0519353225827217,-0.994289934635162,0.0985439717769623,0.0409480668604374,-0.998319089412689,-0.0399936847388744,0.0419478453695774,-0.995563924312592,-0.0696586892008781,0.063246876001358,-0.999342739582062,0.00635150354355574,0.0356921404600143,-0.999310612678528,0.00636912975460291,0.0365757532417774,-0.999265134334564,0.00639341399073601,0.0377934724092484,-0.998895406723022,0.00656736362725496,0.0465284995734692,-0.998369336128235,0.00676903175190091,0.0566826201975346,-0.998420536518097,0.0067510181106627,0.0557744279503822,-0.258636832237244,0.257839620113373,0.930927395820618,-0.61578369140625,0.455574750900269,0.642854690551758,-0.763780176639557,0.385797649621964,0.517493903636932,0.996109426021576,-0.0275950878858566,-0.0836928710341454,0.0408639721572399,-0.999141037464142,-0.00689395237714052,0.0837902501225472,-0.996479272842407,-0.00288095325231552,
  442. 0.998509705066681,-0.0249544996768236,-0.0485357977449894,-0.0356800071895123,0.999359309673309,0.00282845553010702,0.997928738594055,0.028434369713068,-0.0577040538191795,0.998576819896698,0.0322979278862476,-0.0424412190914154,0.0186629127711058,0.999825596809387,0.000670819950755686,-0.999330461025238,-0.00171006307937205,0.0365472547709942,-0.0814106911420822,-0.996664881706238,0.00561388954520226,-0.116520442068577,-0.993187189102173,0.00151551514863968,-0.999558806419373,-0.0244795549660921,0.0168250314891338,-0.0907174274325371,0.995869874954224,-0.00368409557268023,-0.996468424797058,0.044606763869524,0.0711401626467705,-0.994586110115051,0.0957273840904236,0.0404329039156437,-0.154588505625725,0.987977683544159,0.00162571459077299,0.0427190959453583,0.998928427696228,0.0178060885518789,-0.0730910748243332,0.997284650802612,0.00900399684906006,-0.0838760212063789,0.996436893939972,0.00886057037860155,0.0307745281606913,0.999191880226135,0.0258560907095671,-0.0391662530601025,-0.999224185943604,0.00413815304636955,0.121740892529488,-0.992110133171082,-0.0299437306821346,0.128881350159645,-0.991607844829559,-0.0101751843467355,-0.0320907831192017,-0.999469220638275,0.00561499129980803,-0.12406724691391,0.99227386713028,-1.83279112775381e-007,0.156615689396858,0.987659633159637,-3.3042597546995e-009,-0.194131091237068,0.98097562789917,0,-0.226077705621719,0.974109351634979,-2.3372756174922e-007,-0.12406724691391,0.99227386713028,-1.83279112775381e-007,-0.226077705621719,0.974109351634979,-2.3372756174922e-007,-0.182808429002762,0.983148574829102,-1.5257217000908e-007,0.115344382822514,0.993325591087341,-1.15953096013754e-008,-0.12406724691391,0.99227386713028,-1.83279112775381e-007,-0.182808429002762,0.983148574829102,-1.5257217000908e-007,-0.0762997344136238,0.997084975242615,2.85752008721829e-008,0.422780334949493,0.906232297420502,-6.65376376218774e-007,0.156615689396858,0.987659633159637,-3.3042597546995e-009,0.115344382822514,0.993325591087341,-1.15953096013754e-008,0.115344382822514,0.993325591087341,-1.15953096013754e-008,
  443. 0.156615689396858,0.987659633159637,-3.3042597546995e-009,-0.12406724691391,0.99227386713028,-1.83279112775381e-007,-0.999577224254608,0.0290694069117308,-0.00058509036898613,-0.999935150146484,-0.000402016972657293,0.0113888988271356,-0.999601900577545,-0.0272014401853085,0.00748763140290976,-0.999634265899658,-0.0268192198127508,0.003486457047984,-0.999471604824066,0.0275604706257582,0.01723094843328,0.997256338596344,-0.0382710099220276,-0.0633648708462715,0.998328030109406,0.0110861621797085,-0.0567296147346497,0.999015986919403,0.0406533665955067,-0.0177351906895638,0.999236702919006,0.0375439040362835,0.0107942698523402,0.999439716339111,-0.0332972891628742,0.00341922324150801,0.562110722064972,0.82706207036972,-5.9078502090415e-007,0.549269437789917,0.835645318031311,0,0.156615689396858,0.987659633159637,-3.3042597546995e-009,0.422780334949493,0.906232297420502,-6.65376376218774e-007,0.481541991233826,0.876423120498657,-5.06556432355865e-007,0.562110722064972,0.82706207036972,-5.9078502090415e-007,0.422780334949493,0.906232297420502,-6.65376376218774e-007,0.320424348115921,0.947274208068848,0,0.481541991233826,0.876423120498657,-5.06556432355865e-007,0.422780334949493,0.906232297420502,-6.65376376218774e-007,0.115344382822514,0.993325591087341,-1.15953096013754e-008,-0.0730910748243332,0.997284650802612,0.00900399684906006,-0.999577224254608,0.0290694069117308,-0.00058509036898613,-0.999471604824066,0.0275604706257582,0.01723094843328,-0.0838760212063789,0.996436893939972,0.00886057037860155,0.121740892529488,-0.992110133171082,-0.0299437306821346,0.997256338596344,-0.0382710099220276,-0.0633648708462715,0.999439716339111,-0.0332972891628742,0.00341922324150801,0.128881350159645,-0.991607844829559,-0.0101751843467355,0.41241180896759,0.760403990745544,-0.501699388027191,0.421568810939789,0.895119428634644,-0.145054832100868,0.817938089370728,0.176758900284767,-0.547479510307312,0.256760656833649,0.964644908905029,0.0594493523240089,-0.911856174468994,0.309228599071503,-0.269992798566818,0.07577084004879,-0.496256023645401,-0.864863395690918,
  444. 0.00924539286643267,0.99392569065094,-0.109664395451546,-0.885476469993591,0.241312459111214,-0.397114247083664,-0.172235921025276,0.971810936927795,-0.160991847515106,-0.364746987819672,0.664084315299988,-0.652649819850922,-0.395833671092987,0.11411327123642,-0.911204695701599,0.299023509025574,0.913543820381165,0.275722056627274,-0.573082089424133,0.687004864215851,-0.446767657995224,0.347766250371933,0.916107058525085,0.199515610933304,0.561243116855621,0.629755079746246,0.537042558193207,-0.0210447534918785,0.238694459199905,-0.970866680145264,-0.573082089424133,0.687004864215851,-0.446767657995224,0.153984606266022,0.977658271789551,0.143084496259689,0.153984606266022,0.977658271789551,0.143084496259689,0.41241180896759,0.760403990745544,-0.501699388027191,-0.0210447534918785,0.238694459199905,-0.970866680145264,0.41241180896759,0.760403990745544,-0.501699388027191,0.817938089370728,0.176758900284767,-0.547479510307312,0.661637485027313,0.360177367925644,-0.657653570175171,-0.0210447534918785,0.238694459199905,-0.970866680145264,-0.249071002006531,0.448113441467285,0.858579158782959,0.41241180896759,0.760403990745544,-0.501699388027191,0.153984606266022,0.977658271789551,0.143084496259689,-0.573082089424133,0.687004864215851,-0.446767657995224,-0.557429015636444,0.313310950994492,-0.768836140632629,-0.364746987819672,0.664084315299988,-0.652649819850922,0.00924539286643267,0.99392569065094,-0.109664395451546,-0.395833671092987,0.11411327123642,-0.911204695701599,-0.885476469993591,0.241312459111214,-0.397114247083664,0.424485236406326,0.449598729610443,0.785922050476074,-0.0260680243372917,0.508968710899353,0.860390245914459,0.64146488904953,0.732204616069794,-0.228908732533455,0.746804118156433,0.307857722043991,-0.589497447013855,-0.811835944652557,-0.133695557713509,0.568373143672943,0.460222959518433,0.699277102947235,-0.546997606754303,-0.337847799062729,0.865111947059631,-0.370729506015778,0.108664378523827,0.99166613817215,-0.0692129284143448,-0.00809510704129934,0.994995057582855,-0.0995962843298912,-0.0143358847126365,0.994316399097443,-0.105496264994144,
  445. 0.10680990666151,0.961520612239838,-0.253119945526123,-0.397948056459427,0.917004883289337,0.0271958317607641,0.0441843532025814,0.998983323574066,0.00895022973418236,0.0849782675504684,0.984182298183441,0.155447751283646,0.0451828762888908,0.99301952123642,-0.108952902257442,-0.0143358847126365,0.994316399097443,-0.105496264994144,0.156096875667572,0.986839711666107,-0.0422028340399265,-0.911856174468994,0.309228599071503,-0.269992798566818,-0.642050981521606,0.532498002052307,-0.551558136940002,-0.740656137466431,-0.572501540184021,-0.351668298244476,-0.671548247337341,0.669327259063721,0.317842662334442,-0.0143358847126365,0.994316399097443,-0.105496264994144,-0.397948056459427,0.917004883289337,0.0271958317607641,-0.249071002006531,0.448113441467285,0.858579158782959,-0.671548247337341,0.669327259063721,0.317842662334442,0.41241180896759,0.760403990745544,-0.501699388027191,-0.249071002006531,0.448113441467285,0.858579158782959,0.126985341310501,0.753970444202423,0.64451789855957,0.587108075618744,0.685848355293274,0.430018782615662,-0.0210447534918785,0.238694459199905,-0.970866680145264,-0.557429015636444,0.313310950994492,-0.768836140632629,-0.573082089424133,0.687004864215851,-0.446767657995224,-0.337847799062729,0.865111947059631,-0.370729506015778,-0.0260680243372917,0.508968710899353,0.860390245914459,0.299023509025574,0.913543820381165,0.275722056627274,0.156096875667572,0.986839711666107,-0.0422028340399265,-0.0143358847126365,0.994316399097443,-0.105496264994144,-0.671548247337341,0.669327259063721,0.317842662334442,0.998895108699799,0.0127941314131022,-0.0452214106917381,0.999046564102173,0.0299752671271563,-0.031741987913847,0.999572932720184,-0.0259224027395248,-0.0134949283674359,0.999502539634705,-0.00614548474550247,-0.0309352595359087,0.999170422554016,0.000266640068730339,-0.0407238267362118,0.999441146850586,9.63323545875028e-005,-0.0334273092448711,0.999152958393097,0.000162012831424363,-0.0411510765552521,0.999444961547852,9.53861599555239e-005,-0.0333160348236561,0.999143064022064,0.000164050798048265,-0.0413907133042812,
  446. -0.740656137466431,-0.572501540184021,-0.351668298244476,-0.111892610788345,0.21728290617466,-0.969674348831177,0.286785215139389,-0.172616809606552,0.94231504201889,0.41241180896759,0.760403990745544,-0.501699388027191,-0.671548247337341,0.669327259063721,0.317842662334442,0.421568810939789,0.895119428634644,-0.145054832100868,-0.0387623570859432,0.99908572435379,-0.018032182008028,-0.00809510704129934,0.994995057582855,-0.0995962843298912,0.00249565439298749,0.997155964374542,0.0753250047564507,-0.337847799062729,0.865111947059631,-0.370729506015778,-0.00809510704129934,0.994995057582855,-0.0995962843298912,-0.0387623570859432,0.99908572435379,-0.018032182008028,0.299023509025574,0.913543820381165,0.275722056627274,0.108664378523827,0.99166613817215,-0.0692129284143448,-0.337847799062729,0.865111947059631,-0.370729506015778,0.108664378523827,0.99166613817215,-0.0692129284143448,0.299023509025574,0.913543820381165,0.275722056627274,0.00924539286643267,0.99392569065094,-0.109664395451546,0.108664378523827,0.99166613817215,-0.0692129284143448,0.00924539286643267,0.99392569065094,-0.109664395451546,-0.172235921025276,0.971810936927795,-0.160991847515106,-0.628495514392853,0.419397473335266,0.655056595802307,-0.0807104110717773,0.832283973693848,0.548442482948303,0.298271358013153,0.705465495586395,0.642925083637238,-0.0387623570859432,0.99908572435379,-0.018032182008028,-0.0260680243372917,0.508968710899353,0.860390245914459,-0.337847799062729,0.865111947059631,-0.370729506015778,0.166755273938179,-0.811752498149872,-0.559688031673431,-0.380066186189651,-0.514436066150665,-0.768703699111938,-0.272690534591675,0.57884407043457,0.768491685390472,0.915342330932617,0.219071716070175,0.33787003159523,-0.380066186189651,-0.514436066150665,-0.768703699111938,-0.933869600296021,0.101343013346195,-0.342953562736511,-0.628495514392853,0.419397473335266,0.655056595802307,-0.0260680243372917,0.508968710899353,0.860390245914459,-0.0807104110717773,0.832283973693848,0.548442482948303,-0.0387623570859432,0.99908572435379,-0.018032182008028,
  447. 0.00249565439298749,0.997155964374542,0.0753250047564507,0.298271358013153,0.705465495586395,0.642925083637238,-0.0807104110717773,0.832283973693848,0.548442482948303,0.424485236406326,0.449598729610443,0.785922050476074,0.561243116855621,0.629755079746246,0.537042558193207,0.478524446487427,0.670035183429718,0.567509651184082,0.561243116855621,0.629755079746246,0.537042558193207,0.640671193599701,0.598304390907288,0.481219589710236,-0.573082089424133,0.687004864215851,-0.446767657995224,0.424485236406326,0.449598729610443,0.785922050476074,0.478524446487427,0.670035183429718,0.567509651184082,-0.0260680243372917,0.508968710899353,0.860390245914459,0.587108075618744,0.685848355293274,0.430018782615662,0.561243116855621,0.629755079746246,0.537042558193207,0.424485236406326,0.449598729610443,0.785922050476074,-0.0260680243372917,0.508968710899353,0.860390245914459,0.478524446487427,0.670035183429718,0.567509651184082,0.299023509025574,0.913543820381165,0.275722056627274,0.299023509025574,0.913543820381165,0.275722056627274,0.478524446487427,0.670035183429718,0.567509651184082,0.347766250371933,0.916107058525085,0.199515610933304,0.286785215139389,-0.172616809606552,0.94231504201889,-0.111892610788345,0.21728290617466,-0.969674348831177,-0.158554419875145,-0.453001409769058,-0.877297163009644,0.661637485027313,0.360177367925644,-0.657653570175171,0.817938089370728,0.176758900284767,-0.547479510307312,0.101841643452644,0.962496340274811,-0.251453965902328,-0.740656137466431,-0.572501540184021,-0.351668298244476,-0.642050981521606,0.532498002052307,-0.551558136940002,-0.0298210568726063,0.643436849117279,-0.764918208122253,-0.740656137466431,-0.572501540184021,-0.351668298244476,-0.0298210568726063,0.643436849117279,-0.764918208122253,-0.111892610788345,0.21728290617466,-0.969674348831177,-0.0143358847126365,0.994316399097443,-0.105496264994144,0.0258145183324814,0.96448028087616,-0.262890577316284,0.101841643452644,0.962496340274811,-0.251453965902328,0.143851280212402,0.900252223014832,-0.410917043685913,0.10680990666151,0.961520612239838,-0.253119945526123,
  448. 0.587108075618744,0.685848355293274,0.430018782615662,0.126985341310501,0.753970444202423,0.64451789855957,0.677884757518768,0.718169748783112,0.157176643610001,0.561243116855621,0.629755079746246,0.537042558193207,0.561243116855621,0.629755079746246,0.537042558193207,0.677884757518768,0.718169748783112,0.157176643610001,0.640671193599701,0.598304390907288,0.481219589710236,0.153984606266022,0.977658271789551,0.143084496259689,0.640671193599701,0.598304390907288,0.481219589710236,0.902591347694397,0.273646473884583,-0.332334905862808,-0.249071002006531,0.448113441467285,0.858579158782959,0.153984606266022,0.977658271789551,0.143084496259689,-0.573082089424133,0.687004864215851,-0.446767657995224,0.640671193599701,0.598304390907288,0.481219589710236,0.656151056289673,0.736544728279114,-0.164218336343765,0.880865216255188,0.384647697210312,-0.27590349316597,0.77776700258255,0.588505685329437,-0.220770627260208,0.299023509025574,0.913543820381165,0.275722056627274,0.347766250371933,0.916107058525085,0.199515610933304,-0.364746987819672,0.664084315299988,-0.652649819850922,-0.364746987819672,0.664084315299988,-0.652649819850922,0.347766250371933,0.916107058525085,0.199515610933304,-0.573082089424133,0.687004864215851,-0.446767657995224,-0.364746987819672,0.664084315299988,-0.652649819850922,-0.557429015636444,0.313310950994492,-0.768836140632629,-0.395833671092987,0.11411327123642,-0.911204695701599,0.152283012866974,0.174986585974693,-0.972722828388214,0.214279919862747,0.692026376724243,-0.689335644245148,0.325855493545532,0.456701815128326,-0.82779324054718,-0.0751464366912842,0.770319581031799,0.633214712142944,-0.0644993931055069,0.809677124023438,-0.583320498466492,-0.471050888299942,0.701797544956207,0.534407377243042,-0.153221413493156,0.923558592796326,0.351515203714371,-0.17297051846981,0.779928922653198,0.601491570472717,-0.217383146286011,0.55950140953064,0.799814224243164,-0.460998773574829,0.416766345500946,0.783445060253143,-0.304391384124756,0.81017005443573,0.500969469547272,-0.487142413854599,0.180972918868065,0.854366004467011,
  449. 0.174363151192665,0.717249095439911,-0.674649000167847,0.23251985013485,0.379566013813019,-0.895468711853027,0.610919237136841,0.731035828590393,-0.303915053606033,-0.17297051846981,0.779928922653198,0.601491570472717,-0.247245594859123,0.887640714645386,0.388540267944336,-0.217383146286011,0.55950140953064,0.799814224243164,-0.304391384124756,0.81017005443573,0.500969469547272,-0.109833613038063,0.355337083339691,0.928263068199158,-0.487142413854599,0.180972918868065,0.854366004467011,0.191130757331848,0.662060916423798,0.724668502807617,-0.0751464366912842,0.770319581031799,0.633214712142944,-0.258636832237244,0.257839620113373,0.930927395820618,0.409893751144409,0.190143644809723,0.892094552516937,-0.0644683316349983,-0.99434369802475,0.0844073295593262,-0.175144985318184,-0.4957475066185,0.850622475147247,-0.0772853270173073,-0.984127163887024,0.159752503037453,0.0661070421338081,0.997708678245544,0.014402536675334,0.610919237136841,0.731035828590393,-0.303915053606033,0.551406264305115,0.459125638008118,-0.69653058052063,0.323761731386185,-0.545649290084839,-0.772945880889893,0.318084537982941,-0.562962770462036,-0.762820482254028,0.227010726928711,-0.773450613021851,-0.591811060905457,0.539711475372314,0.665090322494507,0.516106903553009,0.469973176717758,0.476306527853012,0.743140280246735,-0.109833613038063,0.355337083339691,0.928263068199158,-0.217383146286011,0.55950140953064,0.799814224243164,-0.583937585353851,0.652323722839355,0.483208745718002,-0.460998773574829,0.416766345500946,0.783445060253143,-0.763780176639557,0.385797649621964,0.517493903636932,0.214279919862747,0.692026376724243,-0.689335644245148,-0.221136137843132,0.520258486270905,-0.824881851673126,-0.153221413493156,0.923558592796326,0.351515203714371,0.325855493545532,0.456701815128326,-0.82779324054718,-0.153221413493156,0.923558592796326,0.351515203714371,-0.0644993931055069,0.809677124023438,-0.583320498466492,-0.0644993931055069,0.809677124023438,-0.583320498466492,-0.583937585353851,0.652323722839355,0.483208745718002,-0.471050888299942,0.701797544956207,0.534407377243042,
  450. -0.61578369140625,0.455574750900269,0.642854690551758,-0.583937585353851,0.652323722839355,0.483208745718002,-0.763780176639557,0.385797649621964,0.517493903636932,-0.036748118698597,0.963706612586975,-0.264422297477722,-0.224188894033432,0.968278586864471,-0.110344924032688,0.153821110725403,0.957575440406799,-0.243697702884674,-0.735198616981506,0.655153870582581,-0.173944041132927,-0.406959593296051,0.335534781217575,-0.849588394165039,-0.689752817153931,0.682324826717377,-0.242226958274841,0.318381488323212,0.161132708191872,-0.934167802333832,0.152283012866974,0.174986585974693,-0.972722828388214,-0.254181236028671,0.521151065826416,-0.814735233783722,-0.115102902054787,0.17068575322628,-0.978579521179199,0.152283012866974,0.174986585974693,-0.972722828388214,0.318381488323212,0.161132708191872,-0.934167802333832,-0.115102902054787,0.17068575322628,-0.978579521179199,-0.221136137843132,0.520258486270905,-0.824881851673126,0.214279919862747,0.692026376724243,-0.689335644245148,0.0425811111927032,0.976498126983643,-0.211277559399605,-0.221136137843132,0.520258486270905,-0.824881851673126,-0.115102902054787,0.17068575322628,-0.978579521179199,-0.066094234585762,0.627136528491974,0.776100099086761,-0.221136137843132,0.520258486270905,-0.824881851673126,0.0425811111927032,0.976498126983643,-0.211277559399605,0.483037769794464,0.246123135089874,-0.840296387672424,0.174363151192665,0.717249095439911,-0.674649000167847,-0.066094234585762,0.627136528491974,0.776100099086761,0.382052540779114,0.177938610315323,-0.906848251819611,0.483037769794464,0.246123135089874,-0.840296387672424,0.813764989376068,0.146882981061935,-0.562327265739441,-0.0903466641902924,0.995065629482269,0.0410113297402859,-0.224188894033432,0.968278586864471,-0.110344924032688,-0.036748118698597,0.963706612586975,-0.264422297477722,0.152283012866974,0.174986585974693,-0.972722828388214,0.325855493545532,0.456701815128326,-0.82779324054718,-0.406959593296051,0.335534781217575,-0.849588394165039,0.174363151192665,0.717249095439911,-0.674649000167847,
  451. -0.17297051846981,0.779928922653198,0.601491570472717,-0.221136137843132,0.520258486270905,-0.824881851673126,0.610919237136841,0.731035828590393,-0.303915053606033,-0.17297051846981,0.779928922653198,0.601491570472717,0.174363151192665,0.717249095439911,-0.674649000167847,-0.0668289437890053,0.980996191501617,0.182154908776283,-0.247245594859123,0.887640714645386,0.388540267944336,0.610919237136841,0.731035828590393,-0.303915053606033,0.0661070421338081,0.997708678245544,0.014402536675334,-0.0644993931055069,0.809677124023438,-0.583320498466492,0.153821110725403,0.957575440406799,-0.243697702884674,0.325855493545532,0.456701815128326,-0.82779324054718,-0.217383146286011,0.55950140953064,0.799814224243164,-0.583937585353851,0.652323722839355,0.483208745718002,-0.153221413493156,0.923558592796326,0.351515203714371,-0.0668289437890053,0.980996191501617,0.182154908776283,-0.402074187994003,0.792980194091797,0.45773246884346,-0.217383146286011,0.55950140953064,0.799814224243164,0.153821110725403,0.957575440406799,-0.243697702884674,0.191130757331848,0.662060916423798,0.724668502807617,-0.036748118698597,0.963706612586975,-0.264422297477722,-0.0751464366912842,0.770319581031799,0.633214712142944,0.191130757331848,0.662060916423798,0.724668502807617,0.153821110725403,0.957575440406799,-0.243697702884674,-0.686888575553894,-0.000456362962722778,-0.726762652397156,-0.59865266084671,-0.431468397378922,-0.674870431423187,-0.33233717083931,-0.83828192949295,-0.432244896888733,-0.583937585353851,0.652323722839355,0.483208745718002,-0.61578369140625,0.455574750900269,0.642854690551758,-0.471050888299942,0.701797544956207,0.534407377243042,-0.583937585353851,0.652323722839355,0.483208745718002,-0.304391384124756,0.81017005443573,0.500969469547272,-0.460998773574829,0.416766345500946,0.783445060253143,-0.217383146286011,0.55950140953064,0.799814224243164,-0.304391384124756,0.81017005443573,0.500969469547272,-0.583937585353851,0.652323722839355,0.483208745718002,-0.689752817153931,0.682324826717377,-0.242226958274841,-0.406959593296051,0.335534781217575,-0.849588394165039,
  452. -0.0903466641902924,0.995065629482269,0.0410113297402859,-0.0668289437890053,0.980996191501617,0.182154908776283,-0.217383146286011,0.55950140953064,0.799814224243164,-0.247245594859123,0.887640714645386,0.388540267944336,0.483037769794464,0.246123135089874,-0.840296387672424,0.23251985013485,0.379566013813019,-0.895468711853027,0.174363151192665,0.717249095439911,-0.674649000167847,-0.221136137843132,0.520258486270905,-0.824881851673126,-0.17297051846981,0.779928922653198,0.601491570472717,-0.153221413493156,0.923558592796326,0.351515203714371,0.610919237136841,0.731035828590393,-0.303915053606033,-0.247245594859123,0.887640714645386,0.388540267944336,-0.17297051846981,0.779928922653198,0.601491570472717,0.214279919862747,0.692026376724243,-0.689335644245148,-0.153221413493156,0.923558592796326,0.351515203714371,0.325855493545532,0.456701815128326,-0.82779324054718,-0.0644993931055069,0.809677124023438,-0.583320498466492,-0.153221413493156,0.923558592796326,0.351515203714371,-0.583937585353851,0.652323722839355,0.483208745718002,0.191130757331848,0.662060916423798,0.724668502807617,0.409893751144409,0.190143644809723,0.892094552516937,0.93592780828476,0.307945132255554,-0.170906618237495,0.945311009883881,0.31943416595459,-0.0659471675753593,-0.217383146286011,0.55950140953064,0.799814224243164,-0.109833613038063,0.355337083339691,0.928263068199158,-0.304391384124756,0.81017005443573,0.500969469547272,-0.406959593296051,0.335534781217575,-0.849588394165039,-0.224188894033432,0.968278586864471,-0.110344924032688,-0.0903466641902924,0.995065629482269,0.0410113297402859,-0.0751464366912842,0.770319581031799,0.633214712142944,-0.61578369140625,0.455574750900269,0.642854690551758,-0.258636832237244,0.257839620113373,0.930927395820618,-0.109833613038063,0.355337083339691,0.928263068199158,0.469973176717758,0.476306527853012,0.743140280246735,0.35601732134819,0.105499461293221,0.928505003452301,0.551406264305115,0.459125638008118,-0.69653058052063,0.23251985013485,0.379566013813019,-0.895468711853027,0.483037769794464,0.246123135089874,-0.840296387672424,
  453. 0.382052540779114,0.177938610315323,-0.906848251819611,0.551406264305115,0.459125638008118,-0.69653058052063,0.610919237136841,0.731035828590393,-0.303915053606033,0.23251985013485,0.379566013813019,-0.895468711853027,-0.231337308883667,-0.572133839130402,-0.786858379840851,0.347827196121216,-0.57588404417038,0.739847183227539,0.358076125383377,-0.494467556476593,0.792012155056,-0.115102902054787,0.17068575322628,-0.978579521179199,0.214279919862747,0.692026376724243,-0.689335644245148,0.152283012866974,0.174986585974693,-0.972722828388214,-0.406959593296051,0.335534781217575,-0.849588394165039,0.325855493545532,0.456701815128326,-0.82779324054718,-0.224188894033432,0.968278586864471,-0.110344924032688,0.153821110725403,0.957575440406799,-0.243697702884674,-0.0644993931055069,0.809677124023438,-0.583320498466492,-0.0751464366912842,0.770319581031799,0.633214712142944,-0.254181236028671,0.521151065826416,-0.814735233783722,0.152283012866974,0.174986585974693,-0.972722828388214,-0.406959593296051,0.335534781217575,-0.849588394165039,-0.254181236028671,0.521151065826416,-0.814735233783722,-0.406959593296051,0.335534781217575,-0.849588394165039,-0.735198616981506,0.655153870582581,-0.173944041132927,-0.254181236028671,0.521151065826416,-0.814735233783722,-0.735198616981506,0.655153870582581,-0.173944041132927,-0.829258263111115,0.55327707529068,-0.0788366720080376,-0.0964125320315361,0.99533748626709,0.00280389771796763,-0.0478567555546761,0.998581171035767,0.0233566481620073,0.145812705159187,0.969618797302246,-0.196413293480873,0.160243138670921,0.986458003520966,0.0349677614867687,0.114635489881039,-0.993407428264618,0.00072674173861742,0.120712086558342,-0.991946160793304,0.0383601039648056,-0.0639350861310959,-0.9978306889534,0.0156944412738085,-0.0898305401206017,-0.99595707654953,8.91284944373183e-005,-0.185516357421875,0.982641279697418,3.16943157940841e-007,-0.268943518400192,0.96315598487854,9.48346439599845e-007,0.0989529713988304,0.995092213153839,7.16685875090661e-008,-0.185516357421875,0.982641279697418,3.16943157940841e-007,
  454. -0.126610577106476,0.991952478885651,4.57041466006558e-007,-0.242877632379532,0.97005695104599,1.30463411096571e-006,-0.294246822595596,0.95572954416275,1.580567527526e-006,-0.268943518400192,0.96315598487854,9.48346439599845e-007,0.0729045569896698,0.997338950634003,5.33313695427751e-008,-0.126610577106476,0.991952478885651,4.57041466006558e-007,-0.185516357421875,0.982641279697418,3.16943157940841e-007,0.37575775384903,0.92671799659729,9.49395030147571e-007,0.0729045569896698,0.997338950634003,5.33313695427751e-008,0.0989529713988304,0.995092213153839,7.16685875090661e-008,0.0729045569896698,0.997338950634003,5.33313695427751e-008,-0.185516357421875,0.982641279697418,3.16943157940841e-007,0.0989529713988304,0.995092213153839,7.16685875090661e-008,-0.999032914638519,-0.0306684579700232,-0.0315072983503342,-0.999348998069763,-0.0319075472652912,0.0168396551162004,-0.998959243297577,0.026785533875227,0.0369199849665165,-0.999248325824738,0.0304391402751207,-0.024009620770812,0.993261158466339,0.0895867422223091,0.0735287517309189,0.99675714969635,0.0774957463145256,-0.0216741878539324,0.996834993362427,-0.0791251882910728,0.00770112173631787,0.993660986423492,-0.0905391424894333,0.066637210547924,0.494649261236191,0.86909282207489,1.77670131051855e-006,0.37575775384903,0.92671799659729,9.49395030147571e-007,0.0989529713988304,0.995092213153839,7.16685875090661e-008,0.282019525766373,0.959408700466156,1.01336911484395e-006,0.0729045569896698,0.997338950634003,5.33313695427751e-008,0.37575775384903,0.92671799659729,9.49395030147571e-007,0.434783041477203,0.900535345077515,2.3931256691867e-006,0.282019525766373,0.959408700466156,1.01336911484395e-006,0.37575775384903,0.92671799659729,9.49395030147571e-007,0.494649261236191,0.86909282207489,1.77670131051855e-006,0.510071516036987,0.860131978988647,2.80752738035517e-006,-0.999032914638519,-0.0306684579700232,-0.0315072983503342,-0.0898305401206017,-0.99595707654953,8.91284944373183e-005,-0.0639350861310959,-0.9978306889534,0.0156944412738085,-0.999348998069763,-0.0319075472652912,0.0168396551162004,
  455. -0.0964125320315361,0.99533748626709,0.00280389771796763,-0.999248325824738,0.0304391402751207,-0.024009620770812,-0.998959243297577,0.026785533875227,0.0369199849665165,-0.0478567555546761,0.998581171035767,0.0233566481620073,0.999650895595551,-0.0261258222162724,0.00396406417712569,0.0576844960451126,-0.998218178749084,0.015267669223249,0.0869147330522537,-0.994705200195313,0.0548417642712593,0.997676134109497,-0.0412252321839333,0.0542487762868404,0.999542057514191,0.0285105872899294,-0.010148455388844,0.989287912845612,0.0414937436580658,-0.139955967664719,0.0833678916096687,0.983587324619293,-0.160018190741539,0.05619927495718,0.987256109714508,0.148886546492577,-0.0964125320315361,0.99533748626709,0.00280389771796763,0.160243138670921,0.986458003520966,0.0349677614867687,0.131380170583725,0.991263926029205,0.0116249872371554,-0.0804397985339165,0.996752321720123,0.00378038547933102,0.0853586047887802,-0.995675325393677,-0.0366687476634979,0.0880278423428535,-0.995926797389984,-0.0195217747241259,-0.0949722304940224,-0.99544084072113,-0.00882421620190144,-0.0902047604322433,-0.995923101902008,-0.000565791444387287,-0.577629148960114,0.816299319267273,-9.57404608925572e-007,-0.353085190057755,0.935591280460358,7.46491668479621e-009,-0.699263632297516,0.714863955974579,-1.23752579384018e-006,-0.577629148960114,0.816299319267273,-9.57404608925572e-007,-0.699263632297516,0.714863955974579,-1.23752579384018e-006,-0.700486063957214,0.713666081428528,-1.90829450730234e-006,-0.624656856060028,0.780899345874786,-1.70171733770985e-006,-0.471183449029922,0.882035315036774,-8.54298207286774e-007,-0.277775824069977,0.960645914077759,1.00370789457571e-009,-0.577629148960114,0.816299319267273,-9.57404608925572e-007,-0.471183449029922,0.882035315036774,-8.54298207286774e-007,-0.0879021212458611,0.996129214763641,2.05047655299495e-007,-0.353085190057755,0.935591280460358,7.46491668479621e-009,-0.277775824069977,0.960645914077759,1.00370789457571e-009,-0.277775824069977,0.960645914077759,1.00370789457571e-009,-0.353085190057755,0.935591280460358,7.46491668479621e-009,
  456. -0.577629148960114,0.816299319267273,-9.57404608925572e-007,-0.999449014663696,-0.0294867102056742,0.0152395935729146,-0.9995077252388,-0.0304696671664715,-0.00748600158840418,-0.999470412731171,0.0298608243465424,-0.012934154830873,-0.999571681022644,0.0281890127807856,0.00787306670099497,-0.999950170516968,0.000225218376726843,0.00998211745172739,0.998981654644012,0.0450234189629555,-0.00292467698454857,0.996885538101196,0.0646197870373726,0.0452059879899025,0.994902908802032,-0.0638838782906532,0.0780207291245461,0.998833537101746,-0.047964945435524,0.00555998971685767,0.999793589115143,0.0172311700880528,0.0107721704989672,-0.0206796210259199,0.999786138534546,4.15745091686404e-008,-0.0651506632566452,0.997875452041626,0,-0.353085190057755,0.935591280460358,7.46491668479621e-009,-0.0879021212458611,0.996129214763641,2.05047655299495e-007,-0.0337034724652767,0.999431908130646,6.78187035418887e-008,-0.0206796210259199,0.999786138534546,4.15745091686404e-008,-0.0879021212458611,0.996129214763641,2.05047655299495e-007,-0.0977987870573998,0.995206296443939,0,-0.0337034724652767,0.999431908130646,6.78187035418887e-008,-0.0879021212458611,0.996129214763641,2.05047655299495e-007,-0.277775824069977,0.960645914077759,1.00370789457571e-009,-0.999449014663696,-0.0294867102056742,0.0152395935729146,-0.0902047604322433,-0.995923101902008,-0.000565791444387287,-0.0949722304940224,-0.99544084072113,-0.00882421620190144,-0.9995077252388,-0.0304696671664715,-0.00748600158840418,-0.999571681022644,0.0281890127807856,0.00787306670099497,-0.999470412731171,0.0298608243465424,-0.012934154830873,-0.0804397985339165,0.996752321720123,0.00378038547933102,-0.0570999532938004,0.998367786407471,0.0012097186408937,0.995502352714539,-0.0905234292149544,0.0279418006539345,0.114635489881039,-0.993407428264618,0.00072674173861742,0.0880278423428535,-0.995926797389984,-0.0195217747241259,0.997437715530396,-0.0632819980382919,-0.0333697721362114,0.160243138670921,0.986458003520966,0.0349677614867687,0.993261158466339,0.0895867422223091,0.0735287517309189,
  457. 0.996885538101196,0.0646197870373726,0.0452059879899025,0.131380170583725,0.991263926029205,0.0116249872371554,-0.0039505953900516,0.999984443187714,0.00393872801214457,-0.0543582923710346,0.998455226421356,0.0115070957690477,0.0519449487328529,0.998040556907654,-0.034885086119175,0.00126475817523897,0.998564660549164,-0.0535445138812065,-0.00158636283595115,0.999996542930603,-0.00212924764491618,-0.00169405096676201,0.998688697814941,-0.051167294383049,-0.00159504800103605,0.999980628490448,-0.00602092361077666,-0.00166938512120396,0.999207019805908,-0.039780717343092,-0.00155312835704535,0.999918699264526,0.0126645267009735,0.0030273674055934,-0.997831463813782,0.0657524839043617,0.0805841088294983,-0.99639892578125,0.0263705048710108,-0.0846459791064262,-0.996383726596832,-0.00739102810621262,-0.00740056438371539,-0.999947667121887,0.00707673421129584,0.000228655117098242,-0.999799072742462,0.0200438406318426,0.000313629017909989,-0.999626398086548,0.0273324586451054,0.000500394613482058,-0.999059736728668,0.0433521680533886,0.000185811601113528,-0.99986606836319,0.0163689386099577,0.999322175979614,0.0233336556702852,-0.0284750517457724,0.999124765396118,0.0399268567562103,-0.0124786859378219,0.998802304267883,-0.0487170331180096,0.0045502157881856,0.999308586120605,-0.0245661158114672,-0.027910890057683,0.999439775943756,5.91224091905929e-009,-0.0334712453186512,0.99943995475769,5.91098281432778e-009,-0.0334641225636005,0.999487042427063,5.65698110577273e-009,-0.0320261307060719,0.999589264392853,5.06227859631281e-009,-0.02865931391716,0.999794125556946,3.5847735890826e-009,-0.0202946458011866,0.997844040393829,-1.15928582289371e-008,0.0656311884522438,0.417592614889145,0.201258108019829,-0.886065244674683,0.706589341163635,0.37596982717514,-0.599481642246246,0.807718813419342,0.436229884624481,-0.396602779626846,-0.999735593795776,-0.0203338656574488,-0.01074044033885,-0.00740056438371539,-0.999947667121887,0.00707673421129584,-0.0846459791064262,-0.996383726596832,-0.00739102810621262,-0.999393999576569,-0.0291975103318691,-0.0189570467919111,
  458. -0.0039505953900516,0.999984443187714,0.00393872801214457,-0.999562680721283,0.0266626924276352,0.012791614048183,-0.999644756317139,0.0255255289375782,-0.00767973624169827,-0.0543582923710346,0.998455226421356,0.0115070957690477,-0.176528364419937,0.174974888563156,0.968618333339691,-0.231525927782059,0.692023932933807,0.683738708496094,-0.34650057554245,0.456687390804291,0.819374203681946,0.0910574272274971,0.770334303379059,-0.631105184555054,0.0498527958989143,0.809743046760559,0.584663152694702,0.484318464994431,0.701825976371765,-0.522375404834747,0.161980807781219,0.923548102378845,-0.347593456506729,0.188141077756882,0.779703438282013,-0.597214937210083,0.237450763583183,0.559482991695404,-0.794100761413574,0.509979069232941,0.396384239196777,-0.763414025306702,0.3168825507164,0.810202121734619,-0.493110507726669,0.508507966995239,0.180972158908844,-0.84182471036911,-0.191368788480759,0.717275083065033,0.669995903968811,-0.254893213510513,0.379550665616989,0.889365494251251,-0.618291258811951,0.731047451496124,0.288592487573624,0.188141077756882,0.779703438282013,-0.597214937210083,0.256835609674454,0.887718617916107,-0.382087975740433,0.237450763583183,0.559482991695404,-0.794100761413574,0.3168825507164,0.810202121734619,-0.493110507726669,0.133225485682487,0.35535940527916,-0.925186932086945,0.508507966995239,0.180972158908844,-0.84182471036911,-0.172891616821289,0.662063419818878,-0.729232907295227,0.0910574272274971,0.770334303379059,-0.631105184555054,0.417592614889145,0.201258108019829,-0.886065244674683,-0.387348741292953,0.190141931176186,-0.902112543582916,0.0665653869509697,-0.994342982769012,-0.08277228474617,0.196442186832428,-0.495716124773026,-0.845976412296295,0.0812493115663528,-0.984144151210785,-0.157667353749275,-0.0655891075730324,0.997715711593628,-0.0161735638976097,-0.618291258811951,0.731047451496124,0.288592487573624,-0.568700850009918,0.459055662155151,0.682530045509338,-0.343079000711441,-0.545614242553711,0.764592707157135,-0.337145060300827,-0.562941670417786,0.754605829715729,
  459. -0.241727381944656,-0.77357417345047,0.585790932178497,-0.526551842689514,0.664994120597839,-0.529646992683411,-0.451009958982468,0.476273894309998,-0.754820048809052,0.133225485682487,0.35535940527916,-0.925186932086945,0.237450763583183,0.559482991695404,-0.794100761413574,0.556866586208344,0.725222289562225,-0.404910147190094,0.509979069232941,0.396384239196777,-0.763414025306702,0.807718813419342,0.436229884624481,-0.396602779626846,-0.231525927782059,0.692023932933807,0.683738708496094,0.200240790843964,0.520271837711334,0.830193281173706,0.161980807781219,0.923548102378845,-0.347593456506729,-0.34650057554245,0.456687390804291,0.819374203681946,0.161980807781219,0.923548102378845,-0.347593456506729,0.0498527958989143,0.809743046760559,0.584663152694702,0.0498527958989143,0.809743046760559,0.584663152694702,0.556866586208344,0.725222289562225,-0.404910147190094,0.484318464994431,0.701825976371765,-0.522375404834747,0.706589341163635,0.37596982717514,-0.599481642246246,0.556866586208344,0.725222289562225,-0.404910147190094,0.807718813419342,0.436229884624481,-0.396602779626846,0.0300630554556847,0.963726341724396,0.265193849802017,0.221287578344345,0.968291699886322,0.115944415330887,-0.159906014800072,0.957586824893951,0.239703327417374,0.730553269386292,0.655214190483093,0.192318171262741,0.385544508695602,0.33555194735527,0.859511733055115,0.683395743370056,0.682415068149567,0.259384036064148,-0.341646641492844,0.161164045333862,0.925907075405121,-0.176528364419937,0.174974888563156,0.968618333339691,0.233695521950722,0.520956039428711,0.820969760417938,0.0904616639018059,0.170716017484665,0.981158852577209,-0.176528364419937,0.174974888563156,0.968618333339691,-0.341646641492844,0.161164045333862,0.925907075405121,0.0904616639018059,0.170716017484665,0.981158852577209,0.200240790843964,0.520271837711334,0.830193281173706,-0.231525927782059,0.692023932933807,0.683738708496094,-0.0477394759654999,0.976465582847595,0.210323542356491,0.200240790843964,0.520271837711334,0.830193281173706,0.0904616639018059,0.170716017484665,0.981158852577209,
  460. 0.085537888109684,0.627135574817657,-0.77419912815094,0.200240790843964,0.520271837711334,0.830193281173706,-0.0477394759654999,0.976465582847595,0.210323542356491,-0.5039883852005,0.246080636978149,0.827913165092468,-0.191368788480759,0.717275083065033,0.669995903968811,0.085537888109684,0.627135574817657,-0.77419912815094,-0.404729306697845,0.177928671240807,0.896959066390991,-0.5039883852005,0.246080636978149,0.827913165092468,-0.827674508094788,0.146839991211891,0.541657686233521,0.0912499874830246,0.995073199272156,-0.0387676656246185,0.221287578344345,0.968291699886322,0.115944415330887,0.0300630554556847,0.963726341724396,0.265193849802017,-0.176528364419937,0.174974888563156,0.968618333339691,-0.34650057554245,0.456687390804291,0.819374203681946,0.385544508695602,0.33555194735527,0.859511733055115,-0.191368788480759,0.717275083065033,0.669995903968811,0.188141077756882,0.779703438282013,-0.597214937210083,0.200240790843964,0.520271837711334,0.830193281173706,-0.618291258811951,0.731047451496124,0.288592487573624,0.188141077756882,0.779703438282013,-0.597214937210083,-0.191368788480759,0.717275083065033,0.669995903968811,0.0713066831231117,0.981034159660339,-0.180242657661438,0.256835609674454,0.887718617916107,-0.382087975740433,-0.618291258811951,0.731047451496124,0.288592487573624,-0.0655891075730324,0.997715711593628,-0.0161735638976097,0.0498527958989143,0.809743046760559,0.584663152694702,-0.159906014800072,0.957586824893951,0.239703327417374,-0.34650057554245,0.456687390804291,0.819374203681946,0.237450763583183,0.559482991695404,-0.794100761413574,0.556866586208344,0.725222289562225,-0.404910147190094,0.161980807781219,0.923548102378845,-0.347593456506729,0.0713066831231117,0.981034159660339,-0.180242657661438,0.41333544254303,0.793097257614136,-0.447382092475891,0.237450763583183,0.559482991695404,-0.794100761413574,-0.159906014800072,0.957586824893951,0.239703327417374,-0.172891616821289,0.662063419818878,-0.729232907295227,0.0300630554556847,0.963726341724396,0.265193849802017,0.0910574272274971,0.770334303379059,-0.631105184555054,
  461. -0.172891616821289,0.662063419818878,-0.729232907295227,-0.159906014800072,0.957586824893951,0.239703327417374,0.66838663816452,-0.000484138785395771,0.743813931941986,0.560817897319794,-0.483782947063446,0.67189085483551,0.321327358484268,-0.838309586048126,0.440438121557236,0.556866586208344,0.725222289562225,-0.404910147190094,0.706589341163635,0.37596982717514,-0.599481642246246,0.484318464994431,0.701825976371765,-0.522375404834747,0.556866586208344,0.725222289562225,-0.404910147190094,0.3168825507164,0.810202121734619,-0.493110507726669,0.509979069232941,0.396384239196777,-0.763414025306702,0.237450763583183,0.559482991695404,-0.794100761413574,0.3168825507164,0.810202121734619,-0.493110507726669,0.556866586208344,0.725222289562225,-0.404910147190094,0.683395743370056,0.682415068149567,0.259384036064148,0.385544508695602,0.33555194735527,0.859511733055115,0.0912499874830246,0.995073199272156,-0.0387676656246185,0.0713066831231117,0.981034159660339,-0.180242657661438,0.237450763583183,0.559482991695404,-0.794100761413574,0.256835609674454,0.887718617916107,-0.382087975740433,-0.5039883852005,0.246080636978149,0.827913165092468,-0.254893213510513,0.379550665616989,0.889365494251251,-0.191368788480759,0.717275083065033,0.669995903968811,0.200240790843964,0.520271837711334,0.830193281173706,0.188141077756882,0.779703438282013,-0.597214937210083,0.161980807781219,0.923548102378845,-0.347593456506729,-0.618291258811951,0.731047451496124,0.288592487573624,0.256835609674454,0.887718617916107,-0.382087975740433,0.188141077756882,0.779703438282013,-0.597214937210083,-0.231525927782059,0.692023932933807,0.683738708496094,0.161980807781219,0.923548102378845,-0.347593456506729,-0.34650057554245,0.456687390804291,0.819374203681946,0.0498527958989143,0.809743046760559,0.584663152694702,0.161980807781219,0.923548102378845,-0.347593456506729,0.556866586208344,0.725222289562225,-0.404910147190094,-0.172891616821289,0.662063419818878,-0.729232907295227,-0.387348741292953,0.190141931176186,-0.902112543582916,-0.93992292881012,0.307926088571548,0.14739927649498,
  462. -0.946672916412354,0.319421201944351,0.0421950481832027,0.237450763583183,0.559482991695404,-0.794100761413574,0.133225485682487,0.35535940527916,-0.925186932086945,0.3168825507164,0.810202121734619,-0.493110507726669,0.385544508695602,0.33555194735527,0.859511733055115,0.221287578344345,0.968291699886322,0.115944415330887,0.0912499874830246,0.995073199272156,-0.0387676656246185,0.0910574272274971,0.770334303379059,-0.631105184555054,0.706589341163635,0.37596982717514,-0.599481642246246,0.417592614889145,0.201258108019829,-0.886065244674683,0.133225485682487,0.35535940527916,-0.925186932086945,-0.451009958982468,0.476273894309998,-0.754820048809052,-0.332401394844055,0.105507954955101,-0.937217950820923,-0.568700850009918,0.459055662155151,0.682530045509338,-0.254893213510513,0.379550665616989,0.889365494251251,-0.5039883852005,0.246080636978149,0.827913165092468,-0.404729306697845,0.177928671240807,0.896959066390991,-0.568700850009918,0.459055662155151,0.682530045509338,-0.618291258811951,0.731047451496124,0.288592487573624,-0.254893213510513,0.379550665616989,0.889365494251251,0.211412534117699,-0.572153449058533,0.79242992401123,-0.329054743051529,-0.575913071632385,-0.748362958431244,-0.337987005710602,-0.494486570358276,-0.800779521465302,0.0904616639018059,0.170716017484665,0.981158852577209,-0.231525927782059,0.692023932933807,0.683738708496094,-0.176528364419937,0.174974888563156,0.968618333339691,0.385544508695602,0.33555194735527,0.859511733055115,-0.34650057554245,0.456687390804291,0.819374203681946,0.221287578344345,0.968291699886322,0.115944415330887,-0.159906014800072,0.957586824893951,0.239703327417374,0.0498527958989143,0.809743046760559,0.584663152694702,0.0910574272274971,0.770334303379059,-0.631105184555054,0.233695521950722,0.520956039428711,0.820969760417938,-0.176528364419937,0.174974888563156,0.968618333339691,0.385544508695602,0.33555194735527,0.859511733055115,0.233695521950722,0.520956039428711,0.820969760417938,0.385544508695602,0.33555194735527,0.859511733055115,0.730553269386292,0.655214190483093,0.192318171262741,
  463. 0.233695521950722,0.520956039428711,0.820969760417938,0.730553269386292,0.655214190483093,0.192318171262741,0.826985001564026,0.553325176239014,0.09963558614254,0.998212695121765,-0.0488404408097267,0.034439530223608,0.0805841088294983,-0.99639892578125,0.0263705048710108,0.0030273674055934,-0.997831463813782,0.0657524839043617,0.996193885803223,-0.024456424638629,0.0836635604500771,0.0519449487328529,0.998040556907654,-0.034885086119175,0.999124765396118,0.0399268567562103,-0.0124786859378219,0.999322175979614,0.0233336556702852,-0.0284750517457724,0.00126475817523897,0.998564660549164,-0.0535445138812065,-0.999393999576569,-0.0291975103318691,-0.0189570467919111,-0.999644756317139,0.0255255289375782,-0.00767973624169827,-0.999562680721283,0.0266626924276352,0.012791614048183,-0.999952435493469,0.000838809297420084,-0.00972594879567623,-0.999717891216278,0.00127135845832527,0.0237178988754749,-0.99975460767746,0.00125068868510425,0.0221178643405437,-0.999877095222473,0.000761939270887524,-0.0156606622040272,-0.999961614608765,0.00107734638731927,0.0087069496512413,-0.999179303646088,0.00148776173591614,0.0404811687767506,-0.999735593795776,-0.0203338656574488,-0.01074044033885,-0.097496896982193,-0.496207386255264,0.862712383270264,-0.910753071308136,0.273514658212662,0.309384316205978,-0.793551325798035,0.559880971908569,0.238347470760345,0.0117230098694563,0.994316577911377,0.105816639959812,-0.0478256344795227,0.993023574352264,0.107782162725925,-0.0324434451758862,0.964471638202667,0.262187063694,-0.999604046344757,0.000547753239516169,0.0281325522810221,-0.999942421913147,-0.00603829883038998,0.00887005403637886,-0.999906420707703,0.00935065187513828,0.00999125652015209,0.0427190959453583,0.998928427696228,0.0178060885518789,0.0307745281606913,0.999191880226135,0.0258560907095671,0.999069333076477,0.0375376418232918,0.0212496351450682,0.998474061489105,0.0406929850578308,0.0373325422406197,-0.424856007099152,0.760285913944244,0.491388708353043,-0.425086170434952,0.895111918449402,0.134448811411858,-0.831422328948975,0.176757857203484,0.526776611804962,
  464. -0.254935383796692,0.964716613292694,-0.0658028572797775,0.904777705669403,0.309215515851974,0.292853564023972,-0.097496896982193,-0.496207386255264,0.862712383270264,-0.0113163106143475,0.993914723396301,0.109569914638996,0.875242710113525,0.241178929805756,0.419264942407608,0.168194830417633,0.971800446510315,0.16527059674263,0.348215073347092,0.664045751094818,0.661656737327576,0.372717916965485,0.114123955368996,0.920900225639343,-0.29202988743782,0.913512289524078,-0.283220499753952,0.561739563941956,0.686947643756866,0.461033225059509,-0.342550009489059,0.916160106658936,-0.208111077547073,-0.547565758228302,0.629757821559906,-0.550978124141693,-0.00327356159687042,0.238707199692726,0.971086144447327,0.561739563941956,0.686947643756866,0.461033225059509,-0.150369539856911,0.977646112442017,-0.14695930480957,-0.150369539856911,0.977646112442017,-0.14695930480957,-0.424856007099152,0.760285913944244,0.491388708353043,-0.00327356159687042,0.238707199692726,0.971086144447327,-0.424856007099152,0.760285913944244,0.491388708353043,-0.831422328948975,0.176757857203484,0.526776611804962,-0.677953600883484,0.360179334878922,0.640819549560547,-0.00327356159687042,0.238707199692726,0.971086144447327,0.270739108324051,0.448006153106689,-0.852051019668579,-0.424856007099152,0.760285913944244,0.491388708353043,-0.150369539856911,0.977646112442017,-0.14695930480957,0.561739563941956,0.686947643756866,0.461033225059509,0.537863314151764,0.313343167304993,0.782636046409607,0.348215073347092,0.664045751094818,0.661656737327576,-0.0113163106143475,0.993914723396301,0.109569914638996,0.372717916965485,0.114123955368996,0.920900225639343,0.875242710113525,0.241178929805756,0.419264942407608,-0.404618591070175,0.449594557285309,-0.796334505081177,0.0477861762046814,0.508951961994171,-0.859467566013336,-0.64704555273056,0.732193887233734,0.212659850716591,-0.761435508728027,0.307635754346848,0.570592820644379,0.825815200805664,-0.133685722947121,-0.547866225242615,-0.472955584526062,0.700024485588074,0.535050332546234,0.328280687332153,0.865230083465576,0.378957331180573,
  465. -0.110371746122837,0.991665482521057,0.0664664432406425,0.00563437538221478,0.994994163513184,0.0997747778892517,0.0117230098694563,0.994316577911377,0.105816639959812,-0.113176919519901,0.961513042449951,0.25036758184433,0.39883553981781,0.916860103607178,-0.0172530692070723,-0.0438790433108807,0.998986184597015,-0.0100630484521389,-0.0809738636016846,0.98418927192688,-0.15752674639225,-0.0478256344795227,0.993023574352264,0.107782162725925,0.0117230098694563,0.994316577911377,0.105816639959812,-0.156978964805603,0.986862540245056,0.0382091253995895,0.904777705669403,0.309215515851974,0.292853564023972,0.628186821937561,0.532217085361481,0.567561805248261,0.731267750263214,-0.573728799819946,0.368893951177597,0.679286181926727,0.669355690479279,-0.300887614488602,0.0117230098694563,0.994316577911377,0.105816639959812,0.39883553981781,0.916860103607178,-0.0172530692070723,0.270739108324051,0.448006153106689,-0.852051019668579,0.679286181926727,0.669355690479279,-0.300887614488602,-0.424856007099152,0.760285913944244,0.491388708353043,0.270739108324051,0.448006153106689,-0.852051019668579,-0.110900372266769,0.75394594669342,-0.647508144378662,-0.576142013072968,0.685786485671997,-0.444699048995972,-0.00327356159687042,0.238707199692726,0.971086144447327,0.537863314151764,0.313343167304993,0.782636046409607,0.561739563941956,0.686947643756866,0.461033225059509,0.328280687332153,0.865230083465576,0.378957331180573,0.0477861762046814,0.508951961994171,-0.859467566013336,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.156978964805603,0.986862540245056,0.0382091253995895,0.0117230098694563,0.994316577911377,0.105816639959812,0.679286181926727,0.669355690479279,-0.300887614488602,0.731267750263214,-0.573728799819946,0.368893951177597,0.0874823480844498,0.217294365167618,0.972177982330322,-0.2630255818367,-0.172630876302719,-0.94921875,-0.424856007099152,0.760285913944244,0.491388708353043,0.679286181926727,0.669355690479279,-0.300887614488602,-0.425086170434952,0.895111918449402,0.134448811411858,0.0384732447564602,0.99907785654068,0.0190640706568956,
  466. 0.00563437538221478,0.994994163513184,0.0997747778892517,-0.000704616773873568,0.997153580188751,-0.0753938630223274,0.328280687332153,0.865230083465576,0.378957331180573,0.00563437538221478,0.994994163513184,0.0997747778892517,0.0384732447564602,0.99907785654068,0.0190640706568956,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.110371746122837,0.991665482521057,0.0664664432406425,0.328280687332153,0.865230083465576,0.378957331180573,-0.110371746122837,0.991665482521057,0.0664664432406425,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.0113163106143475,0.993914723396301,0.109569914638996,-0.110371746122837,0.991665482521057,0.0664664432406425,-0.0113163106143475,0.993914723396301,0.109569914638996,0.168194830417633,0.971800446510315,0.16527059674263,0.644826054573059,0.41935008764267,-0.639018774032593,0.0945306345820427,0.832315802574158,-0.546181738376617,-0.282062023878098,0.705542027950287,-0.650116622447968,0.0384732447564602,0.99907785654068,0.0190640706568956,0.0477861762046814,0.508951961994171,-0.859467566013336,0.328280687332153,0.865230083465576,0.378957331180573,-0.180727571249008,-0.811809778213501,0.55525004863739,0.360570847988129,-0.514440715312958,0.778035640716553,0.292025029659271,0.578536629676819,-0.761588335037231,-0.906513690948486,0.219103470444679,-0.360869169235229,0.360570847988129,-0.514440715312958,0.778035640716553,0.924920797348022,0.101264230906963,0.366424709558487,0.644826054573059,0.41935008764267,-0.639018774032593,0.0477861762046814,0.508951961994171,-0.859467566013336,0.0945306345820427,0.832315802574158,-0.546181738376617,0.0384732447564602,0.99907785654068,0.0190640706568956,-0.000704616773873568,0.997153580188751,-0.0753938630223274,-0.282062023878098,0.705542027950287,-0.650116622447968,0.0945306345820427,0.832315802574158,-0.546181738376617,-0.404618591070175,0.449594557285309,-0.796334505081177,-0.547565758228302,0.629757821559906,-0.550978124141693,-0.464110165834427,0.670032382011414,-0.57936030626297,-0.547565758228302,0.629757821559906,-0.550978124141693,
  467. -0.628194034099579,0.598443686962128,-0.497229814529419,0.561739563941956,0.686947643756866,0.461033225059509,-0.404618591070175,0.449594557285309,-0.796334505081177,-0.464110165834427,0.670032382011414,-0.57936030626297,0.0477861762046814,0.508951961994171,-0.859467566013336,-0.576142013072968,0.685786485671997,-0.444699048995972,-0.547565758228302,0.629757821559906,-0.550978124141693,-0.404618591070175,0.449594557285309,-0.796334505081177,0.0477861762046814,0.508951961994171,-0.859467566013336,-0.464110165834427,0.670032382011414,-0.57936030626297,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.464110165834427,0.670032382011414,-0.57936030626297,-0.342550009489059,0.916160106658936,-0.208111077547073,-0.2630255818367,-0.172630876302719,-0.94921875,0.0874823480844498,0.217294365167618,0.972177982330322,0.136487662792206,-0.452965527772903,0.881018400192261,-0.677953600883484,0.360179334878922,0.640819549560547,-0.831422328948975,0.176757857203484,0.526776611804962,-0.10818225890398,0.962484061717987,0.248839721083641,0.731267750263214,-0.573728799819946,0.368893951177597,0.628186821937561,0.532217085361481,0.567561805248261,0.0105630187317729,0.643438100814819,0.765425384044647,0.731267750263214,-0.573728799819946,0.368893951177597,0.0105630187317729,0.643438100814819,0.765425384044647,0.0874823480844498,0.217294365167618,0.972177982330322,0.0117230098694563,0.994316577911377,0.105816639959812,-0.0324434451758862,0.964471638202667,0.262187063694,-0.10818225890398,0.962484061717987,0.248839721083641,-0.154201179742813,0.900261282920837,0.407126247882843,-0.113176919519901,0.961513042449951,0.25036758184433,-0.576142013072968,0.685786485671997,-0.444699048995972,-0.110900372266769,0.75394594669342,-0.647508144378662,-0.673892319202423,0.717981338500977,-0.174275532364845,-0.547565758228302,0.629757821559906,-0.550978124141693,-0.547565758228302,0.629757821559906,-0.550978124141693,-0.673892319202423,0.717981338500977,-0.174275532364845,-0.628194034099579,0.598443686962128,-0.497229814529419,
  468. -0.150369539856911,0.977646112442017,-0.14695930480957,-0.628194034099579,0.598443686962128,-0.497229814529419,-0.910753071308136,0.273514658212662,0.309384316205978,0.270739108324051,0.448006153106689,-0.852051019668579,-0.150369539856911,0.977646112442017,-0.14695930480957,0.561739563941956,0.686947643756866,0.461033225059509,-0.628194034099579,0.598443686962128,-0.497229814529419,-0.659844994544983,0.736782789230347,0.147498071193695,-0.88754141330719,0.384669929742813,0.25357311964035,-0.78306919336319,0.588540971279144,0.201053068041801,-0.29202988743782,0.913512289524078,-0.283220499753952,-0.342550009489059,0.916160106658936,-0.208111077547073,0.348215073347092,0.664045751094818,0.661656737327576,0.348215073347092,0.664045751094818,0.661656737327576,-0.342550009489059,0.916160106658936,-0.208111077547073,0.561739563941956,0.686947643756866,0.461033225059509,0.348215073347092,0.664045751094818,0.661656737327576,0.537863314151764,0.313343167304993,0.782636046409607,0.372717916965485,0.114123955368996,0.920900225639343,-0.0391662530601025,-0.999224185943604,0.00413815304636955,-0.0320907831192017,-0.999469220638275,0.00561499129980803,-0.999634265899658,-0.0268192198127508,0.003486457047984,-0.999601900577545,-0.0272014401853085,0.00748763140290976,0.0701125487685204,0.995068848133087,-0.0701586604118347,0.0464868880808353,0.998442232608795,-0.0308564826846123,0.0197821129113436,0.999312877655029,-0.031346719712019,0.0716215223073959,0.994956612586975,-0.0702273920178413,-0.0541595481336117,-0.0734069123864174,-0.995830416679382,-0.0361453220248222,-0.0272969268262386,-0.998973727226257,-0.0542318858206272,-0.0357024744153023,-0.997889935970306,-0.0620314739644527,-0.0729694068431854,-0.995403230190277,-0.0619102157652378,-0.0729762017726898,-0.995410323143005,-0.0619190521538258,-0.0729756876826286,-0.995409786701202,-0.0617268532514572,-0.0729864314198494,-0.995420932769775,-0.0332474634051323,0.00220919912680984,0.999444723129272,-0.0220814999192953,0.000580109190195799,0.999756038188934,0.0109728118404746,0.000159505230840296,0.999939858913422,
  469. -0.0307557005435228,0.00217595556750894,0.999524652957916,-0.0316428281366825,0.00218779221177101,0.999496936798096,-0.0319547913968563,0.00219195405952632,0.999486923217773,-0.0316277220845222,0.00218759058043361,0.999497413635254,-0.138214915990829,0.987214088439941,0.0794045627117157,-0.309096843004227,0.944503664970398,0.11123014986515,-0.338837146759033,0.940276980400085,0.0326902754604816,0.347475111484528,0.936258614063263,-0.0517787337303162,0.338358670473099,0.939973950386047,-0.0442998521029949,0.300366848707199,0.945816934108734,0.123329058289528,0.313512951135635,0.943645238876343,0.106034986674786,-0.0131004108116031,-0.999871253967285,-0.00926994439214468,-0.0129881063476205,-0.999872744083405,-0.00926628336310387,-0.00320812338031828,-0.999978482723236,-0.00572701590135694,-0.00323934946209192,-0.999978423118591,-0.00571357319131494,0.425109267234802,0.853736162185669,-0.300694018602371,0.410032242536545,0.848916888237,-0.333487302064896,0.397693336009979,0.888491868972778,-0.228959336876869,0.424533545970917,0.888882577419281,-0.172218218445778,0.315966159105301,0.9297856092453,-0.18884964287281,0.334273040294647,0.927844345569611,-0.165428280830383,0.338358670473099,0.939973950386047,-0.0442998521029949,0.347475111484528,0.936258614063263,-0.0517787337303162,0.424533545970917,0.888882577419281,-0.172218218445778,0.397693336009979,0.888491868972778,-0.228959336876869,0.334273040294647,0.927844345569611,-0.165428280830383,0.315966159105301,0.9297856092453,-0.18884964287281,-0.338837146759033,0.940276980400085,0.0326902754604816,-0.309096843004227,0.944503664970398,0.11123014986515,-0.345057815313339,0.93786233663559,0.0367343202233315,-0.30659681558609,0.945824503898621,0.106838211417198,-0.30659681558609,0.945824503898621,0.106838211417198,-0.345057815313339,0.93786233663559,0.0367343202233315,-0.332205355167389,0.940898597240448,0.0659506618976593,-0.309817582368851,0.945333957672119,0.101768366992474,-0.309817582368851,0.945333957672119,0.101768366992474,-0.332205355167389,0.940898597240448,0.0659506618976593,
  470. -0.341643840074539,0.934318244457245,-0.10163226723671,-0.34916153550148,0.93547111749649,-0.0545896291732788,-0.214613035321236,0.961549699306488,0.17135825753212,-0.309096843004227,0.944503664970398,0.11123014986515,-0.138214915990829,0.987214088439941,0.0794045627117157,0.0452865771949291,0.998952567577362,-0.00655293557792902,0.0206323824822903,0.998974144458771,-0.0403114967048168,0.0208920892328024,0.998992443084717,-0.0397205613553524,0.0459536202251911,0.998922348022461,-0.00651966920122504,0.0502512045204639,0.000165979596204124,-0.998736619949341,0.0352481678128242,-0.0309698954224586,-0.998898684978485,0.0172878503799438,-0.0352987833321095,-0.999227344989777,0.0284884478896856,0.00113115948624909,-0.999593555927277,0.0207945071160793,0.00147211365401745,-0.999782681465149,0.0397082939743996,0.00063370045972988,-0.999211192131042,0.0496909506618977,0.000190841004950926,-0.99876469373703,-0.0213805418461561,0.0517320148646832,0.998432159423828,-0.0371681116521358,0.0304267816245556,0.998845815658569,-0.0198648497462273,0.0347236879169941,0.999199509620667,-0.0210261214524508,0.0517320223152637,0.998439729213715,-0.0211751163005829,0.051732026040554,0.998436510562897,-0.0204635597765446,0.0517320111393929,0.998451411724091,-0.0205211713910103,0.0517320036888123,0.99845016002655,-0.101619645953178,0.993915200233459,-0.042498305439949,-0.268758505582809,0.963124215602875,-0.0126748885959387,-0.282693326473236,0.955168604850769,-0.08796276897192,0.29831400513649,0.949517548084259,0.0970838069915771,0.293122589588165,0.950377345085144,0.104221686720848,0.222770154476166,0.944882810115814,0.239937677979469,0.235830083489418,0.944930791854858,0.226914122700691,-0.00831638835370541,-0.99840235710144,0.0558901242911816,-0.00834230426698923,-0.998402059078217,0.0558896102011204,-0.0258024446666241,-0.999097347259521,0.033744253218174,-0.0260418877005577,-0.999120533466339,0.0328658930957317,0.384374469518662,0.911453664302826,-0.146658435463905,0.371260911226273,0.911022245883942,-0.179454684257507,0.361218601465225,0.929390788078308,-0.075854204595089,
  471. 0.379512786865234,0.925013482570648,-0.0178947448730469,0.284538447856903,0.957902252674103,-0.0382275283336639,0.297060996294022,0.954757571220398,-0.013889268040657,0.293122589588165,0.950377345085144,0.104221686720848,0.29831400513649,0.949517548084259,0.0970838069915771,0.379512786865234,0.925013482570648,-0.0178947448730469,0.361218601465225,0.929390788078308,-0.075854204595089,0.297060996294022,0.954757571220398,-0.013889268040657,0.284538447856903,0.957902252674103,-0.0382275283336639,-0.282693326473236,0.955168604850769,-0.08796276897192,-0.268758505582809,0.963124215602875,-0.0126748885959387,-0.289375066757202,0.953484416007996,-0.0844367817044258,-0.262285172939301,0.964818716049194,-0.0182059966027737,-0.262285172939301,0.964818716049194,-0.0182059966027737,-0.289375066757202,0.953484416007996,-0.0844367817044258,-0.279562920331955,0.958419322967529,-0.0572455897927284,-0.264430165290833,0.964132070541382,-0.0229356065392494,-0.264430165290833,0.964132070541382,-0.0229356065392494,-0.279562920331955,0.958419322967529,-0.0572455897927284,-0.278836876153946,0.937241435050964,-0.209352791309357,-0.288591474294662,0.942721545696259,-0.167305499315262,-0.175993144512177,0.983632624149323,0.0386430025100708,-0.268758505582809,0.963124215602875,-0.0126748885959387,-0.101619645953178,0.993915200233459,-0.042498305439949,0.0161122158169746,-0.99852454662323,0.0518582239747047,0.0180942770093679,-0.998488903045654,0.0518899410963058,0.00261151581071317,-0.999446511268616,0.0331651903688908,0.000413642672356218,-0.999449908733368,0.0331627987325192,0.00780862709507346,-0.0278809312731028,-0.99958074092865,0.0288862977176905,-0.0479142405092716,-0.998433768749237,0.0246029030531645,-0.0479621402919292,-0.998546183109283,0.0257164668291807,-0.0479497797787189,-0.998518705368042,0.0331984162330627,-0.0478651188313961,-0.998301982879639,0.0478494465351105,-0.0476915128529072,-0.997715353965759,0.0719680637121201,-0.0473830848932266,-0.996280908584595,0.0521981567144394,-0.0476379804313183,-0.997499883174896,0.023291639983654,-0.0317608453333378,-0.999224066734314,
  472. -0.388508349657059,-0.908581972122192,0.153427913784981,-0.248979911208153,-0.962446808815002,0.108189933001995,-0.490748137235641,-0.855244278907776,0.166504010558128,-0.0594962574541569,0.0477612763643265,0.997085273265839,-0.0847182720899582,0.0474279150366783,0.995275616645813,-0.0387332625687122,0.0480124689638615,0.998095512390137,-0.00230255257338285,0.0484026335179806,0.998825252056122,-0.0208744034171104,0.0482117645442486,0.998619019985199,-0.0269726328551769,0.048145454376936,0.998476088047028,-0.0309997405856848,0.0481006652116776,0.998361349105835,-0.0118621354922652,0.0281241554766893,0.999534130096436,-0.0240655113011599,0.0320443324744701,0.999196708202362,-0.187476515769959,0.875984132289886,-0.444414645433426,-0.178190290927887,0.876003682613373,-0.448180586099625,-0.599168837070465,0.688287377357483,-0.408970892429352,-0.627290070056915,0.694759786128998,-0.351875066757202,-0.000894039985723794,0.998160004615784,-0.060629416257143,0.00118524685967714,0.998164057731628,-0.0605570450425148,0.00704772956669331,0.999292612075806,-0.0369434915482998,0.00469308532774448,0.999295890331268,-0.0372256152331829,0.405832409858704,0.912771224975586,-0.0463544055819511,0.357979863882065,0.933718800544739,0.00444956915453076,0.384635955095291,0.922848582267761,-0.0201425924897194,0.407506316900253,0.911151707172394,-0.0611655488610268,0.0420221202075481,0.973885536193848,-0.223116815090179,0.0329115465283394,0.973776280879974,-0.225114852190018,0.0420221202075481,0.973885536193848,-0.223116815090179,0.0511290468275547,0.97391015291214,-0.221099346876144,-0.0158277899026871,-0.998897612094879,0.0441937521100044,-0.0259361024945974,-0.998645305633545,0.0451113060116768,-0.0158277899026871,-0.998897671699524,0.0441937483847141,-0.00571784796193242,-0.999047040939331,0.0432716384530067,0.309347480535507,0.944521546363831,-0.110377877950668,0.32780921459198,0.943602502346039,-0.046427171677351,0.241807386279106,0.949618339538574,-0.199384808540344,0.200513869524002,0.933385014533997,-0.2976353764534,0.384635955095291,0.922848582267761,-0.0201425924897194,
  473. 0.357979863882065,0.933718800544739,0.00444956915453076,0.32780921459198,0.943602502346039,-0.046427171677351,0.309347480535507,0.944521546363831,-0.110377877950668,-0.586582899093628,0.75360631942749,0.296644866466522,-0.627290070056915,0.694759786128998,-0.351875066757202,-0.599168837070465,0.688287377357483,-0.408970892429352,-0.620642840862274,0.757992744445801,0.200623095035553,-0.533331990242004,0.82089626789093,0.204172372817993,-0.41536271572113,0.843788623809814,0.339845180511475,-0.536115944385529,0.834260106086731,0.128802016377449,-0.524964034557343,0.836707353591919,0.155992895364761,-0.415436238050461,0.901233315467834,-0.123252958059311,-0.38994637131691,0.896497488021851,-0.210319176316261,-0.524964034557343,0.836707353591919,0.155992895364761,-0.536115944385529,0.834260106086731,0.128802016377449,-0.125889509916306,0.914052784442902,0.38556382060051,-0.41536271572113,0.843788623809814,0.339845180511475,-0.533331990242004,0.82089626789093,0.204172372817993,-0.21422815322876,0.914994120597839,0.341895192861557,-0.0288549400866032,0.992884516716003,-0.115532755851746,-0.0288542862981558,0.992884516716003,-0.115532919764519,-0.38994637131691,0.896497488021851,-0.210319176316261,-0.415436238050461,0.901233315467834,-0.123252958059311,-0.388508349657059,-0.908581972122192,0.153427913784981,-0.490748137235641,-0.855244278907776,0.166504010558128,-0.552000284194946,-0.799090147018433,0.23822408914566,-0.0361265987157822,0.00258779642172158,-0.999343872070313,-0.0331520326435566,0.000788026140071452,-0.999450087547302,-0.0220058169215918,0.000189356665941887,-0.999757826328278,-0.0524100251495838,0.00297036394476891,-0.9986212849617,-0.0762973725795746,0.0035307421348989,-0.997078955173492,-0.162481784820557,0.00554419029504061,-0.986696064472198,-0.0709470435976982,0.00340531533583999,-0.997474372386932,-0.0361705310642719,0.00258882972411811,-0.999342381954193,0.246977508068085,0.964174449443817,0.0967985242605209,0.179330363869667,0.968334853649139,0.173690646886826,0.212311059236526,0.966949880123138,0.14118118584156,
  474. 0.257517039775848,0.963737428188324,0.0699656009674072,0.0517410971224308,-0.00290651270188391,0.998656332492828,0.0219668168574572,-0.000187921526958235,0.999758780002594,0.0352169312536716,-0.000790730700828135,0.999379396438599,0.036105677485466,-0.0025451797991991,0.999344766139984,0.0675474926829338,-0.00327136972919106,0.997710704803467,0.137801840901375,-0.00488781370222569,0.990447819232941,0.0725243464112282,-0.00338616129010916,0.997360944747925,-0.452540308237076,0.889518678188324,-0.0629583746194839,-0.467121690511703,0.880237638950348,-0.0835401564836502,-0.352520406246185,0.931991934776306,-0.0843833684921265,-0.404427021741867,0.913916110992432,-0.034587673842907,0.0243644788861275,0.999703049659729,-0.000642444007098675,0.00839255098253489,0.999964833259583,-8.08340046205558e-005,-0.00764567637816072,0.99997079372406,0.000293192220851779,0.024443993344903,0.999700963497162,-0.000645322608761489,-0.0415359884500504,-0.999130368232727,0.00364642636850476,-0.00797699671238661,-0.999967873096466,0.000767604855354875,-0.00811489019542933,-0.99996680021286,0.000761899165809155,-0.0418101325631142,-0.99911892414093,0.00366105325520039,0.402097463607788,0.900967538356781,-0.163019210100174,0.416105717420578,0.902926385402679,-0.107610017061234,0.439952462911606,0.89788031578064,-0.0159063059836626,0.45001083612442,0.879763007164001,-0.153321579098701,0.212311059236526,0.966949880123138,0.14118118584156,0.179330363869667,0.968334853649139,0.173690646886826,0.316695421934128,0.946783006191254,0.0574984550476074,0.301215022802353,0.928605556488037,0.216705784201622,0.301215022802353,0.928605556488037,0.216705784201622,0.316695421934128,0.946783006191254,0.0574984550476074,0.402097463607788,0.900967538356781,-0.163019210100174,0.332572817802429,0.936623096466064,-0.110148586332798,-0.237018451094627,0.971454203128815,-0.0099590951576829,-0.404427021741867,0.913916110992432,-0.034587673842907,-0.352520406246185,0.931991934776306,-0.0843833684921265,-0.281836807727814,0.959402620792389,-0.0107130333781242,-0.4487664103508,0.87259715795517,-0.192829266190529,
  475. -0.451919406652451,0.872554063796997,-0.18552203476429,-0.467121690511703,0.880237638950348,-0.0835401564836502,-0.452540308237076,0.889518678188324,-0.0629583746194839,-0.237018451094627,0.971454203128815,-0.0099590951576829,-0.281836807727814,0.959402620792389,-0.0107130333781242,-0.114665798842907,0.993015825748444,0.0277733728289604,-0.113838769495487,0.993007600307465,0.0312517434358597,0.332572817802429,0.936623096466064,-0.110148586332798,0.402097463607788,0.900967538356781,-0.163019210100174,0.45001083612442,0.879763007164001,-0.153321579098701,0.0104522174224257,0.0962802842259407,-0.995299458503723,-0.0253019351512194,0.0206901244819164,-0.999465703964233,0.00277942232787609,0.0630994141101837,-0.998003363609314,0.0207936745136976,0.0961660444736481,-0.995148122310638,0.0207134671509266,0.0961669757962227,-0.995149731636047,0.0193807035684586,0.0961822867393494,-0.995175063610077,0.016882823780179,0.0962104573845863,-0.995217859745026,0.369813561439514,0.900101780891418,0.230336025357246,0.404892444610596,0.90554291009903,0.126705408096313,0.405289888381958,0.906549692153931,0.117931626737118,0.373367547988892,0.903422176837921,0.210772752761841,-0.0282517988234758,-0.0971032381057739,0.994873344898224,-0.0083133103325963,-0.0639142096042633,0.9979208111763,0.0243776086717844,-0.0210583880543709,0.999481022357941,-0.0149510586634278,-0.0972605720162392,0.995146691799164,-0.0169316064566374,-0.0972382575273514,0.9951171875,-0.0240483470261097,-0.0971548333764076,0.994978785514832,-0.027964886277914,-0.0971068143844604,0.994881093502045,-0.442654550075531,0.86033022403717,0.252762496471405,-0.477095574140549,0.862444281578064,0.169026240706444,-0.123242557048798,0.952382743358612,0.278887838125229,-0.0601702928543091,0.954243779182434,0.292913615703583,-0.0150787103921175,0.995737373828888,0.0909924879670143,-0.0110174594447017,0.99910968542099,0.0407266207039356,-0.0111305257305503,0.999135255813599,0.0400621742010117,-0.0150900892913342,0.995737254619598,0.0909925103187561,0.00623788544908166,-0.999961376190186,-0.00619398802518845,
  476. -0.0239129383116961,-0.99906861782074,-0.0359177589416504,-0.00940279942005873,-0.999272048473358,-0.0369729436933994,0.00619721366092563,-0.999961733818054,-0.00619241641834378,0.266213566064835,0.934314727783203,-0.237036615610123,-0.326612204313278,0.935214638710022,0.136741176247597,0.39139062166214,0.881952583789825,-0.262627422809601,0.266213566064835,0.934314727783203,-0.237036615610123,0.39139062166214,0.881952583789825,-0.262627422809601,0.513214886188507,0.852057278156281,-0.103000521659851,0.476726919412613,0.856535077095032,-0.197684809565544,-0.370564103126526,0.923615097999573,-0.0980685353279114,-0.477095574140549,0.862444281578064,0.169026240706444,-0.442654550075531,0.86033022403717,0.252762496471405,-0.424854129552841,0.90470027923584,0.0318805314600468,-0.0502657331526279,0.977662086486816,-0.204083904623985,-0.0859685391187668,0.976689100265503,-0.196692571043968,-0.364563286304474,0.911074876785278,-0.19244796037674,-0.329398900270462,0.923461437225342,-0.196762382984161,-0.329398900270462,0.923461437225342,-0.196762382984161,-0.364563286304474,0.911074876785278,-0.19244796037674,-0.326612204313278,0.935214638710022,0.136741176247597,-0.400523453950882,0.913942575454712,0.0654973611235619,0.0352961532771587,0.988725543022156,0.145519822835922,0.0345636829733849,0.988785147666931,0.145290836691856,0.035296157002449,0.988725543022156,0.145519807934761,0.0360286049544811,0.988665401935577,0.145748719573021,0.405289888381958,0.906549692153931,0.117931626737118,0.404892444610596,0.90554291009903,0.126705408096313,0.364278167486191,0.929662048816681,0.0550443083047867,0.370733350515366,0.923016846179962,0.1029412150383,0.370733350515366,0.923016846179962,0.1029412150383,0.364278167486191,0.929662048816681,0.0550443083047867,0.354080379009247,0.923577010631561,0.147079959511757,0.354692369699478,0.921858906745911,0.156107798218727,-0.400523453950882,0.913942575454712,0.0654973611235619,-0.326612204313278,0.935214638710022,0.136741176247597,0.266213566064835,0.934314727783203,-0.237036615610123,-0.0248308666050434,-0.0345850959420204,0.999093294143677,
  477. -0.0239178165793419,-0.0267411321401596,0.999356210231781,-0.0145901637151837,-0.0172905102372169,0.999744117259979,-0.0241574998944998,-0.0345684997737408,0.999110341072083,-0.0244726873934269,-0.0345762632787228,0.999102413654327,-0.0263986904174089,-0.034623671323061,0.999051809310913,-0.0276087857782841,-0.0346533842384815,0.999017953872681,-0.0170162227004766,-0.034391563385725,0.999263644218445,-0.00113019300624728,-0.0339917503297329,0.999421536922455,-0.0162145048379898,-0.034371592104435,0.999277591705322,-0.024591164663434,-0.0345791839063168,0.999099433422089,-0.35409215092659,0.934396088123322,-0.039022121578455,-0.308195143938065,0.951051533222198,-0.0227337740361691,-0.318957597017288,0.946783781051636,-0.0432036928832531,-0.353568762540817,0.934377014636993,-0.0439169518649578,0.0215180236846209,0.0342058874666691,-0.999183118343353,0.0142555637285113,0.0169480666518211,-0.999754726886749,0.0210083685815334,0.0263922512531281,-0.999430954456329,0.0221240110695362,0.0342206619679928,-0.9991694688797,0.022188963368535,0.0342222489416599,-0.99916797876358,0.0211824122816324,0.0341976955533028,-0.99919056892395,0.0183076784014702,0.0341274179518223,-0.999249815940857,0.0199292507022619,0.0341670960187912,-0.999217450618744,0.0239372439682484,0.0342647880315781,-0.999126136302948,0.0236326586455107,0.0342573821544647,-0.999133586883545,0.0224235951900482,0.0342279523611069,-0.999162435531616,0.419709235429764,0.907626152038574,0.00767745543271303,0.324840843677521,0.943139553070068,-0.0704717561602592,0.332416743040085,0.941152989864349,-0.0610766038298607,0.430564165115356,0.902072489261627,0.0296585969626904,-0.0362086519598961,0.998228490352631,0.0472104363143444,-0.0112236915156245,0.999575138092041,0.0269001796841621,-0.0113331936299801,0.999565243721008,0.0272202994674444,-0.0365647450089455,0.998215973377228,0.0472016185522079,-0.0166581813246012,-0.999861240386963,-0.000232418969972059,-0.000466189259896055,-0.999579787254334,-0.0289851557463408,-0.000495968153700233,-0.999580383300781,-0.0289650019258261,
  478. -0.0167612265795469,-0.999859511852264,-0.000233533297432587,-0.470572650432587,0.85808253288269,0.205562278628349,-0.452913045883179,0.861175298690796,0.230753377079964,-0.417307287454605,0.871969997882843,0.255974769592285,-0.416741192340851,0.871591150760651,0.25817796587944,-0.234175354242325,0.971830546855927,0.0265994518995285,-0.238970994949341,0.969174444675446,0.0599493347108364,-0.259910821914673,0.959011077880859,0.112890690565109,-0.295126289129257,0.949605286121368,0.105594970285892,-0.295126289129257,0.949605286121368,0.105594970285892,-0.259910821914673,0.959011077880859,0.112890690565109,-0.352219820022583,0.927431046962738,0.125749453902245,-0.361038863658905,0.927925705909729,0.0927624627947807,-0.337702840566635,0.941228747367859,-0.00672567635774612,-0.363409370183945,0.93162590265274,0.00264599942602217,-0.450693309307098,0.892662167549133,0.00546717643737793,-0.514462828636169,0.854796767234802,0.0681942850351334,-0.514462828636169,0.854796767234802,0.0681942850351334,-0.450693309307098,0.892662167549133,0.00546717643737793,-0.505050539970398,0.845455706119537,0.173576295375824,-0.504342019557953,0.837392807006836,0.210742726922035,-0.318957597017288,0.946783781051636,-0.0432036928832531,-0.308195143938065,0.951051533222198,-0.0227337740361691,-0.238970994949341,0.969174444675446,0.0599493347108364,-0.234175354242325,0.971830546855927,0.0265994518995285,-0.504342019557953,0.837392807006836,0.210742726922035,-0.505050539970398,0.845455706119537,0.173576295375824,-0.452913045883179,0.861175298690796,0.230753377079964,-0.470572650432587,0.85808253288269,0.205562278628349,0.419709235429764,0.907626152038574,0.00767745543271303,0.430564165115356,0.902072489261627,0.0296585969626904,0.284026056528091,0.949101805686951,0.136143535375595,0.2860426902771,0.949928998947144,0.125756457448006,0.299733847379684,0.953392922878265,-0.0346640944480896,0.29970708489418,0.953405618667603,-0.0345453731715679,0.332416743040085,0.941152989864349,-0.0610766038298607,0.324840843677521,0.943139553070068,-0.0704717561602592,
  479. 0.2860426902771,0.949928998947144,0.125756457448006,0.284026056528091,0.949101805686951,0.136143535375595,0.325314670801163,0.924946784973145,0.196580499410629,0.30956768989563,0.933922171592712,0.178766086697578,0.30956768989563,0.933922171592712,0.178766086697578,0.325314670801163,0.924946784973145,0.196580499410629,0.461219787597656,0.876620411872864,0.137160986661911,0.466849595308304,0.871584057807922,0.149641931056976,0.0829857811331749,0.000350830960087478,0.996550679206848,0.040925782173872,0.00299216969870031,0.999157786369324,0.0764817520976067,0.00234525394625962,0.997068285942078,0.0929551795125008,0.000364494364475831,0.995670199394226,0.080702118575573,0.000347697816323489,0.996738314628601,0.0563781335949898,0.000314248260110617,0.998409450054169,0.0799750313162804,0.00034669999149628,0.996796846389771,0.0919228494167328,0.000363080645911396,0.995766162872314,0.250542640686035,-0.960101723670959,-0.124230466783047,0.172726109623909,-0.964695930480957,-0.198814854025841,0.210480317473412,-0.963058590888977,-0.167976960539818,0.263986080884933,-0.959622919559479,-0.0971347093582153,-0.0927911996841431,0.000359986326657236,-0.995685577392578,-0.0762360244989395,-0.00271231401711702,-0.997086226940155,-0.0409967973828316,-0.004320970736444,-0.999150037765503,-0.0814783871173859,0.000344663189025596,-0.996675074100494,-0.0907884240150452,0.000357275828719139,-0.995870232582092,-0.0924831256270409,0.000359569501597434,-0.995714247226715,-0.0931421369314194,0.000360461242962629,-0.995652794837952,-0.463979333639145,-0.878803491592407,0.111478984355927,-0.474624454975128,-0.869759559631348,0.135092571377754,-0.357427060604095,-0.925331473350525,0.126521438360214,-0.417644143104553,-0.905425608158112,0.0760123878717422,-0.00118902733083814,-0.999997317790985,0.0020075140055269,0.0345816351473331,-0.999400317668915,0.00177707965485752,0.0346432849764824,-0.999398410320282,0.00164459529332817,0.000142659933771938,-0.999998152256012,0.0019102159421891,-0.0608585029840469,0.998142898082733,-0.00267688347958028,-0.0297356713563204,0.999556481838226,-0.00166372361127287,
  480. -0.0296029392629862,0.999560534954071,-0.00162149674724787,-0.0591699853539467,0.998244285583496,-0.00270473957061768,0.427373856306076,-0.895118415355682,0.126943334937096,0.443763196468353,-0.893192231655121,0.0726782456040382,0.459558665752411,-0.887809693813324,-0.0244907811284065,0.481928735971451,-0.868429064750671,0.116514824330807,0.210480317473412,-0.963058590888977,-0.167976960539818,0.172726109623909,-0.964695930480957,-0.198814854025841,0.313937902450562,-0.944751560688019,-0.0942740440368652,0.286181926727295,-0.9239302277565,-0.253875464200974,0.286181926727295,-0.9239302277565,-0.253875464200974,0.313937902450562,-0.944751560688019,-0.0942740440368652,0.427373856306076,-0.895118415355682,0.126943334937096,0.341872781515121,-0.936921834945679,0.0728047266602516,-0.248349338769913,-0.968097031116486,0.0333288758993149,-0.417644143104553,-0.905425608158112,0.0760123878717422,-0.357427060604095,-0.925331473350525,0.126521438360214,-0.293675571680069,-0.95515251159668,0.0379264764487743,-0.43765589594841,-0.863250017166138,0.251509040594101,-0.441952675580978,-0.863200187683105,0.244055867195129,-0.474624454975128,-0.869759559631348,0.135092571377754,-0.463979333639145,-0.878803491592407,0.111478984355927,-0.248349338769913,-0.968097031116486,0.0333288758993149,-0.293675571680069,-0.95515251159668,0.0379264764487743,-0.12241055816412,-0.99226987361908,-0.0204012803733349,-0.121768832206726,-0.992259502410889,-0.0243593398481607,0.341872781515121,-0.936921834945679,0.0728047266602516,0.427373856306076,-0.895118415355682,0.126943334937096,0.481928735971451,-0.868429064750671,0.116514824330807,0.00022203779371921,-0.000658707693219185,-0.999999761581421,-0.00126643117982894,0.0185466576367617,-0.999827206134796,-0.00559062929823995,0.0238672662526369,-0.999699473381042,0.000202281051315367,-0.00065890239784494,-0.999999761581421,0.000412172143114731,-0.000656833290122449,-0.999999701976776,0.000904357002582401,-0.000651981215924025,-0.999999463558197,0.000419760937802494,-0.000656758435070515,-0.999999701976776,
  481. 0.000215463252970949,-0.000658772536553442,-0.999999821186066,0.258417129516602,0.959608972072601,0.111226387321949,0.183857768774033,0.964380085468292,0.190177232027054,0.220362395048141,0.962653517723084,0.157285377383232,0.270509093999863,0.95911979675293,0.0831516161561012,-0.000202912182430737,0.000651157286483794,0.999999821186066,0.0146229723468423,-0.0254288651049137,0.999569714069366,0.00373399676755071,-0.0197783187031746,0.999797403812408,-0.00022136299230624,0.000650977483019233,0.999999821186066,-0.000428602012107149,0.000648958433885127,0.999999761581421,-0.000853094272315502,0.000644822895992547,0.999999463558197,-0.000420326774474233,0.000649038993287832,0.999999761581421,-0.461293160915375,0.886459529399872,0.0373916141688824,-0.473481059074402,0.880702435970306,0.0133734866976738,-0.354788184165955,0.934718251228333,0.0206673815846443,-0.412128925323486,0.9081991314888,0.0729664787650108,-0.0104097872972488,0.999945878982544,-4.34545399912167e-005,-0.0109331598505378,0.999692022800446,0.0222811941057444,-0.0111611066386104,0.999447464942932,0.0313086770474911,-0.0103983664885163,0.999945998191834,-4.34520479757339e-005,0.0741804540157318,-0.994892060756683,-0.0684623792767525,0.0261909030377865,-0.999445021152496,-0.0205881558358669,0.0506131239235401,-0.998235881328583,-0.0310419034212828,0.0754280388355255,-0.99479740858078,-0.0684752389788628,0.421672403812408,0.893799483776093,-0.152692183852196,0.441454380750656,0.891826391220093,-0.0988120809197426,0.463088750839233,0.886310696601868,-0.00151845067739487,0.476863503456116,0.866902351379395,-0.145194873213768,0.220362395048141,0.962653517723084,0.157285377383232,0.183857768774033,0.964380085468292,0.190177232027054,0.320854246616364,0.943966925144196,0.0773244053125381,0.301679760217667,0.922716557979584,0.239965736865997,0.301679760217667,0.922716557979584,0.239965736865997,0.320854246616364,0.943966925144196,0.0773244053125381,0.421672403812408,0.893799483776093,-0.152692183852196,0.339296817779541,0.93605238199234,-0.0931859761476517,-0.23852051794529,0.964687287807465,0.111743025481701,
  482. -0.412128925323486,0.9081991314888,0.0729664787650108,-0.354788184165955,0.934718251228333,0.0206673815846443,-0.284477174282074,0.95249342918396,0.108761966228485,-0.443913012742996,0.889735817909241,-0.106355838477612,-0.447720497846603,0.888716280460358,-0.0986398383975029,-0.473481059074402,0.880702435970306,0.0133734866976738,-0.461293160915375,0.886459529399872,0.0373916141688824,-0.23852051794529,0.964687287807465,0.111743025481701,-0.284477174282074,0.95249342918396,0.108761966228485,-0.107700541615486,0.981283366680145,0.159635797142982,-0.106762856245041,0.980741262435913,0.16354888677597,0.339296817779541,0.93605238199234,-0.0931859761476517,0.421672403812408,0.893799483776093,-0.152692183852196,0.476863503456116,0.866902351379395,-0.145194873213768,0.0021160242613405,-0.00408109929412603,0.999989449977875,0.00717409094795585,-0.00894589256495237,0.999934256076813,-0.00450431182980537,-0.0104838069528341,0.99993497133255,0.00944193731993437,-0.00384643278084695,0.999948084354401,0.00223070848733187,-0.00407742755487561,0.99998927116394,0.00167416105978191,-0.00409524561837316,0.999990224838257,0.00129457341972739,-0.00410739751532674,0.99999076128006,0.00268392614088953,-0.00406291568651795,0.999988198280334,0.00290327705442905,-0.00405589211732149,0.999987602233887,0.00212671444751322,-0.00408075656741858,0.999989449977875,0.00218863622285426,-0.00407877424731851,0.999989330768585,0.157541662454605,-0.987509906291962,-0.00219515361823142,0.136785194277763,-0.989936411380768,-0.0362748540937901,0.141637101769447,-0.989009559154511,-0.0424164608120918,0.514458417892456,-0.857448697090149,0.0106899114325643,-0.0150265842676163,0.00381312519311905,-0.999879896640778,0.0655922740697861,0.0109535725787282,-0.997786462306976,-0.0122103970497847,0.00925012025982141,-0.999882698059082,-0.00791907124221325,0.0040378556586802,-0.999960482120514,-0.0078952144831419,0.00403860956430435,-0.999960720539093,-0.00821970961987972,0.00402835384011269,-0.999958097934723,-0.00912534072995186,0.00399972964078188,-0.999950349330902,
  483. -0.00858237035572529,0.00401689158752561,-0.999955177307129,-0.00729950936511159,0.00405743485316634,-0.999965131282806,-0.00738852517679334,0.00405462179332972,-0.999964475631714,-0.00779232988134027,0.0040418622083962,-0.99996155500412,-0.448108404874802,-0.886744439601898,-0.11350405216217,-0.355052262544632,-0.924333393573761,-0.139806807041168,-0.361173152923584,-0.92142915725708,-0.143255770206451,-0.450074404478073,-0.884738206863403,-0.121125370264053,0.0296051055192947,-0.999561309814453,-0.000899069826118648,0.0103718442842364,-0.999510288238525,-0.0295249503105879,0.0105656003579497,-0.999522686004639,-0.0290332082659006,0.0299266763031483,-0.999551773071289,-0.000900259241461754,0.0236257966607809,0.998421967029572,0.0509464293718338,-0.00151476881001145,0.999707698822021,0.0241310782730579,-0.00161196466069669,0.999711036682129,0.0239865258336067,0.0237157382071018,0.99841970205307,0.0509479753673077,0.0426344498991966,-0.490920007228851,0.870160818099976,0.0833328291773796,-0.648714780807495,0.756455481052399,0.0363888405263424,-0.532577931880951,0.845598459243774,0.0446981340646744,-0.562773525714874,0.825401842594147,0.0973686426877975,-0.995062232017517,-0.0192506425082684,0.0919211059808731,-0.991879165172577,0.0879000797867775,0.114470310509205,-0.992899298667908,0.0323656238615513,0.12924712896347,-0.991612374782562,0.000541530607733876,0.12924712896347,-0.991612374782562,0.000541530607733876,0.114470310509205,-0.992899298667908,0.0323656238615513,0.153664588928223,-0.986261606216431,0.0606236904859543,0.157127812504768,-0.986940026283264,0.0355005636811256,0.00168938911519945,-0.985340714454651,-0.170589983463287,0.0739496648311615,-0.989410638809204,-0.124892823398113,0.167353302240372,-0.979067265987396,-0.11584547162056,0.120408371090889,-0.973545670509338,-0.194192633032799,0.295160204172134,-0.951928377151489,0.0819330215454102,0.0540556609630585,-0.961608052253723,-0.269050180912018,0.24304723739624,-0.969797670841217,0.0205088146030903,0.168844670057297,-0.799881756305695,0.57591724395752,
  484. 0.141637101769447,-0.989009559154511,-0.0424164608120918,0.136785194277763,-0.989936411380768,-0.0362748540937901,0.0919211059808731,-0.991879165172577,0.0879000797867775,0.0973686426877975,-0.995062232017517,-0.0192506425082684,0.168844670057297,-0.799881756305695,0.57591724395752,0.221705392003059,-0.932841002941132,0.283997297286987,0.0833328291773796,-0.648714780807495,0.756455481052399,0.0426344498991966,-0.490920007228851,0.870160818099976,-0.448108404874802,-0.886744439601898,-0.11350405216217,-0.450074404478073,-0.884738206863403,-0.121125370264053,-0.324128180742264,-0.94577944278717,-0.0210268124938011,-0.331221669912338,-0.940872311592102,-0.0710744261741638,-0.341001570224762,-0.923095881938934,-0.177797809243202,-0.3413345515728,-0.922736585140228,-0.179019331932068,-0.361173152923584,-0.92142915725708,-0.143255770206451,-0.355052262544632,-0.924333393573761,-0.139806807041168,-0.331221669912338,-0.940872311592102,-0.0710744261741638,-0.324128180742264,-0.94577944278717,-0.0210268124938011,-0.360996633768082,-0.929794311523438,0.071861669421196,-0.343135982751846,-0.936763286590576,0.0687911733984947,-0.343135982751846,-0.936763286590576,0.0687911733984947,-0.360996633768082,-0.929794311523438,0.071861669421196,-0.478076457977295,-0.878267228603363,0.00946374144405127,-0.478514701128006,-0.878018915653229,0.0103297838941216,0.0388213694095612,-0.999238014221191,0.00403214246034622,0.0106109101325274,-0.999941289424896,0.00222679576836526,0.0107381716370583,-0.999939858913422,0.00224732886999846,0.0395354516804218,-0.999210059642792,0.00403749896213412,-0.0350639894604683,0.00896625313907862,0.999344944953918,-0.0194187555462122,0.00135552685242146,0.999810576438904,-0.0513895526528358,0.0037653420586139,0.998671591281891,-0.0728602483868599,0.00745516270399094,0.99731433391571,-0.0716212242841721,0.00750493491068482,0.997403740882874,-0.0716602653264999,0.00750336516648531,0.997400879859924,-0.0697873458266258,0.00757857412099838,0.997533142566681,0.0162840764969587,0.00401872955262661,-0.999859392642975,
  485. 0.0130595341324806,-0.00101227418053895,-0.999914228916168,0.0410934649407864,-0.0035145899746567,-0.999149203300476,0.0163365751504898,0.00401776609942317,-0.999858558177948,0.0162851121276617,0.00401871046051383,-0.999859392642975,0.0162784084677696,0.00401883386075497,-0.999859511852264,0.0162801928818226,0.00401880079880357,-0.99985945224762,-0.0990530103445053,-0.994009435176849,-0.0461928397417068,-0.227754592895508,-0.971386432647705,-0.0673526301980019,-0.24116612970829,-0.970288932323456,-0.0194504857063293,0.250044941902161,-0.966798782348633,-0.0527034625411034,0.242472440004349,-0.968505024909973,-0.056614626199007,0.238412380218506,-0.954729378223419,-0.177908673882484,0.247480690479279,-0.954768419265747,-0.164835318922997,0.0174358673393726,0.999847948551178,0.000498356414027512,0.0148329781368375,0.9998899102211,0.000428545725299045,-0.0128807257860899,0.999907255172729,0.00443631270900369,-0.0108388075605035,0.999930679798126,0.00461864611133933,0.339444726705551,-0.936419785022736,0.0888557657599449,0.331645041704178,-0.93675422668457,0.111817114055157,0.298439353704453,-0.952951312065125,0.0530822575092316,0.309674322605133,-0.94955837726593,0.0494057014584541,0.231451630592346,-0.972270429134369,0.033471766859293,0.241798132658005,-0.970145165920258,0.0187615118920803,0.242472440004349,-0.968505024909973,-0.056614626199007,0.250044941902161,-0.966798782348633,-0.0527034625411034,0.309674322605133,-0.94955837726593,0.0494057014584541,0.298439353704453,-0.952951312065125,0.0530822575092316,0.241798132658005,-0.970145165920258,0.0187615118920803,0.231451630592346,-0.972270429134369,0.033471766859293,-0.24116612970829,-0.970288932323456,-0.0194504857063293,-0.227754592895508,-0.971386432647705,-0.0673526301980019,-0.24673593044281,-0.968833923339844,-0.0219620913267136,-0.224230781197548,-0.972427725791931,-0.0640697181224823,-0.224230781197548,-0.972427725791931,-0.0640697181224823,-0.24673593044281,-0.968833923339844,-0.0219620913267136,-0.237288326025009,-0.970661342144012,-0.0388685762882233,-0.223389878869057,-0.972866773605347,-0.0602264106273651,
  486. -0.223389878869057,-0.972866773605347,-0.0602264106273651,-0.237288326025009,-0.970661342144012,-0.0388685762882233,-0.249716132879257,-0.966620743274689,0.0573247969150543,-0.252950251102448,-0.967003345489502,0.0303447041660547,-0.176639303565025,-0.977733254432678,-0.113297522068024,-0.227754592895508,-0.971386432647705,-0.0673526301980019,-0.0990530103445053,-0.994009435176849,-0.0461928397417068,-0.0294906292110682,3.45844782714266e-005,-0.999565064907074,-0.0156818944960833,0.000214537416468374,-0.999877095222473,-0.00899332296103239,0.00252329674549401,-0.999956369400024,-0.010084418579936,0.00257194344885647,-0.999945878982544,-0.00935586635023355,0.00253946101292968,-0.999953091144562,-0.0111921541392803,0.00262132938951254,-0.999933958053589,-0.0340345688164234,0.00363912782631814,-0.999414086341858,0.0160600543022156,0.000470067228889093,0.999870955944061,0.0293794516474009,0.000578191131353378,0.999568164348602,0.0337843932211399,-0.00188868364784867,0.999427378177643,0.0118634086102247,-0.000944647239521146,0.999929249286652,0.0102605205029249,-0.000875609926879406,0.999947011470795,0.0109495939686894,-0.000905288849025965,0.999939680099487,0.010600215755403,-0.000890240888111293,0.999943435192108,0.0127465659752488,0.99991500377655,0.00275720655918121,0.0120433028787375,0.999923586845398,0.00282220472581685,0.0464324541389942,0.998890101909637,0.00791865214705467,0.0478344932198524,0.998824000358582,0.00790477730333805,-0.00811489019542933,-0.99996680021286,0.000761899165809155,-0.00797699671238661,-0.999967873096466,0.000767604855354875,-0.00672986870631576,-0.999977111816406,-0.000672207737807184,0.00959768891334534,-0.999953269958496,-0.00120939000044018,-0.0220058169215918,0.000189356665941887,-0.999757826328278,-0.0331520326435566,0.000788026140071452,-0.999450087547302,-0.0156818944960833,0.000214537416468374,-0.999877095222473,-0.0294906292110682,3.45844782714266e-005,-0.999565064907074,0.0352169312536716,-0.000790730700828135,0.999379396438599,0.0219668168574572,-0.000187921526958235,0.999758780002594,
  487. 0.0293794516474009,0.000578191131353378,0.999568164348602,0.0160600543022156,0.000470067228889093,0.999870955944061,-0.00764567637816072,0.99997079372406,0.000293192220851779,0.00839255098253489,0.999964833259583,-8.08340046205558e-005,0.0120433028787375,0.999923586845398,0.00282220472581685,0.0127465659752488,0.99991500377655,0.00275720655918121,0.00959768891334534,-0.999953269958496,-0.00120939000044018,-0.00672986870631576,-0.999977111816406,-0.000672207737807184,-0.0230132546275854,-0.999735176563263,-0.00030962738674134,-0.0230837669223547,-0.999733567237854,-0.000305915746139362,0.0107381716370583,-0.999939858913422,0.00224732886999846,0.0106109101325274,-0.999941289424896,0.00222679576836526,-0.0178138110786676,-0.999841213226318,-0.000477256078738719,-0.0182725712656975,-0.999832928180695,-0.000489559606648982,-0.0513895526528358,0.0037653420586139,0.998671591281891,-0.0194187555462122,0.00135552685242146,0.999810576438904,-0.0227225013077259,-0.00363071914762259,0.999735295772552,-0.0227162204682827,-0.0036308360286057,0.999735355377197,-0.0227147955447435,-0.00363086303696036,0.999735414981842,-0.0227245185524225,-0.00363068049773574,0.999735236167908,-0.0228532012552023,-0.00362826464697719,0.999732315540314,0.0410934649407864,-0.0035145899746567,-0.999149203300476,0.0130595341324806,-0.00101227418053895,-0.999914228916168,0.0298026707023382,-0.00862062722444534,-0.999518692493439,0.0635341554880142,-0.00730942469090223,-0.997952878475189,0.0488748662173748,-0.00788062997162342,-0.998773813247681,0.0163125712424517,-0.00914188846945763,-0.999825179576874,0.0407419092953205,-0.00819662399590015,-0.99913614988327,-0.0108388075605035,0.999930679798126,0.00461864611133933,-0.0128807257860899,0.999907255172729,0.00443631270900369,-0.0448553115129471,0.998966753482819,0.00730754062533379,-0.0433736741542816,0.9990314245224,0.0074185561388731,0.0242982301861048,-0.999697208404541,-0.00388849503360689,0.00400569895282388,-0.999983608722687,-0.00410727318376303,0.046684168279171,-0.99886566400528,-0.00938586890697479,
  488. 0.045565988868475,-0.998916923999786,-0.00941601675003767,0.0251361411064863,0.00241323537193239,-0.999681174755096,0.00478764530271292,0.00315033528022468,-0.999983668327332,0.00892975553870201,0.0082860579714179,-0.999925792217255,0.0105995843186975,0.0083670848980546,-0.999908804893494,0.0104543678462505,0.00836004037410021,-0.999910473823547,0.0100101158022881,0.00833848584443331,-0.999915182590485,0.00110886408947408,0.00790627021342516,-0.99996817111969,-0.00528568169102073,0.00759538821876049,-0.999957203865051,0.0261749755591154,0.0091217989102006,-0.999615788459778,-0.00950400624424219,-0.00394359277561307,0.999947130680084,-0.0288318283855915,-0.00303715607151389,0.999579727649689,-0.0283207297325134,-0.0107773160561919,0.999540865421295,0.0046049989759922,-0.00913103576749563,0.999947726726532,0.00376993324607611,-0.00917291454970837,0.999950885772705,-0.0139250233769417,-0.0100587848573923,0.999852538108826,-0.0151101471856236,-0.0101180104538798,0.999834656715393,-0.0221373550593853,-0.0104689253494143,0.99970018863678,-0.0159839782863855,-0.010161672718823,0.999820590019226,-0.00441366480663419,0.999990344047546,-2.32432357734069e-005,-0.0229173246771097,0.99973738193512,8.94843833521008e-005,-0.0418022237718105,0.999125719070435,-0.000638184370473027,-0.0437903329730034,0.999040544033051,-0.000656898424495012,0.000413642672356218,-0.999449908733368,0.0331627987325192,0.00261151581071317,-0.999446511268616,0.0331651903688908,0.00400569895282388,-0.999983608722687,-0.00410727318376303,0.0242982301861048,-0.999697208404541,-0.00388849503360689,0.00780862709507346,-0.0278809312731028,-0.99958074092865,0.023291639983654,-0.0317608453333378,-0.999224066734314,0.00478764530271292,0.00315033528022468,-0.999983668327332,0.0251361411064863,0.00241323537193239,-0.999681174755096,-0.0240655113011599,0.0320443324744701,0.999196708202362,-0.0118621354922652,0.0281241554766893,0.999534130096436,-0.0288318283855915,-0.00303715607151389,0.999579727649689,-0.00950400624424219,-0.00394359277561307,0.999947130680084,0.00469308532774448,0.999295890331268,-0.0372256152331829,
  489. 0.00704772956669331,0.999292612075806,-0.0369434915482998,-0.0229173246771097,0.99973738193512,8.94843833521008e-005,-0.00441366480663419,0.999990344047546,-2.32432357734069e-005,0.00347476196475327,0.999959528446198,0.00829671509563923,0.00339795905165374,0.999959588050842,0.00832921918481588,0.0130346920341253,0.999774754047394,0.01674809679389,0.0132416486740112,0.999771952629089,0.0167551543563604,-0.0108012352138758,8.42487952468218e-006,-0.99994170665741,0.0223457533866167,-0.000387060805223882,-0.999750316143036,0.0348598025739193,-0.00194416753947735,-0.999390423297882,0.0333729609847069,-0.00192400417290628,-0.999441146850586,0.0335118807852268,-0.00192588835489005,-0.999436497688293,0.0303068589419127,-0.00188241444993764,-0.999538958072662,0.029227152466774,-0.00186776556074619,-0.999571144580841,0.0109728118404746,0.000159505230840296,0.999939858913422,-0.0220814999192953,0.000580109190195799,0.999756038188934,0.0386587828397751,0.0272543206810951,0.998880803585052,0.0590004175901413,0.0352586805820465,0.997635126113892,-0.00323934946209192,-0.999978423118591,-0.00571357319131494,-0.00320812338031828,-0.999978482723236,-0.00572701590135694,-0.0200092475861311,-0.999472618103027,0.0255776327103376,-0.00613893801346421,-0.999658465385437,0.0254057571291924,0.0197821129113436,0.999312877655029,-0.031346719712019,0.0464868880808353,0.998442232608795,-0.0308564826846123,0.00339795905165374,0.999959588050842,0.00832921918481588,0.00347476196475327,0.999959528446198,0.00829671509563923,-0.0542318858206272,-0.0357024744153023,-0.997889935970306,-0.0361453220248222,-0.0272969268262386,-0.998973727226257,0.0223457533866167,-0.000387060805223882,-0.999750316143036,-0.0108012352138758,8.42487952468218e-006,-0.99994170665741,0.0590004175901413,0.0352586805820465,0.997635126113892,0.0386587828397751,0.0272543206810951,0.998880803585052,0.0616459734737873,0.0714719444513321,0.995535850524902,0.0691754892468452,0.0710602626204491,0.995070457458496,0.0650579482316971,0.0712859183549881,0.995332062244415,0.0560096800327301,0.0717773362994194,0.995846927165985,
  490. 0.0627999380230904,0.0714091286063194,0.995468139648438,-0.00613893801346421,-0.999658465385437,0.0254057571291924,-0.0200092475861311,-0.999472618103027,0.0255776327103376,-0.0310475379228592,-0.997592449188232,0.0620118416845798,-0.0316353812813759,-0.997571587562561,0.0620492361485958,-0.0691942274570465,-0.0289000514894724,-0.99718451499939,-0.0325544625520706,-0.0251746661961079,-0.999152898788452,-0.0656710341572762,-0.0460094958543777,-0.996780037879944,-0.0866713747382164,-0.046020869165659,-0.995173454284668,-0.0858115926384926,-0.0460208021104336,-0.995247960090637,-0.0781182572245598,-0.0460187010467052,-0.99588143825531,-0.0808050259947777,-0.0460197441279888,-0.995667040348053,-0.0810901299118996,-0.0460198372602463,-0.995643854141235,0.0319809094071388,0.025157006457448,0.999171793460846,0.0704604610800743,0.0289562027901411,0.997094213962555,0.0572267062962055,0.0457292906939983,0.997313380241394,0.0344279818236828,0.0456538684666157,0.99836391210556,0.063212551176548,0.0457451567053795,0.996951162815094,0.0967206731438637,0.0458036214113235,0.994257092475891,0.0976859703660011,0.045804537832737,0.994162619113922,0.0649993941187859,0.0457495711743832,0.996836066246033,-0.00300035276450217,0.999610424041748,-0.027748191729188,-0.00547142652794719,0.999606907367706,-0.0274988207966089,-0.0082939388230443,0.998927891254425,-0.0455462299287319,-0.0067777968943119,0.99893593788147,-0.0456199981272221,-0.00177802483085543,-0.999588072299957,0.0286451932042837,0.000653146358672529,-0.999594509601593,0.0284669231623411,0.00341175473295152,-0.999766886234283,0.0213232450187206,-7.53108088247245e-006,-0.999771595001221,0.0213756002485752,-0.00450431182980537,-0.0104838069528341,0.99993497133255,0.00717409094795585,-0.00894589256495237,0.999934256076813,0.0149513520300388,-0.0151974400505424,0.999772787094116,-0.0295713804662228,-0.0143135348334908,0.999460279941559,-0.0282076094299555,-0.0143410451710224,0.999499261379242,-0.00727892247959971,-0.0147597985342145,0.99986457824707,-0.0114661986008286,-0.0146765382960439,0.999826550483704,
  491. -0.012007063254714,-0.0146657656878233,0.999820351600647,-0.0122103970497847,0.00925012025982141,-0.999882698059082,0.0655922740697861,0.0109535725787282,-0.997786462306976,-0.0124702658504248,0.0156968105584383,-0.999799072742462,-0.0385943055152893,0.0162033624947071,-0.999123632907867,-0.00677894987165928,0.0155850546434522,-0.999855637550354,0.215365380048752,0.0108275273814797,-0.976473569869995,0.217261746525764,0.0107835158705711,-0.976053893566132,-0.0128519795835018,0.0157042890787125,-0.999794065952301,0.0105656003579497,-0.999522686004639,-0.0290332082659006,0.0103718442842364,-0.999510288238525,-0.0295249503105879,-0.00988209247589111,-0.998460948467255,-0.0545721091330051,-0.00993103533983231,-0.998460531234741,-0.0545704327523708,-0.00161196466069669,0.999711036682129,0.0239865258336067,-0.00151476881001145,0.999707698822021,0.0241310782730579,-0.0272941552102566,0.999596416950226,0.00787324644625187,-0.0274999998509884,0.999600172042847,0.00657215900719166,0.0208920892328024,0.998992443084717,-0.0397205613553524,0.0206323824822903,0.998974144458771,-0.0403114967048168,-0.00579547556117177,0.998217701911926,-0.0593954995274544,-0.00594874285161495,0.998216688632965,-0.059398464858532,0.0172878503799438,-0.0352987833321095,-0.999227344989777,0.0352481678128242,-0.0309698954224586,-0.998898684978485,0.0186521131545305,-0.0522292144596577,-0.99846088886261,0.018193306401372,-0.0522292032837868,-0.998469471931458,0.0271710399538279,-0.0522276908159256,-0.998265564441681,0.0465202629566193,-0.0522100888192654,-0.997552037239075,0.0321887582540512,-0.0522249974310398,-0.998116433620453,-0.0198648497462273,0.0347236879169941,0.999199509620667,-0.0371681116521358,0.0304267816245556,0.998845815658569,-0.0494257099926472,-0.000671068672090769,0.998777568340302,-0.0491956435143948,-0.000681098725181073,0.998788893222809,-0.0492748878896236,-0.000677644042298198,0.998785018920898,-0.0473305657505989,-0.000762403593398631,0.998879075050354,-0.0303482171148062,-0.00150226324331015,0.999538242816925,-0.0260418877005577,-0.999120533466339,0.0328658930957317,
  492. -0.0258024446666241,-0.999097347259521,0.033744253218174,-0.042683020234108,-0.999086678028107,-0.00201795040629804,-0.0431832820177078,-0.999065101146698,-0.00202568573877215,0.0764817520976067,0.00234525394625962,0.997068285942078,0.040925782173872,0.00299216969870031,0.999157786369324,0.0383508540689945,0.00507073197513819,0.999251484870911,0.0387189462780952,0.00509339477866888,0.999237179756165,0.038492027670145,0.00507942400872707,0.999246001243591,0.039189338684082,0.00512235471978784,0.999218702316284,0.0283205658197403,0.00445305369794369,0.999588966369629,-0.0409967973828316,-0.004320970736444,-0.999150037765503,-0.0762360244989395,-0.00271231401711702,-0.997086226940155,-0.0281508788466454,-0.00729137472808361,-0.999577105045319,-0.0391082614660263,-0.0079986210912466,-0.999202966690063,-0.0384901389479637,-0.00795874372124672,-0.999227344989777,-0.0387216433882713,-0.00797367934137583,-0.999218285083771,-0.0385988280177116,-0.007965755648911,-0.999223113059998,0.0346432849764824,-0.999398410320282,0.00164459529332817,0.0345816351473331,-0.999400317668915,0.00177707965485752,0.0702105835080147,-0.997523248195648,0.00422810018062592,0.0690153688192368,-0.997606456279755,0.00427467003464699,-0.0296029392629862,0.999560534954071,-0.00162149674724787,-0.0297356713563204,0.999556481838226,-0.00166372361127287,0.00111995008774102,0.999993801116943,-0.00334316585212946,-0.000302442436804995,0.999994874000549,-0.00321049382910132,-0.0145901637151837,-0.0172905102372169,0.999744117259979,-0.0239178165793419,-0.0267411321401596,0.999356210231781,-0.0127041889354587,-0.00433267885819077,0.999909996986389,-0.0128791267052293,-0.00433002691715956,0.999907791614532,-0.0128778172656894,-0.00433004694059491,0.999907791614532,-0.0128387110307813,-0.00433063926175237,0.999908208847046,-0.0128480568528175,-0.00433049770072103,0.999908149242401,-0.0128480046987534,-0.00433049816638231,0.999908089637756,0.0210083685815334,0.0263922512531281,-0.999430954456329,0.0142555637285113,0.0169480666518211,-0.999754726886749,0.0126919401809573,0.00401579868048429,-0.999911427497864,
  493. 0.0127871753647923,0.00401437608525157,-0.999910175800323,0.0126672023907304,0.00401616841554642,-0.999911725521088,0.0125366281718016,0.00401811767369509,-0.999913334846497,0.0125321177765727,0.00401818519458175,-0.999913394451141,0.0127126481384039,0.00401548948138952,-0.99991112947464,-0.0113331936299801,0.999565243721008,0.0272202994674444,-0.0112236915156245,0.999575138092041,0.0269001796841621,0.0138689987361431,0.999903857707977,0.000162131836987101,0.0139879379421473,0.999902188777924,0.000163645192515105,-0.000495968153700233,-0.999580383300781,-0.0289650019258261,-0.000466189259896055,-0.999579787254334,-0.0289851557463408,0.0157795231789351,-0.998854696750641,-0.0451699569821358,0.015844564884901,-0.998853802680969,-0.0451685972511768,-0.00559062929823995,0.0238672662526369,-0.999699473381042,-0.00126643117982894,0.0185466576367617,-0.999827206134796,-0.00901471264660358,0.0569446310400963,-0.998336732387543,-0.00909794121980667,0.0569407045841217,-0.99833619594574,-0.00883165374398232,0.0569532737135887,-0.998337805271149,-0.0092232832685113,0.0569347850978374,-0.998335301876068,-0.00902590062469244,0.0569441020488739,-0.998336613178253,0.00373399676755071,-0.0197783187031746,0.999797403812408,0.0146229723468423,-0.0254288651049137,0.999569714069366,0.0200513433665037,-0.0591077655553818,0.998050272464752,0.0198952667415142,-0.0591148100793362,0.998052954673767,0.0198924224823713,-0.0591149404644966,0.998053014278412,0.0196812599897385,-0.059124480932951,0.998056650161743,0.0192247722297907,-0.0591450780630112,0.998064279556274,-0.0111611066386104,0.999447464942932,0.0313086770474911,-0.0109331598505378,0.999692022800446,0.0222811941057444,-0.0100601715967059,0.997637867927551,0.0679516196250916,-0.0108502898365259,0.99762898683548,0.0679620504379272,0.0506131239235401,-0.998235881328583,-0.0310419034212828,0.0261909030377865,-0.999445021152496,-0.0205881558358669,0.00236208806745708,-0.99999725818634,3.9243637729669e-005,0.00235279300250113,-0.999997317790985,3.92417350667529e-005,0.00277942232787609,0.0630994141101837,-0.998003363609314,
  494. -0.0253019351512194,0.0206901244819164,-0.999465703964233,-0.0222356393933296,0.00179690402001143,-0.999751150608063,-0.0162851326167583,0.00183835066854954,-0.999865710735321,-0.020422225818038,0.00180954218376428,-0.999789834022522,-0.016291806474328,0.00183830421883613,-0.999865651130676,-0.016294289380312,0.00183828687295318,-0.999865591526031,-0.0163285229355097,0.00183804868720472,-0.999864995479584,-0.027989087626338,0.00175676459912211,-0.999606728553772,0.0243776086717844,-0.0210583880543709,0.999481022357941,-0.0083133103325963,-0.0639142096042633,0.9979208111763,0.0329918898642063,-0.0020881281234324,0.999453485012054,0.0240942686796188,-0.00214956677518785,0.999707460403442,0.0162989366799593,-0.00220324285328388,0.999864757061005,0.0163000393658876,-0.00220323540270329,0.99986469745636,0.021155683323741,-0.00216981722041965,0.999773859977722,0.0162943247705698,-0.00220327428542078,0.999864816665649,0.0221980363130569,-0.00216263625770807,0.999751269817352,-0.0111305257305503,0.999135255813599,0.0400621742010117,-0.0110174594447017,0.99910968542099,0.0407266207039356,-0.00797849055379629,0.999967515468597,-0.00120995449833572,-0.00800781510770321,0.999967217445374,-0.00120912923011929,-0.00940279942005873,-0.999272048473358,-0.0369729436933994,-0.0239129383116961,-0.99906861782074,-0.0359177589416504,-0.0370605029165745,-0.995215952396393,-0.0903975814580917,-0.0371391624212265,-0.995212912559509,-0.0903992280364037,-0.0804397985339165,0.996752321720123,0.00378038547933102,0.131380170583725,0.991263926029205,0.0116249872371554,0.117870286107063,0.993023693561554,-0.0032735806889832,-0.0570999532938004,0.998367786407471,0.0012097186408937,-0.0949722304940224,-0.99544084072113,-0.00882421620190144,0.0880278423428535,-0.995926797389984,-0.0195217747241259,0.114635489881039,-0.993407428264618,0.00072674173861742,-0.0898305401206017,-0.99595707654953,8.91284944373183e-005,-0.999470412731171,0.0298608243465424,-0.012934154830873,-0.9995077252388,-0.0304696671664715,-0.00748600158840418,-0.999032914638519,-0.0306684579700232,-0.0315072983503342,
  495. -0.999248325824738,0.0304391402751207,-0.024009620770812,0.994902908802032,-0.0638838782906532,0.0780207291245461,0.996885538101196,0.0646197870373726,0.0452059879899025,0.993261158466339,0.0895867422223091,0.0735287517309189,0.993660986423492,-0.0905391424894333,0.066637210547924,-0.9995077252388,-0.0304696671664715,-0.00748600158840418,-0.0949722304940224,-0.99544084072113,-0.00882421620190144,-0.0898305401206017,-0.99595707654953,8.91284944373183e-005,-0.999032914638519,-0.0306684579700232,-0.0315072983503342,-0.0804397985339165,0.996752321720123,0.00378038547933102,-0.999470412731171,0.0298608243465424,-0.012934154830873,-0.999248325824738,0.0304391402751207,-0.024009620770812,-0.0964125320315361,0.99533748626709,0.00280389771796763,0.997437715530396,-0.0632819980382919,-0.0333697721362114,0.0880278423428535,-0.995926797389984,-0.0195217747241259,0.0853586047887802,-0.995675325393677,-0.0366687476634979,0.997084736824036,-0.0479201711714268,-0.0593779347836971,0.131380170583725,0.991263926029205,0.0116249872371554,0.996885538101196,0.0646197870373726,0.0452059879899025,0.998981654644012,0.0450234189629555,-0.00292467698454857,0.117870286107063,0.993023693561554,-0.0032735806889832,0.145812705159187,0.969618797302246,-0.196413293480873,-0.0478567555546761,0.998581171035767,0.0233566481620073,-0.0381247103214264,0.999256312847137,0.00577534083276987,0.0833678916096687,0.983587324619293,-0.160018190741539,-0.0639350861310959,-0.9978306889534,0.0156944412738085,0.120712086558342,-0.991946160793304,0.0383601039648056,0.0869147330522537,-0.994705200195313,0.0548417642712593,-0.0566780492663383,-0.997799098491669,0.0344183668494225,-0.998959243297577,0.026785533875227,0.0369199849665165,-0.999348998069763,-0.0319075472652912,0.0168396551162004,-0.998380362987518,-0.0269386377185583,0.0501100234687328,-0.998468279838562,0.0284227803349495,0.0474700070917606,0.996834993362427,-0.0791251882910728,0.00770112173631787,0.99675714969635,0.0774957463145256,-0.0216741878539324,0.989287912845612,0.0414937436580658,-0.139955967664719,
  496. 0.997937262058258,-0.0414112880825996,-0.0490549616515636,-0.999348998069763,-0.0319075472652912,0.0168396551162004,-0.0639350861310959,-0.9978306889534,0.0156944412738085,-0.0566780492663383,-0.997799098491669,0.0344183668494225,-0.998380362987518,-0.0269386377185583,0.0501100234687328,-0.0478567555546761,0.998581171035767,0.0233566481620073,-0.998959243297577,0.026785533875227,0.0369199849665165,-0.998468279838562,0.0284227803349495,0.0474700070917606,-0.0381247103214264,0.999256312847137,0.00577534083276987,0.993552148342133,-0.0781852379441261,0.0821056962013245,0.120712086558342,-0.991946160793304,0.0383601039648056,0.114635489881039,-0.993407428264618,0.00072674173861742,0.995502352714539,-0.0905234292149544,0.0279418006539345,0.145812705159187,0.969618797302246,-0.196413293480873,0.99675714969635,0.0774957463145256,-0.0216741878539324,0.993261158466339,0.0895867422223091,0.0735287517309189,0.160243138670921,0.986458003520966,0.0349677614867687,0.997676134109497,-0.0412252321839333,0.0542487762868404,0.0869147330522537,-0.994705200195313,0.0548417642712593,0.120712086558342,-0.991946160793304,0.0383601039648056,0.993552148342133,-0.0781852379441261,0.0821056962013245,0.0833678916096687,0.983587324619293,-0.160018190741539,0.989287912845612,0.0414937436580658,-0.139955967664719,0.99675714969635,0.0774957463145256,-0.0216741878539324,0.145812705159187,0.969618797302246,-0.196413293480873,0.0833678916096687,0.983587324619293,-0.160018190741539,-0.0381247103214264,0.999256312847137,0.00577534083276987,-0.0567396469414234,0.998279094696045,0.0148123959079385,0.05619927495718,0.987256109714508,0.148886546492577,-0.0566780492663383,-0.997799098491669,0.0344183668494225,0.0869147330522537,-0.994705200195313,0.0548417642712593,0.0576844960451126,-0.998218178749084,0.015267669223249,-0.0570470727980137,-0.998178958892822,0.0196084585040808,-0.998468279838562,0.0284227803349495,0.0474700070917606,-0.998380362987518,-0.0269386377185583,0.0501100234687328,-0.998832404613495,-0.0260291118174791,0.0406997390091419,-0.999002456665039,0.0002256364969071,0.0446543991565704,
  497. -0.999135494232178,0.0285438019782305,0.0302241872996092,0.997937262058258,-0.0414112880825996,-0.0490549616515636,0.989287912845612,0.0414937436580658,-0.139955967664719,0.999542057514191,0.0285105872899294,-0.010148455388844,0.999268889427185,0.000211619189940393,-0.0382325239479542,0.99905526638031,-0.0260444544255733,-0.0347909554839134,-0.998380362987518,-0.0269386377185583,0.0501100234687328,-0.0566780492663383,-0.997799098491669,0.0344183668494225,-0.0570470727980137,-0.998178958892822,0.0196084585040808,-0.998832404613495,-0.0260291118174791,0.0406997390091419,-0.0381247103214264,0.999256312847137,0.00577534083276987,-0.998468279838562,0.0284227803349495,0.0474700070917606,-0.999135494232178,0.0285438019782305,0.0302241872996092,-0.0567396469414234,0.998279094696045,0.0148123959079385,0.0579004138708115,0.998317003250122,-0.00327057903632522,-0.0578216798603535,0.998325943946838,-0.00144145882222801,-0.0562928393483162,0.99834269285202,0.011966273188591,0.0563613511621952,0.998368561267853,-0.00914631132036448,-0.0946582928299904,-0.995497763156891,-0.00490112556144595,0.0839421674609184,-0.996122241020203,0.0263517536222935,0.0821989476680756,-0.996087968349457,0.0324369370937347,-0.079466700553894,-0.996613383293152,0.0211403742432594,-0.999607443809509,0.0278901997953653,0.00267713563516736,-0.999322950839996,-0.0302441325038671,0.020953793078661,-0.999590039253235,-0.0235906448215246,0.0162257254123688,-0.999096870422363,0.0321591794490814,0.027772793546319,0.998357474803925,-0.0500503815710545,-0.0278830993920565,0.998902261257172,0.0468219742178917,0.00143793202005327,0.998733639717102,0.0425537265837193,-0.0268396623432636,0.999510645866394,-0.027725687250495,-0.0144811235368252,-0.999322950839996,-0.0302441325038671,0.020953793078661,-0.0946582928299904,-0.995497763156891,-0.00490112556144595,-0.079466700553894,-0.996613383293152,0.0211403742432594,-0.999590039253235,-0.0235906448215246,0.0162257254123688,-0.0578216798603535,0.998325943946838,-0.00144145882222801,-0.999607443809509,0.0278901997953653,0.00267713563516736,
  498. -0.999096870422363,0.0321591794490814,0.027772793546319,-0.0562928393483162,0.99834269285202,0.011966273188591,0.99874222278595,-0.0497748740017414,0.00603787275031209,0.0839421674609184,-0.996122241020203,0.0263517536222935,0.0805841088294983,-0.99639892578125,0.0263705048710108,0.998212695121765,-0.0488404408097267,0.034439530223608,0.0579004138708115,0.998317003250122,-0.00327057903632522,0.998902261257172,0.0468219742178917,0.00143793202005327,0.999124765396118,0.0399268567562103,-0.0124786859378219,0.0519449487328529,0.998040556907654,-0.034885086119175,0.999116003513336,-0.0274414792656899,0.0318452343344688,0.0821989476680756,-0.996087968349457,0.0324369370937347,0.0839421674609184,-0.996122241020203,0.0263517536222935,0.99874222278595,-0.0497748740017414,0.00603787275031209,0.0563613511621952,0.998368561267853,-0.00914631132036448,0.998733639717102,0.0425537265837193,-0.0268396623432636,0.998902261257172,0.0468219742178917,0.00143793202005327,0.0579004138708115,0.998317003250122,-0.00327057903632522,0.0563613511621952,0.998368561267853,-0.00914631132036448,-0.0562928393483162,0.99834269285202,0.011966273188591,-0.0582063272595406,0.998281180858612,-0.00683077145367861,0.0580786094069481,0.998311102390289,0.00133436918258667,-0.079466700553894,-0.996613383293152,0.0211403742432594,0.0821989476680756,-0.996087968349457,0.0324369370937347,0.0580396726727486,-0.998308658599854,0.00337759009562433,-0.0584551878273487,-0.998196721076965,0.0136463111266494,-0.999096870422363,0.0321591794490814,0.027772793546319,-0.999590039253235,-0.0235906448215246,0.0162257254123688,-0.999591886997223,-0.0284672472625971,0.00237646605819464,-0.99947202205658,0.00151077262125909,0.0324555300176144,-0.999096035957336,0.0292248781770468,0.0308725330978632,0.999510645866394,-0.027725687250495,-0.0144811235368252,0.998733639717102,0.0425537265837193,-0.0268396623432636,0.999164998531342,0.0291938818991184,-0.0285860858857632,0.999578773975372,0.001463059685193,-0.0289848633110523,0.999576389789581,-0.0284092016518116,-0.00633171387016773,
  499. -0.999590039253235,-0.0235906448215246,0.0162257254123688,-0.079466700553894,-0.996613383293152,0.0211403742432594,-0.0584551878273487,-0.998196721076965,0.0136463111266494,-0.999591886997223,-0.0284672472625971,0.00237646605819464,-0.0562928393483162,0.99834269285202,0.011966273188591,-0.999096870422363,0.0321591794490814,0.027772793546319,-0.999096035957336,0.0292248781770468,0.0308725330978632,-0.0582063272595406,0.998281180858612,-0.00683077145367861,0.0307745281606913,0.999191880226135,0.0258560907095671,-0.0838760212063789,0.996436893939972,0.00886057037860155,-0.199926182627678,0.97980660200119,0.00292908330447972,-0.0481371209025383,0.998674869537354,0.0182039085775614,-0.047444012016058,0.998104155063629,0.0392074249684811,0.0116883125156164,0.999406516551971,0.0324056185781956,-0.0320907831192017,-0.999469220638275,0.00561499129980803,0.128881350159645,-0.991607844829559,-0.0101751843467355,0.113375745713711,-0.993070721626282,0.030928460881114,0.048693235963583,-0.998692631721497,0.0155627587810159,-0.0788931176066399,-0.996812701225281,0.0118482196703553,-0.999471604824066,0.0275604706257582,0.01723094843328,-0.999634265899658,-0.0268192198127508,0.003486457047984,-0.999942421913147,-0.00603829883038998,0.00887005403637886,-0.999604046344757,0.000547753239516169,0.0281325522810221,-0.999825239181519,0.000340736471116543,0.0186907760798931,-0.999422311782837,0.000413599831517786,0.0339828245341778,-0.999828040599823,0.000340036494890228,0.0185439214110374,-0.999602437019348,0.000386016385164112,0.0281923469156027,-0.999564409255981,0.0124541409313679,0.0267601907253265,0.999439716339111,-0.0332972891628742,0.00341922324150801,0.999236702919006,0.0375439040362835,0.0107942698523402,0.999553561210632,0.0227655433118343,-0.0193531569093466,0.999780833721161,0.00936923827975988,-0.0187255088239908,0.999774217605591,0.00936946272850037,-0.0190720520913601,0.999759554862976,0.00936994981020689,-0.0198291931301355,0.999881505966187,0.00936481077224016,-0.0122207654640079,0.999541580677032,-0.020178584381938,0.0225730910897255,
  500. -0.0838760212063789,0.996436893939972,0.00886057037860155,-0.999471604824066,0.0275604706257582,0.01723094843328,-0.999564409255981,0.0124541409313679,0.0267601907253265,-0.199926182627678,0.97980660200119,0.00292908330447972,0.128881350159645,-0.991607844829559,-0.0101751843467355,0.999439716339111,-0.0332972891628742,0.00341922324150801,0.999541580677032,-0.020178584381938,0.0225730910897255,0.113375745713711,-0.993070721626282,0.030928460881114,0.999069333076477,0.0375376418232918,0.0212496351450682,0.0307745281606913,0.999191880226135,0.0258560907095671,0.0116883125156164,0.999406516551971,0.0324056185781956,0.999703824520111,0.022754393517971,-0.00863388739526272,-0.999634265899658,-0.0268192198127508,0.003486457047984,-0.0320907831192017,-0.999469220638275,0.00561499129980803,-0.0788931176066399,-0.996812701225281,0.0118482196703553,-0.999942421913147,-0.00603829883038998,0.00887005403637886,-0.166911438107491,0.985935688018799,0.00844833720475435,0.0186629127711058,0.999825596809387,0.000670819950755686,0.0425807572901249,0.999092638492584,-0.000920982914976776,-0.154588505625725,0.987977683544159,0.00162571459077299,0.0837902501225472,-0.996479272842407,-0.00288095325231552,-0.106563337147236,-0.994296312332153,0.00438288412988186,-0.116520442068577,-0.993187189102173,0.00151551514863968,0.0555338263511658,-0.998454988002777,-0.00191500072833151,-0.998319089412689,-0.0399936847388744,0.0419478453695774,-0.994289934635162,0.0985439717769623,0.0409480668604374,-0.994586110115051,0.0957273840904236,0.0404329039156437,-0.999558806419373,-0.0244795549660921,0.0168250314891338,0.998509705066681,-0.0249544996768236,-0.0485357977449894,0.0837902501225472,-0.996479272842407,-0.00288095325231552,0.0555338263511658,-0.998454988002777,-0.00191500072833151,0.999565780162811,-0.025924414396286,-0.0140088489279151,0.0186629127711058,0.999825596809387,0.000670819950755686,0.998576819896698,0.0322979278862476,-0.0424412190914154,0.999046564102173,0.0299752671271563,-0.031741987913847,0.0425807572901249,0.999092638492584,-0.000920982914976776,
  501. -0.998319089412689,-0.0399936847388744,0.0419478453695774,-0.106563337147236,-0.994296312332153,0.00438288412988186,0.0244471244513988,-0.999700546264648,-0.00113481201697141,-0.995563924312592,-0.0696586892008781,0.063246876001358,-0.166911438107491,0.985935688018799,0.00844833720475435,-0.994289934635162,0.0985439717769623,0.0409480668604374,-0.996550500392914,0.0647287368774414,0.0519353225827217,-0.0504339374601841,0.99872237443924,0.00317523651756346,0.998563349246979,-0.0249486528337002,-0.047421257942915,0.998576819896698,0.0322979278862476,-0.0424412190914154,0.997928738594055,0.028434369713068,-0.0577040538191795,0.999295473098755,-0.0008070272160694,-0.0375240184366703,0.999248385429382,-0.000797909335233271,-0.0387558303773403,0.999262511730194,-0.000800613313913345,-0.0383905433118343,0.999364793300629,-0.000821057939901948,-0.035628043115139,0.998052060604095,-0.000622700143139809,-0.0623832754790783,0.999469578266144,-0.000843782443553209,-0.0325561612844467,0.99790346622467,-0.0277737695723772,-0.0584572777152061,-0.999558806419373,-0.0244795549660921,0.0168250314891338,-0.116520442068577,-0.993187189102173,0.00151551514863968,-0.106563337147236,-0.994296312332153,0.00438288412988186,-0.998319089412689,-0.0399936847388744,0.0419478453695774,-0.154588505625725,0.987977683544159,0.00162571459077299,-0.994586110115051,0.0957273840904236,0.0404329039156437,-0.994289934635162,0.0985439717769623,0.0409480668604374,-0.166911438107491,0.985935688018799,0.00844833720475435,0.999572932720184,-0.0259224027395248,-0.0134949283674359,0.999046564102173,0.0299752671271563,-0.031741987913847,0.998576819896698,0.0322979278862476,-0.0424412190914154,0.998563349246979,-0.0249486528337002,-0.047421257942915,-0.154588505625725,0.987977683544159,0.00162571459077299,0.0425807572901249,0.999092638492584,-0.000920982914976776,0.193916335701942,0.98101806640625,6.71977177262306e-005,0.0307627040892839,0.999494194984436,0.00807072594761848,0.0307922251522541,0.999488949775696,0.00858197640627623,-0.0907174274325371,0.995869874954224,-0.00368409557268023,
  502. 0.0555338263511658,-0.998454988002777,-0.00191500072833151,-0.116520442068577,-0.993187189102173,0.00151551514863968,-0.0814106911420822,-0.996664881706238,0.00561388954520226,-0.0430863797664642,-0.999046981334686,-0.00698448996990919,0.0797338560223579,-0.996775329113007,-0.00903592444956303,-0.999558806419373,-0.0244795549660921,0.0168250314891338,-0.994586110115051,0.0957273840904236,0.0404329039156437,-0.996468424797058,0.044606763869524,0.0711401626467705,-0.999232053756714,0.0154690071940422,0.0360010042786598,-0.998454213142395,0.015715342015028,0.0533128976821899,-0.999203860759735,0.0154800778254867,0.0367722623050213,-0.999205529689789,0.0154793923720717,0.0367246456444263,-0.999330461025238,-0.00171006307937205,0.0365472547709942,0.999565780162811,-0.025924414396286,-0.0140088489279151,0.0555338263511658,-0.998454988002777,-0.00191500072833151,0.0797338560223579,-0.996775329113007,-0.00903592444956303,0.999853193759918,-0.00627866201102734,-0.0159431509673595,0.0425807572901249,0.999092638492584,-0.000920982914976776,0.999046564102173,0.0299752671271563,-0.031741987913847,0.998895108699799,0.0127941314131022,-0.0452214106917381,0.193916335701942,0.98101806640625,6.71977177262306e-005
  503. }
  504. BinormalsW: *2412 {
  505. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  506. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  507. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  508. }
  509. }
  510. LayerElementTangent: 0 {
  511. Version: 102
  512. Name: "map1"
  513. MappingInformationType: "ByPolygonVertex"
  514. ReferenceInformationType: "Direct"
  515. Tangents: *7236 {
  516. a: 0.999504625797272,-0.000786787597462535,-0.0314626730978489,0.999469637870789,7.92209393694066e-005,-0.0325667783617973,0.997602164745331,-0.000538055144716054,-0.0692076161503792,0.999674916267395,-0.000680797966197133,-0.0254906546324492,0.999500632286072,-0.000789051002357155,-0.0315902158617973,0.999518632888794,-0.000778875139076263,-0.031016830354929,0.999529778957367,-0.000772478641010821,-0.0306564029306173,0.999417960643768,-0.000833646859973669,-0.0341031216084957,0.999223113059998,-0.000927685992792249,-0.039402361959219,0.999409794807434,-0.000837878556922078,-0.0343415811657906,0.999502182006836,-0.000788210541941226,-0.0315428487956524,-0.19034181535244,-0.268331319093704,0.944334864616394,-0.152433156967163,-0.262740284204483,0.952749490737915,-0.167744129896164,-0.280477821826935,0.945089399814606,-0.19112640619278,-0.270098835229874,0.943672358989716,0.999678611755371,0.00413555651903152,-0.0250118505209684,0.997502446174622,0.00286904349923134,-0.070572629570961,0.999477028846741,0.00399178452789783,-0.0320911854505539,0.999512135982513,0.00402949238196015,-0.0309727732092142,0.99941873550415,0.00397809548303485,-0.0338580831885338,0.999414324760437,0.00397572433575988,-0.0339911170303822,0.999321520328522,0.00392885645851493,-0.036620169878006,0.999424874782562,0.00398133648559451,-0.0336762070655823,0.999531149864197,0.00404052110388875,-0.0303534064441919,0.999527931213379,0.00403869431465864,-0.0304559506475925,0.999515056610107,0.00403114454820752,-0.030880032107234,-0.152522936463356,-0.0747735053300858,-0.985467195510864,-0.0787795409560204,0.0139001095667481,-0.996795117855072,-0.175602495670319,-0.00961456075310707,-0.984414160251617,-0.248104453086853,-0.100010067224503,-0.963556945323944,0.999638438224792,0.00776997674256563,-0.0257425177842379,0.99946141242981,0.00457663042470813,-0.0324976928532124,0.999467015266418,0.00209558825008571,-0.0325780361890793,0.999661028385162,0.00433775316923857,-0.0256746970117092,0.997077822685242,0.000474043627036735,-0.0763913244009018,
  517. 0.999471426010132,-0.000272780103841797,-0.0325103849172592,0.999462187290192,-0.00271431053988636,-0.0326799564063549,0.997082591056824,-0.000969780259765685,-0.0763242915272713,0.298959016799927,-0.0364863723516464,0.95356822013855,0.297019124031067,-0.045161560177803,0.95380300283432,0.342779397964478,0.00803869590163231,0.93938159942627,0.34392324090004,0.0101234698668122,0.938943207263947,0.313398987054825,-0.345496386289597,0.88454133272171,0.22876650094986,-0.292961031198502,0.928353309631348,0.504534482955933,-0.292571544647217,0.812309563159943,0.449104309082031,-0.265085071325302,0.853249788284302,0.449104309082031,-0.265085071325302,0.853249788284302,0.504534482955933,-0.292571544647217,0.812309563159943,0.342601507902145,-0.219404488801956,0.913502037525177,0.344735234975815,-0.215190201997757,0.913701713085175,-0.893641948699951,0.343584895133972,0.288710057735443,-0.891698479652405,0.348346501588821,0.289013028144836,-0.738720417022705,0.307659506797791,0.599698066711426,-0.623109221458435,0.560754835605621,0.545242130756378,-0.623109221458435,0.560754835605621,0.545242130756378,-0.738720417022705,0.307659506797791,0.599698066711426,0.173781514167786,-0.0764045119285584,0.981815814971924,0.247008070349693,-0.0281480830162764,0.968604505062103,-0.167744129896164,-0.280477821826935,0.945089399814606,-0.152433156967163,-0.262740284204483,0.952749490737915,0.22876650094986,-0.292961031198502,0.928353309631348,0.313398987054825,-0.345496386289597,0.88454133272171,0.247008070349693,-0.0281480830162764,0.968604505062103,0.173781514167786,-0.0764045119285584,0.981815814971924,0.297019124031067,-0.045161560177803,0.95380300283432,0.298959016799927,-0.0364863723516464,0.95356822013855,-0.152522936463356,-0.0747735053300858,-0.985467195510864,-0.248104453086853,-0.100010067224503,-0.963556945323944,0.127321466803551,0.0186036098748446,-0.991687119007111,0.0808909758925438,-0.013406372629106,-0.996632814407349,0.168918609619141,0.0544298179447651,-0.984125971794128,0.167972251772881,0.0572139956057072,-0.984130084514618,
  518. -0.175602495670319,-0.00961456075310707,-0.984414160251617,-0.0787795409560204,0.0139001095667481,-0.996795117855072,0.0808909758925438,-0.013406372629106,-0.996632814407349,0.127321466803551,0.0186036098748446,-0.991687119007111,-0.112946748733521,-0.123778872191906,-0.985861003398895,-0.0687470212578774,-0.107340417802334,-0.99184262752533,-0.0687470212578774,-0.107340417802334,-0.99184262752533,-0.112946748733521,-0.123778872191906,-0.985861003398895,-0.469714254140854,-0.28994232416153,-0.83384770154953,-0.461597859859467,-0.306220144033432,-0.832560420036316,0.0162292402237654,0.0124060539528728,-0.999791383743286,0.00990130286663771,-0.00087033468298614,-0.999950647354126,0.00962869450449944,-0.00383436237461865,-0.999946296215057,0.0152129279449582,-0.0357190109789371,-0.999246060848236,0.0135051999241114,-0.0253626462072134,-0.999587118625641,-0.00918913446366787,-0.0272177755832672,-0.99958723783493,-0.0081263855099678,0.00569575745612383,-0.999950766563416,0.0121351405978203,0.00638623675331473,-0.999906003475189,-0.983395576477051,-0.181475207209587,2.35255288316694e-006,-0.964744091033936,-0.263189762830734,0,-0.995272994041443,0.0971168056130409,7.04566730291845e-007,-0.983395576477051,-0.181475207209587,2.35255288316694e-006,-0.971350371837616,-0.237651720643044,1.89478498668905e-006,-0.957616865634918,-0.288045108318329,0,-0.964744091033936,-0.263189762830734,0,-0.99745637178421,0.071279376745224,1.53721248352667e-006,-0.992312610149384,-0.123756967484951,2.96992789117212e-006,-0.971350371837616,-0.237651720643044,1.89478498668905e-006,-0.983395576477051,-0.181475207209587,2.35255288316694e-006,-0.929583370685577,0.368611991405487,-7.41715496133111e-007,-0.99745637178421,0.071279376745224,1.53721248352667e-006,-0.995272994041443,0.0971168056130409,7.04566730291845e-007,-0.99745637178421,0.071279376745224,1.53721248352667e-006,-0.983395576477051,-0.181475207209587,2.35255288316694e-006,-0.995272994041443,0.0971168056130409,7.04566730291845e-007,0.0190249066799879,-0.0020481834653765,-0.99981689453125,
  519. -0.021153949201107,0.0063133155927062,-0.999756276607513,-0.00257944851182401,0.0035379386972636,-0.999990344047546,0.00762831745669246,-0.00211113062687218,-0.999968647956848,-0.0126322340220213,0.00359581038355827,-0.999913692474365,0.00149967928882688,-0.00128366646822542,-0.999998092651367,-0.0282816886901855,-0.00727324746549129,-0.999573528766632,0.00479246350005269,0.00485689798370004,-0.999976694583893,-0.873969972133636,0.485980182886124,0,-0.929583370685577,0.368611991405487,-7.41715496133111e-007,-0.995272994041443,0.0971168056130409,7.04566730291845e-007,-0.96113258600235,0.276087135076523,0,-0.99745637178421,0.071279376745224,1.53721248352667e-006,-0.929583370685577,0.368611991405487,-7.41715496133111e-007,-0.904367506504059,0.42675444483757,0,-0.96113258600235,0.276087135076523,0,-0.929583370685577,0.368611991405487,-7.41715496133111e-007,-0.873969972133636,0.485980182886124,0,-0.865267753601074,0.501310169696808,0,0.0190249066799879,-0.0020481834653765,-0.99981689453125,0.0121351405978203,0.00638623675331473,-0.999906003475189,-0.0081263855099678,0.00569575745612383,-0.999950766563416,-0.021153949201107,0.0063133155927062,-0.999756276607513,0.0162292402237654,0.0124060539528728,-0.999791383743286,0.00762831745669246,-0.00211113062687218,-0.999968647956848,-0.00257944851182401,0.0035379386972636,-0.999990344047546,0.00990130286663771,-0.00087033468298614,-0.999950647354126,0.0384154878556728,0.0133202858269215,-0.999173164367676,0.0249151550233364,-0.00193373824004084,-0.999687671661377,-0.0124085666611791,-0.0335674472153187,-0.999359488487244,0.0316706895828247,-0.00677204178646207,-0.999475419521332,-0.0270670596510172,0.0029108077287674,-0.999629378318787,-0.0289937183260918,0.0136364996433258,-0.99948650598526,-0.0267612040042877,-0.00241241161711514,-0.999638974666595,-0.0132466740906239,-0.00841230805963278,-0.999876856803894,-0.973693668842316,-0.223751217126846,0.0430822968482971,0.00703325588256121,-0.78124737739563,-0.624181866645813,0.16384419798851,-0.593526244163513,-0.787960588932037,-0.207976773381233,-0.106164760887623,-0.97235518693924,
  520. -0.257842928171158,-0.0937763750553131,-0.961625218391418,-0.114625424146652,-0.258387863636017,-0.959216594696045,0.0621599555015564,-0.000605505949351937,0.998066127300262,0.0297067426145077,-0.00122515147086233,0.999557852745056,0.028052156791091,-0.0038163997232914,0.999599099159241,0.0619654767215252,-4.40278236055747e-005,0.998078286647797,0.0621649622917175,-0.00253495830111206,0.998062670230865,0.0621126182377338,-0.00123594712931663,0.998068451881409,0.0623212903738022,-0.00642920145764947,0.998035430908203,0.061968419700861,0.00232813856564462,0.998075366020203,0.0615641474723816,0.0122195892035961,0.998028337955475,0.0714734271168709,0.000615594675764441,0.997442305088043,0.0437908172607422,-0.000289467046968639,0.999040722846985,0.0441949255764484,0.000827880925498903,0.999022662639618,0.071630485355854,-0.00395247852429748,0.997423410415649,0.071600042283535,-0.0054409927688539,0.997418582439423,0.0718269869685173,-0.0127309272065759,0.997335851192474,0.0715948268771172,-0.00527376681566238,0.997419893741608,0.0714794024825096,-0.00161339936312288,0.997440755367279,0.0407245941460133,-0.00881071295589209,0.999131560325623,0.0308797769248486,-0.00892669800668955,0.999483227729797,0.0337341204285622,-0.0357636176049709,0.998790740966797,0.0532243810594082,0.0183509383350611,0.998413980007172,0.0408431105315685,-0.00308297970332205,0.999160766601563,0.0423843376338482,-0.0101289246231318,0.999050080776215,0.0622240304946899,0.0167590994387865,0.997921466827393,0.0358122959733009,0.0199339278042316,0.999159693717957,0.0366960726678371,0.0199283082038164,0.999127745628357,0.0379140190780163,0.0199205297976732,0.999082446098328,0.0466506369411945,0.0198638569563627,0.998713731765747,0.0568066015839577,0.019796047359705,0.998188972473145,0.0558982491493225,0.0198021959513426,0.998240172863007,0.965803205966949,0.050870269536972,0.254236727952957,0.787298500537872,0.323492974042892,0.524893641471863,0.559085607528687,-0.00526741798967123,0.829093217849731,0.0835185647010803,-0.00741211604326963,0.996478736400604,
  521. 0.071630485355854,-0.00395247852429748,0.997423410415649,0.0441949255764484,0.000827880925498903,0.999022662639618,0.0486805401742458,0.00522569427266717,0.998800694942474,0.0621599555015564,-0.000605505949351937,0.998066127300262,0.0579495243728161,-0.00788505747914314,0.99828839302063,0.0424006879329681,0.00193907180801034,0.999098837375641,0.0297067426145077,-0.00122515147086233,0.999557852745056,0.0365185290575027,0.0145698497071862,0.999226748943329,0.0177151635289192,0.00418471219018102,0.999834299087524,0.0196615159511566,-0.000781067821662873,0.999806463718414,0.017044035717845,-0.00876538921147585,0.999816358089447,0.0628856793045998,0.0094203744083643,0.997976303100586,0.0718507543206215,0.0145323220640421,0.997309565544128,0.040155615657568,-0.00482207676395774,0.999181807041168,0.0267508942633867,0.00254080002196133,0.999638915061951,0.0151617377996445,0.017172122374177,-0.999737620353699,0.0140767693519592,0.01005884911865,-0.999850332736969,-0.000854159065056592,0.00882000476121902,-0.999960720539093,6.56515185255557e-005,0.0258663240820169,-0.999665439128876,-0.00241855252534151,-0.00404652114957571,-0.999988913536072,-0.00730865262448788,0.0292712841182947,-0.99954479932785,-0.00101537955924869,0.0101287951692939,-0.999948143959045,0.00043701846152544,-0.00563191529363394,-0.999983966350555,-0.99227386713028,-0.12406724691391,-1.46584284266282e-006,-0.987659633159637,0.156615689396858,2.08375308119457e-008,-0.98097562789917,-0.194131091237068,0,-0.974109351634979,-0.226077705621719,-1.0070706366605e-006,-0.99227386713028,-0.12406724691391,-1.46584284266282e-006,-0.974109351634979,-0.226077705621719,-1.0070706366605e-006,-0.983148515224457,-0.182808429002762,-8.20537024992518e-007,-0.993325471878052,0.115344367921352,9.98567628585079e-008,-0.99227386713028,-0.12406724691391,-1.46584284266282e-006,-0.983148515224457,-0.182808429002762,-8.20537024992518e-007,-0.997084856033325,-0.0762997269630432,3.73420675714442e-007,-0.906232178211212,0.422780275344849,1.42623832743993e-006,-0.987659633159637,0.156615689396858,2.08375308119457e-008,
  522. -0.993325471878052,0.115344367921352,9.98567628585079e-008,-0.993325471878052,0.115344367921352,9.98567628585079e-008,-0.987659633159637,0.156615689396858,2.08375308119457e-008,-0.99227386713028,-0.12406724691391,-1.46584284266282e-006,0.000779217865783721,0.00666719116270542,-0.99997740983963,-0.0113911740481853,0.00620298786088824,-0.999915897846222,-0.00765181053429842,0.00593659467995167,-0.999953150749207,-0.00354699837043881,0.00221015489660203,-0.999991297721863,-0.0171890240162611,0.00175741710700095,-0.999850690364838,-0.0633789375424385,0.000846793816890568,-0.997989177703857,-0.0567186772823334,-0.00129898020531982,-0.998389363288879,-0.0176750011742115,-0.00183950772043318,-0.99984210729599,0.0107867494225502,0.00040287763113156,-0.999941766262054,0.00341415102593601,-0.000209177160286345,-0.999994158744812,-0.827062010765076,0.562110722064972,8.69251778112812e-007,-0.835645318031311,0.549269437789917,0,-0.987659633159637,0.156615689396858,2.08375308119457e-008,-0.906232178211212,0.422780275344849,1.42623832743993e-006,-0.876423060894012,0.481541961431503,9.21950061183452e-007,-0.827062010765076,0.562110722064972,8.69251778112812e-007,-0.906232178211212,0.422780275344849,1.42623832743993e-006,-0.947274148464203,0.320424348115921,0,-0.876423060894012,0.481541961431503,9.21950061183452e-007,-0.906232178211212,0.422780275344849,1.42623832743993e-006,-0.993325471878052,0.115344367921352,9.98567628585079e-008,0.0140767693519592,0.01005884911865,-0.999850332736969,0.000779217865783721,0.00666719116270542,-0.99997740983963,-0.0171890240162611,0.00175741710700095,-0.999850690364838,-0.000854159065056592,0.00882000476121902,-0.999960720539093,-0.00730865262448788,0.0292712841182947,-0.99954479932785,-0.0633789375424385,0.000846793816890568,-0.997989177703857,0.00341415102593601,-0.000209177160286345,-0.999994158744812,-0.00101537955924869,0.0101287951692939,-0.999948143959045,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.654219448566437,0.189461797475815,-0.732189357280731,-0.570285618305206,0.123663231730461,-0.812084674835205,
  523. 0.678519308567047,-0.223722636699677,0.699685454368591,-0.0039545614272356,0.651053428649902,0.759021520614624,-0.973693668842316,-0.223751217126846,0.0430822968482971,-0.696405112743378,0.0851006954908371,0.712585210800171,-0.392114460468292,0.0705622062087059,0.917206227779388,-0.0798467323184013,0.149123057723045,0.985589623451233,-0.697274506092072,0.269713759422302,0.664125621318817,-0.916470527648926,-0.112068057060242,0.384086519479752,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.717484474182129,0.123047783970833,0.685620248317719,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.998898446559906,0.0357170216739178,0.0304336585104465,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.742853879928589,0.0190643947571516,0.669182181358337,-0.742853879928589,0.0190643947571516,0.669182181358337,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.998898446559906,0.0357170216739178,0.0304336585104465,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.570285618305206,0.123663231730461,-0.812084674835205,-0.697587192058563,-0.0259582307189703,-0.716029524803162,-0.998898446559906,0.0357170216739178,0.0304336585104465,-0.944343268871307,-0.309077680110931,-0.112635686993599,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.742853879928589,0.0190643947571516,0.669182181358337,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.811222493648529,-0.00855255592614412,0.584675073623657,-0.697274506092072,0.269713759422302,0.664125621318817,-0.696405112743378,0.0851006954908371,0.712585210800171,-0.916470527648926,-0.112068057060242,0.384086519479752,-0.392114460468292,0.0705622062087059,0.917206227779388,-0.874037206172943,-0.0231282897293568,0.485308140516281,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.654060840606689,0.366052567958832,-0.661974251270294,-0.046402882784605,-0.860121965408325,-0.507973432540894,-0.580969095230103,0.0877871364355087,-0.809177696704865,0.522743105888367,-0.71143651008606,-0.469678342342377,
  524. -0.70588606595993,0.0276437904685736,0.707785665988922,-0.101393520832062,0.0803186893463135,0.991598904132843,-0.131322517991066,0.0976791009306908,0.986515641212463,-0.207976773381233,-0.106164760887623,-0.97235518693924,-0.197804987430573,-0.228938579559326,-0.953131914138794,-0.51411360502243,-0.198359251022339,-0.834470272064209,-0.271161526441574,0.0206149779260159,-0.962313055992126,-0.261265218257904,0.172562792897224,-0.949717104434967,-0.257842928171158,-0.0937763750553131,-0.961625218391418,-0.207976773381233,-0.106164760887623,-0.97235518693924,-0.708483159542084,0.082090824842453,-0.700936913490295,-0.0039545614272356,0.651053428649902,0.759021520614624,0.102206096053123,0.772457122802734,0.626788556575775,-0.239063441753387,0.713705599308014,-0.658386647701263,-0.616863191127777,-0.267383307218552,-0.740260720252991,-0.207976773381233,-0.106164760887623,-0.97235518693924,-0.51411360502243,-0.198359251022339,-0.834470272064209,-0.944343268871307,-0.309077680110931,-0.112635686993599,-0.616863191127777,-0.267383307218552,-0.740260720252991,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.944343268871307,-0.309077680110931,-0.112635686993599,-0.79396653175354,-0.312217086553574,0.521668314933777,-0.465287536382675,-0.148787051439285,0.87256520986557,-0.998898446559906,0.0357170216739178,0.0304336585104465,-0.811222493648529,-0.00855255592614412,0.584675073623657,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.70588606595993,0.0276437904685736,0.707785665988922,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.708483159542084,0.082090824842453,-0.700936913490295,-0.207976773381233,-0.106164760887623,-0.97235518693924,-0.616863191127777,-0.267383307218552,-0.740260720252991,0.0453323498368263,-0.00851814821362495,0.998935639858246,0.0317063592374325,0.00166323489975184,0.999495804309845,0.0136010963469744,0.00392370112240314,0.999899804592133,0.0308797769248486,-0.00892669800668955,0.999483227729797,0.0407245941460133,-0.00881071295589209,0.999131560325623,
  525. 0.0334269218146801,-0.00849789567291737,0.999405026435852,0.0411509647965431,-0.00849689729511738,0.999116778373718,0.0333156399428844,-0.00849790498614311,0.999408781528473,0.0413906127214432,-0.00849685817956924,0.99910694360733,-0.239063441753387,0.713705599308014,-0.658386647701263,0.255522698163986,0.949281632900238,0.183228075504303,-0.954988241195679,-0.129382252693176,0.266941457986832,-0.908662021160126,0.303946435451508,-0.286268770694733,-0.616863191127777,-0.267383307218552,-0.740260720252991,-0.654219448566437,0.189461797475815,-0.732189357280731,-0.306063652038574,0.00530767440795898,0.951996266841888,-0.131322517991066,0.0976791009306908,0.986515641212463,-0.0762854591012001,-0.0749159008264542,0.994267702102661,-0.70588606595993,0.0276437904685736,0.707785665988922,-0.131322517991066,0.0976791009306908,0.986515641212463,-0.306063652038574,0.00530767440795898,0.951996266841888,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.101393520832062,0.0803186893463135,0.991598904132843,-0.70588606595993,0.0276437904685736,0.707785665988922,-0.101393520832062,0.0803186893463135,0.991598904132843,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.696405112743378,0.0851006954908371,0.712585210800171,-0.101393520832062,0.0803186893463135,0.991598904132843,-0.696405112743378,0.0851006954908371,0.712585210800171,-0.0798467323184013,0.149123057723045,0.985589623451233,-0.743062317371368,-0.0748255550861359,-0.665026068687439,-0.969489276409149,-0.193329527974129,0.150712594389915,-0.322909861803055,-0.559285938739777,0.763497471809387,-0.306063652038574,0.00530767440795898,0.951996266841888,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.70588606595993,0.0276437904685736,0.707785665988922,-0.958444714546204,-0.266703844070435,0.101256012916565,-0.916318893432617,0.0960783213376999,0.388752728700638,0.144282758235931,0.814334154129028,-0.562176465988159,-0.0377018488943577,-0.78874933719635,0.613557696342468,-0.916318893432617,0.0960783213376999,0.388752728700638,-0.273926496505737,0.413790643215179,0.868182897567749,
  526. -0.743062317371368,-0.0748255550861359,-0.665026068687439,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.969489276409149,-0.193329527974129,0.150712594389915,-0.306063652038574,0.00530767440795898,0.951996266841888,-0.0762854591012001,-0.0749159008264542,0.994267702102661,-0.322909861803055,-0.559285938739777,0.763497471809387,-0.969489276409149,-0.193329527974129,0.150712594389915,-0.874037206172943,-0.0231282897293568,0.485308140516281,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.739857971668243,-0.040401317179203,0.671548843383789,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.696285665035248,0.188566729426384,0.692552506923676,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.874037206172943,-0.0231282897293568,0.485308140516281,-0.739857971668243,-0.040401317179203,0.671548843383789,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.465287536382675,-0.148787051439285,0.87256520986557,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.874037206172943,-0.0231282897293568,0.485308140516281,-0.991670787334442,-0.121763311326504,0.0419842265546322,-0.739857971668243,-0.040401317179203,0.671548843383789,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.739857971668243,-0.040401317179203,0.671548843383789,-0.717484474182129,0.123047783970833,0.685620248317719,-0.954988241195679,-0.129382252693176,0.266941457986832,0.255522698163986,0.949281632900238,0.183228075504303,0.0669459104537964,0.881559669971466,-0.467301577329636,-0.697587192058563,-0.0259582307189703,-0.716029524803162,-0.570285618305206,0.123663231730461,-0.812084674835205,-0.138742953538895,-0.236555323004723,-0.961660921573639,-0.239063441753387,0.713705599308014,-0.658386647701263,0.102206096053123,0.772457122802734,0.626788556575775,0.222813561558723,0.750282466411591,0.622438967227936,-0.239063441753387,0.713705599308014,-0.658386647701263,0.222813561558723,0.750282466411591,0.622438967227936,0.255522698163986,0.949281632900238,0.183228075504303,
  527. -0.207976773381233,-0.106164760887623,-0.97235518693924,-0.114625424146652,-0.258387863636017,-0.959216594696045,-0.138742953538895,-0.236555323004723,-0.961660921573639,-0.238995313644409,-0.3713398873806,-0.897211194038391,-0.197804987430573,-0.228938579559326,-0.953131914138794,-0.465287536382675,-0.148787051439285,0.87256520986557,-0.79396653175354,-0.312217086553574,0.521668314933777,-0.595980584621429,0.411657929420471,0.689452707767487,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.539614081382751,-0.21357236802578,0.814373075962067,-0.595980584621429,0.411657929420471,0.689452707767487,-0.696285665035248,0.188566729426384,0.692552506923676,-0.742853879928589,0.0190643947571516,0.669182181358337,-0.696285665035248,0.188566729426384,0.692552506923676,0.00703325588256121,-0.78124737739563,-0.624181866645813,-0.944343268871307,-0.309077680110931,-0.112635686993599,-0.742853879928589,0.0190643947571516,0.669182181358337,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.696285665035248,0.188566729426384,0.692552506923676,0.452980220317841,-0.558475375175476,-0.694920301437378,-0.0212623197585344,-0.550114214420319,-0.834818720817566,-0.03543721139431,-0.309621781110764,-0.950199246406555,-0.685896933078766,0.00488342251628637,0.72768235206604,-0.717484474182129,0.123047783970833,0.685620248317719,-0.697274506092072,0.269713759422302,0.664125621318817,-0.697274506092072,0.269713759422302,0.664125621318817,-0.717484474182129,0.123047783970833,0.685620248317719,-0.751297771930695,-0.22270604968071,0.621251702308655,-0.697274506092072,0.269713759422302,0.664125621318817,-0.811222493648529,-0.00855255592614412,0.584675073623657,-0.916470527648926,-0.112068057060242,0.384086519479752,0.987741053104401,0.00722477585077286,0.155933856964111,0.976748466491699,-0.156732842326164,0.146277561783791,0.93505859375,-0.284958213567734,0.210865497589111,0.893619120121002,0.33380526304245,-0.30003160238266,0.973339736461639,0.179976373910904,0.142191022634506,0.719104290008545,-0.0453607514500618,0.693420052528381,
  528. 0.793047428131104,-0.0973058417439461,0.601338088512421,0.955009758472443,0.282183229923248,-0.0912636741995811,0.951215088367462,-0.0623653009533882,0.302159667015076,0.850878536701202,-0.0430762283504009,0.523593425750732,0.897292077541351,0.0673573464155197,0.436268270015717,0.871955394744873,0.046070896089077,0.487412750720978,0.946626424789429,0.0665342137217522,0.315391212701797,0.971333622932434,-0.137440577149391,0.193961635231972,0.622713446617126,-0.206656396389008,0.754666209220886,0.955009758472443,0.282183229923248,-0.0912636741995811,0.650985658168793,-0.144839078187943,0.745143830776215,0.951215088367462,-0.0623653009533882,0.302159667015076,0.897292077541351,0.0673573464155197,0.436268270015717,0.993525385856628,0.0665423721075058,0.0920832827687263,0.871955394744873,0.046070896089077,0.487412750720978,0.953288435935974,-0.301131248474121,0.0236860141158104,0.893619120121002,0.33380526304245,-0.30003160238266,0.965803205966949,0.050870269536972,0.254236727952957,0.904422760009766,-0.211624220013618,-0.370452016592026,0.993172109127045,-0.0556907802820206,0.102507323026657,0.974597752094269,-0.209790736436844,0.0784045308828354,0.661694347858429,-0.17048604786396,-0.730133593082428,0.440495193004608,-0.0421320721507072,0.89676570892334,0.622713446617126,-0.206656396389008,0.754666209220886,0.752376556396484,0.0869991034269333,0.652963042259216,0.901507258415222,0.425862520933151,0.0769807696342468,0.922435760498047,-0.00203724461607635,0.386145174503326,0.820981562137604,-0.174905195832253,0.543504774570465,0.791358470916748,-0.191694632172585,-0.580521285533905,0.853380858898163,-0.0300665684044361,-0.520420134067535,0.993525385856628,0.0665423721075058,0.0920832827687263,0.951215088367462,-0.0623653009533882,0.302159667015076,0.665129065513611,0.0431873202323914,0.745478510856628,0.850878536701202,-0.0430762283504009,0.523593425750732,0.559085607528687,-0.00526741798967123,0.829093217849731,0.976748466491699,-0.156732842326164,0.146277561783791,0.974804937839508,0.143264055252075,-0.170970261096954,
  529. 0.793047428131104,-0.0973058417439461,0.601338088512421,0.93505859375,-0.284958213567734,0.210865497589111,0.793047428131104,-0.0973058417439461,0.601338088512421,0.973339736461639,0.179976373910904,0.142191022634506,0.973339736461639,0.179976373910904,0.142191022634506,0.665129065513611,0.0431873202323914,0.745478510856628,0.719104290008545,-0.0453607514500618,0.693420052528381,0.787298500537872,0.323492974042892,0.524893641471863,0.665129065513611,0.0431873202323914,0.745478510856628,0.559085607528687,-0.00526741798967123,0.829093217849731,0.564331710338593,-0.198359355330467,-0.801363408565521,0.969683587551117,0.232932060956955,0.0738670080900192,0.648190796375275,-0.283938527107239,-0.70656031370163,0.209670677781105,-0.0242321491241455,-0.977471709251404,0.913336575031281,0.163873761892319,-0.37277552485466,0.361666858196259,0.0348642282187939,-0.93165522813797,0.945207476615906,0.0211162958294153,0.325786352157593,0.987741053104401,0.00722477585077286,0.155933856964111,0.964385688304901,0.200295090675354,-0.172749057412148,0.988736212253571,-0.0751879885792732,-0.129411995410919,0.987741053104401,0.00722477585077286,0.155933856964111,0.945207476615906,0.0211162958294153,0.325786352157593,0.988736212253571,-0.0751879885792732,-0.129411995410919,0.974804937839508,0.143264055252075,-0.170970261096954,0.976748466491699,-0.156732842326164,0.146277561783791,0.61274653673172,-0.192553132772446,-0.766462564468384,0.974804937839508,0.143264055252075,-0.170970261096954,0.988736212253571,-0.0751879885792732,-0.129411995410919,0.984037458896637,-0.0878326818346977,0.15477679669857,0.974804937839508,0.143264055252075,-0.170970261096954,0.61274653673172,-0.192553132772446,-0.766462564468384,0.859786808490753,0.0482354871928692,0.508369863033295,0.946626424789429,0.0665342137217522,0.315391212701797,0.984037458896637,-0.0878326818346977,0.15477679669857,0.922174692153931,-0.00943330861628056,0.386658579111099,0.859786808490753,0.0482354871928692,0.508369863033295,0.571869075298309,-0.0297375358641148,0.81980574131012,0.330349981784821,0.0687914043664932,-0.941348254680634,
  530. 0.969683587551117,0.232932060956955,0.0738670080900192,0.564331710338593,-0.198359355330467,-0.801363408565521,0.987741053104401,0.00722477585077286,0.155933856964111,0.93505859375,-0.284958213567734,0.210865497589111,0.913336575031281,0.163873761892319,-0.37277552485466,0.946626424789429,0.0665342137217522,0.315391212701797,0.955009758472443,0.282183229923248,-0.0912636741995811,0.974804937839508,0.143264055252075,-0.170970261096954,0.622713446617126,-0.206656396389008,0.754666209220886,0.955009758472443,0.282183229923248,-0.0912636741995811,0.946626424789429,0.0665342137217522,0.315391212701797,0.73286247253418,-0.0756267458200455,0.676160573959351,0.650985658168793,-0.144839078187943,0.745143830776215,0.622713446617126,-0.206656396389008,0.754666209220886,0.440495193004608,-0.0421320721507072,0.89676570892334,0.973339736461639,0.179976373910904,0.142191022634506,0.648190796375275,-0.283938527107239,-0.70656031370163,0.93505859375,-0.284958213567734,0.210865497589111,0.951215088367462,-0.0623653009533882,0.302159667015076,0.665129065513611,0.0431873202323914,0.745478510856628,0.793047428131104,-0.0973058417439461,0.601338088512421,0.73286247253418,-0.0756267458200455,0.676160573959351,0.750920116901398,-0.000451079860795289,0.660392880439758,0.951215088367462,-0.0623653009533882,0.302159667015076,0.648190796375275,-0.283938527107239,-0.70656031370163,0.953288435935974,-0.301131248474121,0.0236860141158104,0.564331710338593,-0.198359355330467,-0.801363408565521,0.893619120121002,0.33380526304245,-0.30003160238266,0.953288435935974,-0.301131248474121,0.0236860141158104,0.648190796375275,-0.283938527107239,-0.70656031370163,0.516898512840271,-0.70326179265976,-0.488097101449966,0.800402104854584,-0.355008631944656,-0.483037620782852,0.832919061183929,-0.0458438545465469,-0.551492691040039,0.665129065513611,0.0431873202323914,0.745478510856628,0.787298500537872,0.323492974042892,0.524893641471863,0.719104290008545,-0.0453607514500618,0.693420052528381,0.665129065513611,0.0431873202323914,0.745478510856628,0.897292077541351,0.0673573464155197,0.436268270015717,
  531. 0.850878536701202,-0.0430762283504009,0.523593425750732,0.951215088367462,-0.0623653009533882,0.302159667015076,0.897292077541351,0.0673573464155197,0.436268270015717,0.665129065513611,0.0431873202323914,0.745478510856628,0.361666858196259,0.0348642282187939,-0.93165522813797,0.913336575031281,0.163873761892319,-0.37277552485466,0.330349981784821,0.0687914043664932,-0.941348254680634,0.73286247253418,-0.0756267458200455,0.676160573959351,0.951215088367462,-0.0623653009533882,0.302159667015076,0.650985658168793,-0.144839078187943,0.745143830776215,0.859786808490753,0.0482354871928692,0.508369863033295,0.971333622932434,-0.137440577149391,0.193961635231972,0.946626424789429,0.0665342137217522,0.315391212701797,0.974804937839508,0.143264055252075,-0.170970261096954,0.955009758472443,0.282183229923248,-0.0912636741995811,0.793047428131104,-0.0973058417439461,0.601338088512421,0.622713446617126,-0.206656396389008,0.754666209220886,0.650985658168793,-0.144839078187943,0.745143830776215,0.955009758472443,0.282183229923248,-0.0912636741995811,0.976748466491699,-0.156732842326164,0.146277561783791,0.793047428131104,-0.0973058417439461,0.601338088512421,0.93505859375,-0.284958213567734,0.210865497589111,0.973339736461639,0.179976373910904,0.142191022634506,0.793047428131104,-0.0973058417439461,0.601338088512421,0.665129065513611,0.0431873202323914,0.745478510856628,0.953288435935974,-0.301131248474121,0.0236860141158104,0.904422760009766,-0.211624220013618,-0.370452016592026,-0.1383186429739,-0.124881230294704,-0.98248291015625,-0.0384703055024147,-0.0915825590491295,-0.995054125785828,0.951215088367462,-0.0623653009533882,0.302159667015076,0.993525385856628,0.0665423721075058,0.0920832827687263,0.897292077541351,0.0673573464155197,0.436268270015717,0.913336575031281,0.163873761892319,-0.37277552485466,0.969683587551117,0.232932060956955,0.0738670080900192,0.330349981784821,0.0687914043664932,-0.941348254680634,0.893619120121002,0.33380526304245,-0.30003160238266,0.787298500537872,0.323492974042892,0.524893641471863,0.965803205966949,0.050870269536972,0.254236727952957,
  532. 0.993525385856628,0.0665423721075058,0.0920832827687263,0.853380858898163,-0.0300665684044361,-0.520420134067535,0.927430331707001,-0.161701455712318,-0.337232261896133,0.752376556396484,0.0869991034269333,0.652963042259216,0.971333622932434,-0.137440577149391,0.193961635231972,0.859786808490753,0.0482354871928692,0.508369863033295,0.922174692153931,-0.00943330861628056,0.386658579111099,0.752376556396484,0.0869991034269333,0.652963042259216,0.622713446617126,-0.206656396389008,0.754666209220886,0.971333622932434,-0.137440577149391,0.193961635231972,0.958739340305328,-0.271436303853989,-0.0845060124993324,0.897507846355438,0.432701468467712,-0.0851415917277336,0.933234930038452,0.216090962290764,-0.287014752626419,0.988736212253571,-0.0751879885792732,-0.129411995410919,0.976748466491699,-0.156732842326164,0.146277561783791,0.987741053104401,0.00722477585077286,0.155933856964111,0.913336575031281,0.163873761892319,-0.37277552485466,0.93505859375,-0.284958213567734,0.210865497589111,0.969683587551117,0.232932060956955,0.0738670080900192,0.648190796375275,-0.283938527107239,-0.70656031370163,0.973339736461639,0.179976373910904,0.142191022634506,0.893619120121002,0.33380526304245,-0.30003160238266,0.964385688304901,0.200295090675354,-0.172749057412148,0.987741053104401,0.00722477585077286,0.155933856964111,0.913336575031281,0.163873761892319,-0.37277552485466,0.964385688304901,0.200295090675354,-0.172749057412148,0.913336575031281,0.163873761892319,-0.37277552485466,0.209670677781105,-0.0242321491241455,-0.977471709251404,0.964385688304901,0.200295090675354,-0.172749057412148,0.209670677781105,-0.0242321491241455,-0.977471709251404,0.0992016643285751,0.00690046884119511,-0.995043516159058,0.0289819799363613,0.00562311988323927,-0.999564170837402,-0.0163156762719154,0.022598821669817,-0.999611437320709,-0.0435533337295055,-0.192051246762276,-0.980418026447296,0.0347888693213463,0.0297594238072634,-0.998951554298401,0.0338177233934402,0.00317129585891962,-0.999423027038574,0.0140799507498741,-0.0369279272854328,-0.999218761920929,
  533. 0.00856781471520662,-0.0162748750299215,-0.999830782413483,0.0344849601387978,-0.00319981388747692,-0.999400198459625,-0.982641160488129,-0.185516342520714,1.67878135926003e-006,-0.96315598487854,-0.268943518400192,3.39627308676427e-006,-0.995092034339905,0.0989529564976692,-7.2071446766131e-007,-0.982641160488129,-0.185516342520714,1.67878135926003e-006,-0.991952478885651,-0.126610577106476,3.58077068085549e-006,-0.97005695104599,-0.242877632379532,5.21072843184811e-006,-0.95572954416275,-0.294246822595596,5.13376835442614e-006,-0.96315598487854,-0.268943518400192,3.39627308676427e-006,-0.997338891029358,0.0729045569896698,-7.29576299818291e-007,-0.991952478885651,-0.126610577106476,3.58077068085549e-006,-0.982641160488129,-0.185516342520714,1.67878135926003e-006,-0.926717877388,0.375757694244385,-2.34145886679471e-006,-0.997338891029358,0.0729045569896698,-7.29576299818291e-007,-0.995092034339905,0.0989529564976692,-7.2071446766131e-007,-0.997338891029358,0.0729045569896698,-7.29576299818291e-007,-0.982641160488129,-0.185516342520714,1.67878135926003e-006,-0.995092034339905,0.0989529564976692,-7.2071446766131e-007,0.0315381959080696,-0.000524207833223045,-0.99950236082077,-0.0169914234429598,0.00449136644601822,-0.999845564365387,-0.0368260219693184,0.0039929305203259,-0.999313771724701,0.0240469798445702,0.000861860171426088,-0.999710500240326,0.0734527483582497,0.00414939830079675,-0.997290074825287,-0.020885294303298,-0.0109759466722608,-0.999721646308899,0.00695668580010533,-0.00967968069016933,-0.999928891658783,0.0667896568775177,-0.00134835252538323,-0.997766137123108,-0.869092702865601,0.494649201631546,-3.12164252136427e-006,-0.926717877388,0.375757694244385,-2.34145886679471e-006,-0.995092034339905,0.0989529564976692,-7.2071446766131e-007,-0.959408640861511,0.282019525766373,-3.44740305990854e-006,-0.997338891029358,0.0729045569896698,-7.29576299818291e-007,-0.926717877388,0.375757694244385,-2.34145886679471e-006,-0.900535225868225,0.434782981872559,-4.95671110911644e-006,-0.959408640861511,0.282019525766373,-3.44740305990854e-006,
  534. -0.926717877388,0.375757694244385,-2.34145886679471e-006,-0.869092702865601,0.494649201631546,-3.12164252136427e-006,-0.860131978988647,0.510071516036987,-4.73432464787038e-006,0.0315381959080696,-0.000524207833223045,-0.99950236082077,0.0344849601387978,-0.00319981388747692,-0.999400198459625,0.00856781471520662,-0.0162748750299215,-0.999830782413483,-0.0169914234429598,0.00449136644601822,-0.999845564365387,0.0289819799363613,0.00562311988323927,-0.999564170837402,0.0240469798445702,0.000861860171426088,-0.999710500240326,-0.0368260219693184,0.0039929305203259,-0.999313771724701,-0.0163156762719154,0.022598821669817,-0.999611437320709,0.00400705169886351,0.00159327825531363,-0.999990701675415,-0.0172748975455761,-0.0162888839840889,-0.999718189239502,-0.0189737621694803,-0.0566929467022419,-0.99821138381958,0.0541323572397232,-0.00393569935113192,-0.998525977134705,-0.0102068651467562,0.00190396304242313,-0.999946117401123,-0.139832511544228,-0.00587737187743187,-0.990157663822174,-0.0425182059407234,-0.156920075416565,-0.98669558763504,0.00781467091292143,0.148682698607445,-0.988854110240936,0.0289819799363613,0.00562311988323927,-0.999564170837402,0.0347888693213463,0.0297594238072634,-0.998951554298401,0.012257082387805,0.010101430118084,-0.999873816967011,0.0102246180176735,0.00461761001497507,-0.999936997890472,-0.0160252191126347,0.0354263409972191,-0.999243855476379,0.0001074781830539,0.0196073483675718,-0.999807834625244,0.00189628347288817,0.00868336204439402,-0.999960482120514,-0.0124903386458755,0.00169936276506633,-0.99992048740387,-0.816299319267273,-0.577629148960114,-1.35299387693522e-006,-0.935591161251068,-0.353085160255432,1.9780239668421e-008,-0.714863955974579,-0.699263632297516,-1.26513464238087e-006,-0.816299319267273,-0.577629148960114,-1.35299387693522e-006,-0.714863955974579,-0.699263632297516,-1.26513464238087e-006,-0.713666081428528,-0.700486063957214,-1.94420022125996e-006,-0.780899345874786,-0.624656856060028,-2.12735994864488e-006,-0.882035195827484,-0.471183389425278,-1.59920966780192e-006,
  535. -0.960645854473114,-0.277775824069977,3.47117201648928e-009,-0.816299319267273,-0.577629148960114,-1.35299387693522e-006,-0.882035195827484,-0.471183389425278,-1.59920966780192e-006,-0.996129095554352,-0.0879021137952805,2.3236518700287e-006,-0.935591161251068,-0.353085160255432,1.9780239668421e-008,-0.960645854473114,-0.277775824069977,3.47117201648928e-009,-0.960645854473114,-0.277775824069977,3.47117201648928e-009,-0.935591161251068,-0.353085160255432,1.9780239668421e-008,-0.816299319267273,-0.577629148960114,-1.35299387693522e-006,-0.0153278904035687,0.00277076149359345,-0.999878644943237,0.00757166743278503,-0.00269712973386049,-0.999967694282532,0.0128979571163654,-0.00140454270876944,-0.999915897846222,-0.00779733480885625,0.00279545807279646,-0.999965667724609,-0.00998145807534456,0.00276365131139755,-0.999946415424347,-0.00293970224447548,0.000267515773884952,-0.999995589256287,0.0448549054563046,0.00687428098171949,-0.998969912528992,0.0782980769872665,0.00184568378608674,-0.996928334236145,0.00552465999498963,-0.000869120354764163,-0.999984443187714,0.0107597839087248,0.00081138766836375,-0.999941825866699,-0.999786198139191,-0.0206796228885651,2.00997942556569e-006,-0.997875452041626,-0.0651506632566452,0,-0.935591161251068,-0.353085160255432,1.9780239668421e-008,-0.996129095554352,-0.0879021137952805,2.3236518700287e-006,-0.999431788921356,-0.0337034687399864,2.0110737750656e-006,-0.999786198139191,-0.0206796228885651,2.00997942556569e-006,-0.996129095554352,-0.0879021137952805,2.3236518700287e-006,-0.99520617723465,-0.0977987721562386,0,-0.999431788921356,-0.0337034687399864,2.0110737750656e-006,-0.996129095554352,-0.0879021137952805,2.3236518700287e-006,-0.960645854473114,-0.277775824069977,3.47117201648928e-009,-0.0153278904035687,0.00277076149359345,-0.999878644943237,-0.0124903386458755,0.00169936276506633,-0.99992048740387,0.00189628347288817,0.00868336204439402,-0.999960482120514,0.00757166743278503,-0.00269712973386049,-0.999967694282532,-0.00779733480885625,0.00279545807279646,-0.999965667724609,
  536. 0.0128979571163654,-0.00140454270876944,-0.999915897846222,0.0102246180176735,0.00461761001497507,-0.999936997890472,-0.00630442891269922,0.000851100776344538,-0.999979734420776,0.0282531324774027,0.00215941574424505,-0.999598503112793,0.0338177233934402,0.00317129585891962,-0.999423027038574,0.0001074781830539,0.0196073483675718,-0.999807834625244,-0.0328688099980354,0.0089411735534668,-0.999419689178467,0.0347888693213463,0.0297594238072634,-0.998951554298401,0.0734527483582497,0.00414939830079675,-0.997290074825287,0.0448549054563046,0.00687428098171949,-0.998969912528992,0.012257082387805,0.010101430118084,-0.999873816967011,-0.00228591286577284,0.00392971793189645,-0.999989688396454,0.0162292402237654,0.0124060539528728,-0.999791383743286,0.0152129279449582,-0.0357190109789371,-0.999246060848236,-0.00228684418834746,-0.0535415261983871,-0.998562932014465,-0.00223480700515211,-0.00213279016315937,-0.999995231628418,-0.00215432257391512,-0.0511708930134773,-0.998687565326691,-0.00222861743532121,-0.00602447101846337,-0.999979376792908,-0.00217349221929908,-0.0397843085229397,-0.999205946922302,-0.00225803162902594,0.0126610025763512,-0.999917387962341,-0.0114841414615512,-0.0657831355929375,-0.997767806053162,0.0135051999241114,-0.0253626462072134,-0.999587118625641,0.0121351405978203,0.00638623675331473,-0.999906003475189,-0.0116014126688242,-0.00699059339240193,-0.999908208847046,-0.0116552831605077,-0.0200451463460922,-0.999731183052063,-0.0116533068940043,-0.0273342579603195,-0.999558448791504,-0.011646781116724,-0.0433550551533699,-0.998991906642914,-0.0116560440510511,-0.0163699928671122,-0.999798059463501,-0.0284641161561012,-0.000800608715508133,-0.999594449996948,-0.0126322340220213,0.00359581038355827,-0.999913692474365,0.00479246350005269,0.00485689798370004,-0.999976694583893,-0.0279097594320774,0.000388934771763161,-0.999610424041748,-0.0334712453186512,1.7653745487678e-007,-0.999439775943756,-0.0334641225636005,1.76537511720198e-007,-0.99943995475769,-0.0320261307060719,1.76545810859352e-007,-0.999487042427063,
  537. -0.0286593101918697,1.7656385864484e-007,-0.999589145183563,-0.0202946439385414,1.76600025270091e-007,-0.999794006347656,0.0656311810016632,1.76255582573503e-007,-0.99784392118454,-0.90856671333313,0.0805949419736862,-0.409891217947006,-0.706597924232483,0.420478194952011,-0.569137454032898,-0.459662616252899,0.0447113253176212,-0.886967360973358,0.0109961666166782,-0.0125065995380282,-0.999861359596252,-0.0116014126688242,-0.00699059339240193,-0.999908208847046,0.0121351405978203,0.00638623675331473,-0.999906003475189,0.0190249066799879,-0.0020481834653765,-0.99981689453125,-0.00228591286577284,0.00392971793189645,-0.999989688396454,-0.0131328888237476,-0.0126641113311052,-0.999833643436432,0.00762831745669246,-0.00211113062687218,-0.999968647956848,0.0162292402237654,0.0124060539528728,-0.999791383743286,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.972766578197479,-0.156742408871651,-0.170754075050354,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.900857150554657,0.333836168050766,0.277506351470947,-0.969460368156433,0.179976388812065,-0.166599050164223,-0.701444983482361,-0.045355811715126,-0.711279034614563,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.957006752490997,0.282226502895355,0.066978707909584,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.816695928573608,-0.0555054284632206,-0.574392557144165,-0.88603550195694,0.0673670694231987,-0.458696842193604,-0.859402179718018,0.0460804887115955,-0.509219467639923,-0.938363254070282,0.0664834827184677,-0.339196681976318,-0.96616917848587,-0.137372404336929,-0.218279421329498,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.957006752490997,0.282226502895355,0.066978707909584,-0.631988525390625,-0.144837722182274,-0.761322855949402,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.88603550195694,0.0673670694231987,-0.458696842193604,-0.990884244441986,0.0665843933820724,-0.117111079394817,-0.859402179718018,0.0460804887115955,-0.509219467639923,-0.952404499053955,-0.301103293895721,-0.0475660301744938,
  538. -0.900857150554657,0.333836168050766,0.277506351470947,-0.90856671333313,0.0805949419736862,-0.409891217947006,-0.913445949554443,-0.211620539426804,0.347610950469971,-0.990284621715546,-0.0556870326399803,-0.127417877316475,-0.972328305244446,-0.209748446941376,-0.102875925600529,-0.679829001426697,-0.170401513576508,0.71329927444458,-0.417889952659607,-0.0421831831336021,-0.907517731189728,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.735816657543182,0.0869426652789116,-0.671576380729675,-0.899327993392944,0.425753116607666,-0.0997178927063942,-0.912447273731232,-0.00204186514019966,-0.409189194440842,-0.807053208351135,-0.174889788031578,-0.563984632492065,-0.805752456188202,-0.191685527563095,0.560374557971954,-0.866284906864166,-0.0300576612353325,0.498645275831223,-0.990884244441986,0.0665843933820724,-0.117111079394817,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.816695928573608,-0.0555054284632206,-0.574392557144165,-0.459662616252899,0.0447113253176212,-0.886967360973358,-0.972766578197479,-0.156742408871651,-0.170754075050354,-0.978814303874969,0.143192023038864,0.146351188421249,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.969460368156433,0.179976388812065,-0.166599050164223,-0.969460368156433,0.179976388812065,-0.166599050164223,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.701444983482361,-0.045355811715126,-0.711279034614563,-0.706597924232483,0.420478194952011,-0.569137454032898,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.459662616252899,0.0447113253176212,-0.886967360973358,-0.584295988082886,-0.19831857085228,0.786935865879059,-0.967536270618439,0.232873618602753,-0.0982008650898933,-0.665732026100159,-0.283908158540726,0.690070331096649,-0.234124109148979,-0.0242284424602985,0.971904814243317,-0.922390103340149,0.163882538676262,0.34976989030838,-0.384881794452667,0.0348686240613461,0.922307014465332,
  539. -0.93675035238266,0.0212757885456085,-0.349350959062576,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.968403875827789,0.200315698981285,0.148551106452942,-0.991673290729523,-0.0752295404672623,0.104520589113235,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.93675035238266,0.0212757885456085,-0.349350959062576,-0.991673290729523,-0.0752295404672623,0.104520589113235,-0.978814303874969,0.143192023038864,0.146351188421249,-0.972766578197479,-0.156742408871651,-0.170754075050354,-0.631886124610901,-0.192599028348923,0.750750005245209,-0.978814303874969,0.143192023038864,0.146351188421249,-0.991673290729523,-0.0752295404672623,0.104520589113235,-0.979836702346802,-0.0878726840019226,-0.179438665509224,-0.978814303874969,0.143192023038864,0.146351188421249,-0.631886124610901,-0.192599028348923,0.750750005245209,-0.846759438514709,0.0482010021805763,-0.52978777885437,-0.938363254070282,0.0664834827184677,-0.339196681976318,-0.979836702346802,-0.0878726840019226,-0.179438665509224,-0.912164747714996,-0.00945556256920099,-0.409714788198471,-0.846759438514709,0.0482010021805763,-0.52978777885437,-0.551039814949036,-0.0297381486743689,-0.833948910236359,-0.353944718837738,0.0687962621450424,0.93273264169693,-0.967536270618439,0.232873618602753,-0.0982008650898933,-0.584295988082886,-0.19831857085228,0.786935865879059,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.922390103340149,0.163882538676262,0.34976989030838,-0.938363254070282,0.0664834827184677,-0.339196681976318,-0.957006752490997,0.282226502895355,0.066978707909584,-0.978814303874969,0.143192023038864,0.146351188421249,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.957006752490997,0.282226502895355,0.066978707909584,-0.938363254070282,0.0664834827184677,-0.339196681976318,-0.715592622756958,-0.0755704641342163,-0.694417953491211,-0.631988525390625,-0.144837722182274,-0.761322855949402,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.417889952659607,-0.0421831831336021,-0.907517731189728,
  540. -0.969460368156433,0.179976388812065,-0.166599050164223,-0.665732026100159,-0.283908158540726,0.690070331096649,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.715592622756958,-0.0755704641342163,-0.694417953491211,-0.73411226272583,-0.00044172746129334,-0.67902797460556,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.665732026100159,-0.283908158540726,0.690070331096649,-0.952404499053955,-0.301103293895721,-0.0475660301744938,-0.584295988082886,-0.19831857085228,0.786935865879059,-0.900857150554657,0.333836168050766,0.277506351470947,-0.952404499053955,-0.301103293895721,-0.0475660301744938,-0.665732026100159,-0.283908158540726,0.690070331096649,-0.529007315635681,-0.703289806842804,0.474904954433441,-0.827062487602234,-0.29001596570015,0.481516718864441,-0.846512734889984,-0.0458087958395481,0.530394017696381,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.706597924232483,0.420478194952011,-0.569137454032898,-0.701444983482361,-0.045355811715126,-0.711279034614563,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.88603550195694,0.0673670694231987,-0.458696842193604,-0.816695928573608,-0.0555054284632206,-0.574392557144165,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.88603550195694,0.0673670694231987,-0.458696842193604,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.384881794452667,0.0348686240613461,0.922307014465332,-0.922390103340149,0.163882538676262,0.34976989030838,-0.353944718837738,0.0687962621450424,0.93273264169693,-0.715592622756958,-0.0755704641342163,-0.694417953491211,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.631988525390625,-0.144837722182274,-0.761322855949402,-0.846759438514709,0.0482010021805763,-0.52978777885437,-0.96616917848587,-0.137372404336929,-0.218279421329498,-0.938363254070282,0.0664834827184677,-0.339196681976318,-0.978814303874969,0.143192023038864,0.146351188421249,
  541. -0.957006752490997,0.282226502895355,0.066978707909584,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.631988525390625,-0.144837722182274,-0.761322855949402,-0.957006752490997,0.282226502895355,0.066978707909584,-0.972766578197479,-0.156742408871651,-0.170754075050354,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.969460368156433,0.179976388812065,-0.166599050164223,-0.777710616588593,-0.0973371565341949,-0.621040880680084,-0.628666579723358,0.0494070760905743,-0.776103854179382,-0.952404499053955,-0.301103293895721,-0.0475660301744938,-0.913445949554443,-0.211620539426804,0.347610950469971,0.113649748265743,-0.124901421368122,0.985638558864594,0.0134764201939106,-0.0915909186005592,0.995705544948578,-0.943315386772156,-0.0623401328921318,-0.325990408658981,-0.990884244441986,0.0665843933820724,-0.117111079394817,-0.88603550195694,0.0673670694231987,-0.458696842193604,-0.922390103340149,0.163882538676262,0.34976989030838,-0.967536270618439,0.232873618602753,-0.0982008650898933,-0.353944718837738,0.0687962621450424,0.93273264169693,-0.900857150554657,0.333836168050766,0.277506351470947,-0.706597924232483,0.420478194952011,-0.569137454032898,-0.90856671333313,0.0805949419736862,-0.409891217947006,-0.990884244441986,0.0665843933820724,-0.117111079394817,-0.866284906864166,-0.0300576612353325,0.498645275831223,-0.93567556142807,-0.161650583148003,0.313656449317932,-0.735816657543182,0.0869426652789116,-0.671576380729675,-0.96616917848587,-0.137372404336929,-0.218279421329498,-0.846759438514709,0.0482010021805763,-0.52978777885437,-0.912164747714996,-0.00945556256920099,-0.409714788198471,-0.735816657543182,0.0869426652789116,-0.671576380729675,-0.603653430938721,-0.206568509340286,-0.77002090215683,-0.96616917848587,-0.137372404336929,-0.218279421329498,-0.960573613643646,-0.271405726671219,0.0603101588785648,-0.899372220039368,0.432698220014572,0.0624645687639713,-0.940180063247681,0.216031819581985,0.263423085212708,
  542. -0.991673290729523,-0.0752295404672623,0.104520589113235,-0.972766578197479,-0.156742408871651,-0.170754075050354,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.922390103340149,0.163882538676262,0.34976989030838,-0.929488658905029,-0.284895569086075,-0.23427651822567,-0.967536270618439,0.232873618602753,-0.0982008650898933,-0.665732026100159,-0.283908158540726,0.690070331096649,-0.969460368156433,0.179976388812065,-0.166599050164223,-0.900857150554657,0.333836168050766,0.277506351470947,-0.968403875827789,0.200315698981285,0.148551106452942,-0.98353898525238,0.00721969967707992,-0.180551797151566,-0.922390103340149,0.163882538676262,0.34976989030838,-0.968403875827789,0.200315698981285,0.148551106452942,-0.922390103340149,0.163882538676262,0.34976989030838,-0.234124109148979,-0.0242284424602985,0.971904814243317,-0.968403875827789,0.200315698981285,0.148551106452942,-0.234124109148979,-0.0242284424602985,0.971904814243317,-0.124162212014198,0.00690024998039007,0.99223792552948,0.034646563231945,0.00339847640134394,-0.999393880367279,0.0135051999241114,-0.0253626462072134,-0.999587118625641,-0.0114841414615512,-0.0657831355929375,-0.997767806053162,0.0836310461163521,-0.00235122907906771,-0.996494054794312,0.0152129279449582,-0.0357190109789371,-0.999246060848236,-0.0126322340220213,0.00359581038355827,-0.999913692474365,-0.0284641161561012,-0.000800608715508133,-0.999594449996948,-0.00228684418834746,-0.0535415261983871,-0.998562932014465,0.0190249066799879,-0.0020481834653765,-0.99981689453125,0.00762831745669246,-0.00211113062687218,-0.999968647956848,-0.0131328888237476,-0.0126641113311052,-0.999833643436432,0.009714275598526,-0.0129480361938477,-0.999868929386139,-0.023732353001833,-0.0129127418622375,-0.999634981155396,-0.0221321862190962,-0.0129147581756115,-0.999671697616577,0.0156494844704866,-0.0129527859389782,-0.999793589115143,-0.00872015580534935,-0.0129303736612201,-0.999878287315369,-0.0404970087110996,-0.0128896003589034,-0.999096512794495,0.0109961666166782,-0.0125065995380282,-0.999861359596252,
  543. 0.974458813667297,-0.223795279860497,-0.018595028668642,-0.0226613860577345,-0.781176745891571,0.623898386955261,-0.183443501591682,-0.59358549118042,0.783584535121918,0.183477744460106,-0.106166161596775,0.977274119853973,0.233561545610428,-0.0937965139746666,0.967807412147522,0.0904939100146294,-0.258413076400757,0.96178662776947,-0.0281350556761026,-0.00528212124481797,-0.999590218067169,-0.00883733294904232,-0.00542427878826857,-0.999946296215057,-0.010319578461349,-0.035748690366745,-0.999307632446289,0.0151617377996445,0.017172122374177,-0.999737620353699,6.56515185255557e-005,0.0258663240820169,-0.999665439128876,0.0212347432971001,0.000795436615590006,-0.999774277210236,0.0373471565544605,0.000401232420699671,-0.999302268028259,0.901189208030701,0.303785353899002,0.309148162603378,0.635730862617493,0.189511775970459,0.74828577041626,0.549723327159882,0.12367582321167,0.826140701770782,-0.6608065366745,-0.223496988415718,-0.716508090496063,0.0230475012212992,0.651078402996063,-0.75866037607193,0.974458813667297,-0.223795279860497,-0.018595028668642,0.714150428771973,0.0847312808036804,-0.694845139980316,0.415067136287689,0.0705321729183197,-0.907052576541901,0.10452538728714,0.149131640791893,-0.983277380466461,0.713800549507141,0.269703805446625,-0.646334767341614,0.92587149143219,-0.112038992345333,-0.360845357179642,0.704021453857422,0.00488544488325715,-0.710161924362183,0.766634106636047,-0.222736731171608,-0.602213025093079,0.734518706798553,0.123044669628143,-0.667339682579041,0.559911012649536,-0.213573262095451,-0.800553560256958,0.999348044395447,0.0356955900788307,-0.00540566584095359,0.766634106636047,-0.222736731171608,-0.602213025093079,0.759357631206512,0.0190279707312584,-0.650395333766937,0.759357631206512,0.0190279707312584,-0.650395333766937,0.901189208030701,0.303785353899002,0.309148162603378,0.999348044395447,0.0356955900788307,-0.00540566584095359,0.901189208030701,0.303785353899002,0.309148162603378,0.549723327159882,0.12367582321167,0.826140701770782,0.679376065731049,-0.0259522516280413,0.733331084251404,
  544. 0.999348044395447,0.0356955900788307,-0.00540566584095359,0.941156685352325,-0.309187024831772,0.136482715606689,0.901189208030701,0.303785353899002,0.309148162603378,0.759357631206512,0.0190279707312584,-0.650395333766937,0.766634106636047,-0.222736731171608,-0.602213025093079,0.825691103935242,-0.00847679935395718,-0.564058899879456,0.713800549507141,0.269703805446625,-0.646334767341614,0.714150428771973,0.0847312808036804,-0.694845139980316,0.92587149143219,-0.112038992345333,-0.360845357179642,0.415067136287689,0.0705321729183197,-0.907052576541901,0.885944187641144,-0.0231408234685659,-0.463214218616486,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.637123882770538,0.366022527217865,0.678307175636292,0.033817395567894,-0.860167920589447,0.50888854265213,0.560522854328156,0.0877788960933685,0.823473870754242,-0.535212218761444,-0.710641622543335,0.456657826900482,0.72341001033783,0.0276774503290653,-0.689863681793213,0.12622943520546,0.0803198963403702,-0.988744080066681,0.156027749180794,0.0976795628666878,-0.982910931110382,0.183477744460106,-0.106166161596775,0.977274119853973,0.173804953694344,-0.228942185640335,0.957798182964325,0.49290519952774,-0.198473334312439,0.847143948078156,0.246878311038017,0.0206030290573835,0.968827426433563,0.237313196063042,0.172537818551064,0.955988168716431,0.233561545610428,-0.0937965139746666,0.967807412147522,0.183477744460106,-0.106166161596775,0.977274119853973,0.690662741661072,0.0820437967777252,0.718508064746857,0.0230475012212992,0.651078402996063,-0.75866037607193,-0.0860623195767403,0.772508382797241,-0.629145503044128,0.223827242851257,0.712722837924957,0.664776384830475,0.598100423812866,-0.267358183860779,0.755510091781616,0.183477744460106,-0.106166161596775,0.977274119853973,0.49290519952774,-0.198473334312439,0.847143948078156,0.941156685352325,-0.309187024831772,0.136482715606689,0.598100423812866,-0.267358183860779,0.755510091781616,0.901189208030701,0.303785353899002,0.309148162603378,0.941156685352325,-0.309187024831772,0.136482715606689,0.806893110275269,-0.312051355838776,-0.501545190811157,
  545. 0.487145364284515,-0.148768931627274,-0.860556364059448,0.999348044395447,0.0356955900788307,-0.00540566584095359,0.825691103935242,-0.00847679935395718,-0.564058899879456,0.766634106636047,-0.222736731171608,-0.602213025093079,0.72341001033783,0.0276774503290653,-0.689863681793213,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.704021453857422,0.00488544488325715,-0.710161924362183,0.690662741661072,0.0820437967777252,0.718508064746857,0.183477744460106,-0.106166161596775,0.977274119853973,0.598100423812866,-0.267358183860779,0.755510091781616,0.223827242851257,0.712722837924957,0.664776384830475,-0.250904560089111,0.949263334274292,-0.189594760537148,0.961392939090729,-0.129373893141747,-0.242870286107063,0.901189208030701,0.303785353899002,0.309148162603378,0.598100423812866,-0.267358183860779,0.755510091781616,0.635730862617493,0.189511775970459,0.74828577041626,0.329826444387436,0.00531239621341228,-0.944026648998261,0.156027749180794,0.0976795628666878,-0.982910931110382,0.101152166724205,-0.0749361142516136,-0.992044746875763,0.72341001033783,0.0276774503290653,-0.689863681793213,0.156027749180794,0.0976795628666878,-0.982910931110382,0.329826444387436,0.00531239621341228,-0.944026648998261,0.704021453857422,0.00488544488325715,-0.710161924362183,0.12622943520546,0.0803198963403702,-0.988744080066681,0.72341001033783,0.0276774503290653,-0.689863681793213,0.12622943520546,0.0803198963403702,-0.988744080066681,0.704021453857422,0.00488544488325715,-0.710161924362183,0.714150428771973,0.0847312808036804,-0.694845139980316,0.12622943520546,0.0803198963403702,-0.988744080066681,0.714150428771973,0.0847312808036804,-0.694845139980316,0.10452538728714,0.149131640791893,-0.983277380466461,0.726066648960114,-0.074863001704216,0.683536887168884,0.972968697547913,-0.193362638354301,-0.126264631748199,0.34192031621933,-0.559209764003754,-0.755231738090515,0.329826444387436,0.00531239621341228,-0.944026648998261,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.72341001033783,0.0276774503290653,-0.689863681793213,
  546. 0.960698544979095,-0.26665273308754,-0.0771662518382072,0.925820589065552,0.0960395559668541,-0.36555814743042,-0.158073663711548,0.814542829990387,0.558151125907898,0.0531759485602379,-0.788716673851013,-0.612452685832977,0.925820589065552,0.0960395559668541,-0.36555814743042,0.295795470476151,0.413768619298935,-0.860988140106201,0.726066648960114,-0.074863001704216,0.683536887168884,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.972968697547913,-0.193362638354301,-0.126264631748199,0.329826444387436,0.00531239621341228,-0.944026648998261,0.101152166724205,-0.0749361142516136,-0.992044746875763,0.34192031621933,-0.559209764003754,-0.755231738090515,0.972968697547913,-0.193362638354301,-0.126264631748199,0.885944187641144,-0.0231408234685659,-0.463214218616486,0.559911012649536,-0.213573262095451,-0.800553560256958,0.756525933742523,-0.0403663478791714,-0.652716636657715,0.559911012649536,-0.213573262095451,-0.800553560256958,0.713578402996063,0.188409462571144,-0.674764931201935,0.766634106636047,-0.222736731171608,-0.602213025093079,0.885944187641144,-0.0231408234685659,-0.463214218616486,0.756525933742523,-0.0403663478791714,-0.652716636657715,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.487145364284515,-0.148768931627274,-0.860556364059448,0.559911012649536,-0.213573262095451,-0.800553560256958,0.885944187641144,-0.0231408234685659,-0.463214218616486,0.992406904697418,-0.121822826564312,-0.0169624071568251,0.756525933742523,-0.0403663478791714,-0.652716636657715,0.704021453857422,0.00488544488325715,-0.710161924362183,0.704021453857422,0.00488544488325715,-0.710161924362183,0.756525933742523,-0.0403663478791714,-0.652716636657715,0.734518706798553,0.123044669628143,-0.667339682579041,0.961392939090729,-0.129373893141747,-0.242870286107063,-0.250904560089111,0.949263334274292,-0.189594760537148,-0.0787233784794807,0.881569087505341,0.465444505214691,0.679376065731049,-0.0259522516280413,0.733331084251404,0.549723327159882,0.12367582321167,0.826140701770782,0.114554934203625,-0.236572250723839,0.964837193489075,
  547. 0.223827242851257,0.712722837924957,0.664776384830475,-0.0860623195767403,0.772508382797241,-0.629145503044128,-0.207136154174805,0.750272750854492,-0.627841830253601,0.223827242851257,0.712722837924957,0.664776384830475,-0.207136154174805,0.750272750854492,-0.627841830253601,-0.250904560089111,0.949263334274292,-0.189594760537148,0.183477744460106,-0.106166161596775,0.977274119853973,0.0904939100146294,-0.258413076400757,0.96178662776947,0.114554934203625,-0.236572250723839,0.964837193489075,0.216398790478706,-0.371277749538422,0.902953147888184,0.173804953694344,-0.228942185640335,0.957798182964325,0.487145364284515,-0.148768931627274,-0.860556364059448,0.806893110275269,-0.312051355838776,-0.501545190811157,0.613069117069244,0.411764919757843,-0.674237251281738,0.559911012649536,-0.213573262095451,-0.800553560256958,0.559911012649536,-0.213573262095451,-0.800553560256958,0.613069117069244,0.411764919757843,-0.674237251281738,0.713578402996063,0.188409462571144,-0.674764931201935,0.759357631206512,0.0190279707312584,-0.650395333766937,0.713578402996063,0.188409462571144,-0.674764931201935,-0.0226613860577345,-0.781176745891571,0.623898386955261,0.941156685352325,-0.309187024831772,0.136482715606689,0.759357631206512,0.0190279707312584,-0.650395333766937,0.766634106636047,-0.222736731171608,-0.602213025093079,0.713578402996063,0.188409462571144,-0.674764931201935,-0.470598429441452,-0.558247566223145,0.683298468589783,0.000175461973412894,-0.55009263753891,0.835103631019592,0.0114600844681263,-0.309560984373093,0.950810551643372,0.704021453857422,0.00488544488325715,-0.710161924362183,0.734518706798553,0.123044669628143,-0.667339682579041,0.713800549507141,0.269703805446625,-0.646334767341614,0.713800549507141,0.269703805446625,-0.646334767341614,0.734518706798553,0.123044669628143,-0.667339682579041,0.766634106636047,-0.222736731171608,-0.602213025093079,0.713800549507141,0.269703805446625,-0.646334767341614,0.825691103935242,-0.00847679935395718,-0.564058899879456,0.92587149143219,-0.112038992345333,-0.360845357179642,
  548. -0.00241855252534151,-0.00404652114957571,-0.999988913536072,0.00043701846152544,-0.00563191529363394,-0.999983966350555,-0.00354699837043881,0.00221015489660203,-0.999991297721863,-0.00765181053429842,0.00593659467995167,-0.999953150749207,0.996267735958099,-0.0733996480703354,-0.0454232543706894,0.998232364654541,-0.0475778467953205,-0.0356170535087585,0.999099254608154,-0.0209357142448425,-0.0369108431041241,0.996160328388214,-0.0749067887663841,-0.0453169383108616,0.997218430042267,-0.0551212094724178,-0.0501718185842037,0.999237060546875,-0.0157840456813574,-0.035723552107811,0.998294055461884,-0.0235829968005419,-0.0534100942313671,0.996759653091431,-0.0556990765035152,-0.0580329075455666,0.996767282485962,-0.0556902065873146,-0.0579118132591248,0.996766746044159,-0.0556908510625362,-0.0579206421971321,0.996778607368469,-0.0556767806410789,-0.0577287003397942,0.999357461929321,-0.013330758549273,0.0332740247249603,0.999747395515442,-0.0041990801692009,0.0220837444067001,0.999937832355499,-0.00201470358297229,-0.0109724681824446,0.999437153339386,-0.0133362244814634,0.0307820402085781,0.999409556388855,-0.0133342873305082,0.0316692478954792,0.999399542808533,-0.0133336009457707,0.0319812409579754,0.999410033226013,-0.0133343208581209,0.0316541418433189,-0.44108784198761,0.0104263201355934,-0.897403359413147,-0.125141352415085,0.0755471587181091,-0.989258468151093,-0.00863852072507143,0.0316349789500237,-0.999462187290192,-0.0451102927327156,0.0718463733792305,0.996395170688629,0.027467992156744,0.0371908657252789,0.99893057346344,-0.605472445487976,0.0891591757535934,0.79085648059845,-0.598770976066589,0.109785474836826,0.793360114097595,0.999379634857178,-0.0133959669619799,0.0325739607214928,0.999381124973297,-0.013283608481288,0.032575000077486,0.999986946582794,-0.00318519701249897,-0.00400784565135837,0.999986290931702,-0.00321560772135854,-0.00415971037000418,0.406378567218781,0.116822265088558,0.906205832958221,0.421586334705353,0.1478271484375,0.894657552242279,0.206442207098007,0.156492918729782,0.965863108634949,
  549. 0.22202955186367,0.082196369767189,0.971569120883942,0.166778266429901,0.141517043113709,0.975785791873932,0.116706445813179,0.133423939347267,0.984163403511047,0.027467992156744,0.0371908657252789,0.99893057346344,-0.0451102927327156,0.0718463733792305,0.996395170688629,0.22202955186367,0.082196369767189,0.971569120883942,0.206442207098007,0.156492918729782,0.965863108634949,0.116706445813179,0.133423939347267,0.984163403511047,0.166778266429901,0.141517043113709,0.975785791873932,-0.00863852072507143,0.0316349789500237,-0.999462187290192,-0.125141352415085,0.0755471587181091,-0.989258468151093,-0.0332887694239616,0.0268846731632948,-0.999084055423737,-0.151833891868591,0.0622085630893707,-0.986446380615234,-0.151833891868591,0.0622085630893707,-0.986446380615234,-0.0332887694239616,0.0268846731632948,-0.999084055423737,-0.00995167624205351,0.0664213374257088,-0.997742056846619,-0.0911455675959587,0.0770127549767494,-0.992855310440063,-0.0911455675959587,0.0770127549767494,-0.992855310440063,-0.00995167624205351,0.0664213374257088,-0.997742056846619,0.165946081280708,-0.0464695282280445,-0.985039353370667,0.149481788277626,-0.00190587667748332,-0.988762617111206,-0.623930096626282,9.92664081422845e-006,-0.781480133533478,-0.125141352415085,0.0755471587181091,-0.989258468151093,-0.44108784198761,0.0104263201355934,-0.897403359413147,0.997751295566559,-0.0449057221412659,0.0497573055326939,0.999320566654205,-0.0193741992115974,0.0313567779958248,0.999304592609406,-0.019638430327177,0.0316943787038326,0.997720837593079,-0.045573566108942,0.0497616790235043,0.997757613658905,-0.0442767255008221,0.0501945912837982,0.999210119247437,-0.0172608681023121,0.03579431027174,0.999743640422821,-0.0140047110617161,0.0177915133535862,0.998615801334381,-0.0442625731229782,0.0284104924649,0.998805701732636,-0.044252548366785,0.020709028467536,0.998232662677765,-0.0442724898457527,0.0396413318812847,0.997785687446594,-0.0442766211926937,0.0496337823569775,0.999770820140839,1.38678633447853e-005,0.0214084908366203,0.999144077301025,-0.0170246139168739,0.0376978144049644,
  550. 0.999697148799896,-0.0138296894729137,0.0203553456813097,0.99977833032608,-4.47131787950639e-006,0.0210545435547829,0.999775171279907,3.23736753671255e-006,0.021203339099884,0.999790072441101,-3.35800177708734e-005,0.0204927362501621,0.999788880348206,-3.05980356642976e-005,0.0205502733588219,-0.387596040964127,-0.0788998827338219,-0.91844654083252,-0.0529710799455643,-0.0279180742800236,-0.998205721378326,0.0532526709139347,-0.0759336724877357,-0.995689809322357,-0.123600207269192,-0.0624283887445927,0.990366339683533,-0.065112791955471,-0.0889129266142845,0.993908882141113,-0.710176110267639,-0.0113178454339504,0.70393306016922,-0.705946683883667,0.00611064909026027,0.708238542079926,0.99977707862854,-0.00721683539450169,0.0198466051369905,0.999776780605316,-0.00724271545186639,0.0198480561375618,0.999506115913391,-0.0251779071986675,0.0188038200139999,0.99950098991394,-0.025435671210289,0.0187303926795721,0.364509165287018,-0.00388487521559,0.931191623210907,0.377857089042664,0.0283081755042076,0.925431072711945,0.140793144702911,0.0260552559047937,0.989696145057678,0.154684334993362,-0.0443703345954418,0.986967086791992,0.0872519388794899,0.0138339083641768,0.996090173721313,0.0407340973615646,0.00186141987796873,0.999168276786804,-0.065112791955471,-0.0889129266142845,0.993908882141113,-0.123600207269192,-0.0624283887445927,0.990366339683533,0.154684334993362,-0.0443703345954418,0.986967086791992,0.140793144702911,0.0260552559047937,0.989696145057678,0.0407340973615646,0.00186141987796873,0.999168276786804,0.0872519388794899,0.0138339083641768,0.996090173721313,0.0532526709139347,-0.0759336724877357,-0.995689809322357,-0.0529710799455643,-0.0279180742800236,-0.998205721378326,0.0256577786058187,-0.0804527625441551,-0.996428072452545,-0.0812255293130875,-0.0408727824687958,-0.995857357978821,-0.0812255293130875,-0.0408727824687958,-0.995857357978821,0.0256577786058187,-0.0804527625441551,-0.996428072452545,0.053535558283329,-0.0439697839319706,-0.997597396373749,-0.0178417526185513,-0.0286687128245831,-0.999429762363434,
  551. -0.0178417526185513,-0.0286687128245831,-0.999429762363434,0.053535558283329,-0.0439697839319706,-0.997597396373749,0.2303107380867,-0.146374017000198,-0.962045550346375,0.217963308095932,-0.105465322732925,-0.970241785049438,-0.591940343379974,-0.0743822455406189,-0.802542150020599,-0.0529710799455643,-0.0279180742800236,-0.998205721378326,-0.387596040964127,-0.0788998827338219,-0.91844654083252,0.999727249145508,0.0169651508331299,0.0160495154559612,0.999693393707275,0.0189448278397322,0.0159466713666916,0.999959170818329,0.0028968951664865,0.00855966005474329,0.999962389469147,0.000700535834766924,0.00863990373909473,0.999968409538269,-0.00121097674127668,0.00784543249756098,0.999533653259277,0.0112818954512477,0.0283767078071833,0.99964827299118,0.0110764736309648,0.0240980312228203,0.999620318412781,0.0111298970878124,0.0252103693783283,0.999399721622467,0.0114885112270713,0.0326840877532959,0.998805463314056,0.0121891424059868,0.0473190769553185,0.997357785701752,0.0133378785103559,0.0714115127921104,0.998587667942047,0.0123966904357076,0.0516630448400974,0.999728381633759,0.001491354778409,0.0232559908181429,-0.152076408267021,-0.100999750196934,-0.983194649219513,-0.0572053901851177,-0.0968986749649048,-0.993648946285248,-0.213261008262634,-0.067382887005806,-0.974668800830841,0.998181164264679,0.0125794475898147,0.0589590817689896,0.996357560157776,0.0137831727042794,0.0841535553336143,0.999202311038971,0.011583874002099,0.0382189825177193,0.999950051307678,0.00982689578086138,0.00182893837336451,0.999734818935394,0.010724188759923,0.0203799791634083,0.999588847160339,0.0110180908814073,0.0264714118093252,0.999472141265869,0.0112119801342487,0.0304940436035395,0.999928593635559,-0.00113168498501182,0.0118986591696739,0.999710142612457,0.00148775579873472,0.0240301657468081,0.925766468048096,0.00633771158754826,-0.378042727708817,0.927598655223846,-0.00244060228578746,-0.373570501804352,0.403026640415192,-0.18207822740078,-0.896893084049225,0.347345441579819,-0.154805511236191,-0.924870908260345,0.999392688274384,0.00300404173322022,0.0347194038331509,
  552. 0.99939239025116,0.000927314977161586,0.0348454751074314,0.999838411808014,-0.0064308918081224,0.0167891047894955,0.999849081039429,-0.00406641187146306,0.0168923549354076,-0.114691361784935,0.101180359721184,0.988235116004944,-0.241820201277733,0.0881069302558899,0.966312646865845,-0.176170974969864,0.0948119312524796,0.97978287935257,-0.108593933284283,0.114853918552399,0.987428963184357,0.976532995700836,0.00717693427577615,0.215248227119446,0.976882576942444,0.0162606760859489,0.213157743215561,0.976532995700836,0.00717693101614714,0.215248227119446,0.976098656654358,-0.00190743815619498,0.217320039868355,0.995691061019897,-0.0197852626442909,-0.0905979722738266,0.995478987693787,-0.029925923794508,-0.0901445895433426,0.995691061019897,-0.0197852626442909,-0.0905979573726654,0.995800375938416,-0.00964256003499031,-0.0910419747233391,0.102529376745224,0.0822668746113777,0.991322219371796,-0.115565843880177,0.0888243690133095,0.989320456981659,0.370545119047165,0.0995393842458725,0.923465311527252,0.394421964883804,0.201185420155525,0.896635770797729,-0.176170974969864,0.0948119312524796,0.97978287935257,-0.241820201277733,0.0881069302558899,0.966312646865845,-0.115565843880177,0.0888243690133095,0.989320456981659,0.102529376745224,0.0822668746113777,0.991322219371796,-0.364376664161682,0.0815449357032776,-0.927674531936646,0.347345441579819,-0.154805511236191,-0.924870908260345,0.403026640415192,-0.18207822740078,-0.896893084049225,-0.302741259336472,0.00436968030408025,-0.953062653541565,-0.472142696380615,-0.0886078774929047,-0.877057552337646,-0.642242074012756,-0.00744702434167266,-0.766465723514557,-0.246421009302139,-0.00873246323317289,-0.969123601913452,-0.266331166028976,0.0125869391486049,-0.963799476623535,0.654388308525085,0.201995089650154,-0.728679597377777,0.587388575077057,0.0662681832909584,-0.806587338447571,-0.266331166028976,0.0125869391486049,-0.963799476623535,-0.246421009302139,-0.00873246323317289,-0.969123601913452,-0.903710305690765,0.0546563826501369,-0.424641698598862,-0.642242074012756,-0.00744702434167266,-0.766465723514557,
  553. -0.472142696380615,-0.0886078774929047,-0.877057552337646,-0.886931002140045,-0.0355769284069538,-0.460529774427414,0.970199823379517,7.51359777950711e-007,-0.242306277155876,0.970199823379517,8.06324180757656e-008,-0.24230620265007,0.587388575077057,0.0662681832909584,-0.806587338447571,0.654388308525085,0.201995089650154,-0.728679597377777,-0.152076408267021,-0.100999750196934,-0.983194649219513,-0.213261008262634,-0.067382887005806,-0.974668800830841,-0.292526692152023,-0.0819563791155815,-0.9527388215065,0.999069333076477,-0.023486603051424,-0.0361774936318398,0.999436438083649,-0.0052390662021935,-0.0331557095050812,0.99975711107254,0.00122298626229167,-0.0220055691897869,0.998347580432892,-0.0234412923455238,-0.0524653866887093,0.996806561946869,-0.0233634542673826,-0.0763592645525932,0.9864302277565,-0.0229690913110971,-0.16256707906723,0.997201681137085,-0.023382069543004,-0.0710074752569199,0.999067783355713,-0.0234864931553602,-0.0362214334309101,-0.369152069091797,0.00125578348524868,0.929368078708649,-0.577481389045715,-0.0393223352730274,0.81545627117157,-0.505879998207092,-0.0148523356765509,0.86247593164444,-0.361878663301468,0.0290513839572668,0.931772530078888,0.998391509056091,-0.0230593234300613,-0.0517944879829884,0.999758005142212,0.00121249642688781,-0.0219665728509426,0.999366104602814,-0.00518378894776106,-0.0352205671370029,0.99907922744751,-0.0231020003557205,-0.0361549183726311,0.997446775436401,-0.0230103954672813,-0.0676050707697868,0.990188658237457,-0.0227220058441162,-0.137877911329269,0.997097253799438,-0.0229937825351954,-0.0725832358002663,0.109529435634613,-0.0146217672154307,-0.993876039981842,0.214526832103729,0.0211694203317165,-0.976488709449768,0.231531202793121,-0.000505338946823031,-0.972827315330505,0.0973205640912056,0.00540102273225784,-0.995238482952118,0.999048590660095,-0.0243717711418867,-0.0361684150993824,0.999693095684052,-0.0083921542391181,-0.0233105197548866,0.99969893693924,0.00765043264254928,-0.023312671110034,0.999046564102173,-0.0244513396173716,-0.0361683592200279,
  554. 0.997712135314941,-0.0416713207960129,-0.0532357059419155,0.999656975269318,-0.0079936608672142,-0.0249390006065369,0.999661862850189,-0.00813123490661383,-0.0247006267309189,0.997700750827789,-0.0419458523392677,-0.0532347001135349,0.317269593477249,0.029908612370491,0.947863578796387,0.271361976861954,-0.0103541743010283,0.962421655654907,0.230701461434364,-0.0958878174424171,0.968288362026215,0.327293962240219,-0.00273869978263974,0.944918632507324,-0.505879998207092,-0.0148523356765509,0.86247593164444,-0.577481389045715,-0.0393223352730274,0.81545627117157,-0.0214180126786232,-0.0534652806818485,0.998340010643005,-0.10799428075552,-0.192577168345451,0.975321114063263,-0.10799428075552,-0.192577168345451,0.975321114063263,-0.0214180126786232,-0.0534652806818485,0.998340010643005,0.317269593477249,0.029908612370491,0.947863578796387,0.26106783747673,0.0207980405539274,0.965096354484558,0.0551914609968662,0.003229727037251,-0.998470544815063,0.0973205640912056,0.00540102273225784,-0.995238482952118,0.231531202793121,-0.000505338946823031,-0.972827315330505,0.165138557553291,0.0375064872205257,-0.985557019710541,0.397967010736465,0.00194030278362334,-0.917397737503052,0.394382834434509,0.00888477358967066,-0.918903291225433,0.214526832103729,0.0211694203317165,-0.976488709449768,0.109529435634613,-0.0146217672154307,-0.993876039981842,0.0551914609968662,0.003229727037251,-0.998470544815063,0.165138557553291,0.0375064872205257,-0.985557019710541,-0.231106579303741,0.000525149051100016,-0.9729283452034,-0.231515035033226,0.00407551880925894,-0.972822785377502,0.26106783747673,0.0207980405539274,0.965096354484558,0.317269593477249,0.029908612370491,0.947863578796387,0.327293962240219,-0.00273869978263974,0.944918632507324,0.999899506568909,-0.0105448728427291,0.00948046706616879,0.999673247337341,0.00416335370391607,-0.0252210013568401,0.999989151954651,-0.00392565876245499,0.00253675016574562,0.999737977981567,-0.0115401381626725,0.0197743978351355,0.999739646911621,-0.0115324221551418,0.0196945611387491,0.999766230583191,-0.0114042162895203,0.0183679144829512,
  555. 0.99981153011322,-0.0111638754606247,0.0158815085887909,-0.180034279823303,-0.173790395259857,0.968186259269714,0.106872200965881,-0.184490159153938,0.977006554603577,0.131036892533302,-0.185276970267296,0.973910570144653,-0.172543078660965,-0.155611023306847,0.972632586956024,0.999553084373474,-0.0124731501564384,0.0271672680974007,0.999957740306854,-0.00444203894585371,0.00804577767848969,0.999696493148804,0.00406794529408216,-0.0242971554398537,0.999840438365936,-0.0111801689490676,0.013928884640336,0.99980890750885,-0.011372814886272,0.0159001350402832,0.999663054943085,-0.0120647195726633,0.0229835025966167,0.999561190605164,-0.0124452840536833,0.0268816966563463,-0.403532683849335,0.0605994388461113,-0.912956237792969,-0.322389841079712,0.00717272842302918,-0.946579873561859,-0.97227531671524,-0.0596029423177242,-0.226115554571152,-0.978206276893616,0.00205117813311517,-0.207625329494476,0.999882519245148,0.0152703085914254,-0.00140976812690496,0.999800801277161,0.011684718541801,-0.0161822941154242,0.999796450138092,0.0117942178621888,-0.0163685139268637,0.999882340431213,0.0152816390618682,-0.00140873272903264,0.999232888221741,0.00647258153185248,-0.0386231020092964,0.999588251113892,-0.0233245491981506,-0.0167122650891542,0.999839544296265,-0.00883143208920956,-0.0155867449939251,0.99923312664032,0.00643187901005149,-0.0386233553290367,-0.69061267375946,0.0133239887654781,-0.72310209274292,-0.193553432822227,0.0754280090332031,-0.978185832500458,-0.632703959941864,0.0506753847002983,-0.772733986377716,-0.69061267375946,0.0133239887654781,-0.72310209274292,-0.632703959941864,0.0506753847002983,-0.772733986377716,-0.333604782819748,0.0874705165624619,-0.938646256923676,-0.383944094181061,0.000587274029385298,-0.923356115818024,0.409422665834427,0.0676595494151115,-0.90983259677887,-0.322389841079712,0.00717272842302918,-0.946579873561859,-0.403532683849335,0.0605994388461113,-0.912956237792969,0.352765679359436,0.1978889554739,-0.914547085762024,0.979966640472412,0.00885078217834234,-0.198965564370155,0.977481663227081,0.0444970801472664,-0.20627549290657,
  556. 0.646696269512177,0.0990200638771057,-0.756292939186096,0.770682990550995,0.142572343349457,-0.621064245700836,0.770682990550995,0.142572343349457,-0.621064245700836,0.646696269512177,0.0990200638771057,-0.756292939186096,-0.193553432822227,0.0754280090332031,-0.978185832500458,-0.117088235914707,0.0198450833559036,-0.992923200130463,0.951576471328735,-0.0777439177036285,0.297419309616089,0.951603293418884,-0.076982818543911,0.29753115773201,0.951576471328735,-0.0777439028024673,0.297419250011444,0.951549053192139,-0.0785049498081207,0.297307193279266,0.131036892533302,-0.185276970267296,0.973910570144653,0.106872200965881,-0.184490159153938,0.977006554603577,0.219781413674355,-0.143254086375237,0.9649738073349,0.182530000805855,-0.18109118938446,0.966379225254059,0.182530000805855,-0.18109118938446,0.966379225254059,0.219781413674355,-0.143254086375237,0.9649738073349,0.0680758357048035,-0.182304754853249,0.980882585048676,0.0648118183016777,-0.190803304314613,0.979486346244812,-0.117088235914707,0.0198450833559036,-0.992923200130463,-0.193553432822227,0.0754280090332031,-0.978185832500458,-0.69061267375946,0.0133239887654781,-0.72310209274292,-0.999366819858551,-0.0246164742857218,-0.0256898012012243,-0.999600768089294,-0.0144029604271054,-0.0243090689182281,-0.999890506267548,-0.00220001256093383,-0.0146303493529558,-0.999383330345154,-0.0246397703886032,-0.0250166170299053,-0.999375641345978,-0.0246288701891899,-0.0253317188471556,-0.999326646327972,-0.0245621874928474,-0.0272571928799152,-0.99929404258728,-0.0245202444493771,-0.0284669604152441,-0.999530375003815,-0.0248861350119114,-0.0178772695362568,-0.999674618244171,-0.0254295244812965,-0.00199537351727486,-0.999543786048889,-0.0249137170612812,-0.0170757677406073,-0.999372839927673,-0.0246247723698616,-0.0254501663148403,0.105454638600349,-0.00156660459470004,-0.994422912597656,0.0859741121530533,0.00404540821909904,-0.996289193630219,0.0962676852941513,-0.0129850804805756,-0.995270788669586,0.107196494936943,-0.00616638641804457,-0.994218826293945,-0.999452888965607,-0.0243753585964441,-0.0223582945764065,
  557. -0.999895572662354,-0.00213224347680807,-0.0142937181517482,-0.99966949224472,-0.0142677798867226,-0.0213901568204165,-0.999439716339111,-0.0243546161800623,-0.0229641180485487,-0.999438166618347,-0.024352390319109,-0.023029051721096,-0.99946004152298,-0.0243868418037891,-0.0220227744430304,-0.999516844749451,-0.0244851037859917,-0.0191488116979599,-0.999485850334167,-0.0244297049939632,-0.0207699500024319,-0.999397873878479,-0.0242924857884645,-0.0247768592089415,-0.999405145645142,-0.0243029315024614,-0.0244723595678806,-0.999432981014252,-0.0243443548679352,-0.0232636202126741,0.0965278819203377,-0.0530442930757999,0.993915796279907,0.030540881678462,0.0640131682157516,0.99748158454895,0.117561466991901,0.0229054652154446,0.992801487445831,0.170831725001335,-0.113717421889305,0.978716015815735,-0.999078392982483,-0.0350689701735973,-0.0247494820505381,-0.999764859676361,-0.0107185877859592,-0.0188481323421001,-0.999762356281281,-0.0108200898393989,-0.0189238935709,-0.999065399169922,-0.0354247614741325,-0.0247663073241711,-0.999802768230438,0.0166597198694944,-0.0108116334304214,-0.999858021736145,0.000954266113694757,-0.016827305778861,-0.999858021736145,0.000983564299531281,-0.0168221592903137,-0.99980103969574,0.0167627707123756,-0.010811610147357,-0.211816146969795,0.116300620138645,-0.970364928245544,-0.22690612077713,0.138957276940346,-0.963952600955963,-0.244996801018715,0.163296043872833,-0.955673158168793,-0.245958492159843,0.165306478738785,-0.955080270767212,-0.246245980262756,-0.0328237675130367,-0.968651473522186,-0.17662687599659,0.017322950065136,-0.984125375747681,-0.394481778144836,0.00125702540390193,-0.918902933597565,-0.348723113536835,-0.00416171923279762,-0.937216579914093,-0.348723113536835,-0.00416171923279762,-0.937216579914093,-0.394481778144836,0.00125702540390193,-0.918902933597565,-0.264302998781204,0.0303257312625647,-0.96396279335022,-0.252122640609741,-0.00135825993493199,-0.967694342136383,0.891490340232849,0.317548304796219,-0.323122262954712,0.881323933601379,0.34470546245575,-0.323181420564651,
  558. 0.675163209438324,0.344874709844589,-0.652086019515991,0.645913600921631,0.438594698905945,-0.624844193458557,0.645913600921631,0.438594698905945,-0.624844193458557,0.675163209438324,0.344874709844589,-0.652086019515991,-0.140679076313972,0.117782257497311,-0.983024299144745,-0.186101421713829,0.132911488413811,-0.973499298095703,0.0962676852941513,-0.0129850804805756,-0.995270788669586,0.0859741121530533,0.00404540821909904,-0.996289193630219,-0.17662687599659,0.017322950065136,-0.984125375747681,-0.246245980262756,-0.0328237675130367,-0.968651473522186,-0.186101421713829,0.132911488413811,-0.973499298095703,-0.140679076313972,0.117782257497311,-0.983024299144745,-0.22690612077713,0.138957276940346,-0.963952600955963,-0.211816146969795,0.116300620138645,-0.970364928245544,0.0965278819203377,-0.0530442930757999,0.993915796279907,0.170831725001335,-0.113717421889305,0.978716015815735,-0.219316452741623,-0.0739178881049156,0.972849607467651,-0.166589796543121,-0.07994195073843,0.982780277729034,-0.218344196677208,0.103924088180065,0.97032243013382,-0.218380868434906,0.103807434439659,0.970326662063599,0.117561466991901,0.0229054652154446,0.992801487445831,0.030540881678462,0.0640131682157516,0.99748158454895,-0.166589796543121,-0.07994195073843,0.982780277729034,-0.219316452741623,-0.0739178881049156,0.972849607467651,0.0179866552352905,-0.213903516530991,0.976689219474792,-0.0177193470299244,-0.182302698493004,0.983082830905914,-0.0177193470299244,-0.182302698493004,0.983082830905914,0.0179866552352905,-0.213903516530991,0.976689219474792,0.389275431632996,-0.33882999420166,0.856538951396942,0.382505506277084,-0.351582407951355,0.854446828365326,0.996549785137177,0.00136699364520609,-0.0829861834645271,0.998572051525116,0.0342394709587097,-0.0410043261945248,0.996900200843811,0.0183327738195658,-0.0765119791030884,0.995669305324554,0.00136341375764459,-0.0929555967450142,0.996737241744995,0.00136779365129769,-0.080702506005764,0.998408615589142,0.00137586379423738,-0.0563785172998905,0.996795833110809,0.00136804673820734,-0.0799754187464714,
  559. 0.995765209197998,0.00136379094328731,-0.0919232591986656,-0.448235273361206,-0.00130257941782475,-0.893914699554443,-0.647510468959808,0.0408915691077709,-0.760958671569824,-0.57724940776825,0.0162376947700977,-0.816406428813934,-0.440451860427856,-0.0303429011255503,-0.89726334810257,0.995684742927551,-0.00134732376318425,-0.0927916094660759,0.99693763256073,0.0172594990581274,-0.076271615922451,0.998551487922668,0.0346962101757526,-0.0411222875118256,0.996674239635468,-0.00135132484138012,-0.0814787819981575,0.995869278907776,-0.00134804495610297,-0.0907888188958168,0.995713353157043,-0.00134743517264724,-0.0924835279583931,0.995651960372925,-0.00134719663765281,-0.0931425467133522,0.207503095269203,0.0145236141979694,0.978126525878906,0.312046855688095,-0.0227591190487146,0.949793994426727,0.332239538431168,0.000630010094027966,0.94319486618042,0.192734450101852,-0.00652602547779679,0.981229245662689,0.997340679168701,-0.00133215275127441,-0.0728681087493896,0.997617125511169,0.034413605928421,-0.0597961433231831,0.997572243213654,0.0344804190099239,-0.0605043210089207,0.997341454029083,3.08186577058223e-006,-0.072870709002018,0.998013734817505,0.0608064644038677,-0.0164676439017057,0.997799575328827,0.029584638774395,-0.0593370050191879,0.997718513011932,0.0294498372823,-0.0607497990131378,0.998115301132202,0.0591177344322205,-0.0164630934596062,0.220350131392479,-0.0330461524426937,-0.974861025810242,0.182308942079544,0.0105754137039185,-0.983184456825256,0.137724816799164,0.0984781235456467,-0.985562741756439,0.239152327179909,0.00244226539507508,-0.970978975296021,-0.57724940776825,0.0162376947700977,-0.816406428813934,-0.647510468959808,0.0408915691077709,-0.760958671569824,-0.0991488620638847,0.0661290735006332,-0.992872774600983,-0.182705372571945,0.207476824522018,-0.961026549339294,-0.182705372571945,0.207476824522018,-0.961026549339294,-0.0991488620638847,0.0661290735006332,-0.992872774600983,0.220350131392479,-0.0330461524426937,-0.974861025810242,0.147011816501617,-0.0231978055089712,-0.988862633705139,
  560. 0.149634882807732,-0.00434709154069424,0.988731741905212,0.192734450101852,-0.00652602547779679,0.981229245662689,0.332239538431168,0.000630010094027966,0.94319486618042,0.261498153209686,-0.0421123243868351,0.964284896850586,0.501337647438049,-0.00207975110970438,0.865249276161194,0.497553884983063,-0.00950630847364664,0.867380976676941,0.312046855688095,-0.0227591190487146,0.949793994426727,0.207503095269203,0.0145236141979694,0.978126525878906,0.149634882807732,-0.00434709154069424,0.988731741905212,0.261498153209686,-0.0421123243868351,0.964284896850586,-0.159794524312019,-0.000583097629714757,0.987150192260742,-0.160284087061882,-0.00456184893846512,0.987060487270355,0.147011816501617,-0.0231978055089712,-0.988862633705139,0.220350131392479,-0.0330461524426937,-0.974861025810242,0.239152327179909,0.00244226539507508,-0.970978975296021,0.999951481819153,0.00985762663185596,0.000215533771552145,0.999755144119263,0.0221113320440054,-0.000856177706737071,0.999658048152924,0.0256731770932674,-0.00497746467590332,0.999951481819153,0.00985761266201735,0.000195776083273813,0.999951303005219,0.00985775142908096,0.000405677303206176,0.999951004981995,0.00985807273536921,0.000897885882295668,0.999951303005219,0.00985775515437126,0.000413266447139904,0.999951481819153,0.00985762197524309,0.000208958896109834,-0.399520754814148,0.00133304658811539,0.916723191738129,-0.606710076332092,-0.0408841371536255,0.793871104717255,-0.532711505889893,-0.0163047648966312,0.846139788627625,-0.391434639692307,0.0306661576032639,0.919694781303406,0.999952554702759,0.00974184088408947,0.000196559107280336,0.999588131904602,0.0250617489218712,-0.0139856757596135,0.999765276908875,0.0214111637324095,-0.00331031414680183,0.999952614307404,0.00974185392260551,0.000215010819374584,0.999952435493469,0.00974198523908854,0.000422259559854865,0.99995219707489,0.00974226091057062,0.000846771930810064,0.999952435493469,0.00974198151379824,0.000413983943872154,0.138765469193459,0.113706856966019,-0.983775913715363,0.245733723044395,0.146660715341568,-0.958178281784058,
  561. 0.266466319561005,0.122280992567539,-0.956055998802185,0.123733513057232,0.135130539536476,-0.983071625232697,0.999945819377899,0.0104097966104746,0.000217810142203234,0.999930500984192,0.0110288700088859,-0.00417722295969725,0.999917984008789,0.0113526079803705,-0.00594545947387815,0.999945938587189,0.0103983758017421,0.000217810651520267,0.997125864028931,0.0750571042299271,-0.0103190867230296,0.999646663665771,0.0262785274535418,-0.00399724021553993,0.99869441986084,0.0508023910224438,-0.00533871632069349,0.997032225131989,0.0763018876314163,-0.0102334152907133,0.277037292718887,0.0333501063287258,0.960280239582062,0.239059925079346,-0.0107565140351653,0.970945179462433,0.193856775760651,-0.099616251885891,0.975959122180939,0.295425534248352,-0.00249614892527461,0.955362498760223,-0.532711505889893,-0.0163047648966312,0.846139788627625,-0.606710076332092,-0.0408841371536255,0.793871104717255,-0.0433989763259888,-0.0669021308422089,0.996815204620361,-0.129965513944626,-0.209542706608772,0.969123780727386,-0.129965513944626,-0.209542706608772,0.969123780727386,-0.0433989763259888,-0.0669021308422089,0.996815204620361,0.277037292718887,0.0333501063287258,0.960280239582062,0.20408770442009,0.0234518516808748,0.978671610355377,0.0800158679485321,0.134194940328598,-0.987719178199768,0.123733513057232,0.135130539536476,-0.983071625232697,0.266466319561005,0.122280992567539,-0.956055998802185,0.19433356821537,0.168387800455093,-0.966374695301056,0.441364586353302,0.113811500370502,-0.89008104801178,0.437501758337021,0.121516220271587,-0.890969157218933,0.245733723044395,0.146660715341568,-0.958178281784058,0.138765469193459,0.113706856966019,-0.983775913715363,0.0800158679485321,0.134194940328598,-0.987719178199768,0.19433356821537,0.168387800455093,-0.966374695301056,-0.230729818344116,0.131514921784401,-0.964089095592499,-0.231165170669556,0.135498031973839,-0.963432908058167,0.20408770442009,0.0234518516808748,0.978671610355377,0.277037292718887,0.0333501063287258,0.960280239582062,0.295425534248352,-0.00249614892527461,0.955362498760223,
  562. 0.999485969543457,0.0320006720721722,-0.00198435946367681,0.999937057495117,0.00869014672935009,-0.00709636462852359,0.999988734722137,0.00151063059456646,0.00452039204537869,0.999443590641022,0.0320297218859196,-0.00931396801024675,0.999485731124878,0.0320011377334595,-0.0020991014316678,0.999486744403839,0.0319988578557968,-0.00154227355960757,0.999487280845642,0.0319973006844521,-0.0011624947655946,0.999484598636627,0.0320029780268669,-0.00255254772491753,0.999483942985535,0.0320038720965385,-0.00277200900018215,0.999485850334167,0.0320007055997849,-0.00199505477212369,0.999485731124878,0.0320009589195251,-0.00205700797960162,-0.986588180065155,-0.157297685742378,-0.043603528290987,-0.045808270573616,0.0302587673068047,-0.998491883277893,-0.0481504984200001,0.0359146930277348,-0.99819427728653,-0.856870830059052,-0.514515101909637,-0.0323550403118134,0.999389171600342,0.0316146612167358,-0.0148986428976059,0.997845888137817,0.000424102559918538,0.0656008422374725,0.99989128112793,0.00838702358305454,-0.0121329119428992,0.999470770359039,0.0315867476165295,-0.00778764532878995,0.999470949172974,0.0315866507589817,-0.00776377692818642,0.999468326568604,0.0315879620611668,-0.00808843038976192,0.999460458755493,0.0315915942192078,-0.00899450667202473,0.999465227127075,0.0315894149243832,-0.00845126900821924,0.999475479125977,0.0315842404961586,-0.00716777937486768,0.999474704265594,0.031584594398737,-0.00725683849304914,0.999471664428711,0.0315862372517586,-0.00766083970665932,-0.110522337257862,-0.0710397958755493,0.991331458091736,-0.0189199764281511,-0.142414957284927,0.989626109600067,-0.0987388268113136,-0.11497275531292,0.988449215888977,-0.203242957592011,-0.0305908937007189,0.978650391101837,0.999554753303528,0.0296082366257906,-0.00369690894149244,0.99975460767746,0.0109433960169554,-0.019262945279479,0.999757826328278,0.0111196683719754,-0.0189892388880253,0.999545216560364,0.0299298092722893,-0.00369661999866366,0.999549150466919,-0.0245358720421791,0.0173124391585588,0.999998092651367,0.00148494867607951,0.00125362724065781,
  563. 0.999998033046722,0.00158457341603935,0.00116090138908476,0.999547004699707,-0.0246257111430168,0.0173078589141369,0.241218462586403,-0.840128779411316,-0.485795557498932,0.224059522151947,-0.727462112903595,-0.648533821105957,0.223692506551743,-0.820347249507904,-0.526300370693207,0.222181349992752,-0.799934327602386,-0.557441115379334,0.119225166738033,0.030865291133523,-0.992387413978577,0.0979055464267731,-0.0788435190916061,-0.992067694664001,0.203796699643135,-0.00841629318892956,-0.978977024555206,0.18586565554142,0.0236893612891436,-0.982289552688599,0.18586565554142,0.0236893612891436,-0.982289552688599,0.203796699643135,-0.00841629318892956,-0.978977024555206,0.138469323515892,-0.0392539650201797,-0.989588499069214,0.134526655077934,-0.0142221003770828,-0.990807890892029,-0.845067381858826,0.0898007228970528,-0.527064681053162,-0.841827213764191,0.00520973233506083,-0.539721965789795,-0.578755974769592,-0.00243606953881681,-0.815497159957886,-0.560893654823303,0.0946833342313766,-0.822455704212189,0.491915017366409,0.224918931722641,0.841089189052582,0.600036323070526,-0.184088706970215,0.77850353717804,-0.0479469038546085,0.00910603627562523,0.99880838394165,0.193373575806618,-0.546068251132965,-0.815117239952087,-0.0481504984200001,0.0359146930277348,-0.99819427728653,-0.045808270573616,0.0302587673068047,-0.998491883277893,0.0979055464267731,-0.0788435190916061,-0.992067694664001,0.119225166738033,0.030865291133523,-0.992387413978577,0.193373575806618,-0.546068251132965,-0.815117239952087,0.110533155500889,-0.265326380729675,-0.957801818847656,0.224059522151947,-0.727462112903595,-0.648533821105957,0.241218462586403,-0.840128779411316,-0.485795557498932,-0.110522337257862,-0.0710397958755493,0.991331458091736,-0.203242957592011,-0.0305908937007189,0.978650391101837,0.195329159498215,-0.088656023144722,0.976722359657288,0.150274693965912,-0.126966953277588,0.980457425117493,0.253232926130295,-0.272343158721924,0.928279221057892,0.252783954143524,-0.273557811975479,0.928044497966766,-0.0987388268113136,-0.11497275531292,0.988449215888977,
  564. -0.0189199764281511,-0.142414957284927,0.989626109600067,0.150274693965912,-0.126966953277588,0.980457425117493,0.195329159498215,-0.088656023144722,0.976722359657288,-0.064746655523777,0.101860865950584,0.992689490318298,-0.0149790802970529,0.0786858424544334,0.996787011623383,-0.0149790802970529,0.0786858424544334,0.996787011623383,-0.064746655523777,0.101860865950584,0.992689490318298,-0.437576949596405,0.247505694627762,0.864446401596069,-0.437097728252411,0.248385459184647,0.864436507225037,0.999216914176941,0.0388508029282093,0.00749710667878389,0.999811053276062,0.0106457388028502,0.0162608008831739,0.999811351299286,0.0107731111347675,0.0161601230502129,0.999188899993896,0.0395648963749409,0.00749422330409288,0.998608529567719,0.0397278741002083,0.0346817076206207,0.999805629253387,0.00343199982307851,0.0194140058010817,0.998546600341797,0.0164565090090036,0.0513210743665695,0.996563971042633,0.040038950741291,0.0725061297416687,0.996653854846954,0.0400296561419964,0.0712661743164063,0.996650993824005,0.0400299429893494,0.0713052451610565,0.996783971786499,0.0400157831609249,0.0694309175014496,0.999700307846069,-0.0183481723070145,0.0162077397108078,0.999909043312073,0.00335660926066339,0.0130560677498579,0.999029099941254,0.0160354319959879,0.0410321205854416,0.999699413776398,-0.0183483827859163,0.0162602439522743,0.999700307846069,-0.0183481760323048,0.0162087753415108,0.999700427055359,-0.0183481499552727,0.0162020698189735,0.999700367450714,-0.0183481574058533,0.0162038542330265,-0.355456531047821,-0.00801349617540836,0.934658527374268,-0.0888042747974396,-0.0481605269014835,0.994884133338928,-0.00877626147121191,-0.017860759049654,0.999801933765411,-0.0561542436480522,0.039860688149929,-0.997626125812531,0.00482950964942575,0.0595603324472904,-0.998213052749634,-0.571867525577545,0.0100504020228982,-0.820284426212311,-0.568001985549927,-0.0051407334394753,-0.823011159896851,0.999488472938538,-0.0174429602921009,0.026806715875864,0.999530553817749,-0.014839137904346,0.0268079247325659,0.998697698116302,0.012645854614675,0.0494259931147099,
  565. 0.998702943325043,0.010595478117466,0.0497992932796478,0.317513555288315,0.0251491088420153,-0.947920203208923,0.325651854276657,0.00243312353268266,-0.945486664772034,0.140576481819153,-0.0111215244978666,-0.990007340908051,0.174269825220108,0.00560048827901483,-0.984681963920593,0.107151485979557,-0.00871917326003313,-0.994204521179199,0.0719762668013573,-0.00134939234703779,-0.997405469417572,0.00482950964942575,0.0595603324472904,-0.998213052749634,-0.0561542436480522,0.039860688149929,-0.997626125812531,0.174269825220108,0.00560048827901483,-0.984681963920593,0.140576481819153,-0.0111215244978666,-0.990007340908051,0.0719762668013573,-0.00134939234703779,-0.997405469417572,0.107151485979557,-0.00871917326003313,-0.994204521179199,-0.00877626147121191,-0.017860759049654,0.999801933765411,-0.0888042747974396,-0.0481605269014835,0.994884133338928,-0.0303243417292833,-0.0149328326806426,0.999428510665894,-0.111220337450504,-0.0397789627313614,0.992999315261841,-0.111220337450504,-0.0397789627313614,0.992999315261841,-0.0303243417292833,-0.0149328326806426,0.999428510665894,-0.0043546506203711,-0.0389480963349342,0.999231815338135,-0.0651454254984856,-0.0467480905354023,0.996780157089233,-0.0651454254984856,-0.0467480905354023,0.996780157089233,-0.0043546506203711,-0.0389480963349342,0.999231815338135,0.122409671545029,0.027212992310524,0.99210661649704,0.115578807890415,0.000936545780859888,0.993297874927521,-0.539837658405304,-1.41267755680019e-005,0.841769158840179,-0.0888042747974396,-0.0481605269014835,0.994884133338928,-0.355456531047821,-0.00801349617540836,0.934658527374268,0.999564707279205,-0.000866259913891554,-0.0294906497001648,0.999869525432587,-0.00386320264078677,-0.0156826041638851,0.99896627664566,-0.0445402711629868,-0.00909681059420109,0.998955845832825,-0.0445374846458435,-0.0101889884099364,0.998962879180908,-0.0445393435657024,-0.00945971254259348,0.998944044113159,-0.0445346049964428,-0.0112978210672736,0.998426735401154,-0.0444630049169064,-0.0341628454625607,0.999863862991333,-0.00378081877715886,-0.0160581637173891,
  566. 0.999568045139313,-0.0008492058259435,-0.0293789580464363,0.998502194881439,-0.0429961532354355,-0.0338343717157841,0.999003171920776,-0.0430272556841373,-0.0118930684402585,0.999020934104919,-0.043028712272644,-0.0102886958047748,0.999013602733612,-0.0430280975997448,-0.0109784081578255,0.999017417430878,-0.0430284142494202,-0.0106287067756057,0.999883592128754,-0.0127229318022728,-0.00842594914138317,0.999892175197601,-0.0120191117748618,-0.00843668077141047,0.998876333236694,-0.046353492885828,-0.00987990293651819,0.998810172080994,-0.0477555580437183,-0.00989100802689791,0.999661862850189,-0.00813123490661383,-0.0247006267309189,0.999656975269318,-0.0079936608672142,-0.0249390006065369,0.999432861804962,-0.0067040235735476,-0.0329978987574577,0.999410927295685,0.00963232200592756,-0.0329397916793823,0.99975711107254,0.00122298626229167,-0.0220055691897869,0.999436438083649,-0.0052390662021935,-0.0331557095050812,0.999869525432587,-0.00386320264078677,-0.0156826041638851,0.999564707279205,-0.000866259913891554,-0.0294906497001648,0.999366104602814,-0.00518378894776106,-0.0352205671370029,0.999758005142212,0.00121249642688781,-0.0219665728509426,0.999568045139313,-0.0008492058259435,-0.0293789580464363,0.999863862991333,-0.00378081877715886,-0.0160581637173891,0.99969893693924,0.00765043264254928,-0.023312671110034,0.999693095684052,-0.0083921542391181,-0.0233105197548866,0.999892175197601,-0.0120191117748618,-0.00843668077141047,0.999883592128754,-0.0127229318022728,-0.00842594914138317,0.999410927295685,0.00963232200592756,-0.0329397916793823,0.999432861804962,-0.0067040235735476,-0.0329978987574577,0.998354375362396,-0.0229651927947998,-0.0525485239923,0.998352646827698,-0.0230358019471169,-0.0525485277175903,0.999811351299286,0.0107731111347675,0.0161601230502129,0.999811053276062,0.0106457388028502,0.0162608008831739,0.999481797218323,-0.0178202036768198,0.0268053114414215,0.999473571777344,-0.0182791296392679,0.0268050879240036,0.998546600341797,0.0164565090090036,0.0513210743665695,0.999805629253387,0.00343199982307851,0.0194140058010817,
  567. 0.99956738948822,-0.0187661852687597,0.0226505324244499,0.99956750869751,-0.0187661591917276,0.0226442497223616,0.99956750869751,-0.0187661536037922,0.0226428247988224,0.999567270278931,-0.0187661871314049,0.0226525478065014,0.999564409255981,-0.0187666583806276,0.0227812528610229,0.999029099941254,0.0160354319959879,0.0410321205854416,0.999909043312073,0.00335660926066339,0.0130560677498579,0.998818337917328,0.0386605598032475,0.0294483508914709,0.997241139411926,0.0389297679066658,0.0632037073373795,0.998066961765289,0.0388181619346142,0.0485339909791946,0.999129772186279,0.0385406278073788,0.0159488283097744,0.998432099819183,0.0387526713311672,0.0403952822089195,0.998702943325043,0.010595478117466,0.0497992932796478,0.998697698116302,0.012645854614675,0.0494259931147099,0.996230125427246,0.0441863350570202,0.0746534690260887,0.996295809745789,0.0427006296813488,0.074642539024353,0.999685347080231,0.0242733266204596,0.00632854923605919,0.99997079372406,0.00397881818935275,0.00653202086687088,0.998559176921844,0.0464168004691601,0.0269296057522297,0.998610854148865,0.0452982820570469,0.0269190818071365,0.999678671360016,0.00320778810419142,0.0251438226550817,0.999942362308502,0.00959580950438976,0.00481767812743783,0.998781085014343,0.0484708696603775,0.00932119507342577,0.998764872550964,0.048456959426403,0.010992937721312,0.998766362667084,0.0484581664204597,0.0108475536108017,0.998770952224731,0.0484618879854679,0.0104027930647135,0.998820424079895,0.0485342666506767,0.00149132858496159,0.998807013034821,0.0485838800668716,-0.00491057289764285,0.99847799539566,0.0483205653727055,0.0265861228108406,0.999893248081207,0.0110563961789012,0.00954709853976965,0.999574065208435,0.00443634018301964,0.0288451444357634,0.998345017433167,0.0497627258300781,0.0288233999162912,0.998736023902893,0.050090953707695,-0.00414201291278005,0.99873960018158,0.0500832907855511,-0.00330593413673341,0.998649597167969,0.0499129146337509,0.0144104063510895,0.998632371425629,0.0499009527266026,0.0155969597399235,0.998501300811768,0.049828514456749,0.0226326156407595,
  568. 0.998618841171265,0.0498920902609825,0.0164718441665173,0.99997353553772,0.00441345665603876,-0.00578179862350225,0.999719679355621,0.0229174494743347,-0.00594132021069527,0.999081492424011,0.0418063811957836,0.00940459594130516,0.998996376991272,0.0437945798039436,0.00940330699086189,0.999962389469147,0.000700535834766924,0.00863990373909473,0.999959170818329,0.0028968951664865,0.00855966005474329,0.99997079372406,0.00397881818935275,0.00653202086687088,0.999685347080231,0.0242733266204596,0.00632854923605919,0.999968409538269,-0.00121097674127668,0.00784543249756098,0.999728381633759,0.001491354778409,0.0232559908181429,0.999942362308502,0.00959580950438976,0.00481767812743783,0.999678671360016,0.00320778810419142,0.0251438226550817,0.999710142612457,0.00148775579873472,0.0240301657468081,0.999928593635559,-0.00113168498501182,0.0118986591696739,0.999574065208435,0.00443634018301964,0.0288451444357634,0.999893248081207,0.0110563961789012,0.00954709853976965,0.999849081039429,-0.00406641187146306,0.0168923549354076,0.999838411808014,-0.0064308918081224,0.0167891047894955,0.999719679355621,0.0229174494743347,-0.00594132021069527,0.99997353553772,0.00441345665603876,-0.00578179862350225,0.999989986419678,-0.0034980233758688,0.00279081077314913,0.999989926815033,-0.00342236924916506,0.0029181782156229,0.999326944351196,-0.0135995885357261,0.0340699143707752,0.999324202537537,-0.0138066373765469,0.0340664461255074,0.999939799308777,-0.00196486921049654,-0.0108012314885855,0.999741494655609,-0.00419718446210027,0.0223471820354462,0.9992995262146,-0.0135504892095923,0.0348829925060272,0.999350368976593,-0.0135533669963479,0.0333960242569447,0.999345660209656,-0.0135530987754464,0.0335349515080452,0.999448001384735,-0.013559203594923,0.0303296372294426,0.999480128288269,-0.0135612301528454,0.029249832034111,0.999937832355499,-0.00201470358297229,-0.0109724681824446,0.999747395515442,-0.0041990801692009,0.0220837444067001,0.999143302440643,-0.0158338621258736,-0.0382369197905064,0.998030245304108,-0.0234283674508333,-0.0581957772374153,
  569. 0.999986290931702,-0.00321560772135854,-0.00415971037000418,0.999986946582794,-0.00318519701249897,-0.00400784565135837,0.998522877693176,-0.0212696772068739,-0.0499955490231514,0.998693227767944,-0.00741806719452143,-0.0505640506744385,0.999099254608154,-0.0209357142448425,-0.0369108431041241,0.998232364654541,-0.0475778467953205,-0.0356170535087585,0.999989926815033,-0.00342236924916506,0.0029181782156229,0.999989986419678,-0.0034980233758688,0.00279081077314913,0.998294055461884,-0.0235829968005419,-0.0534100942313671,0.999237060546875,-0.0157840456813574,-0.035723552107811,0.999741494655609,-0.00419718446210027,0.0223471820354462,0.999939799308777,-0.00196486921049654,-0.0108012314885855,0.998030245304108,-0.0234283674508333,-0.0581957772374153,0.999143302440643,-0.0158338621258736,-0.0382369197905064,0.996852695941925,-0.0542218536138535,-0.0578347966074944,0.996358454227448,-0.0547602847218513,-0.0653544738888741,0.996635794639587,-0.054466187953949,-0.0612422861158848,0.997185170650482,-0.0538169480860233,-0.0522059984505177,0.996780633926392,-0.0543045587837696,-0.0589872449636459,0.998693227767944,-0.00741806719452143,-0.0505640506744385,0.998522877693176,-0.0212696772068739,-0.0499955490231514,0.997369706630707,-0.0349865630269051,-0.0634791478514671,0.997351288795471,-0.0355745404958725,-0.063442587852478,0.997602164745331,-0.000538055144716054,-0.0692076161503792,0.999469637870789,7.92209393694066e-005,-0.0325667783617973,0.997833132743835,0.00102407985832542,-0.0657876878976822,0.996228814125061,5.48672724107746e-005,-0.0867658257484436,0.996303260326386,9.45842621149495e-005,-0.0859069526195526,0.996935963630676,0.000449830084107816,-0.0782217606902123,0.996721804141998,0.000325794128002599,-0.0809056833386421,0.996698558330536,0.000312629214022309,-0.0811904892325401,0.999477028846741,0.00399178452789783,-0.0320911854505539,0.997502446174622,0.00286904349923134,-0.070572629570961,0.99834668636322,0.00278283376246691,-0.0574135966598988,0.999392569065094,0.00382572179660201,-0.0346384011209011,0.997985482215881,0.00250855553895235,-0.063393235206604,
  570. 0.995296895503998,0.000969572400208563,-0.0968664884567261,0.995202660560608,0.000925145403016359,-0.0978307947516441,0.997870743274689,0.00242664222605526,-0.0651782304048538,0.999467015266418,0.00209558825008571,-0.0325780361890793,0.99946141242981,0.00457663042470813,-0.0324976928532124,0.998798131942749,0.00607532169669867,-0.0486354641616344,0.998809576034546,0.00455898651853204,-0.0485662706196308,0.999462187290192,-0.00271431053988636,-0.0326799564063549,0.999471426010132,-0.000272780103841797,-0.0325103849172592,0.999877512454987,0.00308483582921326,-0.0153456991538405,0.999883413314819,-0.000334069482050836,-0.0152726927772164,0.999988734722137,0.00151063059456646,0.00452039204537869,0.999937057495117,0.00869014672935009,-0.00709636462852359,0.999693274497986,-0.019515024498105,-0.0152468094602227,0.999367713928223,-0.0201722923666239,0.0292797461152077,0.999407112598419,-0.0201527308672667,0.0279158521443605,0.999778628349304,-0.0198480915278196,0.00698530348017812,0.999739408493042,-0.0199097376316786,0.0111729428172112,0.999733090400696,-0.0199176780879498,0.0117138549685478,0.99989128112793,0.00838702358305454,-0.0121329119428992,0.997845888137817,0.000424102559918538,0.0656008422374725,0.999726414680481,-0.0195869784802198,-0.0127768740057945,0.999059200286865,-0.0191700551658869,-0.0389027111232281,0.999781310558319,-0.0196760166436434,-0.00708514219149947,0.97633308172226,-0.0226451735943556,0.215083286166191,0.975912868976593,-0.0226661693304777,0.216979935765266,0.999721586704254,-0.0195809789001942,-0.0131586156785488,0.999757826328278,0.0111196683719754,-0.0189892388880253,0.99975460767746,0.0109433960169554,-0.019262945279479,0.999380528926849,-0.00801821891218424,-0.0342682898044586,0.999380111694336,-0.00806711707264185,-0.0342709608376026,0.999998033046722,0.00158457341603935,0.00116090138908476,0.999998092651367,0.00148494867607951,0.00125362724065781,0.998714447021484,0.0269318297505379,0.0429440103471279,0.999068975448608,0.0272655561566353,0.033435583114624,0.999304592609406,-0.019638430327177,0.0316943787038326,
  571. 0.999320566654205,-0.0193741992115974,0.0313567779958248,0.999788284301758,0.00695682503283024,0.019364720210433,0.999787449836731,0.00710985157638788,0.0193556156009436,0.999743640422821,-0.0140047110617161,0.0177915133535862,0.999210119247437,-0.0172608681023121,0.03579431027174,0.999825596809387,-4.18001109210309e-005,0.0186797939240932,0.999834001064301,-6.57664932077751e-005,0.0182216111570597,0.999630272388458,0.000403251207899302,0.0271870866417885,0.998916804790497,0.00141438213177025,0.0465098842978477,0.999481379985809,0.00066542491549626,0.0321979597210884,0.999697148799896,-0.0138296894729137,0.0203553456813097,0.999144077301025,-0.0170246139168739,0.0376978144049644,0.997833728790283,-0.0435020066797733,0.0493497774004936,0.99784517288208,-0.0435018576681614,0.0491194985806942,0.997841238975525,-0.043501902371645,0.0491988137364388,0.99793541431427,-0.0435004979372025,0.0472526550292969,0.998596131801605,-0.04348124563694,0.0302542634308338,0.99950098991394,-0.025435671210289,0.0187303926795721,0.999506115913391,-0.0251779071986675,0.0188038200139999,0.998968124389648,-0.042709156870842,0.0154469106346369,0.998946607112885,-0.0432094819843769,0.0154458992183208,0.996900200843811,0.0183327738195658,-0.0765119791030884,0.998572051525116,0.0342394709587097,-0.0410043261945248,0.997366607189178,0.0614055246114731,-0.0385901182889938,0.997352480888367,0.0614036545157433,-0.0389589071273804,0.997361242771149,0.0614048168063164,-0.0387315601110458,0.997334122657776,0.061401255428791,-0.0394301898777485,0.997701823711395,0.0614534132182598,-0.0285408683121204,0.998551487922668,0.0346962101757526,-0.0411222875118256,0.99693763256073,0.0172594990581274,-0.076271615922451,0.997514426708221,0.064414881169796,-0.0285626593977213,0.997144877910614,0.0643308758735657,-0.0395426787436008,0.997169017791748,0.0643358379602432,-0.0389232821762562,0.997159957885742,0.064333975315094,-0.0391552597284317,0.997164726257324,0.0643349587917328,-0.0390321910381317,0.997572243213654,0.0344804190099239,-0.0605043210089207,0.997617125511169,0.034413605928421,-0.0597961433231831,
  572. 0.996790885925293,0.0699943974614143,-0.0388427712023258,0.996874332427979,0.068798303604126,-0.0388376750051975,0.997718513011932,0.0294498372823,-0.0607497990131378,0.997799575328827,0.029584638774395,-0.0593370050191879,0.995677351951599,-0.00142559374216944,-0.092868834733963,0.995677947998047,2.96539246846805e-006,-0.0928735360503197,-0.999890506267548,-0.00220001256093383,-0.0146303493529558,-0.999600768089294,-0.0144029604271054,-0.0243090689182281,-0.999805390834808,0.0151552380993962,-0.0126371905207634,-0.999803066253662,0.0151559934020042,-0.0128121450543404,-0.999803066253662,0.0151559896767139,-0.0128108356148005,-0.99980354309082,0.0151558211073279,-0.0127717256546021,-0.999803423881531,0.0151558592915535,-0.0127810724079609,-0.999803423881531,0.0151558611541986,-0.0127810211852193,-0.99966949224472,-0.0142677798867226,-0.0213901568204165,-0.999895572662354,-0.00213224347680807,-0.0142937181517482,-0.999808728694916,0.0149322710931301,-0.0126306656748056,-0.99980753660202,0.0149326538667083,-0.0127259120345116,-0.99980902671814,0.0149321723729372,-0.0126059260219336,-0.999810695648193,0.0149316489696503,-0.0124753396958113,-0.999810755252838,0.0149316303431988,-0.0124708283692598,-0.999808549880981,0.014932356774807,-0.0126513773575425,-0.999762356281281,-0.0108200898393989,-0.0189238935709,-0.999764859676361,-0.0107185877859592,-0.0188481323421001,-0.999822854995728,0.0138699365779758,-0.0127212703227997,-0.999821305274963,0.0139888878911734,-0.0127212554216385,-0.999858021736145,0.000983564299531281,-0.0168221592903137,-0.999858021736145,0.000954266113694757,-0.016827305778861,-0.99966961145401,-0.0148434955626726,-0.0209833327680826,-0.999668598175049,-0.0149084823206067,-0.0209862720221281,0.999658048152924,0.0256731770932674,-0.00497746467590332,0.999755144119263,0.0221113320440054,-0.000856177706737071,0.998867511749268,0.047156348824501,-0.00632973108440638,0.99886679649353,0.0471610985696316,-0.00641291448846459,0.998869180679321,0.047145914286375,-0.00614676950499415,0.99886554479599,0.0471682399511337,-0.00653819041326642,
  573. 0.998867392539978,0.0471569895744324,-0.00634091254323721,0.999765276908875,0.0214111637324095,-0.00331031414680183,0.999588131904602,0.0250617489218712,-0.0139856757596135,0.998830199241638,0.045118011534214,-0.0173949785530567,0.998833417892456,0.0451087765395641,-0.0172390248626471,0.998833477497101,0.045108612626791,-0.0172361824661493,0.99883759021759,0.0450961031019688,-0.0170251857489347,0.998846530914307,0.045069083571434,-0.0165690556168556,0.999917984008789,0.0113526079803705,-0.00594545947387815,0.999930500984192,0.0110288700088859,-0.00417722295969725,0.99985259771347,0.0109816063195467,-0.0132002290338278,0.999844372272491,0.0117699736729264,-0.013146529905498,0.99869441986084,0.0508023910224438,-0.00533871632069349,0.999646663665771,0.0262785274535418,-0.00399724021553993,0.999997198581696,0.00236209598369896,0.000205455260584131,0.99999725818634,0.00235280091874301,0.000205455624382012,0.999989151954651,-0.00392565876245499,0.00253675016574562,0.999673247337341,0.00416335370391607,-0.0252210013568401,0.999728798866272,0.00696912780404091,-0.0222226157784462,0.999843418598175,0.00695831049233675,-0.0162719748914242,0.999767482280731,0.00696585699915886,-0.0204091612249613,0.999843299388886,0.00695832306519151,-0.0162786487489939,0.99984335899353,0.00695832725614309,-0.0162811335176229,0.999842762947083,0.00695839151740074,-0.0163153689354658,0.999584197998047,0.00697935419157147,-0.0279761888086796,0.999696493148804,0.00406794529408216,-0.0242971554398537,0.999957740306854,-0.00444203894585371,0.00804577767848969,0.999432265758514,0.00691141979768872,-0.0329767502844334,0.999686300754547,0.00689255865290761,-0.0240789372473955,0.999843895435333,0.0068755904212594,-0.0162834469228983,0.999843776226044,0.00687559274956584,-0.0162845477461815,0.999752819538116,0.00688621122390032,-0.021140294149518,0.999843955039978,0.00687558064237237,-0.0162788350135088,0.999730288982391,0.00688846921548247,-0.0221826694905758,0.999796450138092,0.0117942178621888,-0.0163685139268637,0.999800801277161,0.011684718541801,-0.0161822941154242,
  574. 0.999572813510895,0.00794130843132734,-0.0281266402453184,0.999572575092316,0.00797064509242773,-0.0281266737729311,0.999839544296265,-0.00883143208920956,-0.0155867449939251,0.999588251113892,-0.0233245491981506,-0.0167122650891542,0.999017953872681,-0.0390957146883011,0.0208475608378649,0.999015152454376,-0.0391740761697292,0.0208404455333948,0.0102246180176735,0.00461761001497507,-0.999936997890472,0.012257082387805,0.010101430118084,-0.999873816967011,-0.00602843845263124,-0.00258094258606434,-0.999978601932526,-0.00630442891269922,0.000851100776344538,-0.999979734420776,0.00189628347288817,0.00868336204439402,-0.999960482120514,0.0001074781830539,0.0196073483675718,-0.999807834625244,0.0338177233934402,0.00317129585891962,-0.999423027038574,0.0344849601387978,-0.00319981388747692,-0.999400198459625,0.0128979571163654,-0.00140454270876944,-0.999915897846222,0.00757166743278503,-0.00269712973386049,-0.999967694282532,0.0315381959080696,-0.000524207833223045,-0.99950236082077,0.0240469798445702,0.000861860171426088,-0.999710500240326,0.0782980769872665,0.00184568378608674,-0.996928334236145,0.0448549054563046,0.00687428098171949,-0.998969912528992,0.0734527483582497,0.00414939830079675,-0.997290074825287,0.0667896568775177,-0.00134835252538323,-0.997766137123108,0.00757166743278503,-0.00269712973386049,-0.999967694282532,0.00189628347288817,0.00868336204439402,-0.999960482120514,0.0344849601387978,-0.00319981388747692,-0.999400198459625,0.0315381959080696,-0.000524207833223045,-0.99950236082077,0.0102246180176735,0.00461761001497507,-0.999936997890472,0.0128979571163654,-0.00140454270876944,-0.999915897846222,0.0240469798445702,0.000861860171426088,-0.999710500240326,0.0289819799363613,0.00562311988323927,-0.999564170837402,-0.0328688099980354,0.0089411735534668,-0.999419689178467,0.0001074781830539,0.0196073483675718,-0.999807834625244,-0.0160252191126347,0.0354263409972191,-0.999243855476379,-0.0593384690582752,0.00224694097414613,-0.998235404491425,0.012257082387805,0.010101430118084,-0.999873816967011,0.0448549054563046,0.00687428098171949,-0.998969912528992,
  575. -0.00293970224447548,0.000267515773884952,-0.999995589256287,-0.00602843845263124,-0.00258094258606434,-0.999978601932526,-0.0435533337295055,-0.192051246762276,-0.980418026447296,-0.0163156762719154,0.022598821669817,-0.999611437320709,-0.0275800153613091,0.00472511304542422,-0.999608397483826,-0.0425182059407234,-0.156920075416565,-0.98669558763504,0.00856781471520662,-0.0162748750299215,-0.999830782413483,0.0140799507498741,-0.0369279272854328,-0.999218761920929,-0.0189737621694803,-0.0566929467022419,-0.99821138381958,-0.0262577813118696,-0.0329721085727215,-0.999111294746399,-0.0368260219693184,0.0039929305203259,-0.999313771724701,-0.0169914234429598,0.00449136644601822,-0.999845564365387,-0.0500514023005962,-0.00284649804234505,-0.998742640018463,-0.0475303754210472,-0.00145178858656436,-0.998868763446808,0.00695668580010533,-0.00967968069016933,-0.999928891658783,-0.020885294303298,-0.0109759466722608,-0.999721646308899,-0.139832511544228,-0.00587737187743187,-0.990157663822174,-0.0490830615162849,0.00033835819340311,-0.998794615268707,-0.0169914234429598,0.00449136644601822,-0.999845564365387,0.00856781471520662,-0.0162748750299215,-0.999830782413483,-0.0262577813118696,-0.0329721085727215,-0.999111294746399,-0.0500514023005962,-0.00284649804234505,-0.998742640018463,-0.0163156762719154,0.022598821669817,-0.999611437320709,-0.0368260219693184,0.0039929305203259,-0.999313771724701,-0.0475303754210472,-0.00145178858656436,-0.998868763446808,-0.0275800153613091,0.00472511304542422,-0.999608397483826,0.0811330303549767,-0.0155422212556005,-0.996582090854645,0.0140799507498741,-0.0369279272854328,-0.999218761920929,0.0338177233934402,0.00317129585891962,-0.999423027038574,0.0282531324774027,0.00215941574424505,-0.999598503112793,-0.0435533337295055,-0.192051246762276,-0.980418026447296,-0.020885294303298,-0.0109759466722608,-0.999721646308899,0.0734527483582497,0.00414939830079675,-0.997290074825287,0.0347888693213463,0.0297594238072634,-0.998951554298401,0.0541323572397232,-0.00393569935113192,-0.998525977134705,
  576. -0.0189737621694803,-0.0566929467022419,-0.99821138381958,0.0140799507498741,-0.0369279272854328,-0.999218761920929,0.0811330303549767,-0.0155422212556005,-0.996582090854645,-0.0425182059407234,-0.156920075416565,-0.98669558763504,-0.139832511544228,-0.00587737187743187,-0.990157663822174,-0.020885294303298,-0.0109759466722608,-0.999721646308899,-0.0435533337295055,-0.192051246762276,-0.980418026447296,-0.0425182059407234,-0.156920075416565,-0.98669558763504,-0.0275800153613091,0.00472511304542422,-0.999608397483826,-0.00148049043491483,0.0147521523758769,-0.999890089035034,0.00781467091292143,0.148682698607445,-0.988854110240936,-0.0262577813118696,-0.0329721085727215,-0.999111294746399,-0.0189737621694803,-0.0566929467022419,-0.99821138381958,-0.0172748975455761,-0.0162888839840889,-0.999718189239502,-0.0192762371152639,-0.0185355469584465,-0.999642372131348,-0.0475303754210472,-0.00145178858656436,-0.998868763446808,-0.0500514023005962,-0.00284649804234505,-0.998742640018463,-0.040641613304615,-0.00275848666206002,-0.999170005321503,-0.0446547903120518,-0.00217794626951218,-0.999000191688538,-0.0302744749933481,-0.00133118988014758,-0.999540746212006,-0.0490830615162849,0.00033835819340311,-0.998794615268707,-0.139832511544228,-0.00587737187743187,-0.990157663822174,-0.0102068651467562,0.00190396304242313,-0.999946117401123,-0.0382328927516937,0.00217934814281762,-0.999266505241394,-0.0347348228096962,0.00260451948270202,-0.999393165111542,-0.0500514023005962,-0.00284649804234505,-0.998742640018463,-0.0262577813118696,-0.0329721085727215,-0.999111294746399,-0.0192762371152639,-0.0185355469584465,-0.999642372131348,-0.040641613304615,-0.00275848666206002,-0.999170005321503,-0.0275800153613091,0.00472511304542422,-0.999608397483826,-0.0475303754210472,-0.00145178858656436,-0.998868763446808,-0.0302744749933481,-0.00133118988014758,-0.999540746212006,-0.00148049043491483,0.0147521523758769,-0.999890089035034,0.00962869450449944,-0.00383436237461865,-0.999946296215057,0.00990130286663771,-0.00087033468298614,-0.999950647354126,
  577. -0.0134051311761141,0.0112284393981099,-0.999847114086151,-0.0132466740906239,-0.00841230805963278,-0.999876856803894,-0.0081263855099678,0.00569575745612383,-0.999950766563416,-0.00918913446366787,-0.0272177755832672,-0.99958723783493,-0.0124085666611791,-0.0335674472153187,-0.999359488487244,-0.0152472546324134,-0.0199897401034832,-0.999683856964111,-0.00257944851182401,0.0035379386972636,-0.999990344047546,-0.021153949201107,0.0063133155927062,-0.999756276607513,-0.0162536222487688,0.000991360517218709,-0.99986732006073,-0.0278147365897894,-0.000857670383993536,-0.99961268901825,-0.0282816886901855,-0.00727324746549129,-0.999573528766632,0.00149967928882688,-0.00128366646822542,-0.999998092651367,-0.0267612040042877,-0.00241241161711514,-0.999638974666595,-0.0146388364955783,-0.00549378478899598,-0.999877750873566,-0.021153949201107,0.0063133155927062,-0.999756276607513,-0.0081263855099678,0.00569575745612383,-0.999950766563416,-0.0152472546324134,-0.0199897401034832,-0.999683856964111,-0.0162536222487688,0.000991360517218709,-0.99986732006073,0.00990130286663771,-0.00087033468298614,-0.999950647354126,-0.00257944851182401,0.0035379386972636,-0.999990344047546,-0.0278147365897894,-0.000857670383993536,-0.99961268901825,-0.0134051311761141,0.0112284393981099,-0.999847114086151,0.00559825776144862,-0.00896673928946257,-0.999944090843201,-0.00918913446366787,-0.0272177755832672,-0.99958723783493,0.0135051999241114,-0.0253626462072134,-0.999587118625641,0.034646563231945,0.00339847640134394,-0.999393880367279,0.00962869450449944,-0.00383436237461865,-0.999946296215057,0.00149967928882688,-0.00128366646822542,-0.999998092651367,-0.0126322340220213,0.00359581038355827,-0.999913692474365,0.0152129279449582,-0.0357190109789371,-0.999246060848236,0.0316706895828247,-0.00677204178646207,-0.999475419521332,-0.0124085666611791,-0.0335674472153187,-0.999359488487244,-0.00918913446366787,-0.0272177755832672,-0.99958723783493,0.00559825776144862,-0.00896673928946257,-0.999944090843201,-0.0132466740906239,-0.00841230805963278,-0.999876856803894,
  578. -0.0267612040042877,-0.00241241161711514,-0.999638974666595,0.00149967928882688,-0.00128366646822542,-0.999998092651367,0.00962869450449944,-0.00383436237461865,-0.999946296215057,-0.0132466740906239,-0.00841230805963278,-0.999876856803894,-0.0134051311761141,0.0112284393981099,-0.999847114086151,-0.0267475321888924,-0.00839939899742603,-0.999606907367706,-0.0270670596510172,0.0029108077287674,-0.999629378318787,-0.0152472546324134,-0.0199897401034832,-0.999683856964111,-0.0124085666611791,-0.0335674472153187,-0.999359488487244,0.0249151550233364,-0.00193373824004084,-0.999687671661377,0.023922685533762,-0.0150664318352938,-0.999600350856781,-0.0278147365897894,-0.000857670383993536,-0.99961268901825,-0.0162536222487688,0.000991360517218709,-0.99986732006073,-0.00196474860422313,-0.0144820930436254,-0.999893128871918,-0.0324732400476933,-0.0137297427281737,-0.999378383159637,-0.0312794297933578,-0.0135695738717914,-0.999418616294861,-0.0146388364955783,-0.00549378478899598,-0.999877750873566,-0.0267612040042877,-0.00241241161711514,-0.999638974666595,-0.0289937183260918,0.0136364996433258,-0.99948650598526,-0.0290022492408752,0.0137348715215921,-0.999485075473785,-0.00591881759464741,0.0145945139229298,-0.999876022338867,-0.0162536222487688,0.000991360517218709,-0.99986732006073,-0.0152472546324134,-0.0199897401034832,-0.999683856964111,0.023922685533762,-0.0150664318352938,-0.999600350856781,-0.00196474860422313,-0.0144820930436254,-0.999893128871918,-0.0134051311761141,0.0112284393981099,-0.999847114086151,-0.0278147365897894,-0.000857670383993536,-0.99961268901825,-0.0312794297933578,-0.0135695738717914,-0.999418616294861,-0.0267475321888924,-0.00839939899742603,-0.999606907367706,6.56515185255557e-005,0.0258663240820169,-0.999665439128876,-0.000854159065056592,0.00882000476121902,-0.999960720539093,-0.0302730966359377,-0.00318905687890947,-0.999536573886871,-0.0324652567505836,0.0166510678827763,-0.999334037303925,-0.0334700047969818,0.0376410707831383,-0.998730659484863,-0.0317316204309464,0.0327622294425964,-0.998959362506866,
  579. 0.00043701846152544,-0.00563191529363394,-0.999983966350555,-0.00101537955924869,0.0101287951692939,-0.999948143959045,0.0094773443415761,-0.0300468094646931,-0.999503552913666,0.00529485056176782,-0.0153229236602783,-0.999868631362915,0.0044228183105588,-0.0122351432219148,-0.999915361404419,-0.0171890240162611,0.00175741710700095,-0.999850690364838,-0.00354699837043881,0.00221015489660203,-0.999991297721863,-0.00883733294904232,-0.00542427878826857,-0.999946296215057,-0.0281350556761026,-0.00528212124481797,-0.999590218067169,-0.0186921898275614,-0.00476582860574126,-0.999813914299011,-0.0339844077825546,-0.00476005859673023,-0.99941098690033,-0.0185453314334154,-0.00476587936282158,-0.999816656112671,-0.0281938686966896,-0.00476237526163459,-0.99959123134613,-0.0268204230815172,-0.00469495123252273,-0.999629259109497,0.00341415102593601,-0.000209177160286345,-0.999994158744812,0.0107867494225502,0.00040287763113156,-0.999941766262054,-0.0193790644407272,0.00091795448679477,-0.999811768531799,-0.0187324173748493,0.000650217232760042,-0.999824345111847,-0.0190789457410574,0.000646969710942358,-0.999817728996277,-0.0198360532522202,0.000639874255284667,-0.999803066253662,-0.0122279580682516,0.000711154891178012,-0.999925017356873,0.0226017758250237,0.00119466043543071,-0.999743819236755,-0.000854159065056592,0.00882000476121902,-0.999960720539093,-0.0171890240162611,0.00175741710700095,-0.999850690364838,-0.0268204230815172,-0.00469495123252273,-0.999629259109497,-0.0302730966359377,-0.00318905687890947,-0.999536573886871,-0.00101537955924869,0.0101287951692939,-0.999948143959045,0.00341415102593601,-0.000209177160286345,-0.999994158744812,0.0226017758250237,0.00119466043543071,-0.999743819236755,0.0094773443415761,-0.0300468094646931,-0.999503552913666,0.0212347432971001,0.000795436615590006,-0.999774277210236,6.56515185255557e-005,0.0258663240820169,-0.999665439128876,-0.0317316204309464,0.0327622294425964,-0.998959362506866,-0.00866256281733513,0.00116195471491665,-0.999961793422699,-0.00354699837043881,0.00221015489660203,-0.999991297721863,
  580. 0.00043701846152544,-0.00563191529363394,-0.999983966350555,0.0044228183105588,-0.0122351432219148,-0.999915361404419,-0.00883733294904232,-0.00542427878826857,-0.999946296215057,0.028052156791091,-0.0038163997232914,0.999599099159241,0.0297067426145077,-0.00122515147086233,0.999557852745056,0.0250964909791946,-0.00014806904073339,0.999685049057007,0.0267508942633867,0.00254080002196133,0.999638915061951,0.0441949255764484,0.000827880925498903,0.999022662639618,0.0437908172607422,-0.000289467046968639,0.999040722846985,0.0196615159511566,-0.000781067821662873,0.999806463718414,0.0193172134459019,-0.000843186513520777,0.999812960624695,0.0423843376338482,-0.0101289246231318,0.999050080776215,0.0408431105315685,-0.00308297970332205,0.999160766601563,0.040155615657568,-0.00482207676395774,0.999181807041168,0.017044035717845,-0.00876538921147585,0.999816358089447,0.0486805401742458,0.00522569427266717,0.998800694942474,0.0441949255764484,0.000827880925498903,0.999022662639618,0.0193172134459019,-0.000843186513520777,0.999812960624695,0.0141148511320353,0.0039103776216507,0.999892830848694,0.0297067426145077,-0.00122515147086233,0.999557852745056,0.0424006879329681,0.00193907180801034,0.999098837375641,0.0317063592374325,0.00166323489975184,0.999495804309845,0.0250964909791946,-0.00014806904073339,0.999685049057007,0.0423843376338482,-0.0101289246231318,0.999050080776215,0.0437908172607422,-0.000289467046968639,0.999040722846985,0.0714734271168709,0.000615594675764441,0.997442305088043,0.0622240304946899,0.0167590994387865,0.997921466827393,0.028052156791091,-0.0038163997232914,0.999599099159241,0.0408431105315685,-0.00308297970332205,0.999160766601563,0.0532243810594082,0.0183509383350611,0.998413980007172,0.0619654767215252,-4.40278236055747e-005,0.998078286647797,0.0475663281977177,0.0052535361610353,0.998854219913483,0.0424006879329681,0.00193907180801034,0.999098837375641,0.0579495243728161,-0.00788505747914314,0.99828839302063,0.037517037242651,-0.00739589333534241,0.999268651008606,0.038748886436224,-0.00739688100293279,0.999221622943878,
  581. 0.0383835881948471,-0.00739658996462822,0.99923574924469,0.0356210134923458,-0.00739434733986855,0.999338090419769,0.0623769648373127,-0.00741368671879172,0.998025119304657,0.032549049705267,-0.0073917880654335,0.99944281578064,0.0582923591136932,-0.00671164551749825,0.998276948928833,0.017044035717845,-0.00876538921147585,0.999816358089447,0.0196615159511566,-0.000781067821662873,0.999806463718414,0.0437908172607422,-0.000289467046968639,0.999040722846985,0.0423843376338482,-0.0101289246231318,0.999050080776215,0.0267508942633867,0.00254080002196133,0.999638915061951,0.040155615657568,-0.00482207676395774,0.999181807041168,0.0408431105315685,-0.00308297970332205,0.999160766601563,0.028052156791091,-0.0038163997232914,0.999599099159241,0.0136010963469744,0.00392370112240314,0.999899804592133,0.0317063592374325,0.00166323489975184,0.999495804309845,0.0424006879329681,0.00193907180801034,0.999098837375641,0.0475663281977177,0.0052535361610353,0.998854219913483,0.0267508942633867,0.00254080002196133,0.999638915061951,0.0250964909791946,-0.00014806904073339,0.999685049057007,0.0556021891534328,-0.0110591873526573,0.998391807079315,0.0576478131115437,-0.00983529072254896,0.998288631439209,0.0576320514082909,-0.0103471595793962,0.998284339904785,0.0628856793045998,0.0094203744083643,0.997976303100586,0.0193172134459019,-0.000843186513520777,0.999812960624695,0.0196615159511566,-0.000781067821662873,0.999806463718414,0.0177151635289192,0.00418471219018102,0.999834299087524,0.0174267943948507,-0.00774145498871803,0.99981814622879,0.0171727277338505,-0.0076898755505681,0.999823033809662,0.017044035717845,-0.00876538921147585,0.999816358089447,0.040155615657568,-0.00482207676395774,0.999181807041168,0.0718507543206215,0.0145323220640421,0.997309565544128,0.0362234376370907,0.0143480496481061,0.999240696430206,0.0535351522266865,0.0140778096392751,0.998466789722443,0.0369946882128716,0.0143361035734415,0.999212622642517,0.0369470752775669,0.0143368430435658,0.99921441078186,0.0365185290575027,0.0145698497071862,0.999226748943329,
  582. 0.0141148511320353,0.0039103776216507,0.999892830848694,0.0193172134459019,-0.000843186513520777,0.999812960624695,0.0171727277338505,-0.0076898755505681,0.999823033809662,0.0158873870968819,-0.00883353408426046,0.999834775924683,0.0250964909791946,-0.00014806904073339,0.999685049057007,0.0317063592374325,0.00166323489975184,0.999495804309845,0.0453323498368263,-0.00851814821362495,0.998935639858246,0.0556021891534328,-0.0110591873526573,0.998391807079315
  583. }
  584. TangentsW: *2412 {
  585. a: 1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,-1,1,1,1,-1,-1,1,-1,-1,-1,1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,1,1,1,-1,1,-1,1,-1,-1,1,1,-1,-1,1,-1,-1,1,1,-1,1,-1,1,-1,-1,1,1,-1,-1,-1,1,1,-1,1,-1,1,-1,-1,-1,1,1,-1,1,1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,1,1,-1,1,-1,-1,-1,1,1,1,-1,-1,-1,-1,1,-1,-1,1,1,-1,1,1,-1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,-1,1,-1,1,1,-1,-1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,-1,-1,1,-1,1,1,-1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,1,1,-1,-1,1,1,1,1,1,-1,1,1,-1,-1,1,1,-1,1,-1,1,1,-1,-1,1,1,1,-1,-1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,-1,1,1,1,-1,-1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,1,-1,1,1,-1,1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,-1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  586. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,-1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,-1,-1,1,-1,1,-1,-1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,-1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,-1,1,1,1,1,1,-1,-1,1,1,1,1,-1,1,-1,1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,-1,1,1,1,1,1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,1,-1,1,1,1,-1,1,1,-1,-1,1,1,1,1,1,-1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,-1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  587. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,-1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,1,1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,-1,1,1,1,-1,1,1,-1,-1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,1,1,1,1,-1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,-1,1,1,1,-1,1,1,1,1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,-1,1,1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,1,1,-1,1,-1,1,1,-1,1,1,-1,1,1,1,-1,1,1,1,-1,-1,1,1
  588. }
  589. }
  590. LayerElementUV: 0 {
  591. Version: 101
  592. Name: "map1"
  593. MappingInformationType: "ByPolygonVertex"
  594. ReferenceInformationType: "IndexToDirect"
  595. UV: *2406 {
  596. a: -0.337741315364838,0.109811790287495,0.97652143239975,0.102389492094517,0.986262738704681,0.135988667607307,0.973204493522644,0.147014304995537,0.9837686419487,0.161546558141708,0.983055293560028,0.210523217916489,0.978264987468719,0.225367829203606,-0.331269383430481,0.230982676148415,-0.332857966423035,0.218143343925476,-0.336666971445084,0.199608027935028,-0.324207454919815,0.188989982008934,-0.314526498317719,0.172751277685165,-0.355984091758728,0.162992358207703,-0.34654289484024,0.148623690009117,-0.348583340644836,0.138653248548508,1.49268662929535,0.314907014369965,1.50868856906891,0.321127027273178,1.49420893192291,0.345903664827347,1.48160827159882,0.341237187385559,-0.341197192668915,0.87977010011673,0.980658829212189,0.885368585586548,0.990840613842011,0.893851935863495,0.98616236448288,0.954245686531067,0.97991955280304,0.964379966259003,0.991110026836395,0.969156980514526,0.983076751232147,1.00834703445435,-0.352173149585724,1.00093555450439,-0.357856512069702,0.977594375610352,-0.370117545127869,0.950738787651062,-0.362244248390198,0.944875299930573,-0.326752185821533,0.937997341156006,-0.332510024309158,0.919478595256805,-0.341203391551971,0.90825742483139,-0.342786759138107,0.896507620811462,1.35473680496216,0.480854660272598,1.33991432189941,0.477314472198486,1.34323263168335,0.46043199300766,1.35305619239807,0.463540464639664,-0.309512734413147,0.379386812448502,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299171537160873,0.398011088371277,0.645542502403259,0.443687707185745,-0.307878464460373,0.442256510257721,-0.300722688436508,0.423517733812332,0.643137991428375,0.422094136476517,1.62305331230164,0.350409507751465,1.62604248523712,0.317664444446564,1.65430963039398,0.316292583942413,1.65992176532745,0.351074784994125,1.51296126842499,0.352188467979431,1.51955389976501,0.325845688581467,1.53206992149353,0.331786543130875,1.52900087833405,0.359819203615189,1.54996716976166,0.336701959371567,1.54855740070343,0.366484224796295,1.5835645198822,
  597. 0.319087266921997,1.5915778875351,0.347697287797928,1.59320473670959,0.314381241798401,1.61118400096893,0.352021425962448,1.36407697200775,0.461271286010742,1.36941301822662,0.4777712225914,1.30986082553864,0.481715798377991,1.30899930000305,0.464749783277512,1.41922032833099,0.458695530891418,1.41356420516968,0.477035492658615,1.43049073219299,0.463443160057068,1.42750692367554,0.480198323726654,1.00410628318787,0.476124793291092,-6.51925802230835e-009,0.482825666666031,-6.51925802230835e-009,0.383435398340225,1.00410652160645,0.390136241912842,1.00601899623871,0.685575544834137,0.00216786912642419,0.709200382232666,0.000498814217280596,0.609824120998383,1.00457763671875,0.599725246429443,1.41260147094727,-0.0931276082992554,1.38226962089539,-0.0595934204757214,1.4465423822403,-0.0410969257354736,1.38208162784576,-0.145231410861015,1.37835919857025,-0.0652224645018578,1.43230795860291,-0.142448455095291,1.38529908657074,-0.149241238832474,1.46346998214722,-0.0992695614695549,1.00646901130676,0.592863380908966,0.00230869418010116,0.604149580001831,0.00345152523368597,0.54621148109436,0.00134589639492333,0.488388538360596,1.00582826137543,0.48100557923317,1.00536823272705,0.381492912769318,0.0011312022106722,0.377802073955536,0.00278534297831357,0.319906026124954,0.00330829923041165,0.262119591236115,1.00740587711334,0.267628580331802,1.50372779369354,-0.0772296115756035,1.47538650035858,-0.162321925163269,1.47960770130157,-0.159391492605209,1.50592744350433,-0.0837466046214104,0.00226058252155781,0.714720547199249,1.00642347335815,0.693417131900787,0.320111781358719,0.211580157279968,0.378570973873138,0.149871647357941,0.380765944719315,0.174555957317352,0.278882920742035,0.14361609518528,0.23451492190361,0.101561769843102,0.23451492190361,0.0150033012032509,1.04812753200531,0.657066643238068,-0.409576833248138,0.656532227993011,-0.384369850158691,0.617785096168518,-0.380066156387329,0.596642792224884,-0.380056202411652,0.574827313423157,1.01959216594696,0.575120449066162,1.07088494300842,0.59577202796936,1.03637588024139,
  598. 0.605882883071899,1.09932565689087,0.626786708831787,1.0481424331665,0.641708970069885,1.07822299003601,0.651597797870636,1.04814076423645,0.401137232780457,-0.404963552951813,0.401711672544479,-0.43387645483017,0.363850682973862,-0.440319359302521,0.32001793384552,1.0478595495224,0.319504380226135,1.06883156299591,0.329688847064972,1.11097407341003,0.339256584644318,1.06605625152588,0.360193610191345,1.15647709369659,0.390619248151779,-0.326621383428574,0.759287416934967,-0.317819803953171,0.793229758739471,-0.380052924156189,0.776086151599884,0.994317829608917,0.568106591701508,-0.380053579807281,0.568004369735718,-0.439867198467255,0.523864388465881,-0.42607307434082,0.503822863101959,-0.479816854000092,0.47229328751564,-0.456316113471985,0.437589198350906,-0.404962837696075,0.408531606197357,1.01365303993225,0.408198833465576,1.0921642780304,0.428166121244431,1.06133890151978,0.444857001304626,1.07579135894775,0.468290656805038,1.03518438339233,0.508311748504639,1.00644397735596,0.528148531913757,1.01015400886536,0.548186063766479,1.37272870540619,0.00644304975867271,1.35733950138092,0.0528188794851303,1.30421757698059,0.0188104920089245,1.03578972816467,0.312725365161896,-0.456928968429565,0.313159167766571,0.943737030029297,0.663675487041473,-0.356654286384583,0.663344085216522,0.995958864688873,0.211554273962975,0.993718802928925,0.112189464271069,1,0.438140571117401,1,0.33875048160553,1.04440450668335,-0.142890512943268,1.0765415430069,-0.101905860006809,1.02151346206665,-0.112673208117485,1.01783752441406,-0.117089837789536,1.01511919498444,-0.18418487906456,1.05727112293243,-0.185518562793732,1.01751446723938,-0.187768265604973,1.08644282817841,-0.151723980903625,0.996093153953552,0.333130717277527,0.993664622306824,0.217267572879791,0.991711735725403,0.27471724152565,0.994664311408997,0.559380292892456,0.997804164886475,0.443735718727112,0.995181143283844,0.49610361456871,1.12303400039673,-0.141852229833603,1.12167143821716,-0.136248990893364,1.0955423116684,-0.203114360570908,1.09180331230164,-0.20525449514389,
  599. 0.993594408035278,0.106669805943966,0.355519115924835,0.106172293424606,0.313539624214172,0.112971015274525,0.317478686571121,0.0564806126058102,0.278011620044708,0.21738176047802,0.309799551963806,0.156101822853088,0.493890762329102,0.0594787932932377,0.567825734615326,0.00465752184391022,0.578169226646423,0.0150033012032509,0.438403218984604,0.0773551762104034,0.478391170501709,0.00465752184391022,0.471306592226028,0.0909741893410683,0.411558032035828,0.0953464284539223,0.431670635938644,0.126662746071815,0.414193361997604,0.173250541090965,0.374005913734436,0.00465752184391022,0.376895904541016,0.101774826645851,0.303710699081421,0.00465752184391022,0.437823504209518,0.00465752184391022,0.421326994895935,0.211580157279968,0.467843681573868,0.163373365998268,0.470921695232391,0.211580157279968,0.499441474676132,0.117643035948277,0.578169226646423,0.0648765414953232,0.578169226646423,0.113207027316093,0.283835649490356,0.10722604393959,0.300127029418945,0.129593566060066,0.252186983823776,0.223776504397392,0.250400960445404,0.219812482595444,0.388991892337799,0.211580157279968,0.894973278045654,0.6811563372612,0.974767029285431,0.696045398712158,0.914912223815918,0.72720342874527,0.905481040477753,0.741024136543274,0.861623167991638,0.764016032218933,0.947246551513672,0.786561489105225,0.897452533245087,0.793698191642761,-0.345416128635406,0.731527864933014,-0.260292679071426,0.718786060810089,-0.32330521941185,0.698628723621368,-0.277112871408463,0.679841458797455,0.29378953576088,0.0835344791412354,0.530261278152466,0.148360177874565,0.573033809661865,0.208341285586357,0.519552409648895,0.212157502770424,0.530917704105377,0.186927944421768,0.55853533744812,0.210739061236382,0.437539100646973,0.148381158709526,0.389700025320053,0.126012519001961,0.24484895169735,0.00465752184391022,1.39651596546173,0.254535287618637,1.35547780990601,0.217917248606682,1.38460922241211,0.194609075784683,1.41660737991333,0.0883753448724747,1.34240484237671,0.155254021286964,1.33297204971313,0.106001563370228,1.27451884746552,0.171210646629334,
  600. 1.24743854999542,0.201319351792336,1.20934915542603,0.139169871807098,1.26356399059296,0.0461109653115273,1.24530076980591,0.109610207378864,1.23746287822723,0.0345095917582512,1.21956098079681,0.23969841003418,1.1885381937027,0.223657384514809,1.19160974025726,0.215051770210266,1.20099687576294,0.190129339694977,1.20964527130127,0.0468521006405354,1.46939563751221,0.0837390497326851,1.42346704006195,0.00889042392373085,1.44368207454681,0.222298681735992,1.42171669006348,0.13599120080471,1.15164995193481,0.213893100619316,1.15372478961945,0.237447366118431,1.16410136222839,0.121301725506783,1.16427886486053,0.144066736102104,1.18680918216705,0.0492314994335175,1.2698882818222,0.109888017177582,1.27612113952637,0.233842879533768,1.46455109119415,0.162073776125908,1.4891209602356,0.269738763570786,1.44827473163605,0.255083858966827,1.48475980758667,0.247762471437454,1.40381288528442,0.285303443670273,1.46395814418793,0.283630162477493,1.34084188938141,0.26994600892067,1.29663240909576,0.259082317352295,1.2420848608017,0.293742626905441,1.19156229496002,0.292460530996323,1.14592278003693,0.276298552751541,1.14483964443207,0.289281785488129,1.48033499717712,0.22491829097271,1.16299641132355,0.190002545714378,1.54607176780701,0.0558157563209534,1.50811791419983,0.0581743605434895,1.19982242584229,0.00804635137319565,1.48298394680023,0.282414436340332,0.103723704814911,1.5929981470108,-0.90334016084671,1.62010812759399,-0.906249403953552,1.52076041698456,0.103781819343567,1.53321468830109,0.111559018492699,1.78297388553619,-0.896575391292572,1.84601414203644,-0.89945912361145,1.74666571617126,0.105620846152306,1.71971082687378,1.41260147094727,-0.0931276082992554,1.38226962089539,-0.0595934204757214,1.4465423822403,-0.0410969257354736,1.38529908657074,-0.149241238832474,1.38208162784576,-0.145231410861015,1.37835919857025,-0.0652224645018578,1.43230795860291,-0.142448455095291,1.46346998214722,-0.0992695614695549,0.105653963983059,1.71659111976624,-0.899598121643066,1.74114644527435,-0.901299059391022,1.68338286876678,-0.903099834918976,
  601. 1.62562453746796,0.104009918868542,1.60104131698608,0.104658499360085,1.51082015037537,-0.90454488992691,1.51216757297516,-0.901517748832703,1.45131886005402,-0.900356590747833,1.39354169368744,0.116407170891762,1.42118859291077,1.50372779369354,-0.0772296115756035,1.47538650035858,-0.162321925163269,1.47960770130157,-0.159391492605209,1.50592744350433,-0.0837466046214104,-0.896415174007416,1.85153269767761,0.111787505447865,1.79298603534698,1.10300493240356,1.59527897834778,1.10300493240356,1.49588882923126,1.10291004180908,1.82128548622131,1.10291063785553,1.72189545631409,1.14026820659637,1.59379959106445,1.13658058643341,1.6457507610321,1.10303318500519,1.60081112384796,1.10325729846954,1.59509253501892,1.14627754688263,1.54353284835815,1.15045821666718,1.54248440265656,1.17841827869415,1.5708372592926,1.17735874652863,1.61546838283539,1.1029440164566,1.71637439727783,1.10302782058716,1.65805768966675,1.10230112075806,1.48851132392883,1.09985911846161,1.37109363079071,1.10064554214478,1.4233832359314,1.19785630702972,1.64734649658203,1.19308531284332,1.65058541297913,1.21859788894653,1.5834823846817,1.21726286411285,1.57938623428345,1.10291004180908,1.82680654525757,1.09715473651886,0.469325751066208,1.07176828384399,0.396754562854767,1.1172411441803,0.414987832307816,1.0866779088974,0.423989951610565,1.14247989654541,0.442432045936584,1.09714841842651,0.455718368291855,1.12381339073181,0.464442163705826,1.09722113609314,0.67753529548645,1.09598898887634,0.605215907096863,1.11469173431396,0.613986253738403,1.15214288234711,0.621955454349518,1.1126002073288,0.64104551076889,1.19307518005371,0.666912317276001,1.0462498664856,0.38727331161499,1.05754780769348,0.268265128135681,1.11410808563232,0.283949375152588,1.0917227268219,0.29546046257019,1.10202264785767,0.321984618902206,1.07254886627197,0.340678602457047,1.05185317993164,0.354980409145355,1.05457401275635,0.369509339332581,1.36895859241486,0.0152417803183198,1.35532307624817,0.0563323274254799,1.30110168457031,0.0344695262610912,1.08009505271912,0.596521973609924,
  602. 1.0597608089447,0.478455096483231,1.39003455638886,0.235060021281242,1.35367345809937,0.202615186572075,1.37948501110077,0.181963339447975,1.40783655643463,0.0878365710377693,1.34209060668945,0.147093400359154,1.33373260498047,0.10345397144556,1.28194117546082,0.161231532692909,1.2579470872879,0.18790890276432,1.22419857978821,0.132842302322388,1.27223467826843,0.0503889098763466,1.25605285167694,0.106651403009892,1.24910819530487,0.040109671652317,1.23324656486511,0.221914067864418,1.20575952529907,0.207701146602631,1.20848119258881,0.200076282024384,1.21679842472076,0.177994132041931,1.22446119785309,0.0510455742478371,1.45460891723633,0.0837286934256554,1.41391432285309,0.0174101982265711,1.43182563781738,0.206497266888618,1.41236352920532,0.130025863647461,1.17307507991791,0.199049636721611,1.17491352558136,0.219919547438622,1.18410730361938,0.117010451853275,1.18426465988159,0.137181103229523,1.20422768592834,0.0531537905335426,1.27783846855164,0.10689752548933,1.28336083889008,0.216725841164589,1.45031630992889,0.153135940432549,1.47208595275879,0.24853079020977,1.43589508533478,0.235546067357063,1.46822190284729,0.229059055447578,1.3965003490448,0.262321650981903,1.44979095458984,0.260839015245438,1.34070563316345,0.248714417219162,1.30153453350067,0.239088848233223,1.25320363044739,0.269799083471298,1.20843887329102,0.268662989139557,1.1680006980896,0.254343003034592,1.16704082489014,0.26584655046463,1.46430134773254,0.208818361163139,1.18312835693359,0.177881807088852,1.5225465297699,0.0589877143502235,1.48891806602478,0.0610774978995323,1.21575748920441,0.0166623089462519,1.46664834022522,0.259761869907379,1.07125520706177,0.494899600744247,1.14146888256073,0.507300674915314,1.08910381793976,0.535272479057312,1.08084356784821,0.547494053840637,1.04225587844849,0.567919790744781,1.11957943439484,0.587707221508026,1.06675171852112,0.68420684337616,0.320111781358719,0.211580157279968,0.378570973873138,0.149871647357941,0.380765944719315,0.174555957317352,0.278882920742035,0.14361609518528,0.23451492190361,0.101561769843102,
  603. 0.23451492190361,0.0150033012032509,0.438069671392441,0.309108227491379,0.434476375579834,0.339869797229767,0.391087412834167,0.324421972036362,0.481360256671906,0.437200963497162,0.474780738353729,0.429314911365509,0.495642244815826,0.132336631417274,0.504952549934387,0.553352236747742,0.355519115924835,0.106172293424606,0.313539624214172,0.112971015274525,0.317478686571121,0.0564806126058102,0.278011620044708,0.21738176047802,0.309799551963806,0.156101822853088,0.493890762329102,0.0594787932932377,0.567825734615326,0.00465752184391022,0.578169226646423,0.0150033012032509,0.438403218984604,0.0773551762104034,0.478391170501709,0.00465752184391022,0.471306592226028,0.0909741893410683,0.411558032035828,0.0953464284539223,0.431670635938644,0.126662746071815,0.414193361997604,0.173250541090965,0.374005913734436,0.00465752184391022,0.376895904541016,0.101774826645851,0.303710699081421,0.00465752184391022,0.437823504209518,0.00465752184391022,0.421326994895935,0.211580157279968,0.467843681573868,0.163373365998268,0.470921695232391,0.211580157279968,0.499441474676132,0.117643035948277,0.578169226646423,0.0648765414953232,0.578169226646423,0.113207027316093,0.283835649490356,0.10722604393959,0.300127029418945,0.129593566060066,0.252186983823776,0.223776504397392,0.250400960445404,0.219812482595444,0.388991892337799,0.211580157279968,0.462009578943253,0.22299736738205,0.421232283115387,0.284792333841324,0.496210724115372,0.272764623165131,0.440434396266937,0.255564212799072,0.481011956930161,0.238562971353531,0.29378953576088,0.0835344791412354,0.530261278152466,0.148360177874565,0.573033809661865,0.208341285586357,0.519552409648895,0.212157502770424,0.530917704105377,0.186927944421768,0.55853533744812,0.210739061236382,0.437539100646973,0.148381158709526,0.389700025320053,0.126012519001961,0.24484895169735,0.00465752184391022,0.468095630407333,0.214728057384491,0.49236324429512,0.175385743379593,0.496157079935074,0.154146045446396,0.445863246917725,0.391457408666611,0.439415037631989,0.347625434398651,0.462102323770523,0.521186590194702,
  604. 0.472162276506424,0.506823062896729,0.433612465858459,0.483781903982162,0.450754880905151,0.458907753229141,0.495480716228485,0.125515595078468,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,-0.00329204788431525,0.0304019935429096,0.0246623773127794,0.981258571147919,0.0246623959392309,0.98919939994812,0.0467502735555172,0.98277622461319,0.0611518733203411,0.985586524009705,0.094558522105217,0.978812694549561,0.102389462292194,0.0222793184220791,0.102389447391033,0.0143560050055385,0.0939389690756798,0.0203803703188896,0.0723432078957558,0.0185928549617529,0.0496639907360077,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.0140174869447947,1.06503009796143,0.0136592546477914,1.03395557403564,0.0102559858933091,1.01291167736053,0.0136592565104365,1.00834691524506,0.984055936336517,1.00834703445435,0.990252792835236,1.02351677417755,0.988439857959747,1.0557314157486,0.991710782051086,1.06004595756531,1.6321280002594,0.392347425222397,1.62528729438782,0.41400146484375,1.61864817142487,0.392347425222397,1.55710113048553,0.441171020269394,1.56180918216705,0.46463018655777,1.55432486534119,0.464631885290146,1.55288946628571,0.441171050071716,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,-0.316934525966644,0.356935411691666,-0.308353900909424,0.335379958152771,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.60925722122192,0.464629948139191,1.61363899707794,0.441171288490295,1.57997500896454,0.441171377897263,1.58488237857819,0.464631259441376,1.59351527690887,0.414001107215881,1.58646106719971,0.392346948385239,1.57808029651642,0.414001107215881,1.58162701129913,0.392346918582916,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,-0.00329204788431525,0.0304019935429096,0.0246623773127794,
  605. 0.981258571147919,0.0246623959392309,0.98919939994812,0.0467502735555172,0.98277622461319,0.0611518733203411,0.985586524009705,0.094558522105217,0.978812694549561,0.102389462292194,0.0222793184220791,0.102389447391033,0.0143560050055385,0.0939389690756798,0.0203803703188896,0.0723432078957558,0.0185928549617529,0.0496639907360077,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.0140174869447947,1.06503009796143,0.0136592546477914,1.03395557403564,0.0102559858933091,1.01291167736053,0.0136592565104365,1.00834691524506,0.984055936336517,1.00834703445435,0.990252792835236,1.02351677417755,0.988439857959747,1.0557314157486,0.991710782051086,1.06004595756531,1.6321280002594,0.392347425222397,1.62528729438782,0.41400146484375,1.61864817142487,0.392347425222397,1.55710113048553,0.441171020269394,1.56180918216705,0.46463018655777,1.55432486534119,0.464631885290146,1.55288946628571,0.441171050071716,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,-0.316934525966644,0.356935411691666,-0.308353900909424,0.335379958152771,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.60925722122192,0.464629948139191,1.61363899707794,0.441171288490295,1.57997500896454,0.441171377897263,1.58488237857819,0.464631259441376,1.59351527690887,0.414001107215881,1.58646106719971,0.392346948385239,1.57808029651642,0.414001107215881,1.58162701129913,0.392346918582916,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.022486375644803,0.544259369373322,0.965253472328186,0.547313511371613,0.978270828723907,0.562858521938324,0.0157433152198792,0.565913915634155,0.0298193208873272,0.428953230381012,1.21657609939575,0.424652576446533,1.27358829975128,0.440105348825455,1.26028382778168,0.476834267377853,1.25955605506897,0.488893359899521,1.24445652961731,0.494166076183319,1.26665925979614,0.505120515823364,1.25311183929443,0.533175408840179,0.0224855467677116,0.517104029655457,0.0206645019352436,0.499577611684799,0.0110956178978086,0.478774100542068,
  606. 0.0215184576809406,0.470201462507248,0.0799595862627029,0.460214257240295,0.0198402442038059,0.453186988830566,1.68984866142273,0.414897084236145,1.68669879436493,0.436440140008926,1.65978074073792,0.436445653438568,0.0157424733042717,0.593632400035858,1.27050912380219,0.572228372097015,1.2763295173645,0.605534017086029,1.26357173919678,0.611275672912598,1.26866710186005,0.61648416519165,1.27241277694702,0.628397583961487,1.28064548969269,0.664772510528564,1.22425186634064,0.680765748023987,0.0174150299280882,0.681783258914948,0.0155508378520608,0.657711744308472,0.0683456435799599,0.650094628334045,0.0107714142650366,0.640815138816834,0.00828582141548395,0.624525129795074,0.0113928057253361,0.617156863212585,0.517962455749512,0.509087324142456,0.517760276794434,0.491840720176697,0.524253845214844,0.493083775043488,0.530535221099854,0.511248111724854,-0.313196301460266,0.643064856529236,0.593856692314148,0.646218180656433,0.589306950569153,0.661465764045715,-0.300848841667175,0.664620101451874,1.54005062580109,0.414255082607269,1.56580471992493,0.414255738258362,1.55687367916107,0.437556624412537,1.53851091861725,0.437710344791412,1.64641380310059,0.416440844535828,1.65712749958038,0.437031328678131,1.6003965139389,0.437109291553497,1.59204530715942,0.41500860452652,1.73679828643799,0.43596887588501,1.74774932861328,0.415653765201569,1.58427393436432,0.437428057193756,1.57427072525024,0.414256870746613,0.56445837020874,0.509912848472595,0.564269065856934,0.492513120174408,0.511378765106201,0.492339551448822,0.51149320602417,0.510558366775513,0.497127056121826,0.510641932487488,0.496985912322998,0.492707848548889,0.453254222869873,0.51198399066925,0.453160762786865,0.493519186973572,0.435633659362793,0.506480813026428,0.435541152954102,0.48801600933075,1.66034972667694,0.414487510919571,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,0.975952982902527,0.348973542451859,0.97325187921524,0.369755327701569,0.991040170192719,0.411029905080795,0.986356794834137,0.428953230381012,0.0336517915129662,
  607. 0.428953170776367,0.0278524719178677,0.410056471824646,0.0172339677810669,0.403542280197144,0.0233746692538261,0.373105973005295,0.0357533171772957,0.34738889336586,1.52330911159515,0.360429227352142,1.54408502578735,0.360429644584656,1.54511702060699,0.383891403675079,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.99380749464035,0.706061184406281,0.984866440296173,0.730163812637329,0.980821788311005,0.772138714790344,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,0.0208881478756666,0.76007354259491,0.01279007922858,0.707194030284882,0.0202979035675526,0.700679898262024,1.42567574977875,0.435371607542038,1.42011952400208,0.413717091083527,1.4589616060257,0.413717240095139,1.43989193439484,0.435372024774551,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.60799849033356,0.36042982339859,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.60497951507568,0.383885532617569,1.55093443393707,0.360428601503372,1.55089104175568,0.383888095617294,1.58281815052032,0.383888244628906,1.49149167537689,0.435370981693268,1.48630464076996,0.413716942071915,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.0513665676116943,0.225367814302444,0.940021812915802,0.225367844104767,0.949389755725861,0.248679757118225,0.926153123378754,0.256529450416565,0.983093202114105,0.268157154321671,0.986846566200256,0.302362948656082,0.977610290050507,0.317059934139252,0.972811281681061,0.324528366327286,0.0164514034986496,0.324528306722641,0.0137036647647619,0.299738168716431,0.0245010778307915,0.278049886226654,0.0273444093763828,0.232767224311829,1.52901232242584,0.387343019247055,1.55532014369965,0.387342840433121,
  608. 1.55653953552246,0.410802066326141,1.5285621881485,0.410802096128464,0.0124214617535472,0.786208033561707,0.965062141418457,0.786208093166351,0.966525614261627,0.793676495552063,0.990768194198608,0.808373510837555,0.993168890476227,0.845520496368408,0.933669567108154,0.85420697927475,0.961481392383575,0.857481420040131,0.943616628646851,0.885368585586548,0.0513664484024048,0.885368466377258,0.023536279797554,0.877969026565552,0.0180266797542572,0.832686424255371,0.00660722702741623,0.810998141765594,1.49731552600861,0.336750209331512,1.5013200044632,0.319050937891006,1.50849545001984,0.323536276817322,1.50924527645111,0.335962384939194,-0.279399305582047,0.466297775506973,0.608782231807709,0.466297835111618,0.605203807353973,0.487853288650513,-0.279399275779724,0.48785325884819,0.630129992961884,0.532044947147369,-0.318166673183441,0.532044947147369,-0.31415519118309,0.510489523410797,0.637843787670136,0.510489583015442,1.56769692897797,0.33907213807106,1.55065584182739,0.317555457353592,1.57086753845215,0.317482829093933,1.57794749736786,0.317472785711288,1.57605373859406,0.339223235845566,1.47499024868011,0.317555636167526,1.46334147453308,0.345515608787537,1.51551842689514,0.317418307065964,1.51889955997467,0.335827589035034,1.55136609077454,0.338877290487289,1.62666010856628,0.410802006721497,1.62545776367188,0.387343049049377,1.64127838611603,0.387342989444733,1.64127826690674,0.410801917314529,1.58050382137299,0.387343198060989,1.5833660364151,0.41080242395401,0.0339302234351635,0.102583959698677,0.97652143239975,0.102389492094517,0.986262738704681,0.135988667607307,0.973204493522644,0.147014304995537,0.9837686419487,0.161546558141708,0.983055293560028,0.210523217916489,0.978264987468719,0.225367829203606,0.0382551401853561,0.223510384559631,0.0371958278119564,0.210695534944534,0.034657072275877,0.192196562886238,0.0429626852273941,0.181600540876389,0.0494140312075615,0.165396600961685,0.0217794664204121,0.155642449855804,0.0280686561018229,0.141318619251251,0.0267065893858671,0.131368473172188,1.49882030487061,
  609. 0.334884792566299,1.51335823535919,0.33655658364296,1.50734865665436,0.355958968400955,1.49605429172516,0.354641705751419,0.0280102510005236,0.886992156505585,0.980658829212189,0.885368585586548,0.990840613842011,0.893851935863495,0.98616236448288,0.954245686531067,0.97991955280304,0.964379966259003,0.991110026836395,0.969156980514526,0.983076751232147,1.00834703445435,0.0206592883914709,1.00838315486908,0.016856174916029,0.984999239444733,0.00865321885794401,0.958063900470734,0.0139468871057034,0.952234864234924,0.0376719199120998,0.945330500602722,0.0338200554251671,0.926776230335236,0.0280024874955416,0.915532648563385,0.0269440822303295,0.903760313987732,1.36252343654633,0.472795605659485,1.34820032119751,0.469782263040543,1.35220408439636,0.448861747980118,1.36360681056976,0.452627211809158,-0.309125632047653,0.3779316842556,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299498021602631,0.399506986141205,0.645542502403259,0.443687707185745,-0.307606488466263,0.443727135658264,-0.300935953855515,0.422022372484207,0.643137991428375,0.422094136476517,1.62197923660278,0.350861370563507,1.62436008453369,0.318539023399353,1.65739440917969,0.313852846622467,1.66404914855957,0.346677005290985,1.52390956878662,0.35792264342308,1.52354097366333,0.337810665369034,1.53465664386749,0.339100301265717,1.53654098510742,0.360852658748627,1.55268633365631,0.338881582021713,1.55435264110565,0.363696455955505,1.57692313194275,0.324638217687607,1.58597266674042,0.351976156234741,1.58621871471405,0.320474773645401,1.60795438289642,0.353338032960892,1.37510085105896,0.452362686395645,1.37691187858582,0.471302777528763,1.31577122211456,0.474843889474869,1.31414926052094,0.453551441431046,1.42230582237244,0.460099518299103,1.41426932811737,0.476814538240433,1.43093621730804,0.465552449226379,1.42504525184631,0.481244295835495,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,0.975952982902527,0.348973542451859,0.97325187921524,0.369755327701569,0.991040170192719,0.411029905080795,0.986356794834137,
  610. 0.428953230381012,0.0336517915129662,0.428953170776367,0.0278524719178677,0.410056471824646,0.0172339677810669,0.403542280197144,0.0233746692538261,0.373105973005295,0.0357533171772957,0.34738889336586,1.52330911159515,0.360429227352142,1.54408502578735,0.360429644584656,1.54511702060699,0.383891403675079,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.99380749464035,0.706061184406281,0.984866440296173,0.730163812637329,0.980821788311005,0.772138714790344,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,0.0208881478756666,0.76007354259491,0.01279007922858,0.707194030284882,0.0202979035675526,0.700679898262024,1.42567574977875,0.435371607542038,1.42011952400208,0.413717091083527,1.4589616060257,0.413717240095139,1.43989193439484,0.435372024774551,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.60799849033356,0.36042982339859,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.60497951507568,0.383885532617569,1.55093443393707,0.360428601503372,1.55089104175568,0.383888095617294,1.58281815052032,0.383888244628906,1.49149167537689,0.435370981693268,1.48630464076996,0.413716942071915,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.48719984292984,0.324529558420181,0.963063955307007,0.324528366327286,0.975952982902527,0.348973542451859,0.97325187921524,0.369755327701569,0.991040170192719,0.411029905080795,0.986356794834137,0.428953230381012,0.485032558441162,0.428949683904648,0.479224115610123,0.410055160522461,0.468611717224121,0.403533458709717,0.474738121032715,0.373113512992859,0.48712232708931,0.347396612167358,1.52330911159515,0.360429227352142,1.54408502578735,0.360429644584656,1.54511702060699,
  611. 0.383891403675079,1.52205431461334,0.383888274431229,0.482360899448395,0.681781947612762,0.989124059677124,0.681783258914948,0.99380749464035,0.706061184406281,0.984866440296173,0.730163812637329,0.980821788311005,0.772138714790344,0.97400963306427,0.786208093166351,0.484531104564667,0.786206364631653,0.472261101007462,0.760071933269501,0.464165925979614,0.70719975233078,0.47167295217514,0.700679481029511,1.42567574977875,0.435371607542038,1.42011952400208,0.413717091083527,1.4589616060257,0.413717240095139,1.43989193439484,0.435372024774551,0.151801690459251,0.554677426815033,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,0.15444652736187,0.576233744621277,0.654081881046295,0.620428025722504,-0.30045610666275,0.63007116317749,-0.295846521854401,0.589232563972473,0.648457944393158,0.579692840576172,1.60799849033356,0.36042982339859,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.60497951507568,0.383885532617569,1.55093443393707,0.360428601503372,1.55089104175568,0.383888095617294,1.58281815052032,0.383888244628906,1.49149167537689,0.435370981693268,1.48630464076996,0.413716942071915,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.503209471702576,0.103240229189396,0.97652143239975,0.102389492094517,0.987644076347351,0.134750470519066,0.972830772399902,0.145402386784554,0.984858393669128,0.159393936395645,0.984122335910797,0.206582814455032,0.978706359863281,0.220895648002625,0.505293071269989,0.21998019516468,0.504804790019989,0.207611680030823,0.503656029701233,0.189753279089928,0.50726443529129,0.179517030715942,0.510052561759949,0.16386578977108,0.497961968183517,0.154465019702911,0.500696241855621,0.140632525086403,0.500089764595032,0.131029859185219,1.50813341140747,0.339230000972748,1.51161575317383,0.339495718479156,1.51802849769592,0.351230531930923,1.48245668411255,0.35155588388443,0.50137323141098,0.889229834079742,0.980658829212189,0.885368585586548,0.992260158061981,
  612. 0.893492639064789,0.987204194068909,0.951739192008972,0.980150759220123,0.961549043655396,0.992886960506439,0.966112315654755,0.98392391204834,1.00391554832459,0.49865984916687,1.00604283809662,0.496910035610199,0.98354697227478,0.493228405714035,0.95764571428299,0.495509892702103,0.952026188373566,0.505812108516693,0.945337414741516,0.504059195518494,0.927495062351227,0.501480996608734,0.916689515113831,0.50097668170929,0.905365467071533,1.35473680496216,0.480854660272598,1.3386093378067,0.47634282708168,1.34165477752686,0.459401875734329,1.35305619239807,0.463540464639664,0.22089871764183,0.379650592803955,0.648062467575073,0.377914518117905,0.64157897233963,0.396317690610886,0.224683403968811,0.398012042045593,0.645542502403259,0.443687707185745,0.229296579957008,0.442190527915955,0.231883585453033,0.424070805311203,0.643244802951813,0.425550401210785,1.63009405136108,0.342866629362106,1.61629211902618,0.332025021314621,1.65690863132477,0.322078853845596,1.68941867351532,0.32742103934288,1.52476382255554,0.352543085813522,1.52353358268738,0.339118212461472,1.52791690826416,0.338292479515076,1.52704000473022,0.353929728269577,1.55016529560089,0.337220162153244,1.54135882854462,0.353839099407196,1.58465087413788,0.336079746484756,1.58276879787445,0.355230718851089,1.57849168777466,0.337449848651886,1.60850310325623,0.350739777088165,1.36482453346252,0.460782945156097,1.37025785446167,0.47681075334549,1.30846405029297,0.482207715511322,1.30718398094177,0.465236693620682,1.4189031124115,0.457418382167816,1.41364789009094,0.475600033998489,1.43063938617706,0.463429898023605,1.42722976207733,0.479357242584229,0.505499482154846,-0.0261756498366594,0.990617334842682,-0.0249461196362972,0.981198489665985,-0.000860424246639013,0.515731155872345,-0.00204015406779945,0.557132482528687,0.0232666991651058,0.981258571147919,0.0246623959392309,0.988420009613037,0.0470856875181198,0.982520699501038,0.06167072057724,0.984973192214966,0.0955570861697197,0.978776395320892,0.103478237986565,0.549619197845459,0.10215512663126,0.54242342710495,
  613. 0.0935587659478188,0.547946870326996,0.0716515704989433,0.546352744102478,0.0486145690083504,0.990617215633392,1.08607411384583,0.549294292926788,1.08977365493774,0.543609321117401,1.06849014759064,0.543060958385468,1.03701317310333,0.539832353591919,1.01572000980377,0.542865395545959,1.01107835769653,0.983992159366608,1.00741720199585,0.989755272865295,1.02273142337799,0.988379597663879,1.05536544322968,0.991391479969025,1.05970931053162,1.6321280002594,0.392347425222397,1.62528729438782,0.41400146484375,1.61864817142487,0.392347425222397,1.55710113048553,0.441171020269394,1.56180918216705,0.46463018655777,1.55432486534119,0.464631885290146,1.55288946628571,0.441171050071716,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,0.166243970394135,0.358158260583878,0.174824520945549,0.334150582551956,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.60925722122192,0.464629948139191,1.61363899707794,0.441171288490295,1.57997500896454,0.441171377897263,1.58488237857819,0.464631259441376,1.59351527690887,0.414001107215881,1.58646106719971,0.392346948385239,1.57808029651642,0.414001107215881,1.58162701129913,0.392346918582916,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.777349054813385,0.428953230381012,0.443272590637207,0.598872661590576,0.777348935604095,0.681783199310303,0.443272471427917,0.620427966117859,0.449275374412537,0.576236367225647,0.783379077911377,0.324528366327286,0.449275583028793,0.554681181907654,0.783379316329956,0.786208093166351,0.465691685676575,0.681783199310303,0.133036434650421,0.620427846908569,0.111134469509125,0.554681062698364,0.443689227104187,0.786208033561707,0.465691924095154,0.42895320057869,0.133036643266678,0.598872482776642,0.111135840415955,0.576236248016357,0.443690657615662,0.324528336524963,0.772500693798065,-0.0254989359527826,0.792191445827484,1.08773744106293,0.791041910648346,0.0240364372730255,0.772440671920776,-0.00138952233828604,0.7541184425354,1.00932502746582,0.397450804710388,
  614. 0.357572674751282,0.753334820270538,0.102783188223839,0.397449791431427,0.334734171628952,0.7955042719841,0.546763598918915,1.03153228759766,0.530281662940979,1.03180277347565,0.576300263404846,0.795159935951233,0.563439786434174,0.465632557868958,0.661904036998749,1.05169332027435,0.425250113010406,0.465132832527161,0.645770668983459,1.05298435688019,0.680910170078278,0.150797128677368,0.66301965713501,0.631954312324524,0.426771193742752,0.499370813369751,0.545804262161255,0.644979119300842,0.525233447551727,0.644987642765045,0.582898616790771,0.498435318470001,0.564381659030914,0.149030476808548,0.644671738147736,0.63240921497345,0.681264758110046,0.667441666126251,-0.024946141988039,0.667441487312317,1.08607399463654,0.6677126288414,0.0246623903512955,0.667712569236755,-0.00329201994463801,0.653343737125397,1.00834703445435,0.319833010435104,0.356935441493988,0.653392732143402,0.102389454841614,0.319881588220596,0.335380017757416,0.321531593799591,-0.024946166202426,0.321531444787979,1.08607387542725,0.32112729549408,0.0246623829007149,0.321127265691757,-0.0032920353114605,0.302569270133972,1.00834703445435,-0.0293419361114502,0.356935441493988,0.302157044410706,0.102389454841614,-0.0297524333000183,0.335379958152771,0.568434238433838,0.22712504863739,0.347748160362244,0.42253965139389,0.568196356296539,0.883621692657471,0.348043859004974,0.443241119384766,0.329413026571274,0.398985862731934,0.540453612804413,0.104852184653282,0.330466777086258,0.378402829170227,0.540218949317932,1.00588893890381,0.751749217510223,0.220456779003143,0.446035772562027,0.424841076135635,0.750859797000885,0.887219905853271,0.445968568325043,0.442969858646393,0.423324525356293,0.397204697132111,0.728731751441956,0.10283487290144,0.423250555992126,0.378828167915344,0.728534400463104,1.00503504276276,0.379083424806595,-0.0249461643397808,0.379083275794983,1.08607387542725,0.379082143306732,0.0246623829007149,0.379082143306732,-0.00329203251749277,0.391480684280396,1.00834691524506,0.0591640472412109,0.356935441493988,0.3914814889431,0.102389454841614,
  615. 0.059164747595787,0.335379987955093,0.571356952190399,0.42895320057869,0.238219872117043,0.598872542381287,0.571385979652405,0.681783199310303,0.238248705863953,0.620427906513214,0.28191551566124,0.576236307621002,0.615252614021301,0.324528336524963,0.282346785068512,0.554681122303009,0.615685820579529,0.786208033561707,0.635470271110535,0.224690467119217,0.298861145973206,0.42206797003746,0.634164690971375,0.885959088802338,0.298866331577301,0.443702042102814,0.232923164963722,0.399486005306244,0.567231953144073,0.102473929524422,0.232918277382851,0.377921938896179,0.565664529800415,1.00836277008057,0.797392129898071,0.428951889276505,0.292520195245743,0.583288669586182,0.794030725955963,0.681782722473145,0.286604553461075,0.624140441417694,0.447119444608688,0.576235353946686,0.781213343143463,0.324528813362122,0.443781316280365,0.554679691791534,0.777855217456818,0.786207437515259,0.371307015419006,0.324528336524963,0.0390823185443878,0.510489523410797,0.371306627988815,0.786208033561707,0.0390819758176804,0.532044947147369,0.115289106965065,0.487853288650513,0.447862923145294,0.225367829203606,0.115289449691772,0.466297805309296,0.44786325097084,0.885368525981903,0.533453643321991,1.71774458885193,0.532704889774323,1.72189211845398,0.555449426174164,1.59527897834778,0.554840743541718,1.60211873054504,0.530374825000763,1.37801051139832,0.533060133457184,1.79632639884949,0.531012952327728,1.77999901771545,0.55303281545639,1.48341500759125,0.555449724197388,1.49588882923126,-0.183997020125389,1.72208750247955,-0.183083698153496,1.72587156295776,-0.21538208425045,1.59996259212494,-0.214128851890564,1.60727488994598,-0.184627771377563,1.40537476539612,-0.180249810218811,1.79225814342499,-0.179072961211205,1.77720415592194,-0.214383378624916,1.54580497741699,-0.212886393070221,1.52782690525055,-0.53245085477829,1.73601257801056,-0.513833165168762,1.61525702476501,-0.53255033493042,1.39962267875671,-0.52875828742981,1.83990478515625,-0.516386866569519,1.50934410095215,-0.531858205795288,1.73135232925415,-0.529567837715149,
  616. 1.83536100387573,-0.515378296375275,1.50920486450195,-0.513478219509125,1.60869181156158,0.586539447307587,0.599396049976349,0.584391832351685,0.604801952838898,0.658125400543213,0.468058079481125,0.655871450901031,0.473566681146622,0.585279405117035,0.270512700080872,0.590910494327545,0.684995889663696,0.582494080066681,0.666039407253265,0.657912194728851,0.40044304728508,0.655623137950897,0.394951641559601,0.286613821983337,0.606946468353271,0.266576409339905,0.486439108848572,0.288776904344559,0.263685822486877,0.287747740745544,0.708663940429688,0.26447981595993,0.385200381278992,0.287796437740326,0.600940883159637,0.264479339122772,0.481060683727264,0.28821849822998,0.702468395233154,0.266297340393066,0.378776609897614,0.673584938049316,0.343918144702911,0.674549579620361,0.428084820508957,0.650722980499268,0.126063615083694,0.650583267211914,0.220965057611465,0.67537385225296,0.336979150772095,0.64794796705246,0.213646680116653,0.675801694393158,0.412992715835571,0.65823221206665,0.555239021778107,0.651390194892883,0.119616866111755,0.559066414833069,0.793567776679993,0.620150208473206,0.312846153974533,0.618369162082672,0.319652587175369,0.677615225315094,0.656930804252625,0.622452795505524,0.418100863695145,0.616008460521698,0.394195109605789,0.679629862308502,0.577447831630707,0.640251398086548,0.6635981798172,0.674937427043915,0.559166133403778,0.0244730561971664,0.319857537746429,0.0224774777889252,0.408431351184845,-0.0200264416635036,0.586448788642883,0.0105534344911575,0.66343766450882,0.0730139762163162,0.793380439281464,0.0231320559978485,0.313019663095474,-0.0197505801916122,0.656675100326538,0.0237844288349152,0.401542186737061,-0.0161927863955498,0.566712915897369
  617. }
  618. UVIndex: *2412 {
  619. a: 0,1080,1075,7,8,9,10,11,12,13,14,15,16,17,18,19,1077,1082,26,27,28,29,30,31,32,33,34,35,36,37,38,1081,1079,41,42,1078,1076,45,46,47,48,49,50,51,52,53,53,52,54,55,55,54,56,57,57,56,58,59,17,16,51,50,59,58,47,46,34,37,60,61,62,63,36,35,61,60,64,65,65,64,66,67,68,1160,1165,71,72,1164,1159,75,76,77,78,76,79,80,77,81,82,79,76,83,81,78,81,76,78,84,1158,1161,88,89,1166,1162,93,94,83,78,95,81,83,96,95,83,94,97,84,75,1159,1158,68,88,1161,1160,98,73,1174,1170,70,90,1175,1171,100,101,102,103,104,105,106,1188,1191,111,112,113,114,115,116,117,1190,1187,121,122,123,124,125,126,127,128,129,1193,1189,136,137,138,139,140,141,142,143,144,145,146,121,1187,1186,106,148,1192,1188,135,118,1201,1195,110,130,1202,1196,151,150,1181,1178,153,152,1182,1176,154,155,156,157,154,157,158,159,154,158,160,161,155,159,159,155,154,163,164,162,1180,1179,166,167,165,1183,1177,168,169,155,161,170,168,161,171,170,161,159,150,163,1179,1181,152,166,1177,1182,173,174,175,176,177,100,178,179,180,181,182,183,184,185,186,187,184,188,188,173,187,173,175,189,187,100,173,188,184,190,181,178,182,179,191,192,193,183,182,178,194,195,196,103,197,198,199,200,104,103,176,177,198,174,177,103,198,100,177,173,100,102,201,187,190,184,194,192,183,176,103,177,149,1197,1198,127,126,209,210,211,212,174,213,175,173,177,174,214,196,215,194,196,214,183,195,194,195,183,178,195,178,180,216,217,218,214,192,194,217,192,214,193,192,216,216,192,217,214,215,218,217,191,186,219,186,220,184,191,219,192,201,186,191,192,219,183,183,219,185,175,213,221,189,175,221,174,198,197,174,197,213,103,105,221,213,197,201,102,101,186,186,101,220,188,220,101,100,188,184,220,185,219,186,183,185,181,181,185,184,181,190,182,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,229,237,230,232,238,233,239,225,143,240,241,224,242,243,236,244,245,230,246,245,247,238,230,248,231,145,223,249,228,224,228,226,226,248,227,144,248,145,250,241,242,251,252,253,254,222,255,256,222,254,256,249,223,257,249,256,258,249,257,259,234,258,260,259,261,262,241,250,222,224,252,234,229,249,236,229,
  620. 234,263,237,236,243,226,242,224,230,248,228,263,246,230,242,239,250,225,239,242,227,144,225,248,144,227,248,232,231,230,232,248,253,252,262,263,230,237,259,235,234,249,229,228,236,237,229,223,228,224,226,228,248,239,240,264,265,230,238,232,252,241,262,225,144,143,238,247,266,244,235,259,260,244,236,235,258,234,249,256,223,222,252,224,241,242,226,225,255,222,252,255,252,251,255,251,267,268,1142,1147,271,272,1146,1141,275,276,277,278,276,279,280,281,277,282,279,276,283,282,278,282,276,278,284,1140,1143,288,289,1148,1144,293,294,283,278,295,282,283,296,295,283,294,297,284,275,1141,1140,268,288,1143,1142,298,273,1155,1152,290,1156,1153,270,268,271,1139,1133,302,1137,1132,303,304,305,306,304,306,307,308,309,310,304,309,311,305,310,310,305,304,312,1131,1134,306,313,314,1138,1135,315,316,317,318,305,311,319,317,311,320,319,311,310,312,303,1132,1131,306,1134,1133,300,299,272,1137,1136,271,289,1138,1139,322,68,71,323,324,325,326,327,328,329,72,75,330,331,332,333,334,335,89,93,336,337,338,339,340,341,342,343,344,345,346,330,75,84,322,347,88,68,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,355,363,356,358,364,359,365,351,343,366,367,350,368,369,362,370,371,356,372,371,373,364,356,374,357,345,349,375,354,350,354,352,352,374,353,344,374,345,376,367,368,377,378,379,380,348,381,382,348,380,382,375,349,383,375,382,384,375,383,385,360,384,386,385,387,388,367,376,348,350,378,360,355,375,362,355,360,389,363,362,369,352,368,350,356,374,354,389,372,356,368,365,376,351,365,368,353,344,351,374,344,353,374,358,357,356,358,374,379,378,388,389,356,363,385,361,360,375,355,354,362,363,355,349,354,350,352,354,374,365,366,390,391,356,364,358,378,367,388,351,344,343,364,373,392,370,361,385,386,370,362,361,384,360,375,382,349,348,378,350,367,368,352,351,381,348,378,381,378,377,381,377,393,99,72,329,400,71,89,335,323,84,88,347,394,395,396,397,398,399,346,401,402,403,404,405,406,407,408,409,151,1178,1184,172,414,415,416,417,418,401,419,420,421,422,423,424,425,426,427,428,425,429,429,414,428,414,416,430,428,401,414,429,425,431,422,419,
  621. 423,420,432,433,434,424,423,419,435,436,437,404,438,439,440,441,405,404,417,418,439,415,418,404,439,401,418,414,401,403,442,428,431,425,435,433,424,417,404,418,415,448,416,414,418,415,449,437,450,435,437,449,424,436,435,436,424,419,436,419,421,451,452,453,449,433,435,452,433,449,434,433,451,451,433,452,449,450,453,452,432,427,454,427,455,425,432,454,433,442,427,432,433,454,424,424,454,426,416,448,456,430,416,456,415,439,438,415,438,448,404,406,456,448,438,442,403,402,427,427,402,455,429,455,402,401,429,425,455,426,454,427,424,426,422,422,426,425,422,431,423,153,1176,1180,162,467,1067,1070,470,471,1069,1073,477,478,479,480,481,1060,1063,487,488,489,490,491,492,493,494,495,496,497,498,499,1064,1066,502,503,504,505,506,507,495,494,505,504,507,506,493,492,508,509,509,508,510,511,511,510,512,513,514,492,491,515,1091,1094,518,519,1093,1097,525,526,527,528,529,1092,1095,535,536,537,538,539,540,541,542,543,544,545,546,547,1096,1098,550,551,552,553,554,555,543,542,553,552,555,554,541,540,556,557,557,556,558,559,559,558,560,561,562,540,539,566,563,1053,1056,1054,575,576,577,578,579,580,567,1052,581,582,583,592,593,594,595,596,597,584,1055,1058,598,599,600,601,605,602,1057,1051,606,607,608,609,610,611,612,613,614,582,581,615,616,617,613,612,608,607,617,616,618,601,600,619,620,621,622,623,624,625,623,622,598,621,620,599,626,627,625,624,581,583,628,629,1034,1031,635,636,637,638,639,640,641,642,643,644,1027,1030,650,651,652,653,654,655,656,657,658,1029,1033,661,662,1022,1020,665,666,667,668,669,642,641,670,671,671,670,666,672,673,657,656,674,675,676,655,654,673,674,677,678,672,666,669,679,1128,1123,687,688,689,690,691,692,693,694,695,1125,1130,703,704,705,706,707,708,709,710,711,1129,1127,714,715,1126,1124,718,719,720,721,719,721,722,723,724,708,707,725,710,709,726,727,727,726,720,728,729,730,731,732,693,692,733,734,734,733,730,729,728,720,719,735,1112,1107,742,743,744,745,746,747,748,749,750,751,752,753,754,1109,1114,761,762,763,764,765,766,767,768,769,770,771,772,773,1113,1111,776,777,1110,1108,780,781,782,783,784,785,786,787,
  622. 788,788,787,789,790,790,789,791,792,792,791,793,794,752,751,786,785,794,793,782,781,769,772,795,796,797,798,771,770,796,795,799,800,800,799,801,802,803,1104,1099,809,810,811,812,813,814,815,816,817,818,1101,1106,824,825,826,827,828,829,830,831,832,1105,1103,835,836,1102,1100,839,840,841,842,843,816,815,844,845,845,844,840,846,847,831,830,848,849,850,829,828,847,848,851,852,846,840,843,853,1120,1115,859,860,861,862,863,864,865,866,867,868,1117,1122,874,875,876,877,878,879,880,881,882,1121,1119,885,886,1118,1116,889,890,891,892,893,866,865,894,895,895,894,890,896,897,881,880,898,899,900,879,878,897,898,901,902,896,890,893,903,1088,1083,910,911,912,913,914,915,916,917,918,919,920,921,922,1085,1090,929,930,931,932,933,934,935,936,937,938,939,940,941,1089,1087,944,945,1086,1084,948,949,950,951,952,953,954,955,956,956,955,957,958,958,957,959,960,960,959,961,962,920,919,954,953,962,961,950,949,937,940,963,964,965,966,939,938,964,963,967,968,968,967,969,970,971,1035,1038,974,975,1037,1041,981,982,983,984,985,1036,1039,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1040,1042,1006,1007,1008,1009,1010,1011,999,998,1009,1008,1011,1010,997,996,1012,1013,1013,1012,1014,1015,1015,1014,1016,1017,1018,996,995,1019,1024,630,631,632,633,634,1026,1021,645,646,647,648,649,1023,1025,659,660,1020,1022,1028,1032,1031,1034,1024,1019,1030,1027,1021,1026,1033,1029,1025,1023,1032,1028,663,664,1038,1035,972,973,1041,1037,976,977,978,979,980,1039,1036,986,987,988,989,990,1042,1040,1004,1005,1046,1043,564,565,1044,1048,568,569,570,571,572,573,574,1050,1045,585,586,587,588,589,590,591,1047,1049,603,604,1056,1053,1043,1046,1054,1052,1048,1044,1058,1055,1045,1050,1051,1057,1049,1047,1062,1059,468,469,1065,1061,472,473,474,475,476,1063,1060,1068,1071,1066,1064,1072,1074,1070,1067,1059,1062,1073,1069,1061,1065,1071,1068,482,483,484,485,486,1074,1072,500,501,1075,1080,1,2,3,4,5,6,1082,1077,20,21,22,23,24,25,1079,1081,39,40,1076,1078,43,44,1083,1088,904,905,906,907,908,909,1090,1085,923,924,925,926,927,928,1087,1089,942,943,1084,1086,946,947,
  623. 1094,1091,516,517,1097,1093,520,521,522,523,524,1095,1092,530,531,532,533,534,1098,1096,548,549,1099,1104,804,805,806,807,808,1106,1101,819,820,821,822,823,1103,1105,833,834,1100,1102,837,838,1107,1112,736,737,738,739,740,741,1114,1109,755,756,757,758,759,760,1111,1113,774,775,1108,1110,778,779,1115,1120,854,855,856,857,858,1122,1117,869,870,871,872,873,1119,1121,883,884,1116,1118,887,888,1123,1128,680,681,682,683,684,685,686,1130,1125,696,697,698,699,700,701,702,1127,1129,712,713,1124,1126,716,717,1133,1139,301,300,1132,1137,272,275,1134,1131,284,288,1135,1138,289,293,1131,1132,275,284,1133,1134,288,268,1136,1137,302,321,1139,1138,314,301,1147,1142,1157,1153,1141,1146,1155,1149,1143,1140,1154,1150,1144,1148,1156,1151,1140,1141,1149,1154,1142,1143,1150,1157,1145,1146,272,299,1147,1148,289,271,1152,1155,1146,1145,1153,1156,1148,1147,1153,1157,269,270,1149,1155,273,274,1150,1154,285,286,287,1151,1156,290,291,292,1154,1149,274,285,1157,1150,287,269,1165,1160,1173,1171,1159,1164,1174,1167,1161,1158,1172,1168,1162,1166,1175,1169,1158,1159,1167,1172,1160,1161,1168,1173,1163,1164,72,99,1165,1166,89,71,1170,1174,1164,1163,1171,1175,1166,1165,1171,1173,69,70,1167,1174,73,74,1168,1172,85,86,87,1169,1175,90,91,92,1172,1167,74,85,1173,1168,87,69,1178,1181,457,458,459,412,1176,1182,411,460,461,1179,1180,408,407,444,445,446,447,443,1177,1183,413,462,463,464,465,410,1181,1179,443,457,1182,1177,410,411,1184,1178,412,466,1180,1176,461,408,1191,1188,1200,1196,1187,1190,1201,1194,1189,1193,1202,1195,1186,1187,1194,1199,1188,1192,1197,1200,1189,1190,117,136,1191,1193,129,111,1185,1192,148,202,203,204,205,206,207,208,1195,1201,1190,1189,1196,1202,1193,1191,1198,1197,1192,1185,1196,1200,107,108,109,110,1194,1201,118,119,120,1195,1202,130,131,132,133,134,135,1199,1194,120,147,1200,1197,149,107
  624. }
  625. }
  626. LayerElementSmoothing: 0 {
  627. Version: 102
  628. Name: ""
  629. MappingInformationType: "ByEdge"
  630. ReferenceInformationType: "Direct"
  631. Smoothing: *1206 {
  632. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,0,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,0,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,
  633. 0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  634. }
  635. }
  636. LayerElementMaterial: 0 {
  637. Version: 101
  638. Name: ""
  639. MappingInformationType: "AllSame"
  640. ReferenceInformationType: "IndexToDirect"
  641. Materials: *1 {
  642. a: 0
  643. }
  644. }
  645. Layer: 0 {
  646. Version: 100
  647. LayerElement: {
  648. Type: "LayerElementNormal"
  649. TypedIndex: 0
  650. }
  651. LayerElement: {
  652. Type: "LayerElementBinormal"
  653. TypedIndex: 0
  654. }
  655. LayerElement: {
  656. Type: "LayerElementTangent"
  657. TypedIndex: 0
  658. }
  659. LayerElement: {
  660. Type: "LayerElementMaterial"
  661. TypedIndex: 0
  662. }
  663. LayerElement: {
  664. Type: "LayerElementSmoothing"
  665. TypedIndex: 0
  666. }
  667. LayerElement: {
  668. Type: "LayerElementUV"
  669. TypedIndex: 0
  670. }
  671. }
  672. }
  673. Geometry: 2399509514464, "Geometry::", "Mesh" {
  674. Vertices: *771 {
  675. a: 241.69921875,2.64720964431763,-158.181396484375,-289.94140625,3.97681045532227,-139.67578125,-293.9296875,-4.3143138885498,-139.52099609375,242.7255859375,-3.65736198425293,-157.88134765625,242.70703125,5.29907989501953,-108.310791015625,-290.658203125,3.97681045532227,-90.398681640625,-296.474609375,-4.3371696472168,-90.1728515625,245.421875,-1.00373840332031,-108.06884765625,0.107421875,-2.34925365447998,400,0.107421875,-28.6839962005615,400,-24.7802734375,-2.75993633270264,-10.809326171875,-24.0517578125,-2.34925365447998,400,24.00390625,-2.55459499359131,3.257080078125,24.2666015625,-2.34925365447998,400,-24.0517578125,-28.6839962005615,400,-24.1611328125,-28.6839981079102,-9.2939453125,24.2666015625,-28.6839962005615,400,24.00390625,-28.7086982727051,11.460693359375,193.03125,-1.91057682037354,-358.255126953125,195.2685546875,-27.8346309661865,-355.10302734375,216.6826171875,-1.91057109832764,-344.5361328125,168.40625,-1.91056823730469,-333.952880859375,215.77734375,-27.8346309661865,-334.385498046875,167.4404296875,-27.8346309661865,-325.4775390625,230.9912109375,-1.91057109832764,81.28759765625,182.392578125,-1.91056823730469,83.066162109375,230.9912109375,-27.8346309661865,94.0927734375,182.0927734375,-27.8346309661865,74.8681640625,0.107421875,-2.34925365447998,-400,0.107421875,-28.6839962005615,-400,-24.0517578125,-2.34925365447998,-400,24.2666015625,-2.34925365447998,-400,-24.0517578125,-28.6839962005615,-400,24.2666015625,-28.6839962005615,-400,208.2841796875,-1.18388366699219,-370.8955078125,200.6328125,-19.3925399780273,-388.736572265625,180.9248046875,-27.8346309661865,-343.115234375,169.5830078125,-26.682674407959,-365.49365234375,177.0556640625,-18.1494789123535,-356.51806640625,212.328125,-26.4084644317627,-366.98193359375,210.869140625,-17.4933109283447,-383.909912109375,171.2861328125,-16.9118137359619,-355.146484375,168.5400390625,-4.20943069458008,-356.6708984375,182.9248046875,-11.9560832977295,97.589111328125,210.98046875,-1.91057109832764,81.3154296875,201.328125,-13.4996376037598,98.451416015625,
  676. 196.19140625,-26.3363418579102,92.009765625,196.1376953125,-1.91057109832764,106.19482421875,215.634765625,-24.2700824737549,115.64990234375,213.09375,-15.5089130401611,124.180908203125,232.1181640625,-23.6220512390137,112.0732421875,227.462890625,-1.91057109832764,95.49267578125,226.0419921875,-10.8815250396729,115.102783203125,194.4560546875,-11.9560832977295,109.417724609375,-224.048828125,-2.12014675140381,-22.817138671875,-224.1044921875,-3.05942058563232,400,-181.2900390625,-2.12014675140381,-17.7421875,-175.7861328125,-3.05942058563232,400,-224.1044921875,-30.0144786834717,400,-224.732421875,-31.5903873443604,-22.884521484375,-175.7861328125,-30.0144786834717,400,-178.626953125,-33.4341812133789,-17.4794921875,-199.9453125,-3.05942058563232,-400,-199.9453125,-30.0144786834717,-400,-224.1044921875,-3.05942058563232,-400,-175.7861328125,-3.05942058563232,-400,-224.1044921875,-30.0144786834717,-400,-175.7861328125,-30.0144786834717,-400,-128.3642578125,6.79364013671875,-175.28662109375,285.0625,-3.23162364959717,-180.604248046875,-123.5087890625,13.6067447662354,-176.460205078125,280.623046875,3.6626296043396,-180.53173828125,278.7734375,3.6626296043396,-221.8505859375,-129.599609375,8.67607307434082,-213.75244140625,-133.6630859375,1.85937738418579,-212.623291015625,281.2607421875,-3.23162364959717,-221.89111328125,-159.4873046875,4.83418464660645,39.42333984375,270.8017578125,-0.382513046264648,52.967041015625,-154.91796875,12.2802066802979,39.518310546875,266.763671875,7.0649299621582,52.002685546875,267.3720703125,3.23864078521729,15.220947265625,-160.3876953125,12.2802066802979,7.92724609375,-164.2138671875,4.83418464660645,7.84765625,269.5869140625,-4.19032287597656,16.09912109375,-250.4248046875,1.7217378616333,-281.00830078125,282.3935546875,8.60447311401367,-274.48486328125,-253.1982421875,-5.14633369445801,-280.34326171875,290.2802734375,2.31190299987793,-274.41650390625,292.130859375,7.36327648162842,-227.89599609375,-247.1044921875,6.24833488464355,-236.271484375,-252.17578125,-0.608931541442871,-235.6123046875,
  677. 295.30078125,0.68553638458252,-227.862548828125,76.17578125,0.901895523071289,-392.0693359375,-310.544921875,5.2772912979126,-377.57421875,-311.626953125,-1.63650798797607,-377.538330078125,77.298828125,-6.01190376281738,-392.109375,68.119140625,0.901895523071289,-345.890380859375,-308.53125,5.2772912979126,-338.1513671875,-309.61328125,-1.63650798797607,-338.11572265625,72.5625,-6.01190376281738,-346.048583984375,96.7900390625,3.5987401008606,50.718994140625,-290.7529296875,7.52146816253662,57.77685546875,-292.5283203125,1.76569986343384,56.685302734375,93.6435546875,-2.29992294311523,50.770263671875,84.16796875,3.5987401008606,93.439453125,-288.693359375,-0.536602973937988,99.78271484375,-288.833984375,-6.33609390258789,98.71484375,85.6279296875,-2.29992294311523,93.41552734375,105.4716796875,-2.29992294311523,76.00732421875,101.359375,3.5987401008606,74.8134765625,-261.4052734375,4.19666576385498,246.454833984375,121.0283203125,5.49081611633301,253.369140625,123.708984375,-1.2003059387207,252.8125,-262.3779296875,-2.50843048095703,246.442626953125,-260.0615234375,4.19666576385498,196.521484375,122.853515625,9.59207916259766,204.330322265625,126.7548828125,2.89667558670044,203.775146484375,-262.724609375,-2.50843048095703,196.487548828125,203.8125,10.0084257125854,166.721435546875,-283.3671875,-2.50842952728271,195.986572265625,-284.6328125,5.14609861373901,196.05810546875,205.1259765625,17.6629543304443,166.647216796875,189.9375,10.0084257125854,117.427978515625,-285.15625,-2.50842952728271,146.010009765625,-286.421875,5.14609861373901,146.08154296875,195.1318359375,17.6629543304443,117.13427734375,-88.0205078125,9.81852149963379,249.036865234375,-286.0732421875,2.3946008682251,249.328125,-287.130859375,-3.94178676605225,249.328125,-87.01171875,3.52456188201904,248.187255859375,-96.66015625,4.48231410980225,290.24169921875,-285.2109375,2.3946008682251,290.748046875,-286.2685546875,-3.94178676605225,290.748046875,-92.408203125,-1.85015678405762,289.33984375,275.529296875,-3.22227764129639,5.98095703125,68.3056640625,-4.3872709274292,6.22802734375,
  678. 67.0390625,3.18631649017334,6.2412109375,276.75390625,4.30443000793457,6.767822265625,273.0126953125,-1.56132793426514,-44.983642578125,66.896484375,-4.3872709274292,-40.538818359375,65.0576171875,3.18631649017334,-40.51953125,276.298828125,5.96248483657837,-44.26416015625,-105.794921875,1.07652759552002,-319.11376953125,66.9912109375,3.00385570526123,-316.2880859375,-102.12890625,-6.37294101715088,-319.030029296875,63.658203125,-4.44561195373535,-316.37744140625,62.1337890625,-4.44561195373535,-277.396484375,-105.6748046875,-6.37294101715088,-285.80859375,-108.7451171875,1.07652759552002,-285.878662109375,64.0009765625,3.00385570526123,-277.34619140625,-8.6650390625,4.49227857589722,-387.532470703125,-8.6640625,-2.4215202331543,-387.53271484375,-4.818359375,4.49227857589722,-345.225341796875,-4.8173828125,-2.4215202331543,-345.22509765625,-134.9052734375,-5.70168685913086,-386.82958984375,-142.9716796875,-5.70168685913086,-344.146728515625,-134.9052734375,1.21211242675781,-386.82958984375,-142.970703125,1.21211242675781,-344.14697265625,-10.6962890625,4.56132507324219,-318.37158203125,-10.6953125,-2.88814258575439,-318.37158203125,-26.017578125,4.56132555007935,-279.760498046875,-26.017578125,-2.88814258575439,-279.7607421875,186.8212890625,4.28327894210815,-277.134521484375,186.8212890625,-2.63052082061768,-277.134521484375,194.716796875,4.28327894210815,-228.565185546875,194.716796875,-2.63052082061768,-228.5654296875,23.3466796875,7.04786443710327,-226.455078125,30.5380859375,7.04786443710327,-276.16943359375,30.5380859375,0.1340651512146,-276.16943359375,23.3466796875,0.1340651512146,-226.455322265625,143.9150390625,-1.31267356872559,-185.303955078125,143.916015625,5.58158016204834,-185.303955078125,136.84765625,-1.31267356872559,-226.537353515625,136.8466796875,5.58158016204834,-226.537353515625,-4.8671875,-2.33808517456055,-181.38720703125,-4.865234375,4.5380072593689,-181.37548828125,-14.0380859375,-2.36494064331055,-220.6875,-14.029296875,4.51361989974976,-220.6494140625,74.541015625,2.91539764404297,-145.306396484375,
  679. 74.4970703125,-3.61076831817627,-145.082763671875,65.5146484375,4.60877132415771,-99.616943359375,65.4716796875,-1.95886421203613,-99.396240234375,175.9189453125,-1.07431411743164,4.6240234375,175.9189453125,6.4992733001709,4.623779296875,165.3662109375,-1.07431411743164,-40.896240234375,165.3662109375,6.4992733001709,-40.896728515625,-0.9853515625,-2.29992294311523,47.26220703125,-0.9853515625,5.14609861373901,47.26220703125,5.41796875,-2.29992294311523,10.43798828125,5.41796875,5.14609861373901,10.43798828125,-6.8388671875,-2.11082553863525,170.169921875,-6.8388671875,4.74849414825439,170.16943359375,11.2119140625,-2.11082458496094,124.348876953125,11.2138671875,4.74849414825439,124.341796875,-121.9130859375,1.85165309906006,247.9619140625,-121.9140625,-4.85344314575195,247.962890625,-93.515625,1.85165309906006,198.640380859375,-93.515625,-4.85344314575195,198.640625,-162.177734375,3.60643577575684,249.353515625,-163.509765625,-2.72995185852051,249.353515625,-168.59375,3.60643577575684,290.7734375,-169.92578125,-2.72995185852051,290.7734375,-149.376953125,2.01444387435913,60.19873046875,-149.376953125,-3.8842191696167,60.198974609375,-113.7861328125,2.01444387435913,99.018310546875,-113.78515625,-3.8842191696167,99.01806640625,-220.48828125,-3.67734527587891,-172.12548828125,-174.3828125,-3.67734432220459,-180.77001953125,-222.056640625,-30.851469039917,-171.8310546875,-174.3828125,-29.3965549468994,-180.77001953125,-231.197265625,-3.67275905609131,113.587890625,-182.5048828125,-3.67275905609131,124.43994140625,-231.1611328125,-30.9218997955322,113.619384765625,-184.4990234375,-30.0901432037354,125.03369140625,-226.7939453125,-3.37460899353027,253.267578125,-175.869140625,-3.40595531463623,243.841796875,-226.7939453125,-29.6992893218994,253.267578125,-175.8681640625,-29.6679439544678,243.841552734375,-26.0751953125,-2.34925365447998,192.249755859375,21.2890625,-2.34925365447998,164.7841796875,-27.92578125,-30.3930149078369,190.350341796875,21.2890625,-28.6839962005615,165.61083984375,-21.541015625,-3.73444747924805,295.885986328125,
  680. 21.6953125,-3.73444747924805,302.961181640625,-21.5419921875,-27.2988033294678,296.098876953125,21.6943359375,-27.2988033294678,302.8544921875,220.818359375,-1.04262733459473,-42.235107421875,174.8134765625,-1.04262447357178,-22.30859375,222.4169921875,-30.4879894256592,-42.857177734375,176.630859375,-29.6799297332764,-22.381591796875,218.5537109375,-3.00739479064941,-212.01123046875,217.7421875,-26.7378063201904,-212.19140625,173.8603515625,-25.3385028839111,-222.960693359375,173.6943359375,-3.00739288330078,-221.979736328125,-24.8662109375,-2.86094880104065,-186.866943359375,-23.798828125,-28.7357120513916,-196.9775390625,24.4599609375,-28.611780166626,-204.11181640625,23.15625,-2.84327721595764,-195.67724609375,-4.953125,-2.34925365447998,3.961181640625,10.9609375,-2.75993633270264,-20.358642578125,-24.7802734375,-24.5127906799316,-27.549072265625,23.8505859375,-12.8245906829834,-11.275390625,-5.326171875,-16.3841934204102,-38.953125,9.9638671875,-2.73773193359375,-180.055908203125,-11.375,-2.73774385452271,-178.972412109375,-17.3349609375,-2.01270961761475,-160.217529296875,22.9033203125,-2.84327745437622,-172.97900390625,-3.75,-28.6023597717285,-175.5234375,11.0224609375,-28.6023597717285,-186.978515625,-10.3408203125,-20.1796207427979,-142.10888671875,21.5380859375,-27.4530467987061,-164.200439453125,-21.3564453125,-13.9656639099121,-174.917724609375,-20.39453125,-18.2847480773926,-147.306884765625,-14.6240234375,-11.8562278747559,-166.2783203125,-2.607421875,-6.66737031936646,-156.27197265625,-21.2333984375,-27.1794605255127,-164.276611328125,6.208984375,-22.1856212615967,-169.4091796875
  681. }
  682. PolygonVertexIndex: *948 {
  683. a: 5,180,178,-2,1,2,6,-6,2,179,181,-7,7,3,0,-5,6,181,180,-6,3,179,178,-1,12,219,221,17,-242,15,220,218,10,-241,9,16,13,-9,10,218,219,12,239,-239,17,221,220,-16,14,9,8,-12,40,20,-40,39,20,-23,25,227,229,27,-44,26,228,226,24,-51,18,20,-35,27,229,228,-27,33,31,237,-237,30,32,235,-235,29,28,31,-34,31,28,30,234,245,244,243,246,-238,32,29,33,236,248,247,-236,32,30,28,-30,18,34,-36,35,36,-39,22,19,35,-40,37,36,-24,21,18,-43,38,36,-38,34,20,-41,19,36,-36,41,42,-39,40,35,-35,21,233,230,20,-19,41,23,-22,41,37,-24,37,41,-39,41,21,-43,18,35,-43,42,35,-39,35,40,-40,46,45,-54,50,48,-27,52,49,-51,49,46,-49,50,51,-53,47,43,-54,53,43,-47,44,45,-50,47,25,-44,49,45,-47,43,27,-47,24,51,-51,51,49,-53,50,49,-49,56,211,213,-62,59,212,210,-55,60,57,55,-59,54,210,211,-57,61,213,212,-60,56,61,209,-208,66,208,206,-65,63,62,65,-68,64,206,207,65,-63,67,209,208,66,-64,66,64,62,-64,68,174,175,-71,70,175,177,-74,69,170,172,-76,69,75,72,-72,73,74,68,-71,72,75,172,-174,76,186,187,-79,78,187,189,-82,77,186,188,-84,77,83,80,-80,81,82,76,-79,80,83,188,-190,86,84,167,-169,167,84,89,-167,90,86,168,-170,89,90,169,-167,89,84,86,-91,91,87,85,-89,97,157,156,-94,93,94,98,-98,94,154,155,-99,99,95,92,-97,98,155,157,-98,95,151,150,-93,105,204,202,-102,101,102,106,-106,102,203,205,-107,107,108,109,-105,106,205,204,-106,103,203,202,-101,108,103,100,-110,115,196,194,-112,111,112,116,-116,112,195,197,-117,117,113,110,-115,116,197,196,-116,113,195,194,-111,123,192,190,-120,120,191,193,-125,118,122,125,-122,124,193,192,-124,121,191,190,-119,120,124,123,-120,131,200,198,-128,128,199,201,-133,133,129,126,-131,132,201,200,-132,129,199,198,-127,128,132,131,-128,139,184,182,-136,136,183,185,-141,134,138,141,-138,140,185,184,-140,137,183,182,-135,140,139,135,-137,142,158,159,-145,144,159,161,-148,143,158,160,-150,146,145,143,-150,146,149,160,-162,148,142,144,-148,150,152,96,-93,153,151,95,-100,152,153,99,-97,150,151,154,-157,156,157,152,-151,155,154,151,-154,157,155,153,-153,156,154,94,-94,159,158,143,-146,161,159,145,-147,160,158,142,-149,161,160,148,-148,
  684. 163,162,85,-88,162,164,88,-86,165,163,87,-92,164,165,91,-89,168,167,162,-164,167,166,164,-163,169,168,163,-166,166,169,165,-165,171,170,69,-72,173,171,71,-73,172,170,174,-177,173,172,176,-178,175,174,170,-172,177,175,171,-174,176,174,68,-75,177,176,74,-74,178,180,4,-1,181,179,3,-8,180,181,7,-5,178,179,2,-2,182,184,138,-135,185,183,137,-142,184,185,141,-139,182,183,136,-136,187,186,77,-80,189,187,79,-81,188,186,76,-83,189,188,82,-82,190,192,122,-119,193,191,121,-126,192,193,125,-123,190,191,120,-120,194,196,114,-111,197,195,113,-118,196,197,117,-115,194,195,112,-112,198,200,130,-127,201,199,129,-134,200,201,133,-131,198,199,128,-128,202,204,104,109,-101,205,203,103,108,-108,204,205,107,-105,202,203,102,-102,207,209,67,-66,206,208,59,-55,207,206,54,-57,208,209,61,-60,213,211,215,-218,210,212,216,-215,211,210,214,-216,212,213,217,-217,217,215,57,-61,214,216,58,-56,215,214,55,-58,216,217,60,-59,221,219,223,-226,218,220,224,-223,219,218,222,-224,220,221,225,-225,225,223,13,-17,222,224,14,-12,223,222,11,8,-14,224,225,16,9,-15,229,227,233,-233,226,228,231,-231,228,229,232,-232,226,227,25,47,44,51,-25,230,233,227,-227,232,233,21,-24,230,231,22,-21,231,232,23,36,19,-23,240,242,-18,10,242,-241,238,239,-243,238,242,-11,12,241,-240,239,241,-243,241,17,-243,15,240,-18,251,234,-236,245,253,-245,248,250,-257,249,255,-248,249,254,-254,250,248,-237,234,251,-246,253,252,-250,253,251,-253,254,244,-254,244,254,-244,247,256,-250,245,251,-254,250,236,237,-247,243,250,-247,250,243,-257,247,255,-236,249,252,-256,251,235,255,-253,256,243,-255,256,254,-250,247,248,-257,51,44,-50,53,45,-48,47,45,-45,26,48,-47,26,46,-28
  685. }
  686. Edges: *474 {
  687. a: 22,4,12,8,14,609,13,15,6,10,5,3,50,34,37,51,41,36,35,48,33,47,27,31,793,24,787,791,789,70,129,144,67,61,65,140,58,832,830,88,86,83,84,79,96,75,138,69,119,114,118,125,117,146,111,133,52,54,57,56,53,108,121,109,110,122,128,68,135,134,143,132,120,145,156,113,115,112,66,819,188,181,183,166,820,186,173,174,187,74,167,172,177,164,180,62,176,170,171,195,165,179,200,175,197,216,221,215,214,217,213,225,209,212,761,206,755,759,757,242,237,234,235,233,246,236,232,240,727,243,252,254,255,267,266,268,263,603,265,275,259,269,276,278,279,291,290,292,287,651,289,299,283,293,301,300,321,320,322,323,549,312,308,305,346,328,336,332,338,339,337,497,330,334,329,327,370,352,372,356,362,363,371,705,354,358,360,374,361,351,353,398,380,388,384,390,673,389,391,382,386,381,379,418,423,410,404,408,409,411,657,415,406,407,403,442,447,432,428,434,435,433,689,439,430,431,427,466,470,458,452,456,625,459,457,463,454,455,451,472,474,475,485,484,495,483,539,487,491,479,492,511,344,513,503,496,500,504,345,509,519,326,324,325,333,341,510,480,531,482,478,473,477,481,490,545,547,565,555,544,548,552,556,303,311,306,561,563,571,302,307,310,314,260,579,262,591,576,580,261,274,585,595,587,258,253,257,586,590,2,20,0,615,1,9,17,21,450,464,448,631,449,453,461,465,284,643,286,282,277,281,285,298,402,416,400,663,401,405,413,417,378,396,376,679,377,385,393,397,426,440,424,695,425,429,437,441,350,368,348,713,349,357,365,369,729,229,230,227,228,231,239,244,210,208,207,211,219,223,745,739,743,741,740,744,748,752,29,26,25,30,39,45,777,771,775,773,772,776,780,784,63,60,59,64,72,816,811,809,807,805,139,806,810,814,82,80,78,76,77,81,90,99,43,42,32,28,854,857,843,842,848,844,841,849,93,92,91,94,101,100,915,869,882,876,873,899,878,871,872,884,890,867,865,886,889,879,908,868,887,907,877,896,912,918,874,875,892,926,898,185,937,168,944
  688. }
  689. GeometryVersion: 124
  690. LayerElementNormal: 0 {
  691. Version: 102
  692. Name: ""
  693. MappingInformationType: "ByPolygonVertex"
  694. ReferenceInformationType: "Direct"
  695. Normals: *2844 {
  696. a: 0.000228958553634584,0.999841451644897,-0.0178049523383379,-0.000903800304513425,0.999683558940887,-0.0251380745321512,-0.00147275277413428,0.99958348274231,-0.0288208909332752,0.000228958539082669,0.999841392040253,-0.0178049523383379,-0.861032724380493,0.507758259773254,-0.0283582713454962,-0.861032664775848,0.507758259773254,-0.028358269482851,-0.861032724380493,0.507758259773254,-0.0283582713454962,-0.861032724380493,0.507758259773254,-0.0283582676202059,0.00457707745954394,-0.999832928180695,0.0176960043609142,0.00490342685952783,-0.999579191207886,0.0285880267620087,0.00479459762573242,-0.999677062034607,0.0249540396034718,0.00457707792520523,-0.999832928180695,0.0176960062235594,0.95804238319397,0.282122075557709,-0.0506151504814625,0.958042323589325,0.282122075557709,-0.0506151504814625,0.958042442798615,0.282122075557709,-0.0506151467561722,0.95804238319397,0.282122045755386,-0.0506151467561722,0.0255834832787514,0.0199168547987938,0.999474346637726,0.0323590636253357,0.0276618134230375,0.999093413352966,0.0325071960687637,0.0278311483561993,0.999083936214447,0.0255834776908159,0.0199168529361486,0.999474287033081,-0.0762867480516434,-0.046492476016283,-0.996001303195953,-0.0325049608945847,-0.0284731071442366,-0.99906587600708,-0.0327442474663258,-0.0285716820508242,-0.99905526638031,-0.076286755502224,-0.046492476016283,-0.996001422405243,0.999871253967285,0.00265767192468047,0.0158250294625759,0.999968707561493,0.00149202230386436,0.00777956191450357,0.999971449375153,0.00143897568341345,0.00741343246772885,0.999871253967285,0.00265767192468047,0.0158250294625759,0.999871253967285,0.00265767169184983,0.0158250294625759,-0.999720394611359,0.0210429020226002,-0.0107842506840825,-0.999655187129974,0.0249914079904556,0.00805851723998785,-0.999618828296661,0.025512745603919,0.0105494922026992,-0.999720454216003,0.0210429038852453,-0.0107842525467277,-0.999720394611359,0.021042900159955,-0.0107842506840825,0,0,1,0,0,1,0,0,1,0,0,1,-0.00223068473860621,0.999996662139893,-0.00127803767099977,
  697. 0.000410248467233032,0.999983608722687,0.00570354983210564,-0.00110236252658069,0.999997973442078,0.0017048332374543,-0.00223068427294493,0.999996662139893,-0.00127803755458444,-0.00223068450577557,0.999996662139893,-0.00127803767099977,-0.00223068450577557,0.999996721744537,-0.00127803778741509,0.0171117093414068,-0.999843716621399,-0.00444658659398556,0.0183763988316059,-0.99983012676239,0.00137582805473357,0.0197417438030243,-0.99977570772171,0.00766495522111654,0.0171117056161165,-0.999843657016754,-0.00444658612832427,0,0,1,0,0,1,0,0,1,0,0,1,0.847739577293396,0.0124990316107869,-0.530265271663666,0.990491032600403,-0.0100050009787083,-0.137212693691254,0.985274314880371,-0.106122456490994,-0.134062200784683,0.985274314880371,-0.106122456490994,-0.134062200784683,0.990491032600403,-0.0100050009787083,-0.137212693691254,0.99113804101944,-0.0769950971007347,-0.108246721327305,-0.997460126876831,-0.0346275120973587,0.0622428543865681,-0.998877108097076,-0.0374425165355206,0.0290282536298037,-0.998877108097076,-0.0374423563480377,0.0290301498025656,-0.997460126876831,-0.0346275083720684,0.0622428543865681,-0.997460246086121,-0.034627515822649,0.062242865562439,0.997436881065369,0.010251204483211,-0.0708133354783058,0.998972833156586,0.012891223654151,-0.0434408113360405,0.998946666717529,0.0128322904929519,-0.0440533086657524,0.997436821460724,0.0102512035518885,-0.0708133280277252,0.997437000274658,0.0102512063458562,-0.0708133429288864,-0.000469547550892457,0.999959528446198,0.00898456200957298,-0.000224958173930645,0.999962389469147,0.0086673554033041,-0.0196017194539309,0.999236643314362,0.0337927863001823,-0.00827200338244438,-0.999771773815155,0.0197000149637461,-0.0171135533601046,-0.999853551387787,0.000250880751991645,-0.0214744880795479,-0.999725639820099,-0.0093484241515398,-0.00827200245112181,-0.99977171421051,0.0197000149637461,0.999693691730499,0.0246390346437693,0.00231653894297779,0.999693691730499,0.0246390383690596,0.00231653940863907,0.999693632125854,0.0246390346437693,0.00231653917580843,0.999693691730499,0.0246390383690596,0.00231653917580843,
  698. -0.99979555606842,-0.0201734881848097,-0.00137634726706892,-0.999795615673065,-0.0201734900474548,-0.00137634738348424,-0.999795615673065,-0.0201734900474548,-0.00137634738348424,-0.999795496463776,-0.0201734881848097,-0.00137634738348424,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.000242226655245759,0.999998986721039,0.00139491935260594,0.000242226669797674,0.999998986721039,0.00139491935260594,0.000242226669797674,0.999998986721039,0.00139491946902126,0.000242226640693843,0.999998986721039,0.00139491935260594,0.000242226669797674,0.999998986721039,0.00139491935260594,0.000242226655245759,0.999998986721039,0.00139491935260594,0.000242226640693843,0.999998986721039,0.00139491935260594,0.000242226698901504,0.999999105930328,0.00139491958543658,0.000242226655245759,0.999998986721039,0.00139491923619062,0.00138789508491755,-0.999998986721039,0.000245943432673812,0.00138789508491755,-0.999999046325684,0.000245943403569981,0.00138789508491755,-0.999999105930328,0.000245943461777642,0.00138789520133287,-0.999998986721039,0.000245943461777642,0.00138789496850222,-0.999999046325684,0.000245943432673812,0.00138789496850222,-0.999998986721039,0.000245943403569981,0.00138789508491755,-0.999998986721039,0.000245943461777642,0,0,-1,0,0,-1,0,0,-1,0,0,-1,-0.178581640124321,0.870755732059479,-0.458140999078751,-0.468563377857208,0.710847556591034,-0.524541974067688,-0.258030533790588,0.808911859989166,-0.528281927108765,-0.143215209245682,-0.967387616634369,-0.208927288651466,-0.454670071601868,-0.81981086730957,-0.348116844892502,-0.553873360157013,-0.742525339126587,-0.376670211553574,-0.0203358884900808,-0.988790571689606,-0.147917613387108,-0.0836141034960747,-0.978877604007721,-0.186567068099976,-0.143215209245682,-0.967387616634369,-0.208927288651466,-0.0203358922153711,-0.988790571689606,-0.147917613387108,0.382009595632553,-0.892570316791534,-0.239555418491364,0.0729775503277779,-0.993432521820068,-0.0881245955824852,-0.0404373519122601,-0.99870365858078,-0.0309152957051992,-0.0994369387626648,0.989929378032684,-0.100757725536823,-0.178581640124321,0.870755732059479,-0.458140999078751,
  699. -0.107976101338863,0.951253354549408,-0.288890957832336,0.851336002349854,-0.276703119277954,-0.445715546607971,0.0729775503277779,-0.993432521820068,-0.0881245955824852,0.382009595632553,-0.892570316791534,-0.239555418491364,0.859889626502991,0.394656419754028,-0.32378414273262,0.990491032600403,-0.0100050009787083,-0.137212693691254,0.847739577293396,0.0124990316107869,-0.530265271663666,-0.0836141034960747,-0.978877604007721,-0.186567068099976,-0.454670071601868,-0.81981086730957,-0.348116844892502,-0.143215209245682,-0.967387616634369,-0.208927288651466,-0.978904068470001,0.0931844040751457,-0.181833535432816,-0.880202770233154,-0.358916938304901,-0.310518383979797,-0.713541090488434,-0.441845774650574,-0.543719947338104,0.847739577293396,0.0124990316107869,-0.530265271663666,0.233085602521896,0.62884932756424,-0.741767942905426,0.859889626502991,0.394656419754028,-0.32378414273262,5.48550342500675e-005,0.99996554851532,0.00830446556210518,-0.000555221806280315,0.999999105930328,-0.00116718932986259,-0.000735153851564974,0.999991893768311,-0.00396082270890474,-0.000224958173930645,0.999962389469147,0.0086673554033041,-0.000469547550892457,0.999959528446198,0.00898456200957298,-0.978904068470001,0.0931844040751457,-0.181833535432816,-0.992657661437988,0.0349974296987057,-0.115783914923668,-0.993374288082123,-0.0369744971394539,-0.108813300728798,-0.978904068470001,0.0931844040751457,-0.181833535432816,-0.949828863143921,0.289896726608276,-0.117409758269787,-0.992657661437988,0.0349974296987057,-0.115783914923668,-0.949828863143921,0.289896726608276,-0.117409758269787,-0.978904068470001,0.0931844040751457,-0.181833535432816,-0.00698147434741259,0.727619707584381,-0.685945272445679,-0.978904068470001,0.0931844040751457,-0.181833535432816,-0.993374288082123,-0.0369744971394539,-0.108813300728798,-0.880202770233154,-0.358916938304901,-0.310518383979797,-0.178581640124321,0.870755732059479,-0.458140999078751,-0.258030533790588,0.808911859989166,-0.528281927108765,-0.107976101338863,0.951253354549408,-0.288890957832336,
  700. -0.880202770233154,-0.358916938304901,-0.310518383979797,-0.72857677936554,-0.450724244117737,-0.515774607658386,-0.713541090488434,-0.441845774650574,-0.543719947338104,0.366284161806107,-0.809917032718658,-0.458116143941879,0.847739577293396,0.0124990316107869,-0.530265271663666,0.985274314880371,-0.106122456490994,-0.134062200784683,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.282495528459549,0.586056053638458,0.759430408477783,-0.188801825046539,-0.382526397705078,0.904448688030243,0.644040465354919,-0.542070269584656,0.539788544178009,-0.161625117063522,-0.910448968410492,0.38073605298996,-0.026314364746213,-0.989109873771667,0.144807860255241,0.542015850543976,0.61811488866806,0.569344222545624,-0.446786880493164,0.460230320692062,0.767182946205139,0.644040465354919,-0.542070269584656,0.539788544178009,-0.446786880493164,0.460230320692062,0.767182946205139,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.161625117063522,-0.910448968410492,0.38073605298996,0.644040465354919,-0.542070269584656,0.539788544178009,0.253925204277039,0.899385035037994,0.355849117040634,0.542015850543976,0.61811488866806,0.569344222545624,0.16414949297905,0.419192910194397,0.892934560775757,-0.766073763370514,-0.190245941281319,0.613952398300171,-0.188801825046539,-0.382526397705078,0.904448688030243,-0.188801825046539,-0.382526397705078,0.904448688030243,-0.766073763370514,-0.190245941281319,0.613952398300171,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.170448541641235,0.901160061359406,0.398569703102112,-0.282495528459549,0.586056053638458,0.759430408477783,-0.446786880493164,0.460230320692062,0.767182946205139,0.16414949297905,0.419192910194397,0.892934560775757,-0.706555485725403,0.569617986679077,0.41989853978157,-0.766073763370514,-0.190245941281319,0.613952398300171,-0.446786880493164,0.460230320692062,0.767182946205139,-0.282495528459549,0.586056053638458,0.759430408477783,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.766073763370514,-0.190245941281319,0.613952398300171,-0.336821675300598,-0.872765779495239,0.353314518928528,
  701. -0.273485511541367,-0.908342659473419,0.316416174173355,0.903510749340057,0.365109145641327,0.224418163299561,0.253925204277039,0.899385035037994,0.355849117040634,0.644040465354919,-0.542070269584656,0.539788544178009,0.253925204277039,0.899385035037994,0.355849117040634,-0.446786880493164,0.460230320692062,0.767182946205139,0.542015850543976,0.61811488866806,0.569344222545624,0.644040465354919,-0.542070269584656,0.539788544178009,-0.446786880493164,0.460230320692062,0.767182946205139,-0.161625117063522,-0.910448968410492,0.38073605298996,0.99908435344696,0.0305345263332129,0.0299685299396515,0.999870955944061,-0.0095203872770071,-0.012935402803123,0.999853909015656,-0.0100329201668501,-0.0138364462181926,0.999090075492859,0.0303890313953161,0.0299281608313322,-0.999055445194244,0.0261646863073111,-0.0346917062997818,-0.999934852123261,0.00551895424723625,-0.0099867582321167,-0.999934911727905,0.00551914470270276,-0.00998803414404392,-0.99905526638031,0.0261428374797106,-0.0347139053046703,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,-0.00109738216269761,0.999999344348907,-0.000394758273614571,-0.000944071158301085,0.99998539686203,0.00533057097345591,-0.000616100442130119,0.999994039535522,0.00341742695309222,-0.00118056463543326,0.999998986721039,0.000750911131035537,-0.00905038136988878,-0.999958634376526,-0.000865615147631615,-0.000792631995864213,-0.999956369400024,0.00930623430758715,-0.00420766184106469,-0.999935865402222,0.0105194924399257,-0.00859080441296101,-0.99996018409729,-0.00241087703034282,0.99908435344696,0.0305345263332129,0.0299685299396515,0.999090075492859,0.0303890313953161,0.0299281608313322,0.999706268310547,0.0210607182234526,0.0119995586574078,0.999709606170654,0.0209501069039106,0.0119029069319367,-0.999500334262848,0.0290284976363182,0.0125064067542553,-0.999441504478455,0.0333931557834148,-0.00126951665151864,-0.999444246292114,0.0333196520805359,-0.00103733281139284,-0.999500274658203,0.0290284976363182,0.0125064067542553,0,0,-0.999999940395355,
  702. 0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0.000252785248449072,0.99999612569809,0.00276126712560654,-4.43858443759382e-005,0.999995410442352,-0.00303150317631662,3.38231329806149e-005,0.999998927116394,-0.0015069788787514,0.000252785219345242,0.99999612569809,0.00276126712560654,0.000252785219345242,0.99999612569809,0.00276126689277589,0.0150984209030867,-0.9998859167099,-0.000606055255047977,0.00824226066470146,-0.99994957447052,-0.00572333205491304,0.00589724443852901,-0.999954640865326,-0.00747339660301805,0.0150984181091189,-0.999885857105255,-0.000606055138632655,0.0150984181091189,-0.99988579750061,-0.000606055196840316,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0.0503488816320896,0.0667120590806007,0.99650114774704,0.0370296537876129,0.0291462130844593,0.998889029026031,0.0375417396426201,0.0305883046239614,0.998826742172241,0.0503488816320896,0.0667120590806007,0.996501088142395,0.0524776689708233,0.995809257030487,-0.0749003812670708,0.0149452397599816,0.99952495098114,-0.0269514434039593,0.0219052657485008,0.999117255210876,-0.0358453206717968,0.0524776726961136,0.995809257030487,-0.0749003812670708,-0.0134968217462301,-0.999907314777374,0.00177773146424443,-0.00422800937667489,-0.999990999698639,0.00048922433052212,-0.00201939977705479,-0.999997973442078,0.000182194795343094,-0.0134968217462301,-0.999907374382019,0.00177773169707507,0.891717970371246,0.448461174964905,-0.0610057897865772,0.891718029975891,0.448461145162582,-0.0610057897865772,0.891717970371246,0.448461145162582,-0.0610057897865772,0.891717910766602,0.44846111536026,-0.0610057786107063,-0.831371188163757,0.553110301494598,0.0537679232656956,-0.831371188163757,0.553110301494598,0.0537679269909859,-0.831371188163757,0.553110301494598,0.0537679269909859,-0.831371188163757,0.553110301494598,0.0537679232656956,0.0326939411461353,0.00883746054023504,-0.999426305294037,0.0326939411461353,0.00883746054023504,-0.999426364898682,-0.00398951722308993,0.00573979830369353,-0.999975562095642,
  703. -0.004141247831285,0.00572696886956692,-0.999975025653839,-0.0494109243154526,0.00879153795540333,0.998739838600159,-0.0305436085909605,0.0409310683608055,0.998695075511932,-0.0308823939412832,0.0403551012277603,0.998708009719849,-0.0494109280407429,0.0087915388867259,0.998739898204803,0.0445608347654343,0.999006450176239,0.0006080690654926,0.0184234976768494,0.999355137348175,-0.030818859115243,0.0146542927250266,0.99926769733429,-0.0353435575962067,0.0445608347654343,0.999006390571594,0.000608069007284939,-0.00104245787952095,-0.998670995235443,0.0515297949314117,-0.0181572698056698,-0.999375581741333,0.0303119961172342,-0.0145215205848217,-0.999288022518158,0.0348226390779018,-0.00104245776310563,-0.998670935630798,0.0515297912061214,0.922922968864441,0.382079541683197,-0.0472038835287094,0.922923028469086,0.382079571485519,-0.0472038835287094,0.92292308807373,0.382079571485519,-0.04720389097929,0.92292308807373,0.382079571485519,-0.0472038872539997,-0.86330509185791,0.485061675310135,0.139353528618813,-0.863305151462555,0.48506173491478,0.139353543519974,-0.86330509185791,0.485061705112457,0.139353543519974,-0.863305032253265,0.485061675310135,0.139353513717651,0.0194115452468395,-0.0560427084565163,-0.998239636421204,0.0194115489721298,-0.0560427196323872,-0.998239696025848,0.017824387177825,-0.033958662301302,-0.999264299869537,0.0177619028836489,-0.0330913886427879,-0.999294519424438,0.016905615106225,-0.0515854805707932,-0.998525440692902,0.0169056206941605,-0.051585491746664,-0.998525559902191,0.00865099765360355,-0.0331414788961411,-0.999413192272186,0.00865838211029768,-0.0331579782068729,-0.999412596225739,0.00149236887227744,0.999610066413879,-0.0278820563107729,-0.00981262978166342,0.998786211013794,-0.0482692755758762,-0.00981263071298599,0.998786211013794,-0.0482692755758762,-0.000681709730997682,0.999493896961212,-0.031804047524929,0.0095983725041151,-0.998771727085114,0.04861069470644,0.00959837343543768,-0.998771727085114,0.0486107058823109,-0.00153318664524704,-0.999600291252136,0.028230506926775,
  704. 0.000638037279713899,-0.999481022357941,0.0322070047259331,-0.0348376482725143,0.0605615489184856,0.997556388378143,-0.0348376519978046,0.0605615451931953,0.997556388378143,-0.0165396463125944,0.0370558388531208,0.999176263809204,-0.0167290847748518,0.0372992716729641,0.99916410446167,-0.868503868579865,0.495617002248764,-0.00805380754172802,-0.868503928184509,0.495616972446442,-0.00805380754172802,-0.868503868579865,0.495616942644119,-0.00805380661040545,-0.868503868579865,0.495617002248764,-0.00805380754172802,0.757575511932373,0.645015001296997,-0.100174523890018,0.757575511932373,0.645015001296997,-0.100174508988857,0.757575511932373,0.645014941692352,-0.100174516439438,0.757575511932373,0.645015001296997,-0.100174523890018,0.0239005982875824,0.999712705612183,0.00176164694130421,0.00530870258808136,0.999985754489899,0.000619308324530721,-0.00122693425510079,0.999999165534973,0.000217716340557672,0.0239006020128727,0.999712824821472,0.00176164717413485,-0.986678600311279,0.154678419232368,0.0503984726965427,-0.986678600311279,0.15467843413353,0.050398476421833,-0.986678540706635,0.154678419232368,0.0503984726965427,-0.986678540706635,0.154678404331207,0.0503984726965427,-0.0237500052899122,-0.999716401100159,-0.00175082543864846,0.00122254446614534,-0.999999225139618,-0.000217079519643448,-0.00528800673782825,-0.999985754489899,-0.000616957549937069,-0.0237499997019768,-0.999716341495514,-0.00175082543864846,0.920695006847382,0.368802338838577,0.127693578600883,0.920694947242737,0.368802338838577,0.127693578600883,0.920695006847382,0.3688023686409,0.127693593502045,0.920694947242737,0.368802338838577,0.127693578600883,0.0361733250319958,-0.00023939176753629,0.999345541000366,0.0233103763312101,-0.000114825510536321,0.999728322029114,0.0233142301440239,-0.000114862836198881,0.999728143215179,0.0361733213067055,-0.00023939179664012,0.999345481395721,-0.0533413663506508,-0.00142688595224172,-0.998575389385223,-0.0249443370848894,-0.000568403280340135,-0.999688684940338,-0.0247060041874647,-0.000561198685318232,-0.99969470500946,
  705. -0.0533413589000702,-0.0014268858358264,-0.998575389385223,0.00880465377122164,0.99542498588562,0.0951396822929382,-0.00375732430256903,0.99978244304657,0.0205189660191536,0.003269785316661,0.998052656650543,0.0622918009757996,0.00880465283989906,0.99542498588562,0.0951396822929382,-0.984754264354706,0.145459473133087,0.0953974276781082,-0.984754204750061,0.145459458231926,0.095397412776947,-0.984754264354706,0.145459473133087,0.0953974276781082,-0.984754264354706,0.145459458231926,0.0953974202275276,-0.00885927304625511,-0.995395481586456,-0.095443069934845,-0.00331861828453839,-0.998035311698914,-0.0625663921236992,0.00372766866348684,-0.999779045581818,-0.0206865221261978,-0.00885927211493254,-0.995395421981812,-0.0954430624842644,0.647374629974365,0.371759355068207,0.665357768535614,0.934068381786346,0.259310990571976,0.245507523417473,0.940488278865814,0.253149121999741,0.226709723472595,0.64737468957901,0.371759414672852,0.665357828140259,0.00261271628551185,-0.0909586772322655,0.995851218700409,0.0161417573690414,-0.0420615896582603,0.998984575271606,0.016319215297699,-0.0414184853434563,0.999008595943451,0.0026127165183425,-0.0909586846828461,0.995851278305054,-0.0386617034673691,0.00594830978661776,-0.999234676361084,-0.0158589333295822,0.0363026075065136,-0.999215006828308,-0.0152488732710481,0.0371135696768761,-0.99919468164444,-0.0386617034673691,0.00594830978661776,-0.999234676361084,0.934068381786346,0.259310990571976,0.245507523417473,0.948016762733459,0.0443539842963219,-0.315114140510559,0.948016762733459,0.0443539842963219,-0.315114140510559,0.940488278865814,0.253149121999741,0.226709723472595,-0.0255697779357433,0.999101400375366,0.0338021516799927,-0.0151284001767635,0.999538779258728,0.0263333003968,-0.00247568171471357,0.999847650527954,0.0172792226076126,-0.0255697760730982,0.999101400375366,0.0338021479547024,0.897094011306763,0.434376895427704,0.0808652639389038,0.897094011306763,0.434376865625381,0.0808652564883232,0.897094011306763,0.434376865625381,0.0808652564883232,0.897093951702118,0.434376835823059,0.0808652564883232,
  706. 0.0251739211380482,-0.999119341373444,-0.0335686169564724,0.00239786179736257,-0.999852657318115,-0.0169979613274336,0.0149037316441536,-0.999548316001892,-0.0260980725288391,0.0251739174127579,-0.999119341373444,-0.0335686206817627,-0.965103507041931,0.261691808700562,-0.00963351130485535,-0.965103387832642,0.261691778898239,-0.00963351037353277,-0.965103387832642,0.261691778898239,-0.00963351037353277,-0.965103447437286,0.261691778898239,-0.00963351037353277,0.0230500157922506,0.0480630695819855,-0.998578310012817,0.0185517929494381,0.0271053984761238,-0.999460399150848,0.0186211410909891,0.0274282991886139,-0.999450385570526,0.0230500157922506,0.0480630733072758,-0.998578250408173,-0.0108140045776963,-5.22709997312631e-005,0.999941527843475,-0.0168478898704052,-0.0289731882512569,0.999438107013702,-0.0168435890227556,-0.0289525464177132,0.999438941478729,-0.0108140055090189,-5.22709960932843e-005,0.999941527843475,0.00140785286203027,-0.999998986721039,0.000238973618252203,0.0347147546708584,-0.999395847320557,0.00160424737259746,0.0186700001358986,-0.999825298786163,0.000946586602367461,0.00140785274561495,-0.999998927116394,0.000238973632804118,0.00140163220930845,0.999998927116394,0.000237949017900974,-0.0177085213363171,0.99984222650528,-0.00141152192372829,-0.035344198346138,0.999370813369751,-0.00293376389890909,0.00140163232572377,0.999999046325684,0.000237949032452889,0.896569192409515,-0.386332899332047,-0.216588586568832,0.896569132804871,-0.386332958936691,-0.216588601469994,0.896569132804871,-0.386332929134369,-0.21658855676651,0.896569192409515,-0.386332958936691,-0.216588571667671,-0.0728705823421478,-0.00191553309559822,-0.997339487075806,-0.0596991330385208,-0.00384069373831153,-0.998208999633789,-0.0604112185537815,-0.00373667129315436,-0.998166561126709,-0.0728705748915672,-0.00191553332842886,-0.997339606285095,0.0162742882966995,0.00367376231588423,0.999860763549805,0.0592614598572254,0.00342448777519166,0.998236656188965,0.0606753416359425,0.00341616943478584,0.998151659965515,0.0162742901593447,0.00367376254871488,0.999860823154449,
  707. -0.985937297344208,-0.163346275687218,0.0352946147322655,-0.985937297344208,-0.163346290588379,0.0352946147322655,-0.985937297344208,-0.163346275687218,0.0352946147322655,-0.985937297344208,-0.163346290588379,0.0352946147322655,-0.0100764371454716,0.999948978424072,-0.000675543444231153,-0.0226844791322947,0.999580383300781,0.0180116593837738,-0.0262450594455004,0.999384164810181,0.0232904627919197,-0.0100764371454716,0.999949038028717,-0.000675543444231153,0.0100994817912579,-0.999948799610138,0.000677088741213083,0.0255570746958256,-0.999352157115936,-0.0253425613045692,0.0221082642674446,-0.999564707279205,-0.0195358023047447,0.0100994817912579,-0.999948740005493,0.000677088683005422,0.913744390010834,0.352741956710815,0.201604530215263,0.913744390010834,0.352741926908493,0.201604515314102,0.913744390010834,0.352741897106171,0.201604530215263,0.913744390010834,0.352741897106171,0.201604515314102,-0.000218250701436773,4.11848232033663e-005,1,0.00442167278379202,-0.0222339741885662,0.999743044376373,0.0062976093031466,-0.0312397480010986,0.999492108821869,-0.000218250715988688,4.11848232033663e-005,1,-0.0154049647971988,0.0675001293420792,-0.997600317001343,-0.00453604757785797,0.0204761885106564,-0.999780058860779,-0.00690630031749606,0.030731163918972,-0.999503791332245,-0.0154049638658762,0.0675001293420792,-0.997600317001343,-0.986147224903107,0.164596602320671,0.0205301959067583,-0.986147284507751,0.164596632122993,0.0205301996320486,-0.986147224903107,0.164596602320671,0.0205301959067583,-0.986147284507751,0.164596632122993,0.0205301996320486,0.0320952348411083,-0.999476134777069,-0.00416006613522768,0.0119673395529389,-0.999885857105255,-0.00921730045229197,0.00581444427371025,-0.999925196170807,-0.010762196034193,0.0320952385663986,-0.999476134777069,-0.00416006660088897,-0.0316172949969769,0.999490797519684,0.00429444713518023,-0.00546041503548622,0.999924838542938,0.0109792351722717,-0.011662682518363,0.999887764453888,0.00939496699720621,-0.0316172949969769,0.999490797519684,0.00429444666951895,0.958258628845215,-0.283479750156403,-0.0371434576809406,
  708. 0.95825868844986,-0.283479750156403,-0.0371434576809406,0.95825868844986,-0.28347972035408,-0.0371434576809406,0.958258628845215,-0.283479750156403,-0.0371434539556503,-0.00372190703637898,0.000789222132880241,-0.999992787837982,-0.0195766128599644,0.0293179098516703,-0.999378383159637,-0.0193030126392841,0.0288255419582129,-0.999398052692413,-0.00372190726920962,0.000789222191087902,-0.999992787837982,-0.0185351297259331,-0.0505144260823727,0.998551249504089,-0.00121742743067443,-0.0241329334676266,0.99970805644989,-0.0011225575581193,-0.0239883475005627,0.999711573123932,-0.0185351353138685,-0.0505144260823727,0.998551368713379,-0.978991508483887,-0.200788274407387,0.0354910604655743,-0.978991568088531,-0.200788259506226,0.035491056740284,-0.978991448879242,-0.200788259506226,0.035491056740284,-0.978991508483887,-0.200788259506226,0.0354910604655743,0.00764804612845182,-0.00373793672770262,-0.999963760375977,0.0162835493683815,-0.00205383310094476,-0.999865233898163,0.0161833614110947,-0.00207337457686663,-0.999866843223572,0.00764804659411311,-0.00373793672770262,-0.999963819980621,0.0402860902249813,-0.99913215637207,0.0105819404125214,0.00347684998996556,-0.999992907047272,0.00145189871545881,0.0165935456752777,-0.999851286411285,0.00470541743561625,0.0402860902249813,-0.99913215637207,0.0105819413438439,0.0184536091983318,0.999820232391357,0.00435719219967723,-0.00337578472681344,0.999993801116943,-0.00106634176336229,-0.016035508364439,0.999862551689148,-0.00421160878613591,0.0184536091983318,0.999820232391357,0.00435719173401594,0.942574799060822,-0.329500198364258,0.0546103417873383,0.942574858665466,-0.329500257968903,0.054610338062048,0.942574799060822,-0.329500198364258,0.0546103343367577,0.942574858665466,-0.329500257968903,0.0546103455126286,-0.0268113296478987,-3.07031696138438e-005,0.999640583992004,-0.0268113296478987,-3.07031696138438e-005,0.99964052438736,-0.0493653044104576,-0.00506717758253217,0.998767912387848,-0.0497469045221806,-0.00515242060646415,0.998748540878296,-0.907257914543152,-0.411118298768997,-0.088684007525444,
  709. -0.907257914543152,-0.411118298768997,-0.0886840149760246,-0.907257854938507,-0.41111832857132,-0.088684007525444,-0.907257914543152,-0.411118298768997,-0.088684007525444,0.000873837328981608,0.999999582767487,9.09342998056673e-006,0.00390065647661686,0.999992430210114,0.000155301473569125,0.0455358624458313,0.998960375785828,0.00216648727655411,0.0455358624458313,0.998960375785828,0.00216648704372346,-0.00380560453049839,-0.999992668628693,0.000535340572241694,-0.000838340842165053,-0.999999403953552,0.000607591820880771,-0.0439334958791733,-0.999034404754639,-0.000442296732217073,-0.0439334958791733,-0.999034285545349,-0.000442296703113243,0.00839015282690525,-0.00286428723484278,0.999960720539093,0.00840211473405361,-0.00292350561358035,0.999960422515869,0.00950187910348177,-0.00836850237101316,0.999919891357422,0.00950187910348177,-0.00836850237101316,0.999919831752777,-0.0247060041874647,-0.000561198685318232,-0.99969470500946,-0.0249443370848894,-0.000568403280340135,-0.999688684940338,-0.0329926423728466,0.000893898191861808,-0.999455273151398,-0.0329498983919621,0.000892531592398882,-0.999456584453583,-0.00122693425510079,0.999999165534973,0.000217716340557672,0.00530870258808136,0.999985754489899,0.000619308324530721,0.00390065647661686,0.999992430210114,0.000155301473569125,0.000873837328981608,0.999999582767487,9.09342998056673e-006,-0.00528800673782825,-0.999985754489899,-0.000616957549937069,0.00122254446614534,-0.999999225139618,-0.000217079519643448,-0.000838340842165053,-0.999999403953552,0.000607591820880771,-0.00380560453049839,-0.999992668628693,0.000535340572241694,0.0233142301440239,-0.000114862836198881,0.999728143215179,0.0233103763312101,-0.000114825510536321,0.999728322029114,0.00840211473405361,-0.00292350561358035,0.999960422515869,0.00839015282690525,-0.00286428723484278,0.999960720539093,-0.0329498983919621,0.000892531592398882,-0.999456584453583,-0.0329926423728466,0.000893898191861808,-0.999455273151398,-0.0525274835526943,0.00151842995546758,-0.998618304729462,-0.0525274761021137,0.00151842972263694,-0.998618304729462,
  710. 0.0161833614110947,-0.00207337457686663,-0.999866843223572,0.0162835493683815,-0.00205383310094476,-0.999865233898163,0.0268095601350069,-4.96014536111034e-007,-0.999640583992004,0.0268095564097166,-4.96014422424196e-007,-0.99964052438736,0.0165935456752777,-0.999851286411285,0.00470541743561625,0.00347684998996556,-0.999992907047272,0.00145189871545881,-0.0190536845475435,-0.999809861183167,-0.00413691811263561,-0.0190536826848984,-0.999809861183167,-0.00413691764697433,-0.016035508364439,0.999862551689148,-0.00421160878613591,-0.00337578472681344,0.999993801116943,-0.00106634176336229,-0.0387814082205296,0.999199032783508,-0.00986265763640404,-0.0387814156711102,0.999199151992798,-0.00986265949904919,-0.0497469045221806,-0.00515242060646415,0.998748540878296,-0.0493653044104576,-0.00506717758253217,0.998767912387848,-0.0742534399032593,-0.0106285959482193,0.997182726860046,-0.0742534548044205,-0.0106285959482193,0.997182726860046,0.00623224582523108,0.0040410440415144,-0.999972403049469,0.00651557045057416,0.00413331761956215,-0.999970138072968,0.0264633912593126,0.0106295300647616,-0.999593257904053,0.0264633931219578,0.0106295300647616,-0.999593257904053,-0.000510403129737824,0.999980449676514,0.00624033249914646,-0.00591263547539711,0.999948799610138,0.00821693893522024,-0.038661677390337,0.999048233032227,0.020195109769702,-0.038661677390337,0.999048292636871,0.020195109769702,0.00758651085197926,-0.999925911426544,-0.00952488370239735,0.00190347665920854,-0.999971628189087,-0.00728401308879256,0.0408093966543674,-0.998910844326019,-0.0226200725883245,0.040809404104948,-0.998910784721375,-0.0226200725883245,0.00525705236941576,0.000278062943834811,0.999986052513123,0.00534885842353106,0.000273985235253349,0.999985694885254,-0.00695611396804452,0.000820498156826943,0.999975502490997,-0.00695611396804452,0.000820498156826943,0.999975442886353,0.00865838211029768,-0.0331579782068729,-0.999412596225739,0.00865099765360355,-0.0331414788961411,-0.999413192272186,0.00651557045057416,0.00413331761956215,-0.999970138072968,
  711. 0.00623224582523108,0.0040410440415144,-0.999972403049469,0.00149236887227744,0.999610066413879,-0.0278820563107729,-0.000681709730997682,0.999493896961212,-0.031804047524929,-0.00591263547539711,0.999948799610138,0.00821693893522024,-0.000510403129737824,0.999980449676514,0.00624033249914646,0.000638037279713899,-0.999481022357941,0.0322070047259331,-0.00153318664524704,-0.999600291252136,0.028230506926775,0.00190347665920854,-0.999971628189087,-0.00728401308879256,0.00758651085197926,-0.999925911426544,-0.00952488370239735,-0.0167290847748518,0.0372992716729641,0.99916410446167,-0.0165396463125944,0.0370558388531208,0.999176263809204,0.00534885842353106,0.000273985235253349,0.999985694885254,0.00525705236941576,0.000278062943834811,0.999986052513123,-0.00281971995718777,-0.00828693434596062,0.999961674213409,-0.00294656585901976,-0.00831921864300966,0.999961078166962,-0.0342900082468987,-0.0162927322089672,0.999279081821442,-0.034290011972189,-0.0162927340716124,0.999279141426086,0.00197813357226551,0.999998033046722,-1.28851979752653e-005,0.00424038013443351,0.999990999698639,-0.000295653066132218,0.0138233620673418,0.999903321266174,-0.00149348506238312,0.0138233620673418,0.999903321266174,-0.00149348506238312,-0.00201939977705479,-0.999997973442078,0.000182194795343094,-0.00422800937667489,-0.999990999698639,0.00048922433052212,-0.0148446289822459,-0.999513566493988,0.0274281334131956,-0.0214473977684975,-0.999118864536285,0.0360763408243656,-0.004141247831285,0.00572696886956692,-0.999975025653839,-0.00398951722308993,0.00573979830369353,-0.999975562095642,-0.0505132079124451,-0.0245394762605429,-0.998421847820282,-0.0507352389395237,-0.0250621475279331,-0.998397648334503,0.0375417396426201,0.0305883046239614,0.998826742172241,0.0370296537876129,0.0291462130844593,0.998889029026031,-0.00294656585901976,-0.00831921864300966,0.999961078166962,-0.00281971995718777,-0.00828693434596062,0.999961674213409,0.0219052657485008,0.999117255210876,-0.0358453206717968,0.0149452397599816,0.99952495098114,-0.0269514434039593,
  712. 0.00424038013443351,0.999990999698639,-0.000295653066132218,0.00197813357226551,0.999998033046722,-1.28851979752653e-005,-0.0214473977684975,-0.999118864536285,0.0360763408243656,-0.0148446289822459,-0.999513566493988,0.0274281334131956,-0.0504040233790874,-0.995984256267548,0.0739920735359192,-0.0504040196537972,-0.995984256267548,0.0739920660853386,-0.0507352389395237,-0.0250621475279331,-0.998397648334503,-0.0505132079124451,-0.0245394762605429,-0.998421847820282,-0.0654958933591843,-0.0598778575658798,-0.996054649353027,-0.0654958859086037,-0.0598778501152992,-0.996054649353027,-0.00147275277413428,0.99958348274231,-0.0288208909332752,-0.000903800304513425,0.999683558940887,-0.0251380745321512,-0.00409120274707675,0.998943746089935,-0.0457666032016277,-0.00409120321273804,0.99894380569458,-0.0457666106522083,0.00479459762573242,-0.999677062034607,0.0249540396034718,0.00490342685952783,-0.999579191207886,0.0285880267620087,0.00540607608854771,-0.99895441532135,0.0453956574201584,0.00540607701987028,-0.998954474925995,0.0453956574201584,0.0325071960687637,0.0278311483561993,0.999083936214447,0.0323590636253357,0.0276618134230375,0.999093413352966,0.0483066104352474,0.0458948686718941,0.99777764081955,0.0483066067099571,0.0458948612213135,0.99777764081955,-0.0327442474663258,-0.0285716820508242,-0.99905526638031,-0.0325049608945847,-0.0284731071442366,-0.99906587600708,-0.0152763426303864,-0.0213729869574308,-0.99965488910675,-0.0152763435617089,-0.0213729906827211,-0.999654948711395,0.00581444427371025,-0.999925196170807,-0.010762196034193,0.0119673395529389,-0.999885857105255,-0.00921730045229197,-0.0129147013649344,-0.999796986579895,-0.0154617605730891,-0.0129147013649344,-0.999796986579895,-0.0154617615044117,-0.011662682518363,0.999887764453888,0.00939496699720621,-0.00546041503548622,0.999924838542938,0.0109792351722717,0.0129871554672718,0.999792575836182,0.015688369050622,0.0129871536046267,0.999792516231537,0.0156883671879768,-0.0193030126392841,0.0288255419582129,-0.999398052692413,-0.0195766128599644,0.0293179098516703,-0.999378383159637,
  713. -0.0337779745459557,0.0548769421875477,-0.997921586036682,-0.0337779745459557,0.0548769496381283,-0.997921645641327,-0.0011225575581193,-0.0239883475005627,0.999711573123932,-0.00121742743067443,-0.0241329334676266,0.99970805644989,0.0148665281012654,0.000388985819881782,0.999889373779297,0.0148665281012654,0.000388985819881782,0.999889433383942,-0.0308823939412832,0.0403551012277603,0.998708009719849,-0.0305436085909605,0.0409310683608055,0.998695075511932,-0.0197434108704329,0.0592706948518753,0.998046696186066,-0.0197434090077877,0.059270691126585,0.998046696186066,0.0146542927250266,0.99926769733429,-0.0353435575962067,0.0184234976768494,0.999355137348175,-0.030818859115243,0.000910342612769455,0.998655676841736,-0.0518268197774887,0.000910342787392437,0.998655676841736,-0.051826823502779,-0.0145215205848217,-0.999288022518158,0.0348226390779018,-0.0181572698056698,-0.999375581741333,0.0303119961172342,-0.0434080958366394,-0.999056935310364,-0.00106410938315094,-0.0434080921113491,-0.999056875705719,-0.00106410926673561,0.0177619028836489,-0.0330913886427879,-0.999294519424438,0.017824387177825,-0.033958662301302,-0.999264299869537,0.0152659127488732,0.00142159371171147,-0.999882519245148,0.0152659080922604,0.00142159347888082,-0.999882400035858,0.0186700001358986,-0.999825298786163,0.000946586602367461,0.0347147546708584,-0.999395847320557,0.00160424737259746,0.0622013993561268,-0.998059928417206,0.00273079238831997,0.0622013956308365,-0.998059809207916,0.00273079215548933,-0.035344198346138,0.999370813369751,-0.00293376389890909,-0.0177085213363171,0.99984222650528,-0.00141152192372829,-0.0652532875537872,0.997853517532349,-0.00551548134535551,-0.0652532875537872,0.997853457927704,-0.00551548134535551,-0.0604112185537815,-0.00373667129315436,-0.998166561126709,-0.0596991330385208,-0.00384069373831153,-0.998208999633789,-0.0384506247937679,-0.00694170501083136,-0.999236404895782,-0.0384506247937679,-0.00694170547649264,-0.999236404895782,0.0606753416359425,0.00341616943478584,0.998151659965515,0.0592614598572254,0.00342448777519166,0.998236656188965,
  714. 0.0928730219602585,0.0032247060444206,0.995672702789307,0.0928730443120003,0.00322470651008189,0.995672762393951,-0.00247568171471357,0.999847650527954,0.0172792226076126,-0.0151284001767635,0.999538779258728,0.0263333003968,0.015268818475306,0.999872982501984,0.00457522319629788,0.0152688175439835,0.999872922897339,0.00457522319629788,0.0149037316441536,-0.999548316001892,-0.0260980725288391,0.00239786179736257,-0.999852657318115,-0.0169979613274336,-0.015092646703124,-0.999876976013184,-0.00426457170397043,-0.015092646703124,-0.999876976013184,-0.00426457170397043,0.0186211410909891,0.0274282991886139,-0.999450385570526,0.0185517929494381,0.0271053984761238,-0.999460399150848,0.0127222957089543,-1.43281577038579e-005,-0.999919056892395,0.0127222975715995,-1.43281586133526e-005,-0.999919056892395,-0.0168435890227556,-0.0289525464177132,0.999438941478729,-0.0168478898704052,-0.0289731882512569,0.999438107013702,-0.0202888194471598,-0.0454861409962177,0.998758912086487,-0.0202888194471598,-0.0454861409962177,0.998758852481842,-0.0262450594455004,0.999384164810181,0.0232904627919197,-0.0226844791322947,0.999580383300781,0.0180116593837738,-0.0480629652738571,0.997292757034302,0.0556508898735046,-0.0480629652738571,0.997292876243591,0.0556508935987949,0.0221082642674446,-0.999564707279205,-0.0195358023047447,0.0255570746958256,-0.999352157115936,-0.0253425613045692,0.045208778232336,-0.997266411781311,-0.0584455914795399,0.045208778232336,-0.997266411781311,-0.0584455765783787,0.0062976093031466,-0.0312397480010986,0.999492108821869,0.00442167278379202,-0.0222339741885662,0.999743044376373,0.0139152677729726,-0.0678088143467903,0.997601330280304,0.0139152677729726,-0.0678088143467903,0.997601211071014,-0.00690630031749606,0.030731163918972,-0.999503791332245,-0.00453604757785797,0.0204761885106564,-0.999780058860779,0.000205547388759442,-3.87582258554176e-005,-1,0.000205547388759442,-3.87582294933964e-005,-1,0.003269785316661,0.998052656650543,0.0622918009757996,-0.00375732430256903,0.99978244304657,0.0205189660191536,
  715. -0.0068789403885603,0.999974429607391,0.00193770579062402,-0.00687894225120544,0.999974489212036,0.00193770590703934,-0.00687894131988287,0.999974548816681,0.00193770579062402,0.00372766866348684,-0.999779045581818,-0.0206865221261978,-0.00331861828453839,-0.998035311698914,-0.0625663921236992,0.00681588100269437,-0.999974131584167,-0.00230721081607044,0.00681588053703308,-0.999974191188812,-0.00230721081607044,0.00681588007137179,-0.999974131584167,-0.00230721058323979,0.016319215297699,-0.0414184853434563,0.999008595943451,0.0161417573690414,-0.0420615896582603,0.998984575271606,0.0281161181628704,0.00143384584225714,0.999603688716888,0.0281161144375801,0.0014338456094265,0.999603629112244,-0.0152488732710481,0.0371135696768761,-0.99919468164444,-0.0158589333295822,0.0363026075065136,-0.999215006828308,0.0242819804698229,0.0895361825823784,-0.995687425136566,0.024281982332468,0.0895361825823784,-0.995687484741211,0.999709606170654,0.0209501069039106,0.0119029069319367,0.999706268310547,0.0210607182234526,0.0119995586574078,0.999979496002197,0,-0.0064010014757514,0.999979496002197,0,-0.0064010014757514,-0.999444246292114,0.0333196520805359,-0.00103733281139284,-0.999441504478455,0.0333931557834148,-0.00126951665151864,-0.999055445194244,0.0261646863073111,-0.0346917062997818,-0.99905526638031,0.0261428374797106,-0.0347139053046703,3.38231329806149e-005,0.999998927116394,-0.0015069788787514,-4.43858443759382e-005,0.999995410442352,-0.00303150317631662,-0.00109738216269761,0.999999344348907,-0.000394758273614571,-0.00118056463543326,0.999998986721039,0.000750911131035537,0.00589724443852901,-0.999954640865326,-0.00747339660301805,0.00824226066470146,-0.99994957447052,-0.00572333205491304,-0.00905038136988878,-0.999958634376526,-0.000865615147631615,-0.00859080441296101,-0.99996018409729,-0.00241087703034282,0.999853909015656,-0.0100329201668501,-0.0138364462181926,0.999870955944061,-0.0095203872770071,-0.012935402803123,0.999477624893188,-0.0165414866060019,-0.0277661774307489,0.999475419521332,-0.0165763720870018,-0.0278235580772161,
  716. -0.999934911727905,0.00551914470270276,-0.00998803414404392,-0.999934852123261,0.00551895424723625,-0.0099867582321167,-0.999694049358368,-0.000321509141940624,0.0247283522039652,-0.99969470500946,-0.000320375867886469,0.0247057881206274,-0.000616100442130119,0.999994039535522,0.00341742695309222,-0.000944071158301085,0.99998539686203,0.00533057097345591,0.000206287833862007,0.999997556209564,-0.00218966184183955,0.000230010962695815,0.999997556209564,-0.00219062529504299,-0.00420766184106469,-0.999935865402222,0.0105194924399257,-0.000792631995864213,-0.999956369400024,0.00930623430758715,0.00444629369303584,-0.999988257884979,0.00189839047379792,0.00360991666093469,-0.999992787837982,0.00111097248736769,0.999475419521332,-0.0165763720870018,-0.0278235580772161,0.999477624893188,-0.0165414866060019,-0.0277661774307489,0.99999988079071,1.83319498319179e-005,-0.000528434989973903,0.99999988079071,1.83319498319179e-005,-0.000528434989973903,-0.99969470500946,-0.000320375867886469,0.0247057881206274,-0.999694049358368,-0.000321509141940624,0.0247283522039652,-0.999832034111023,0,0.0183258838951588,-0.999832093715668,0,0.0183258857578039,0.000230010962695815,0.999997556209564,-0.00219062529504299,0.000206287833862007,0.999997556209564,-0.00218966184183955,0.000108263950096443,0.999997615814209,-0.00218567927367985,0.000108263942820486,0.999997615814209,-0.00218567904084921,0.00360991666093469,-0.999992787837982,0.00111097248736769,0.00444629369303584,-0.999988257884979,0.00189839047379792,0.000108249623735901,-0.999997556209564,-0.00218568276613951,0.000108249638287816,-0.999997615814209,-0.00218568299897015,0.999971449375153,0.00143897568341345,0.00741343246772885,0.999968707561493,0.00149202230386436,0.00777956191450357,0.99991899728775,-2.08839064725908e-005,-0.0127280047163367,0.999919831752777,-2.11600345210172e-005,-0.012662373483181,-0.999618828296661,0.025512745603919,0.0105494922026992,-0.999655187129974,0.0249914079904556,0.00805851723998785,-0.999742567539215,0.0173756871372461,0.0145940333604813,-0.999737024307251,0.0174851473420858,0.0148369343951344,
  717. -0.00110236252658069,0.999997973442078,0.0017048332374543,0.000410248467233032,0.999983608722687,0.00570354983210564,0.00196136138401926,0.99999725818634,0.00126056687440723,0.00179810717236251,0.99999725818634,-0.00147546513471752,0.0197417438030243,-0.99977570772171,0.00766495522111654,0.0183763988316059,-0.99983012676239,0.00137582805473357,0.0114282462745905,-0.999932825565338,0.00193652999587357,0.0136497039347887,-0.999892830848694,0.00529033970087767,0.999919831752777,-2.11600345210172e-005,-0.012662373483181,0.99991899728775,-2.08839064725908e-005,-0.0127280047163367,0.999649405479431,3.69748850062024e-005,-0.0264787096530199,0.999649405479431,3.69748886441812e-005,-0.0264787059277296,-0.999737024307251,0.0174851473420858,0.0148369343951344,-0.999742567539215,0.0173756871372461,0.0145940333604813,-0.999708831310272,-8.34275633678772e-005,-0.024128271266818,-0.999708831310272,-8.34275488159619e-005,-0.0241282731294632,0.00179810717236251,0.99999725818634,-0.00147546513471752,0.00196136138401926,0.99999725818634,0.00126056687440723,0.00106424558907747,0.999904632568359,-0.0137715544551611,0.00106424547266215,0.999904632568359,-0.0137715553864837,0.00106424558907747,0.999904632568359,-0.0137715544551611,0.0136497039347887,-0.999892830848694,0.00529033970087767,0.0114282462745905,-0.999932825565338,0.00193652999587357,0.00101671006996185,-0.99990451335907,-0.0137788020074368,0.00101671006996185,-0.99990451335907,-0.0137788020074368,0.00101671006996185,-0.999904572963715,-0.0137788010761142,-0.998877108097076,-0.0374423563480377,0.0290301498025656,-0.998877108097076,-0.0374425165355206,0.0290282536298037,-0.999543309211731,-0.0182863809168339,0.0240587778389454,-0.9995436668396,-0.0166873000562191,0.0251791533082724,0.998946666717529,0.0128322904929519,-0.0440533086657524,0.998972833156586,0.012891223654151,-0.0434408113360405,0.999812722206116,-0.00664486363530159,-0.0181829035282135,0.999813437461853,-0.00645998865365982,-0.018201595172286,-0.0214744880795479,-0.999725639820099,-0.0093484241515398,-0.0171135533601046,-0.999853551387787,0.000250880751991645,
  718. -0.0203758124262095,-0.999786794185638,-0.0033270709682256,-0.0225468147546053,-0.999702513217926,-0.00930272322148085,-0.000313629250740632,0.999986410140991,-0.00519408704712987,0.000308675720589235,0.999999225139618,-0.00122136471327394,0.00157581781968474,0.999975144863129,0.00686808256432414,0.00157581781968474,0.999975144863129,0.00686808209866285,0.00157581781968474,0.999975144863129,0.00686808209866285,0.00157581793610007,0.999975204467773,0.00686808256432414,0.00157581770326942,0.999975144863129,0.00686808209866285,-0.000735153851564974,0.999991893768311,-0.00396082270890474,-0.000555221806280315,0.999999105930328,-0.00116718932986259,0.000308675720589235,0.999999225139618,-0.00122136471327394,-0.000313629250740632,0.999986410140991,-0.00519408704712987,-0.9995436668396,-0.0166873000562191,0.0251791533082724,-0.999543309211731,-0.0182863809168339,0.0240587778389454,-0.998210728168488,0.0249820947647095,0.0543246977031231,-0.998210668563843,0.0249820947647095,0.0543246939778328,0.999813437461853,-0.00645998865365982,-0.018201595172286,0.999812722206116,-0.00664486363530159,-0.0181829035282135,0.999180793762207,-0.037567961961031,-0.0150471478700638,0.999180734157562,-0.0375679582357407,-0.0150471478700638,-0.0225468147546053,-0.999702513217926,-0.00930272322148085,-0.0203758124262095,-0.999786794185638,-0.0033270709682256,-0.0138043919578195,-0.999795973300934,0.0147477062419057,-0.0138043910264969,-0.999795973300934,0.0147477062419057,-0.0138043910264969,-0.999795973300934,0.0147477062419057,-0.0138043910264969,-0.999795973300934,0.0147477053105831,0.161323845386505,-0.939308226108551,-0.302778095006943,0.247284039855003,-0.898196995258331,-0.363445848226547,0.333282232284546,-0.85783851146698,-0.391198217868805,0.0188533682376146,0.90496951341629,-0.425058573484421,-0.294626325368881,0.839889824390411,-0.455829322338104,-0.583979487419128,0.495069891214371,-0.643330097198486,-0.0228746607899666,0.95027095079422,-0.310583204030991,-0.406660526990891,0.869359970092773,-0.280785441398621,-0.294626325368881,0.839889824390411,-0.455829322338104,
  719. -0.0228746607899666,0.95027095079422,-0.310583204030991,-0.294626325368881,0.839889824390411,-0.455829322338104,0.0188533682376146,0.90496951341629,-0.425058573484421,0.722640216350555,0.560876250267029,-0.403991192579269,0.720935225486755,0.440380722284317,-0.535086095333099,0.687457144260406,0.273121267557144,-0.672909796237946,0.687457144260406,0.273121267557144,-0.672909796237946,0.720935225486755,0.440380722284317,-0.535086095333099,0.662300288677216,0.195423409342766,-0.723303496837616,0.542516648769379,-0.686912834644318,-0.48355621099472,0.333282232284546,-0.85783851146698,-0.391198217868805,0.247284039855003,-0.898196995258331,-0.363445848226547,0.0963803231716156,-0.969621360301971,-0.224822625517845,0.161323845386505,-0.939308226108551,-0.302778095006943,0.333282232284546,-0.85783851146698,-0.391198217868805,-0.989659011363983,0.0294761676341295,0.140378415584564,-0.974027037620544,-0.0798554793000221,0.21188297867775,-0.851251065731049,-0.511779546737671,0.115988679230213,0.951018750667572,0.0776839852333069,0.299213379621506,-0.43537163734436,0.750576436519623,0.497078150510788,0.0109027940779924,0.964501559734344,0.263852059841156,-0.000921377504710108,-0.993644595146179,0.112558767199516,-0.193778216838837,-0.971224904060364,0.138463854789734,0.114316448569298,-0.943374037742615,0.311411559581757,0.0520647913217545,-0.943579614162445,0.327027291059494,-0.796716749668121,-0.580849409103394,0.166902437806129,0.138603553175926,-0.967942297458649,0.209468141198158,0.300691395998001,0.721812963485718,0.623354375362396,0.419484317302704,0.664198160171509,0.61876779794693,-0.43537163734436,0.750576436519623,0.497078150510788,-0.193778216838837,-0.971224904060364,0.138463854789734,-0.000921377504710108,-0.993644595146179,0.112558767199516,0.0400030724704266,-0.998689413070679,0.0319231674075127,-0.974027037620544,-0.0798554793000221,0.21188297867775,-0.989659011363983,0.0294761676341295,0.140378415584564,-0.916892886161804,-0.147593200206757,0.370841830968857,-0.43537163734436,0.750576436519623,0.497078150510788,
  720. -0.0613369680941105,0.95084273815155,0.303538918495178,0.300691395998001,0.721812963485718,0.623354375362396,-0.43537163734436,0.750576436519623,0.497078150510788,-0.989659011363983,0.0294761676341295,0.140378415584564,-0.0613369680941105,0.95084273815155,0.303538918495178,0.419484317302704,0.664198160171509,0.61876779794693,0.0109027940779924,0.964501559734344,0.263852059841156,-0.43537163734436,0.750576436519623,0.497078150510788,0.0109027940779924,0.964501559734344,0.263852059841156,0.419484317302704,0.664198160171509,0.61876779794693,0.173973903059959,0.694456696510315,0.698185443878174,0.138603553175926,-0.967942297458649,0.209468141198158,0.114316448569298,-0.943374037742615,0.311411559581757,0.0520647913217545,-0.943579614162445,0.327027291059494,-0.916892886161804,-0.147593200206757,0.370841830968857,-0.989659011363983,0.0294761676341295,0.140378415584564,-0.43537163734436,0.750576436519623,0.497078150510788,0.99871563911438,-0.000873821380082518,0.0506589636206627,0.998715698719025,-0.000873821438290179,0.0506589710712433,0.99871551990509,-0.000873821321874857,0.0506589598953724,0.998715579509735,-0.000873821380082518,0.0506589598953724,0.173973903059959,0.694456696510315,0.698185443878174,-0.257837563753128,0.433271110057831,0.863594770431519,-0.452300846576691,0.321798652410507,0.83178699016571,-0.257837563753128,0.433271110057831,0.863594770431519,0.173973903059959,0.694456696510315,0.698185443878174,0.553028106689453,0.302052557468414,0.776481926441193,0.138603553175926,-0.967942297458649,0.209468141198158,-0.796716749668121,-0.580849409103394,0.166902437806129,-0.851251065731049,-0.511779546737671,0.115988679230213,0.0520647913217545,-0.943579614162445,0.327027291059494,-0.867984294891357,-0.410792231559753,0.279021710157394,-0.796716749668121,-0.580849409103394,0.166902437806129,-0.989659011363983,0.0294761676341295,0.140378415584564,-0.851251065731049,-0.511779546737671,0.115988679230213,-0.796716749668121,-0.580849409103394,0.166902437806129,-0.867984294891357,-0.410792231559753,0.279021710157394,
  721. 0.553028106689453,0.302052557468414,0.776481926441193,0.173973903059959,0.694456696510315,0.698185443878174,0.419484317302704,0.664198160171509,0.61876779794693,0.553028106689453,0.302052557468414,0.776481926441193,0.419484317302704,0.664198160171509,0.61876779794693,0.300691395998001,0.721812963485718,0.623354375362396,0.138603553175926,-0.967942297458649,0.209468141198158,-0.000921377504710108,-0.993644595146179,0.112558767199516,0.114316448569298,-0.943374037742615,0.311411559581757,0.253925204277039,0.899385035037994,0.355849117040634,-0.170448541641235,0.901160061359406,0.398569703102112,-0.446786880493164,0.460230320692062,0.767182946205139,-0.188801825046539,-0.382526397705078,0.904448688030243,-0.282495528459549,0.586056053638458,0.759430408477783,0.16414949297905,0.419192910194397,0.892934560775757,0.16414949297905,0.419192910194397,0.892934560775757,-0.282495528459549,0.586056053638458,0.759430408477783,-0.170448541641235,0.901160061359406,0.398569703102112,-0.026314364746213,-0.989109873771667,0.144807860255241,-0.161625117063522,-0.910448968410492,0.38073605298996,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.026314364746213,-0.989109873771667,0.144807860255241,-0.273485511541367,-0.908342659473419,0.316416174173355,-0.336821675300598,-0.872765779495239,0.353314518928528
  722. }
  723. NormalsW: *948 {
  724. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  725. }
  726. }
  727. LayerElementBinormal: 0 {
  728. Version: 102
  729. Name: "map1"
  730. MappingInformationType: "ByPolygonVertex"
  731. ReferenceInformationType: "Direct"
  732. Binormals: *2844 {
  733. a: -0.0314894616603851,-0.017788914963603,-0.99934583902359,-0.0349833704531193,-0.0251543074846268,-0.999071300029755,-0.0515172258019447,-0.0288584921509027,-0.9982550740242,-0.0254629943519831,-0.0177933517843485,-0.999517440795898,0.50459897518158,0.859951734542847,0.0765692368149757,0.505815327167511,0.860845506191254,0.0556416735053062,0.506808876991272,0.861360192298889,0.0346896015107632,0.505815267562866,0.860845446586609,0.0556416660547256,0.0249306932091713,0.0178047828376293,0.999530613422394,0.0506667196750641,0.0287999957799912,0.998300313949585,0.0342756062746048,0.0251039527356625,0.999097108840942,0.0309106763452291,0.0178291983902454,0.99936318397522,-0.283618241548538,0.958606779575348,-0.0251740589737892,-0.283792525529861,0.958433866500854,-0.0294358842074871,-0.283961534500122,0.958243370056152,-0.033697172999382,-0.283792465925217,0.95843380689621,-0.0294358860701323,-0.00827860180288553,0.999771416187286,-0.0197108685970306,-0.00547142652794719,0.999606907367706,-0.0274988207966089,-0.00300035276450217,0.999610424041748,-0.027748191729188,-0.00484683131799102,0.999792218208313,-0.0197991244494915,0.00402377033606172,-0.99891859292984,0.0463204607367516,0.000653146358672529,-0.999594509601593,0.0284669231623411,-0.00177802483085543,-0.999588072299957,0.0286451932042837,0.00258260266855359,-0.998918235301971,0.0464308187365532,-0.00250454200431705,0.999949932098389,-0.00968840718269348,-0.00152450683526695,0.999990165233612,0.00417138542979956,-0.0014221832389012,0.999996483325958,-0.00226992834359407,-0.0025563791859895,0.999976217746735,-0.00641759764403105,-0.0023763426579535,0.999839305877686,-0.017769817262888,-0.0212618093937635,-0.999561667442322,0.020602822303772,-0.0247617643326521,-0.999316811561584,0.0274378880858421,-0.0250912010669708,-0.998950302600861,0.0383269786834717,-0.0212093722075224,-0.999653935432434,0.0155616020783782,-0.0215932819992304,-0.998320877552032,0.0537521503865719,0.195578545331955,0.980688095092773,-0,-0.158317819237709,0.98738819360733,-0,
  734. -0.236713141202927,0.971579611301422,-0,0.0234533604234457,0.999725043773651,-0,-0.999935209751129,-0.00224481802433729,-0.0111658209934831,-0.999903559684753,0.000330984621541575,0.0138912945985794,-0.999999284744263,-0.00110148743260652,-0.000514162529725581,-0.999841153621674,-0.00225293729454279,-0.0176832694560289,-0.999897420406342,-0.00224854191765189,-0.0141456732526422,-0.999871909618378,-0.00225065764971077,-0.0158457458019257,0.999157786369324,0.0169337466359138,0.0373765155673027,0.99980241060257,0.0183862876147032,0.00755616277456284,0.99959933757782,0.0195815321058035,-0.0204430148005486,0.999502897262573,0.0169877465814352,0.0265618953853846,0.270431965589523,0.962739109992981,-0,0.195578545331955,0.980688095092773,-0,0.0234533604234457,0.999725043773651,-0,0.32753711938858,0.944838345050812,-0,0.00238394294865429,0.999622523784637,0.0273736137896776,0.0135152293369174,0.999604165554047,0.0246746297925711,0.0937043577432632,0.990981936454773,-0.0957834646105766,0.0937043577432632,0.990981936454773,-0.0957834646105766,0.0135152293369174,0.999604165554047,0.0246746297925711,0.0496411956846714,0.970532119274139,-0.23580327630043,-0.033300768584013,0.999198138713837,0.0222283732146025,-0.0374869517982006,0.999296724796295,-0.000987849198281765,-0.0373774021863937,0.999297380447388,0.00277708866633475,-0.0336594991385937,0.99929666519165,0.0165343564003706,-0.0315330922603607,0.99824994802475,0.0500284433364868,0.0103065213188529,-0.99994683265686,0.00041581504046917,0.0128209162503481,-0.999916076660156,-0.00189670105464756,0.0128568895161152,-0.999917328357697,0.000275055441306904,0.0102083655074239,-0.999947488307953,-0.000966848398093134,0.0102828005328774,-0.999947190284729,8.16345564089715e-005,0.999491453170776,0.000755784043576568,-0.0318818725645542,0.999672114849091,0.00044681946747005,-0.0256039164960384,0.999645888805389,0.0201957523822784,-0.0173278450965881,-0.997661948204041,0.00958787556737661,0.0676662027835846,-0.99926096200943,0.0171120464801788,0.0344211831688881,-0.999026954174042,0.0210973024368286,0.0387313887476921,
  735. -0.997250974178314,0.00969867315143347,0.0734617114067078,-0.0246880520135164,0.999400496482849,0.0242727510631084,-0.0246730446815491,0.999567210674286,0.016021367162466,-0.0246563535183668,0.999665856361389,0.00776888942345977,-0.0246730446815491,0.999567210674286,0.016021367162466,0.0201774518936872,-0.999792158603668,-0.00292796897701919,0.0201897229999304,-0.999711394309998,-0.0130265671759844,0.0201774518936872,-0.999792098999023,-0.00292796897701919,0.0201631225645542,-0.999771058559418,0.00717092771083117,0.245031073689461,0.969515264034271,0,0.0792646184563637,0.996853709220886,0,-0.166660130023956,0.986014425754547,0,-0.101160332560539,0.994870185852051,0,-0.999986827373505,0.000235075422096998,0.00512451119720936,-0.999984920024872,0.000234553459449671,0.0054983701556921,-0.999988317489624,0.000235492349020205,0.00482589472085238,-0.999951362609863,0.000228461431106552,0.00985983107239008,-0.999823331832886,0.00021596388251055,0.0187969300895929,-0.99994832277298,0.000228026314289309,0.0101712374016643,-0.999984085559845,0.000234341641771607,0.00565005838871002,-0.999985575675964,0.000234739927691408,0.00536481151357293,-0.999985158443451,0.000234637467656285,0.005438182502985,0.999847888946533,0.00138340925332159,-0.0173864904791117,0.9999640583992,0.00138579006306827,-0.00836172513663769,0.999956905841827,0.00138557888567448,-0.00917970854789019,0.999981641769409,0.00138642021920532,-0.00589967053383589,0.999977707862854,0.00138947227969766,0.00653387978672981,0.99964839220047,0.00139392097480595,0.0264798328280449,0.999997735023499,0.00138828961644322,0.0016111935256049,0.323465615510941,0.946239948272705,0,0.378116309642792,0.925758123397827,0,0.0792646184563637,0.996853709220886,0,0.245031073689461,0.969515264034271,0,0.515853404998779,0.479359656572342,0.710006833076477,0.485265344381332,0.703258693218231,0.519562065601349,0.429706364870071,0.585825264453888,0.687139928340912,-0.28060656785965,0.242131114006042,-0.928780198097229,-0.570138692855835,0.568175196647644,-0.593396067619324,-0.545832395553589,0.665444910526276,-0.509166061878204,
  736. 0.768252074718475,0.0792260989546776,-0.6352259516716,0.395697772502899,0.139214247465134,-0.90776801109314,-0.28060656785965,0.242131114006042,-0.928780198097229,0.761019885540009,0.0806420296430588,-0.643696784973145,-0.116215169429779,0.210760310292244,-0.970605075359344,-0.00620229868218303,0.0879064351320267,-0.996109426021576,-0.824452459812164,0.0508297868072987,-0.563643932342529,0.692654967308044,0.141561076045036,0.707240879535675,0.515853404998779,0.479359656572342,0.710006833076477,0.505391240119934,0.302761822938919,0.808031618595123,0.0934634059667587,0.915999829769135,-0.390139520168304,-0.00620229868218303,0.0879064351320267,-0.996109426021576,-0.116215169429779,0.210760310292244,-0.970605075359344,-0.312257081270218,0.908417165279388,0.277981638908386,0.0135152293369174,0.999604165554047,0.0246746297925711,0.00238394294865429,0.999622523784637,0.0273736137896776,0.395697772502899,0.139214247465134,-0.90776801109314,-0.570138692855835,0.568175196647644,-0.593396067619324,-0.28060656785965,0.242131114006042,-0.928780198097229,0.00348477112129331,0.897428750991821,0.441145837306976,-0.39592057466507,0.916093111038208,0.0634070187807083,-0.457711666822433,0.881540417671204,-0.115700781345367,0.00238394294865429,0.999622523784637,0.0273736137896776,-0.345938861370087,0.76650071144104,0.541112720966339,-0.312257081270218,0.908417165279388,0.277981638908386,0.999140799045563,0.000289377814624459,-0.0414446592330933,0.999725043773651,0.000527703436091542,-0.023446237668395,0.999875783920288,0.000672698835842311,-0.0157465115189552,0.999672114849091,0.00044681946747005,-0.0256039164960384,0.999491453170776,0.000755784043576568,-0.0318818725645542,0.00348477112129331,0.897428750991821,0.441145837306976,0.051164124161005,0.988864183425903,-0.139749616384506,-0.0354307889938354,0.999242722988129,-0.0160868614912033,0.00348477112129331,0.897428750991821,0.441145837306976,0.0756747424602509,0.577238142490387,0.813061833381653,0.051164124161005,0.988864183425903,-0.139749616384506,0.0756747424602509,0.577238142490387,0.813061833381653,
  737. 0.00348477112129331,0.897428750991821,0.441145837306976,-0.581161737442017,0.555268406867981,0.594918608665466,0.00348477112129331,0.897428750991821,0.441145837306976,-0.0354307889938354,0.999242722988129,-0.0160868614912033,-0.39592057466507,0.916093111038208,0.0634070187807083,0.515853404998779,0.479359656572342,0.710006833076477,0.429706364870071,0.585825264453888,0.687139928340912,0.505391240119934,0.302761822938919,0.808031618595123,-0.39592057466507,0.916093111038208,0.0634070187807083,-0.311557739973068,0.888659119606018,-0.336477309465408,-0.457711666822433,0.881540417671204,-0.115700781345367,0.40283465385437,0.581825852394104,-0.706542909145355,0.00238394294865429,0.999622523784637,0.0273736137896776,0.0937043577432632,0.990981936454773,-0.0957834646105766,-0.565295875072479,0.417934596538544,0.711176037788391,-0.351952284574509,0.673144459724426,-0.650389194488525,0.0971352308988571,0.909221708774567,0.404821872711182,0.430793583393097,0.840089559555054,0.329645901918411,-0.141640722751617,0.403215765953064,0.904076874256134,-0.33059349656105,0.145317882299423,0.932518422603607,-0.153441399335861,0.73889684677124,-0.656115353107452,0.273189455270767,0.886757850646973,-0.372864633798599,0.430793583393097,0.840089559555054,0.329645901918411,0.273189455270767,0.886757850646973,-0.372864633798599,-0.565295875072479,0.417934596538544,0.711176037788391,-0.141640722751617,0.403215765953064,0.904076874256134,0.430793583393097,0.840089559555054,0.329645901918411,-0.136160910129547,0.397483140230179,-0.907451152801514,-0.153441399335861,0.73889684677124,-0.656115353107452,0.0564339756965637,0.899740099906921,-0.432762145996094,-0.120222434401512,0.980746269226074,0.153894260525703,0.0971352308988571,0.909221708774567,0.404821872711182,0.0971352308988571,0.909221708774567,0.404821872711182,-0.120222434401512,0.980746269226074,0.153894260525703,-0.565295875072479,0.417934596538544,0.711176037788391,0.350969076156616,0.433483570814133,-0.830007672309875,-0.351952284574509,0.673144459724426,-0.650389194488525,0.273189455270767,0.886757850646973,-0.372864633798599,
  738. 0.0564339756965637,0.899740099906921,-0.432762145996094,0.530623435974121,0.819038987159729,-0.218206211924553,-0.120222434401512,0.980746269226074,0.153894260525703,0.273189455270767,0.886757850646973,-0.372864633798599,-0.351952284574509,0.673144459724426,-0.650389194488525,-0.565295875072479,0.417934596538544,0.711176037788391,-0.120222434401512,0.980746269226074,0.153894260525703,-0.644326567649841,0.487269818782806,0.589416146278381,-0.565295875072479,0.417934596538544,0.711176037788391,-0.286682665348053,0.90414035320282,-0.316770315170288,-0.136160910129547,0.397483140230179,-0.907451152801514,0.430793583393097,0.840089559555054,0.329645901918411,-0.136160910129547,0.397483140230179,-0.907451152801514,0.273189455270767,0.886757850646973,-0.372864633798599,-0.153441399335861,0.73889684677124,-0.656115353107452,0.430793583393097,0.840089559555054,0.329645901918411,0.273189455270767,0.886757850646973,-0.372864633798599,-0.141640722751617,0.403215765953064,0.904076874256134,-0.0311592817306519,0.999302089214325,0.0206061266362667,0.00980911962687969,0.999700009822845,0.0224440731108189,0.00993777252733707,0.999926626682281,-0.00692836381494999,-0.031419575214386,0.998907685279846,0.0345877259969711,-0.0260877087712288,-0.999656140804291,-0.00266983453184366,-0.0061371698975563,-0.99799656867981,0.0629706531763077,-0.00591916684061289,-0.999163091182709,0.040474034845829,-0.0259078219532967,-0.999638497829437,-0.00720295077189803,0.0881956219673157,0.996103227138519,-0,0.0983068645000458,0.995156228542328,-0,0.108407951891422,0.994106531143188,-0,0.0983068645000458,0.995156228542328,-0,-0.999525725841522,-0.00110901077277958,-0.0307741090655327,-0.999966621398926,-0.000987325329333544,0.00811757240444422,-0.999153196811676,-0.000756170484237373,0.0411383174359798,-0.999687016010284,-0.00116143084596843,-0.024990251287818,0.998306453227997,-0.00908516906201839,0.0574608780443668,0.999644815921783,-0.00104025029577315,-0.026633158326149,0.999945640563965,-0.00410678051412106,0.00959319993853569,0.998933136463165,-0.00869133230298758,0.0453556329011917,
  739. -0.0311592817306519,0.999302089214325,0.0206061266362667,-0.031419575214386,0.998907685279846,0.0345877259969711,-0.0211903676390648,0.99971729516983,0.0107818525284529,-0.0209152605384588,0.999776661396027,-0.00304463319480419,-0.0293122548609972,-0.999302566051483,-0.02313650585711,-0.0333555899560452,-0.999183654785156,-0.0227933134883642,-0.0333009362220764,-0.999338328838348,-0.0146316671743989,-0.0290537048131227,-0.999576151371002,-0.0018384768627584,-0.225193575024605,0.974314153194427,0,-0.403932988643646,0.914788603782654,0,-0.635491788387299,0.772107660770416,0,-0.546914875507355,0.837188303470612,0,-0.999897956848145,0.00021331560856197,0.0142849888652563,-0.99982088804245,-0.000101764031569473,-0.0189297720789909,-0.999998390674591,3.11250223603565e-005,-0.00179039651993662,-0.999988317489624,0.000239394095842727,0.00484889699146152,-0.999966442584991,0.000230146761168726,0.00819583050906658,0.999885201454163,0.0150976115837693,0.00131911062635481,0.999249637126923,0.00801959354430437,0.0378951728343964,0.997832596302032,0.0053945817053318,0.0655827224254608,0.999722003936768,0.015084957703948,0.0181254409253597,0.999832510948181,0.0150913372635841,0.0103542087599635,-0.126479163765907,0.991969347000122,0,-0.107016213238239,0.99425733089447,0,-0.403932988643646,0.914788603782654,0,-0.225193575024605,0.974314153194427,0,0.0701125487685204,0.995068848133087,-0.0701586604118347,0.0464868880808353,0.998442232608795,-0.0308564826846123,0.0197821073234081,0.999312877655029,-0.031346719712019,0.0716215223073959,0.994956612586975,-0.0702273920178413,-0.0544027388095856,-0.0720415338873863,-0.995916903018951,-0.0361275151371956,-0.0263970587402582,-0.998998582363129,-0.0478437803685665,-0.0347652398049831,-0.998249709606171,-0.0619885884225369,-0.0716107562184334,-0.995504558086395,-0.0332472398877144,0.0022256828378886,0.999444782733917,-0.0130394613370299,0.000544318521860987,0.999914824962616,0.0109728146344423,0.000160025665536523,0.999939858913422,-0.0326872244477272,0.00221815635450184,0.999463140964508,
  740. -0.446670800447464,0.893752694129944,0.0411271527409554,-0.447401195764542,0.893802344799042,0.0308153666555882,-0.448083847761154,0.893756508827209,0.0205002911388874,-0.447401225566864,0.893802344799042,0.0308153703808784,0.535201907157898,0.822969377040863,-0.190474346280098,0.536038815975189,0.823688507080078,-0.184931695461273,0.535201907157898,0.822969377040863,-0.190474346280098,0.534347832202911,0.822223901748657,-0.196010917425156,-0.0131004108116031,-0.999871253967285,-0.00926994439214468,-0.0129881063476205,-0.999872744083405,-0.00926628336310387,-0.00320812314748764,-0.999978423118591,-0.00572701590135694,-0.00323934946209192,-0.999978423118591,-0.00571357319131494,0.0452865771949291,0.998952567577362,-0.00655293557792902,0.0206323824822903,0.998974144458771,-0.0403114967048168,0.0208920892328024,0.998992443084717,-0.0397205613553524,0.0459536202251911,0.998922348022461,-0.00651966920122504,0.0324788726866245,-0.000840372638776898,-0.999472081661224,0.033339086920023,-0.0314209870994091,-0.998950123786926,0.0244324877858162,-0.0356946587562561,-0.999064087867737,0.0147794261574745,-5.06312426296063e-005,-0.999890863895416,-0.0211741533130407,0.0515403114259243,0.998446464538574,-0.0345853120088577,0.0309266392141581,0.998923122882843,-0.0246905069798231,0.0351740568876266,0.999076247215271,-0.0210277065634727,0.0515403114259243,0.998449504375458,-0.384798645973206,0.919326484203339,-0.0822741910815239,-0.384895294904709,0.918386101722717,-0.091775469481945,-0.384956836700439,0.917361974716187,-0.101268380880356,-0.384895235300064,0.918386042118073,-0.091775469481945,0.478886932134628,0.874479949474335,-0.0771503150463104,0.479764819145203,0.874465644359589,-0.0716622844338417,0.478886961936951,0.874479949474335,-0.077150322496891,0.477994322776794,0.874467134475708,-0.0826359540224075,-0.00831638835370541,-0.99840235710144,0.0558901242911816,-0.00834230426698923,-0.998402059078217,0.0558896102011204,-0.0263171084225178,-0.999092757701874,0.0334834009408951,-0.0264913737773895,-0.999116897583008,0.0326146371662617,
  741. 0.0161122158169746,-0.99852454662323,0.0518582239747047,0.0180942770093679,-0.998488903045654,0.0518899410963058,0.00261151581071317,-0.999446511268616,0.0331651903688908,0.000413643167121336,-0.999449968338013,0.0331628024578094,0.00780858285725117,-0.0278928875923157,-0.999580442905426,0.0325175933539867,-0.0479273423552513,-0.998321413993835,0.0322796441614628,-0.0479300506412983,-0.998329043388367,0.0158186946064234,-0.0317892991006374,-0.999369442462921,-0.0342640392482281,0.048255879431963,0.998247146606445,-0.0345139056444168,0.0482530817389488,0.998238742351532,-0.0118614947423339,0.0282467324286699,0.999530613422394,-0.0189861375838518,0.0321891009807587,0.999301552772522,-0.000894039985723794,0.998160004615784,-0.060629416257143,0.00118524685967714,0.998164057731628,-0.0605570450425148,0.00704772956669331,0.999292552471161,-0.0369434878230095,0.00469308532774448,0.999295890331268,-0.0372256152331829,0.495659917593002,0.868504583835602,-0.00458598881959915,0.495645523071289,0.868522882461548,-0.00191263458691537,0.495627611875534,0.868534922599792,0.000760733732022345,0.495645552873611,0.868522822856903,-0.0019126336555928,-0.645295262336731,0.76317834854126,0.0339561626315117,-0.643773436546326,0.763669490814209,0.048627682030201,-0.642111480236053,0.763994455337524,0.0632886067032814,-0.643773436546326,0.763669490814209,0.048627682030201,-0.0361256971955299,0.00262467074207962,-0.999343872070313,-0.0322030819952488,0.000789954792708158,-0.999481081962585,-0.0220058336853981,0.000190664082765579,-0.999757885932922,-0.0443404987454414,0.00282048224471509,-0.999012589454651,0.154476284980774,0.987964868545532,-0.0079052597284317,0.154476895928383,0.987964928150177,-0.00789347477257252,0.154476299881935,0.987964928150177,-0.0079052597284317,0.154475659132004,0.987964868545532,-0.00791704468429089,0.0442706644535065,-0.0028013251721859,0.999015688896179,0.0219668447971344,-0.000190171849681064,0.999758720397949,0.0321560949087143,-0.000786691205576062,0.999482572078705,0.036104142665863,-0.00260789110325277,0.999344646930695,
  742. -0.365317970514297,0.929507911205292,-0.0505762696266174,-0.367066591978073,0.92942875623703,-0.0377399362623692,-0.36531800031662,0.929507911205292,-0.0505762696266174,-0.36350804567337,0.929431021213531,-0.0634041056036949,0.0243644788861275,0.999703049659729,-0.000642444007098675,0.00839255098253489,0.999964833259583,-8.08340046205558e-005,-0.00764567637816072,0.99997079372406,0.000293192220851779,0.024443993344903,0.999700963497162,-0.000645322608761489,-0.0415359884500504,-0.999130368232727,0.00364642636850476,-0.00797699671238661,-0.999967873096466,0.000767604855354875,-0.00811489019542933,-0.99996680021286,0.000761899165809155,-0.0418101325631142,-0.99911892414093,0.00366105325520039,0.00758500630035996,0.0950741544365883,-0.995441317558289,-0.024660037830472,0.0204202327877283,-0.999487340450287,-0.00813549384474754,0.0623166263103485,-0.998023331165314,0.0207479875534773,0.0949410423636436,-0.995266735553741,0.160068467259407,0.97242683172226,0.169600129127502,0.159882694482803,0.972919046878815,0.16693189740181,0.160068467259407,0.97242683172226,0.169600129127502,0.160253047943115,0.971927464008331,0.172267109155655,-0.0281797759234905,-0.0951603874564171,0.995063066482544,0.00364459515549243,-0.0625783950090408,0.998033463954926,0.0230300612747669,-0.0205953475087881,0.999522626399994,-0.014467122964561,-0.0953092500567436,0.995342671871185,-0.289084851741791,0.927512049674988,-0.236962869763374,-0.255972474813461,0.965589284896851,-0.0459950231015682,-0.249484956264496,0.96732485294342,-0.0451668612658978,-0.330318987369537,0.923581123352051,-0.194646894931793,-0.0150785930454731,0.995737791061401,0.0909878835082054,-0.0109896063804626,0.999046981334686,0.0422417894005775,-0.0110964048653841,0.999072670936584,0.0416024066507816,-0.0150894830003381,0.995737671852112,0.0909878984093666,0.00623788544908166,-0.999961376190186,-0.00619398802518845,-0.0239129383116961,-0.99906861782074,-0.0359177589416504,-0.00940279942005873,-0.999272048473358,-0.0369729436933994,0.00619721366092563,-0.999961733818054,-0.00619241641834378,
  743. -0.255972474813461,0.965589284896851,-0.0459950231015682,-0.0480877570807934,0.998834848403931,-0.00408010091632605,-0.0555054470896721,0.998106718063354,-0.0264986027032137,-0.249484956264496,0.96732485294342,-0.0451668612658978,-0.024834867566824,-0.0344376377761364,0.999098241329193,-0.0206107385456562,-0.0266424529254436,0.999432563781738,-0.0165989398956299,-0.0173179842531681,0.999712288379669,-0.0242713242769241,-0.0344236977398396,0.999112606048584,-0.44133847951889,0.889657318592072,0.117176733911037,-0.441609412431717,0.887391448020935,0.132354229688644,-0.441776365041733,0.884916543960571,0.147500514984131,-0.441609442234039,0.88739150762558,0.132354229688644,0.0215312577784061,0.0341133624315262,-0.999186098575592,0.0156685896217823,0.0170334875583649,-0.999732136726379,0.0188598688691854,0.0263773445039988,-0.999474167823792,0.0221275184303522,0.0341279320418835,-0.999172508716583,0.260156035423279,0.962342143058777,0.0788442119956017,0.260401248931885,0.962933838367462,0.0703544989228249,0.260627508163452,0.963455617427826,0.0618596896529198,0.260401219129562,0.962933778762817,0.0703544989228249,-0.0362086519598961,0.998228490352631,0.0472104363143444,-0.0112236915156245,0.999575138092041,0.0269001796841621,-0.0113331936299801,0.999565243721008,0.0272202994674444,-0.0365647450089455,0.998215973377228,0.0472016185522079,-0.0166581813246012,-0.999861240386963,-0.000232418969972059,-0.000466189201688394,-0.999579727649689,-0.0289851538836956,-0.000495968153700233,-0.999580383300781,-0.0289650019258261,-0.0167612265795469,-0.999859511852264,-0.000233533297432587,0.0829286649823189,0.000354902178514749,0.99655544757843,0.0425539538264275,0.00308189867064357,0.999089419841766,0.0607451051473618,0.00207931105978787,0.998151242733002,0.0929551720619202,0.000368806504411623,0.995670199394226,-0.0927911922335625,0.00036698195617646,-0.995685577392578,-0.0607508346438408,-0.00248510995879769,-0.998149931430817,-0.0427149198949337,-0.00444357749074697,-0.999077439308167,-0.08282320946455,0.000353219511453062,-0.996564209461212,
  744. -0.375556468963623,-0.922359466552734,0.0906117931008339,-0.3721062541008,-0.922263622283936,0.104723177850246,-0.375556498765945,-0.92235940694809,0.0906118005514145,-0.37892746925354,-0.922260642051697,0.076481319963932,-0.00118902733083814,-0.999997317790985,0.0020075140055269,0.0345816351473331,-0.999400317668915,0.00177707965485752,0.0346432849764824,-0.999398410320282,0.00164459529332817,0.000142659933771938,-0.999998152256012,0.0019102159421891,-0.0608585029840469,0.998142898082733,-0.00267688347958028,-0.0297356713563204,0.999556481838226,-0.00166372361127287,-0.0296029392629862,0.999560534954071,-0.00162149674724787,-0.0591699853539467,0.998244285583496,-0.00270473957061768,0.163241803646088,-0.986568868160248,-0.00584117090329528,0.163242191076279,-0.986568868160248,-0.00583082903176546,0.163242548704147,-0.986568868160248,-0.00582048529759049,0.163242191076279,-0.986568868160248,-0.00583082903176546,0.000222189017222263,-0.000673338829074055,-0.999999821186066,-0.00251559494063258,0.0179591700434685,-0.999835669994354,-0.00462974375113845,0.0231767240911722,-0.999720752239227,0.000220385947613977,-0.000673356931656599,-0.999999761581421,-0.000215566498809494,0.000674946059007198,0.999999761581421,0.0120316687971354,-0.0250415094196796,0.999614059925079,0.00622865883633494,-0.0194024872034788,0.999792397022247,-0.000221611640881747,0.000674884999170899,0.999999821186066,-0.370560824871063,0.927025198936462,0.057524386793375,-0.372973084449768,0.925051271915436,0.0719115287065506,-0.370560765266418,0.927025198936462,0.0575243979692459,-0.368068158626556,0.928798317909241,0.0431248024106026,-0.0104097872972488,0.999945878982544,-4.34545399912167e-005,-0.0109331598505378,0.999692022800446,0.0222811941057444,-0.0111611066386104,0.999447464942932,0.0313086770474911,-0.0103983664885163,0.999945998191834,-4.34520479757339e-005,0.0741804540157318,-0.994892060756683,-0.0684623792767525,0.0261909030377865,-0.999445021152496,-0.0205881558358669,0.0506131239235401,-0.998235881328583,-0.0310419034212828,0.0754280388355255,-0.99479740858078,-0.0684752389788628,
  745. 0.164560914039612,0.986360967159271,-0.00342848896980286,0.164560705423355,0.986361026763916,-0.00343883037567139,0.164560467004776,0.986361026763916,-0.00344917154870927,0.164560705423355,0.986361026763916,-0.00343883037567139,0.0021182622294873,-0.00409418065100908,0.99998939037323,0.0184954144060612,-0.00899503566324711,0.999788463115692,0.0137603590264916,-0.0106813535094261,0.999848365783691,0.00942686665803194,-0.00385931530036032,0.99994820356369,-0.0150228748098016,0.00382089451886714,-0.999879956245422,-0.0143241537734866,0.0109000606462359,-0.999838054180145,-0.0215368922799826,0.00914224330335855,-0.999726355075836,-0.00791687704622746,0.00404602661728859,-0.999960482120514,-0.284986019134521,-0.95748633146286,-0.0447543412446976,-0.284970194101334,-0.957522928714752,-0.044067520648241,-0.284985989332199,-0.957486391067505,-0.0447543486952782,-0.28500172495842,-0.957449376583099,-0.0454411432147026,0.0296051055192947,-0.999561309814453,-0.000899069826118648,0.0103718442842364,-0.999510288238525,-0.0295249503105879,0.0105656003579497,-0.999522686004639,-0.0290332082659006,0.0299266763031483,-0.999551773071289,-0.000900259241461754,0.0236257966607809,0.998421967029572,0.0509464293718338,-0.00151476881001145,0.999707758426666,0.0241310819983482,-0.00161196466069669,0.999711036682129,0.0239865258336067,0.0237157382071018,0.99841970205307,0.0509479753673077,-0.200478300452232,0.979623198509216,0.0121238091960549,-0.200562730431557,0.97963148355484,0.00984156038612127,-0.20064614713192,0.979634642601013,0.00755926314741373,-0.200562730431557,0.979631423950195,0.00984156038612127,0.0388213694095612,-0.999238014221191,0.00403214246034622,0.0106109110638499,-0.999941289424896,0.00222679576836526,0.0107381716370583,-0.999939858913422,0.00224732886999846,0.0395354516804218,-0.999210059642792,0.00403749896213412,-0.0381143763661385,0.00904619041830301,0.999232470989227,-0.0162107478827238,0.00139535428024828,0.999867677688599,-0.0328875817358494,0.0041577285155654,0.999450445175171,-0.0727168470621109,0.00763076357543468,0.997323513031006,
  746. 0.0162847097963095,0.00405679689720273,-0.999859273433685,0.00993107538670301,-0.00103276991285384,-0.999950230121613,0.0262182056903839,-0.0037902295589447,-0.999649107456207,0.0163343958556652,0.00405587581917644,-0.999858438968658,-0.329272866249084,-0.944140255451202,-0.013369339518249,-0.328934669494629,-0.94415545463562,-0.0192989725619555,-0.32858482003212,-0.944137454032898,-0.0252279136329889,-0.328934669494629,-0.94415545463562,-0.0192989706993103,0.0174358673393726,0.999847948551178,0.000498356414027512,0.0148329781368375,0.9998899102211,0.000428545725299045,-0.0128807257860899,0.999907255172729,0.00443631270900369,-0.0108388075605035,0.999930679798126,0.00461864611133933,-0.407318741083145,0.911429286003113,-0.0582080073654652,-0.406542539596558,0.911283075809479,-0.0654707923531532,-0.405744671821594,0.911088168621063,-0.0727300941944122,-0.406542539596558,0.911283075809479,-0.0654707998037338,-0.022699074819684,2.89263989543542e-005,-0.999742448329926,-0.00749671505764127,0.000184540622285567,-0.999971926212311,-0.0311051495373249,0.00358555256389081,-0.999509751796722,-0.0532044433057308,0.00459087872877717,-0.998573124408722,0.00800474919378757,0.00050486414693296,0.999967813491821,0.0231424793601036,0.000588028051424772,0.99973201751709,0.0530491806566715,-0.00277498760260642,0.998588085174561,0.0318314544856548,-0.0018423181027174,0.999491572380066,0.0127465659752488,0.99991500377655,0.00275720655918121,0.0120433028787375,0.999923586845398,0.00282220472581685,0.0464324541389942,0.998890101909637,0.00791865214705467,0.0478344932198524,0.998824000358582,0.00790477730333805,-0.00811489019542933,-0.99996680021286,0.000761899165809155,-0.00797699671238661,-0.999967873096466,0.000767604855354875,-0.00672986870631576,-0.999977111816406,-0.000672207737807184,0.00959768891334534,-0.999953269958496,-0.00120939000044018,-0.0220058336853981,0.000190664082765579,-0.999757885932922,-0.0322030819952488,0.000789954792708158,-0.999481081962585,-0.00749671505764127,0.000184540622285567,-0.999971926212311,-0.022699074819684,2.89263989543542e-005,-0.999742448329926,
  747. 0.0321560949087143,-0.000786691205576062,0.999482572078705,0.0219668447971344,-0.000190171849681064,0.999758720397949,0.0231424793601036,0.000588028051424772,0.99973201751709,0.00800474919378757,0.00050486414693296,0.999967813491821,-0.00764567637816072,0.99997079372406,0.000293192220851779,0.00839255098253489,0.999964833259583,-8.08340046205558e-005,0.0120433028787375,0.999923586845398,0.00282220472581685,0.0127465659752488,0.99991500377655,0.00275720655918121,0.00959768891334534,-0.999953269958496,-0.00120939000044018,-0.00672986870631576,-0.999977111816406,-0.000672207737807184,-0.0230132546275854,-0.999735176563263,-0.00030962738674134,-0.0230837669223547,-0.999733567237854,-0.000305915746139362,0.0107381716370583,-0.999939858913422,0.00224732886999846,0.0106109110638499,-0.999941289424896,0.00222679576836526,-0.0178138110786676,-0.999841213226318,-0.000477256078738719,-0.0182725712656975,-0.999832928180695,-0.000489559606648982,-0.0328875817358494,0.0041577285155654,0.999450445175171,-0.0162107478827238,0.00139535428024828,0.999867677688599,-0.0227238591760397,-0.0037035527639091,0.999734938144684,-0.0228510815650225,-0.00370111642405391,0.999732136726379,0.0262182056903839,-0.0037902295589447,-0.999649107456207,0.00993107538670301,-0.00103276991285384,-0.999950230121613,0.0313968807458878,-0.00864673685282469,-0.999469578266144,0.0651217401027679,-0.00732180895283818,-0.997850477695465,-0.0108388075605035,0.999930679798126,0.00461864611133933,-0.0128807257860899,0.999907255172729,0.00443631270900369,-0.0448553115129471,0.998966753482819,0.00730754062533379,-0.0433736741542816,0.9990314245224,0.0074185561388731,0.0242982301861048,-0.999697208404541,-0.00388849503360689,0.00400569895282388,-0.999983608722687,-0.00410727318376303,0.046684168279171,-0.99886566400528,-0.00938586890697479,0.045565988868475,-0.998916923999786,-0.00941601675003767,0.0250845849514008,0.00625117309391499,-0.999665856361389,0.0156761482357979,0.00830875895917416,-0.999842703342438,0.0288366433233023,0.0213172826915979,-0.999356865882874,
  748. 0.0347212925553322,0.0215411279350519,-0.999164879322052,-0.018059890717268,-0.00966061279177666,0.999790251255035,-0.028768228366971,-0.00733577087521553,0.999559283256531,-0.034316822886467,-0.0240268353372812,0.999122202396393,-0.0254341624677181,-0.0236701536923647,0.99939626455307,-0.00614716298878193,0.999981105327606,-0.00024574514827691,-0.027290090918541,0.999627649784088,-0.000127914230688475,-0.0497127771377563,0.998762905597687,-0.00116531946696341,-0.0503414273262024,0.998731434345245,-0.00116966664791107,0.000413643167121336,-0.999449968338013,0.0331628024578094,0.00261151581071317,-0.999446511268616,0.0331651903688908,0.00400569895282388,-0.999983608722687,-0.00410727318376303,0.0242982301861048,-0.999697208404541,-0.00388849503360689,0.00780858285725117,-0.0278928875923157,-0.999580442905426,0.0158186946064234,-0.0317892991006374,-0.999369442462921,0.0156761482357979,0.00830875895917416,-0.999842703342438,0.0250845849514008,0.00625117309391499,-0.999665856361389,-0.0189861375838518,0.0321891009807587,0.999301552772522,-0.0118614947423339,0.0282467324286699,0.999530613422394,-0.028768228366971,-0.00733577087521553,0.999559283256531,-0.018059890717268,-0.00966061279177666,0.999790251255035,0.00469308532774448,0.999295890331268,-0.0372256152331829,0.00704772956669331,0.999292552471161,-0.0369434878230095,-0.027290090918541,0.999627649784088,-0.000127914230688475,-0.00614716298878193,0.999981105327606,-0.00024574514827691,0.00347476196475327,0.999959528446198,0.00829671509563923,0.00339795905165374,0.999959588050842,0.00832921918481588,0.0130346920341253,0.999774754047394,0.01674809679389,0.0132416486740112,0.999771952629089,0.0167551543563604,-0.0108012398704886,8.48186664370587e-006,-0.99994170665741,0.0138341682031751,-0.000354290095856413,-0.999904274940491,0.0348593704402447,-0.00197463924996555,-0.999390363693237,0.0339187458157539,-0.00196168362163007,-0.999422669410706,0.0109728146344423,0.000160025665536523,0.999939858913422,-0.0130394613370299,0.000544318521860987,0.999914824962616,0.0386508740484715,0.0268370490521193,0.998892366886139,
  749. 0.0529339574277401,0.0348992124199867,0.997988045215607,-0.00323934946209192,-0.999978423118591,-0.00571357319131494,-0.00320812314748764,-0.999978423118591,-0.00572701590135694,-0.0200092475861311,-0.999472618103027,0.0255776327103376,-0.00613893801346421,-0.999658465385437,0.0254057571291924,0.0197821073234081,0.999312877655029,-0.031346719712019,0.0464868880808353,0.998442232608795,-0.0308564826846123,0.00339795905165374,0.999959588050842,0.00832921918481588,0.00347476196475327,0.999959528446198,0.00829671509563923,-0.0478437803685665,-0.0347652398049831,-0.998249709606171,-0.0361275151371956,-0.0263970587402582,-0.998998582363129,0.0138341682031751,-0.000354290095856413,-0.999904274940491,-0.0108012398704886,8.48186664370587e-006,-0.99994170665741,0.0529339574277401,0.0348992124199867,0.997988045215607,0.0386508740484715,0.0268370490521193,0.998892366886139,0.0620192810893059,0.0708218589425087,0.995559096336365,0.069568082690239,0.0704049542546272,0.995089650154114,-0.00613893801346421,-0.999658465385437,0.0254057571291924,-0.0200092475861311,-0.999472618103027,0.0255776327103376,-0.0310475379228592,-0.997592449188232,0.0620118416845798,-0.0316353812813759,-0.997571587562561,0.0620492361485958,-0.0515172258019447,-0.0288584921509027,-0.9982550740242,-0.0349833704531193,-0.0251543074846268,-0.999071300029755,-0.0674661695957184,-0.0459384396672249,-0.996663451194763,-0.0810235589742661,-0.0459476560354233,-0.995652556419373,0.0342756062746048,0.0251039527356625,0.999097108840942,0.0506667196750641,0.0287999957799912,0.998300313949585,0.0799844190478325,0.0456828400492668,0.995748817920685,0.06643907725811,0.0456548258662224,0.996745467185974,-0.00300035276450217,0.999610424041748,-0.027748191729188,-0.00547142652794719,0.999606907367706,-0.0274988207966089,-0.0082939388230443,0.998927891254425,-0.0455462299287319,-0.0067777968943119,0.99893593788147,-0.0456199981272221,-0.00177802483085543,-0.999588072299957,0.0286451932042837,0.000653146358672529,-0.999594509601593,0.0284669231623411,0.00341175473295152,-0.999766886234283,0.0213232450187206,
  750. -7.53108088247245e-006,-0.999771595001221,0.0213756002485752,0.0137603590264916,-0.0106813535094261,0.999848365783691,0.0184954144060612,-0.00899503566324711,0.999788463115692,0.0121033983305097,-0.0156182246282697,0.999804854393005,-0.0120556550100446,-0.0153062390163541,0.999810218811035,-0.0215368922799826,0.00914224330335855,-0.999726355075836,-0.0143241537734866,0.0109000606462359,-0.999838054180145,0.013691071420908,0.0155104203149676,-0.999785959720612,-0.0102489963173866,0.0158219672739506,-0.999822318553925,0.0105656003579497,-0.999522686004639,-0.0290332082659006,0.0103718442842364,-0.999510288238525,-0.0295249503105879,-0.00988209247589111,-0.998460948467255,-0.0545721091330051,-0.00993103533983231,-0.998460531234741,-0.0545704327523708,-0.00161196466069669,0.999711036682129,0.0239865258336067,-0.00151476881001145,0.999707758426666,0.0241310819983482,-0.027411587536335,0.999624311923981,1.86775014299201e-005,-0.0275979973375797,0.99961918592453,2.14510946534574e-005,0.0208920892328024,0.998992443084717,-0.0397205613553524,0.0206323824822903,0.998974144458771,-0.0403114967048168,-0.00579547556117177,0.998217701911926,-0.0593954995274544,-0.00594874285161495,0.998216688632965,-0.059398464858532,0.0244324877858162,-0.0356946587562561,-0.999064087867737,0.033339086920023,-0.0314209870994091,-0.998950123786926,0.0179518107324839,-0.0518348105251789,-0.998494386672974,0.0178538803011179,-0.0518348179757595,-0.998496115207672,-0.0246905069798231,0.0351740568876266,0.999076247215271,-0.0345853120088577,0.0309266392141581,0.998923122882843,-0.0297311395406723,0.000227147451369092,0.999557912349701,-0.0101037416607141,-0.000626060995273292,0.999948799610138,-0.0264913737773895,-0.999116897583008,0.0326146371662617,-0.0263171084225178,-0.999092757701874,0.0334834009408951,-0.04386031255126,-0.999035537242889,-0.0020900359377265,-0.04422926902771,-0.999019205570221,-0.00209564552642405,0.0607451051473618,0.00207931105978787,0.998151242733002,0.0425539538264275,0.00308189867064357,0.999089419841766,0.038347240537405,0.00512394076213241,0.999251365661621,
  751. 0.0272518489509821,0.00443345634266734,0.999618828296661,-0.0427149198949337,-0.00444357749074697,-0.999077439308167,-0.0607508346438408,-0.00248510995879769,-0.998149931430817,-0.0274047888815403,-0.00731722125783563,-0.999597668647766,-0.0385931171476841,-0.00804679468274117,-0.999222636222839,0.0346432849764824,-0.999398410320282,0.00164459529332817,0.0345816351473331,-0.999400317668915,0.00177707965485752,0.0702105835080147,-0.997523248195648,0.00422810018062592,0.0690153688192368,-0.997606456279755,0.00427467003464699,-0.0296029392629862,0.999560534954071,-0.00162149674724787,-0.0297356713563204,0.999556481838226,-0.00166372361127287,0.00111995008774102,0.999993801116943,-0.00334316585212946,-0.000302442436804995,0.999994874000549,-0.00321049382910132,-0.0165989398956299,-0.0173179842531681,0.999712288379669,-0.0206107385456562,-0.0266424529254436,0.999432563781738,-0.0127129796892405,-0.00438125384971499,0.999909579753876,-0.0128488363698125,-0.00437917187809944,0.999907910823822,0.0188598688691854,0.0263773445039988,-0.999474167823792,0.0156685896217823,0.0170334875583649,-0.999732136726379,0.0125976298004389,0.00407456792891026,-0.999912440776825,0.0127075053751469,0.00407290318980813,-0.99991101026535,-0.0113331936299801,0.999565243721008,0.0272202994674444,-0.0112236915156245,0.999575138092041,0.0269001796841621,0.0138689987361431,0.999903857707977,0.000162131836987101,0.0139879379421473,0.999902188777924,0.000163645192515105,-0.000495968153700233,-0.999580383300781,-0.0289650019258261,-0.000466189201688394,-0.999579727649689,-0.0289851538836956,0.0157795231789351,-0.998854696750641,-0.0451699569821358,0.015844564884901,-0.998853802680969,-0.0451685972511768,-0.00462974375113845,0.0231767240911722,-0.999720752239227,-0.00251559494063258,0.0179591700434685,-0.999835669994354,-0.00847201328724623,0.0553062558174133,-0.998433589935303,-0.00888739340007305,0.0552860908210278,-0.998431026935577,0.00622865883633494,-0.0194024872034788,0.999792397022247,0.0120316687971354,-0.0250415094196796,0.999614059925079,0.0199289135634899,-0.0575934275984764,0.998141229152679,
  752. 0.0195230040699244,-0.0576122216880322,0.998148202896118,-0.0111611066386104,0.999447464942932,0.0313086770474911,-0.0109331598505378,0.999692022800446,0.0222811941057444,-0.0100601715967059,0.997637867927551,0.0679516196250916,-0.0108502898365259,0.99762898683548,0.0679620504379272,0.0506131239235401,-0.998235881328583,-0.0310419034212828,0.0261909030377865,-0.999445021152496,-0.0205881558358669,0.00236208806745708,-0.99999725818634,3.9243637729669e-005,0.00235279300250113,-0.999997317790985,3.92417350667529e-005,-0.00813549384474754,0.0623166263103485,-0.998023331165314,-0.024660037830472,0.0204202327877283,-0.999487340450287,-0.0281852576881647,0.00174309290014207,-0.999601185321808,-0.0276237763464451,0.00174698571208864,-0.999616861343384,-0.0327774249017239,0.0017112314235419,-0.99946129322052,0.0230300612747669,-0.0205953475087881,0.999522626399994,0.00364459515549243,-0.0625783950090408,0.998033463954926,0.0327208191156387,-0.00208300305530429,0.999462366104126,0.027379609644413,-0.00211977935396135,0.999622881412506,0.0281009133905172,-0.00211481680162251,0.999602913856506,-0.0110964048653841,0.999072670936584,0.0416024066507816,-0.0109896063804626,0.999046981334686,0.0422417894005775,-0.00797849055379629,0.999967515468597,-0.00120995449833572,-0.00800781510770321,0.999967217445374,-0.00120912923011929,-0.00940279942005873,-0.999272048473358,-0.0369729436933994,-0.0239129383116961,-0.99906861782074,-0.0359177589416504,-0.0370605029165745,-0.995215952396393,-0.0903975814580917,-0.0371391624212265,-0.995212912559509,-0.0903992280364037,-0.0209152605384588,0.999776661396027,-0.00304463319480419,-0.0211903676390648,0.99971729516983,0.0107818525284529,4.47454076493159e-005,0.999975621700287,0.00699023250490427,2.55398481385782e-005,0.99999213218689,0.00398989487439394,-0.0333009362220764,-0.999338328838348,-0.0146316671743989,-0.0333555899560452,-0.999183654785156,-0.0227933134883642,-0.0260877087712288,-0.999656140804291,-0.00266983453184366,-0.0259078219532967,-0.999638497829437,-0.00720295077189803,-0.999998390674591,3.11250223603565e-005,-0.00179039651993662,
  753. -0.99982088804245,-0.000101764031569473,-0.0189297720789909,-0.999525725841522,-0.00110901077277958,-0.0307741090655327,-0.999687016010284,-0.00116143084596843,-0.024990251287818,0.997832596302032,0.0053945817053318,0.0655827224254608,0.999249637126923,0.00801959354430437,0.0378951728343964,0.998306453227997,-0.00908516906201839,0.0574608780443668,0.998933136463165,-0.00869133230298758,0.0453556329011917,0.00993777252733707,0.999926626682281,-0.00692836381494999,0.00980911962687969,0.999700009822845,0.0224440731108189,0.0163975227624178,0.999850988388062,-0.00540455430746078,0.0159423165023327,0.999611675739288,-0.0228576846420765,-0.00591916684061289,-0.999163091182709,0.040474034845829,-0.0061371698975563,-0.99799656867981,0.0629706531763077,0.00143762421794236,-0.998980104923248,0.0451305061578751,0.000906092813238502,-0.99971878528595,0.0237001311033964,-0.999153196811676,-0.000756170484237373,0.0411383174359798,-0.999966621398926,-0.000987325329333544,0.00811757240444422,-0.99861341714859,0.000321272469591349,0.052642785012722,-0.998400568962097,0.000353492272552103,0.0565356016159058,0.999945640563965,-0.00410678051412106,0.00959319993853569,0.999644815921783,-0.00104025029577315,-0.026633158326149,0.998659253120422,0.00434245727956295,-0.0515835918486118,0.999292492866516,0.00356579222716391,-0.0374413169920444,0.0159423165023327,0.999611675739288,-0.0228576846420765,0.0163975227624178,0.999850988388062,-0.00540455430746078,-7.07938852428924e-006,0.999773442745209,0.0212862677872181,-8.75956993695581e-006,0.999836027622223,0.0181088969111443,0.000906092813238502,-0.99971878528595,0.0237001311033964,0.00143762421794236,-0.998980104923248,0.0451305061578751,0.000449822866357863,-0.99969869852066,0.0245416443794966,0.000360540841938928,-0.999806523323059,0.0196705535054207,-0.998400568962097,0.000353492272552103,0.0565356016159058,-0.99861341714859,0.000321272469591349,0.052642785012722,-0.998894929885864,0.000210868762223981,0.046998642385006,-0.999001026153564,0.00020582701836247,0.0446866825222969,0.999292492866516,0.00356579222716391,-0.0374413169920444,
  754. 0.998659253120422,0.00434245727956295,-0.0515835918486118,0.999752938747406,0.000156806941959076,-0.0222281478345394,0.999684870243073,0.000163084885571152,-0.0251038130372763,-0.0014221832389012,0.999996483325958,-0.00226992834359407,-0.00152450683526695,0.999990165233612,0.00417138542979956,1.95427182916319e-005,1,-0.000105497558251955,-0.000126285667647608,0.99993222951889,-0.0116434842348099,-0.0250912010669708,-0.998950302600861,0.0383269786834717,-0.0247617643326521,-0.999316811561584,0.0274378880858421,-0.0169557742774487,-0.999452292919159,0.0284198541194201,-0.0173452906310558,-0.999804437160492,0.00950316339731216,-0.999999284744263,-0.00110148743260652,-0.000514162529725581,-0.999903559684753,0.000330984621541575,0.0138912945985794,-0.999765932559967,0.00193374371156096,0.0215488485991955,-0.999647557735443,0.00183655659202486,0.0264852270483971,0.99959933757782,0.0195815321058035,-0.0204430148005486,0.99980241060257,0.0183862876147032,0.00755616277456284,0.999681234359741,0.0113817201927304,-0.0225390531122684,0.999743640422821,0.0135516719892621,-0.01814348064363,-0.000126285667647608,0.99993222951889,-0.0116434842348099,1.95427182916319e-005,1,-0.000105497558251955,0.000199055357370526,0.99996030330658,0.00891127251088619,4.96492793899961e-005,0.999994695186615,0.00327080069109797,-0.0173452906310558,-0.999804437160492,0.00950316339731216,-0.0169557742774487,-0.999452292919159,0.0284198541194201,-6.39008794678375e-005,-0.999981462955475,0.00610521575435996,1.25405877042795e-005,-0.999995708465576,0.00293805776163936,-0.999647557735443,0.00183655659202486,0.0264852270483971,-0.999765932559967,0.00193374371156096,0.0215488485991955,-0.999936938285828,0.00121808052062988,0.0111669227480888,-0.999650835990906,0.00142738362774253,0.0263858027756214,-0.999647974967957,0.00142886280082166,0.0264934170991182,0.999743640422821,0.0135516719892621,-0.01814348064363,0.999681234359741,0.0113817201927304,-0.0225390531122684,0.999733865261078,0.00133391399867833,-0.0230315532535315,0.999730825424194,0.0013357219286263,-0.0231629759073257,
  755. 0.999977290630341,0.0011085415026173,-0.00665868772193789,-0.0373774021863937,0.999297380447388,0.00277708866633475,-0.0374869517982006,0.999296724796295,-0.000987849198281765,-0.0182846318930388,0.99983274936676,0.00029264425393194,-0.0166734177619219,0.99986070394516,0.000761243340093642,0.0128568895161152,-0.999917328357697,0.000275055441306904,0.0128209162503481,-0.999916076660156,-0.00189670105464756,-0.00668445881456137,-0.999975383281708,-0.00211773463524878,-0.00645569106563926,-0.999979138374329,0.000294862635200843,-0.999026954174042,0.0210973024368286,0.0387313887476921,-0.99926096200943,0.0171120464801788,0.0344211831688881,-0.999020993709564,0.0202292818576097,0.0393424183130264,-0.999508440494537,0.022337706759572,0.0220011305063963,0.999487042427063,0.000147115817526355,-0.0320276767015457,0.998221218585968,-0.00038094335468486,-0.0596189014613628,0.998606979846954,-0.00121135462541133,-0.0527509748935699,0.99953156709671,-0.0013651279732585,-0.0305741373449564,0.998300850391388,-0.00117303698789328,-0.0582597032189369,0.998688876628876,-0.00122229044791311,-0.0511775389313698,0.99762487411499,-0.00109908264130354,-0.0688721388578415,0.999875783920288,0.000672698835842311,-0.0157465115189552,0.999725043773651,0.000527703436091542,-0.023446237668395,0.998221218585968,-0.00038094335468486,-0.0596189014613628,0.999487042427063,0.000147115817526355,-0.0320276767015457,-0.0166734177619219,0.99986070394516,0.000761243340093642,-0.0182846318930388,0.99983274936676,0.00029264425393194,0.0250439625233412,0.999686300754547,0.000458218448329717,0.0248494315892458,0.999686360359192,-0.00311631895601749,-0.00645569106563926,-0.999979138374329,0.000294862635200843,-0.00668445881456137,-0.999975383281708,-0.00211773463524878,-0.0375304333865643,-0.999291718006134,0.00276879966259003,-0.0375555641949177,-0.999293982982636,0.00110579049214721,-0.999508440494537,0.022337706759572,0.0220011305063963,-0.999020993709564,0.0202292818576097,0.0393424183130264,-0.996674120426178,0.0149429431185126,0.0801083073019981,-0.998516023159027,0.014560779556632,0.0524761974811554,
  756. -0.999834835529327,0.0139763774350286,0.0116232018917799,-0.999242603778839,0.0143304252997041,0.0361796170473099,0.461128652095795,0.342990189790726,-0.818363189697266,0.553504765033722,0.43881630897522,-0.707864999771118,0.502613723278046,0.512700915336609,-0.696072697639465,0.0752960667014122,0.422641724348068,0.903163611888886,0.354814231395721,0.539049685001373,0.763892889022827,0.339263916015625,0.868819415569305,0.360628485679626,0.254692733287811,0.305953145027161,0.917346298694611,0.795283079147339,0.488127797842026,0.359521895647049,0.354814231395721,0.539049685001373,0.763892889022827,0.254692733287811,0.305953145027161,0.917346298694611,0.354814231395721,0.539049685001373,0.763892889022827,0.0752960667014122,0.422641724348068,0.903163611888886,-0.533644914627075,0.824166834354401,0.189663365483284,-0.374574840068817,0.897244334220886,0.233765989542007,-0.249588429927826,0.958999991416931,0.134255632758141,-0.249588429927826,0.958999991416931,0.134255632758141,-0.374574840068817,0.897244334220886,0.233765989542007,-0.135089263319969,0.98071026802063,0.141274139285088,0.515231609344482,0.72673499584198,-0.454304724931717,0.502613723278046,0.512700915336609,-0.696072697639465,0.553504765033722,0.43881630897522,-0.707864999771118,0.499921768903732,0.242474138736725,-0.831435322761536,0.461128652095795,0.342990189790726,-0.818363189697266,0.502613723278046,0.512700915336609,-0.696072697639465,0.0365861505270004,0.998160719871521,0.0483397766947746,-0.106496624648571,0.98735237121582,-0.11744736135006,-0.466163337230682,0.838991343975067,0.280687481164932,0.0725899711251259,0.884728610515594,-0.460419446229935,0.500580906867981,0.660762250423431,-0.559296011924744,-0.0925832539796829,0.263707995414734,-0.960149228572845,0.372826218605042,0.104102127254009,0.922043085098267,0.214598208665848,0.0957574099302292,0.971996963024139,0.313139826059341,0.331704139709473,0.8898965716362,-0.0911116823554039,0.32161745429039,0.942475974559784,-0.493289560079575,0.784561932086945,0.375670194625854,-0.0572890192270279,0.203318998217583,0.977435111999512,
  757. 0.31870499253273,0.539979815483093,-0.779005229473114,0.0947683155536652,0.645873010158539,-0.757540225982666,0.500580906867981,0.660762250423431,-0.559296011924744,0.214598208665848,0.0957574099302292,0.971996963024139,0.372826218605042,0.104102127254009,0.922043085098267,0.817575097084045,0.0510820522904396,0.573551774024963,-0.106496624648571,0.98735237121582,-0.11744736135006,0.0365861505270004,0.998160719871521,0.0483397766947746,-0.114080652594566,0.987266004085541,0.110866710543633,0.500580906867981,0.660762250423431,-0.559296011924744,0.782022595405579,0.234754458069801,-0.577348291873932,0.31870499253273,0.539979815483093,-0.779005229473114,0.500580906867981,0.660762250423431,-0.559296011924744,0.0365861505270004,0.998160719871521,0.0483397766947746,0.782022595405579,0.234754458069801,-0.577348291873932,0.0947683155536652,0.645873010158539,-0.757540225982666,-0.0925832539796829,0.263707995414734,-0.960149228572845,0.500580906867981,0.660762250423431,-0.559296011924744,-0.0925832539796829,0.263707995414734,-0.960149228572845,0.0947683155536652,0.645873010158539,-0.757540225982666,0.00272382819093764,0.708655416965485,-0.705549478530884,-0.0572890192270279,0.203318998217583,0.977435111999512,0.313139826059341,0.331704139709473,0.8898965716362,-0.0911116823554039,0.32161745429039,0.942475974559784,-0.114080652594566,0.987266004085541,0.110866710543633,0.0365861505270004,0.998160719871521,0.0483397766947746,0.500580906867981,0.660762250423431,-0.559296011924744,0.00191891472786665,0.999786257743835,-0.0205850135535002,-0.00546238059177995,0.992166638374329,0.124802015721798,0.00191891472786665,0.999786257743835,-0.0205850135535002,0.009259432554245,0.986160576343536,-0.165534600615501,0.00272382819093764,0.708655416965485,-0.705549478530884,0.266982138156891,0.890964329242706,-0.367291569709778,0.229426041245461,0.943232357501984,-0.240159213542938,0.266982138156891,0.890964329242706,-0.367291569709778,0.00272382819093764,0.708655416965485,-0.705549478530884,-0.130982384085655,0.951900064945221,-0.277001798152924,
  758. -0.0572890192270279,0.203318998217583,0.977435111999512,-0.493289560079575,0.784561932086945,0.375670194625854,-0.466163337230682,0.838991343975067,0.280687481164932,-0.0911116823554039,0.32161745429039,0.942475974559784,-0.290616273880005,0.875807225704193,0.385362207889557,-0.493289560079575,0.784561932086945,0.375670194625854,0.0365861505270004,0.998160719871521,0.0483397766947746,-0.466163337230682,0.838991343975067,0.280687481164932,-0.493289560079575,0.784561932086945,0.375670194625854,-0.290616273880005,0.875807225704193,0.385362207889557,-0.130982384085655,0.951900064945221,-0.277001798152924,0.00272382819093764,0.708655416965485,-0.705549478530884,0.0947683155536652,0.645873010158539,-0.757540225982666,-0.130982384085655,0.951900064945221,-0.277001798152924,0.0947683155536652,0.645873010158539,-0.757540225982666,0.31870499253273,0.539979815483093,-0.779005229473114,-0.0572890192270279,0.203318998217583,0.977435111999512,0.372826218605042,0.104102127254009,0.922043085098267,0.313139826059341,0.331704139709473,0.8898965716362,-0.136160910129547,0.397483140230179,-0.907451152801514,0.350969076156616,0.433483570814133,-0.830007672309875,0.273189455270767,0.886757850646973,-0.372864633798599,0.0971352308988571,0.909221708774567,0.404821872711182,-0.351952284574509,0.673144459724426,-0.650389194488525,0.0564339756965637,0.899740099906921,-0.432762145996094,0.0564339756965637,0.899740099906921,-0.432762145996094,-0.351952284574509,0.673144459724426,-0.650389194488525,0.350969076156616,0.433483570814133,-0.830007672309875,-0.33059349656105,0.145317882299423,0.932518422603607,-0.141640722751617,0.403215765953064,0.904076874256134,-0.565295875072479,0.417934596538544,0.711176037788391,-0.33059349656105,0.145317882299423,0.932518422603607,-0.565295875072479,0.417934596538544,0.711176037788391,-0.644326567649841,0.487269818782806,0.589416146278381
  759. }
  760. BinormalsW: *948 {
  761. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  762. }
  763. }
  764. LayerElementTangent: 0 {
  765. Version: 102
  766. Name: "map1"
  767. MappingInformationType: "ByPolygonVertex"
  768. ReferenceInformationType: "Direct"
  769. Tangents: *2844 {
  770. a: 0.999504148960114,-0.000789477198850363,-0.031480398029089,0.999387443065643,2.35463903663913e-005,-0.0349950343370438,0.998671054840088,-1.45894882734865e-005,-0.0515382699668407,0.999675810337067,-0.00068221555557102,-0.0254548862576485,-0.0632654130458832,-0.0516190715134144,0.996661007404327,-0.0526646077632904,-0.0335652492940426,0.998048007488251,-0.04204061627388,-0.0154966581612825,0.998995721340179,-0.0526646040380001,-0.0335652492940426,0.998048007488251,0.999678730964661,0.00413375580683351,-0.0250080227851868,0.99870365858078,0.00344663090072572,-0.0507866255939007,0.999400854110718,0.00393495382741094,-0.0343848988413811,0.999511659145355,0.00402716733515263,-0.0309871137142181,-0.041417870670557,-0.0384731963276863,-0.998400926589966,-0.0402067638933659,-0.0425650291144848,-0.998284459114075,-0.0389949157834053,-0.0466560795903206,-0.998149693012238,-0.0402067564427853,-0.0425650291144848,-0.998284459114075,0.999638438224792,0.00776997674256563,-0.0257425177842379,0.99946141242981,0.00457663042470813,-0.0324976928532124,0.999467015266418,0.00209558825008571,-0.0325780361890793,0.999661028385162,0.00433775316923857,-0.0256746970117092,0.997077822685242,0.000474043627036735,-0.0763913244009018,0.999471426010132,-0.000272780103841797,-0.0325103849172592,0.999462187290192,-0.00271431053988636,-0.0326799564063549,0.997082591056824,-0.000969780259765685,-0.0763242915272713,0.0158499851822853,-0.00964752584695816,-0.999827861785889,0.00777326012030244,0.00418311450630426,-0.999961078166962,0.00741667253896594,-0.00225932011380792,-0.999969959259033,0.0158417075872421,-0.00637631583958864,-0.999854147434235,0.0158697124570608,-0.0177299231290817,-0.999716877937317,0.0103459805250168,-0.0208263546228409,-0.999729633331299,-0.00873872265219688,-0.0272288806736469,-0.999590992927551,-0.0115162432193756,-0.0380476675927639,-0.999209582805634,0.0104530602693558,-0.0157859791070223,-0.999820828437805,0.00963504053652287,-0.0539699904620647,-0.998496174812317,-0.980687975883484,0.195578515529633,0,
  771. -0.98738819360733,-0.158317819237709,0,-0.971579611301422,-0.236713141202927,0,-0.999724924564362,0.0234533566981554,0,0.0111686531454325,-0.00125304760877043,-0.999936938285828,-0.0138891777023673,0.0057086986489594,-0.99988728761673,0.000512283586431295,0.00170539855025709,-0.999998390674591,0.01768609136343,-0.00123838905710727,-0.999842882156372,0.0141485007479787,-0.00124635279644281,-0.99989914894104,0.015848571434617,-0.00124252715613693,-0.999873697757721,0.0372953750193119,0.00508241774514318,-0.999291360378265,0.00758017646148801,-0.00123670126777142,-0.999970555305481,-0.0202883370220661,-0.00806546397507191,-0.999761641025543,0.0264822039753199,0.00489889457821846,-0.999637305736542,-0.962739109992981,0.270431965589523,0,-0.980687975883484,0.195578515529633,0,-0.999724924564362,0.0234533566981554,0,-0.944838225841522,0.327537089586258,0,-0.530407249927521,0.0244698170572519,-0.847389757633209,-0.136911526322365,0.0262944642454386,-0.99023425579071,-0.143017932772636,-0.0818107724189758,-0.986333072185516,-0.143017932772636,-0.0818107724189758,-0.986333072185516,-0.136911526322365,0.0262944642454386,-0.99023425579071,-0.123212598264217,-0.228340089321136,-0.965753316879272,0.0629626512527466,-0.0200991816818714,0.997813403606415,0.0289708450436592,0.00207492033950984,0.999578058719635,0.029113732278347,-0.00168889854103327,0.999574720859528,0.0627716109156609,-0.0143972979858518,0.997924089431763,0.0638662949204445,-0.0479386672377586,0.996806383132935,0.0708053037524223,0.00114458834286779,0.99748957157135,0.0434616096317768,-0.00133780192118138,0.999054253101349,0.0440461412072182,0.000841154309455305,0.999029159545898,0.0708195269107819,-0.000241481873672456,0.997489154338837,0.0708087608218193,0.000809584744274616,0.99748957157135,0.0318873673677444,-0.00896502193063498,0.999451279640198,0.0256068240851164,-0.00865875463932753,0.999634563922882,0.0179970879107714,-0.0334411635994911,0.999278664588928,0.0678396373987198,0.0190942212939262,0.99751353263855,0.0344204343855381,-0.000338373298291117,0.999407410621643,
  772. 0.0385235399007797,-0.010171065106988,0.999206006526947,0.073635995388031,0.0190381817519665,0.997103452682495,0.00171709281858057,0.024322509765625,-0.99970269203186,0.00192078587133437,0.0160736162215471,-0.999868988990784,0.00212434795685112,0.00782362744212151,-0.999967157840729,0.00192078563850373,0.0160736162215471,-0.999868988990784,0.00131699384655803,0.00295514147728682,-0.999994814395905,0.00111315899994224,0.0130516905337572,-0.999914228916168,0.00131699384655803,0.00295514147728682,-0.999994814395905,0.00152069516479969,-0.00714170932769775,-0.999973356723785,-0.969515264034271,0.245031073689461,0,-0.996853590011597,0.0792646110057831,0,-0.986014425754547,-0.166660130023956,0,-0.994870185852051,-0.101160332560539,0,-0.00512417871505022,0.00139614241197705,-0.999985992908478,-0.00549803720787168,0.00139623007271439,-0.999983847141266,-0.00482556223869324,0.00139607232995331,-0.999987483024597,-0.00985950324684381,0.00139723939355463,-0.999950408935547,-0.0187966097146273,0.00139922520611435,-0.999822378158569,-0.0101709086447954,0.00139731052331626,-0.999947249889374,-0.0056497254408896,0.00139626557938755,-0.999983012676239,-0.00536447856575251,0.00139619910623878,-0.999984622001648,-0.00543785048648715,0.00139621598646045,-0.999984323978424,-0.017386132851243,-0.000270036631263793,-0.99984884262085,-0.00836137682199478,-0.000257539824815467,-0.999965071678162,-0.00917935930192471,-0.000258673302596435,-0.999957859516144,-0.00589932408183813,-0.00025412710965611,-0.999982595443726,0.00653421459719539,-0.000236869498621672,-0.999978601932526,0.0264801494777203,-0.00020910584134981,-0.999649345874786,0.00161153334192932,-0.000243706774199381,-0.999998688697815,-0.946239948272705,0.323465615510941,0,-0.925758123397827,0.378116309642792,0,-0.996853590011597,0.0792646110057831,0,-0.969515264034271,0.245031073689461,0,-0.837856709957123,0.109539411962032,0.534787058830261,-0.738218069076538,0.0110942656174302,0.674470901489258,-0.8653165102005,0.0497029908001423,0.4987553358078,-0.94907820224762,0.0743890777230263,0.306132167577744,
  773. -0.684263825416565,0.0713245570659637,0.725738108158112,-0.628721952438354,0.0764147117733955,0.773866593837738,-0.639824390411377,0.126555889844894,-0.758029282093048,-0.914566516876221,0.149726375937462,-0.375699371099472,-0.94907820224762,0.0743890777230263,0.306132167577744,-0.648409724235535,0.125658392906189,-0.750849366188049,-0.916822075843811,-0.398620396852493,0.023217748850584,-0.997314274311066,-0.0732402354478836,-0.000253634032560512,-0.564484715461731,-0.00269592320546508,0.825439155101776,-0.714381873607636,-0.000535530154593289,0.699755847454071,-0.837856709957123,0.109539411962032,0.534787058830261,-0.856107950210571,0.058754850178957,0.513446152210236,-0.516228199005127,-0.290481746196747,-0.80568528175354,-0.997314274311066,-0.0732402354478836,-0.000253634032560512,-0.916822075843811,-0.398620396852493,0.023217748850584,-0.403838276863098,0.137929648160934,-0.904372751712799,-0.136911526322365,0.0262944642454386,-0.99023425579071,-0.530407249927521,0.0244698170572519,-0.847389757633209,-0.914566516876221,0.149726375937462,-0.375699371099472,-0.684263825416565,0.0713245570659637,0.725738108158112,-0.94907820224762,0.0743890777230263,0.306132167577744,-0.204290583729744,-0.431205749511719,0.878821313381195,-0.261705875396729,-0.17875163257122,0.948450207710266,-0.530432939529419,-0.166309669613838,0.831253230571747,-0.530407249927521,0.0244698170572519,-0.847389757633209,-0.908843994140625,-0.130480766296387,-0.396203696727753,-0.403838276863098,0.137929648160934,-0.904372751712799,0.0414456315338612,-0.00829960312694311,0.999106287956238,0.0234455987811089,0.00117988605052233,0.999724447727203,0.0157437212765217,0.00397190731018782,0.999868273735046,0.0256068240851164,-0.00865875463932753,0.999634563922882,0.0318873673677444,-0.00896502193063498,0.999451279640198,-0.204290583729744,-0.431205749511719,0.878821313381195,-0.109603688120842,0.144647508859634,0.983394205570221,-0.109325684607029,0.0121249333024025,0.993932008743286,-0.204290583729744,-0.431205749511719,0.878821313381195,-0.303477317094803,-0.763384580612183,0.570215284824371,
  774. -0.109603688120842,0.144647508859634,0.983394205570221,-0.303477317094803,-0.763384580612183,0.570215284824371,-0.204290583729744,-0.431205749511719,0.878821313381195,-0.813758134841919,-0.402798533439636,-0.418988108634949,-0.204290583729744,-0.431205749511719,0.878821313381195,-0.109325684607029,0.0121249333024025,0.993932008743286,-0.261705875396729,-0.17875163257122,0.948450207710266,-0.837856709957123,0.109539411962032,0.534787058830261,-0.8653165102005,0.0497029908001423,0.4987553358078,-0.856107950210571,0.058754850178957,0.513446152210236,-0.261705875396729,-0.17875163257122,0.948450207710266,-0.610006272792816,0.0844560042023659,0.78788298368454,-0.530432939529419,-0.166309669613838,0.831253230571747,-0.83878493309021,-0.0742504075169563,-0.539376258850098,-0.530407249927521,0.0244698170572519,-0.847389757633209,-0.143017932772636,-0.0818107724189758,-0.986333072185516,0.77823281288147,-0.0156275928020477,0.627781391143799,0.892370879650116,0.451015293598175,-0.0161034949123859,0.97719943523407,-0.164284944534302,0.134505927562714,0.632161974906921,-0.0202321577817202,-0.7745720744133,0.976634562015533,-0.0921937897801399,0.194126427173615,0.943406343460083,0.0233339108526707,0.330817252397537,0.826241254806519,-0.268263936042786,-0.495338201522827,0.851909041404724,-0.0429952666163445,0.521921813488007,0.632161974906921,-0.0202321577817202,-0.7745720744133,0.851909041404724,-0.0429952666163445,0.521921813488007,0.77823281288147,-0.0156275928020477,0.627781391143799,0.976634562015533,-0.0921937897801399,0.194126427173615,0.632161974906921,-0.0202321577817202,-0.7745720744133,0.957591831684113,-0.181971922516823,-0.223392024636269,0.826241254806519,-0.268263936042786,-0.495338201522827,0.984819829463959,-0.121429517865181,-0.124035120010376,0.631409227848053,-0.0440835021436214,0.774195790290833,0.97719943523407,-0.164284944534302,0.134505927562714,0.97719943523407,-0.164284944534302,0.134505927562714,0.631409227848053,-0.0440835021436214,0.774195790290833,0.77823281288147,-0.0156275928020477,0.627781391143799,
  775. 0.920743227005005,0.00158799113705754,0.390165954828262,0.892370879650116,0.451015293598175,-0.0161034949123859,0.851909041404724,-0.0429952666163445,0.521921813488007,0.984819829463959,-0.121429517865181,-0.124035120010376,0.46820741891861,-0.0686331987380981,0.880949079990387,0.631409227848053,-0.0440835021436214,0.774195790290833,0.851909041404724,-0.0429952666163445,0.521921813488007,0.892370879650116,0.451015293598175,-0.0161034949123859,0.77823281288147,-0.0156275928020477,0.627781391143799,0.631409227848053,-0.0440835021436214,0.774195790290833,0.686581671237946,0.0291218105703592,0.726469159126282,0.77823281288147,-0.0156275928020477,0.627781391143799,0.318561255931854,-0.221868589520454,-0.921570956707001,0.957591831684113,-0.181971922516823,-0.223392024636269,0.632161974906921,-0.0202321577817202,-0.7745720744133,0.957591831684113,-0.181971922516823,-0.223392024636269,0.851909041404724,-0.0429952666163445,0.521921813488007,0.826241254806519,-0.268263936042786,-0.495338201522827,0.632161974906921,-0.0202321577817202,-0.7745720744133,0.851909041404724,-0.0429952666163445,0.521921813488007,0.976634562015533,-0.0921937897801399,0.194126427173615,0.0293184127658606,0.0215210542082787,-0.999338388442993,-0.0127178430557251,0.0225680638104677,-0.99966436624527,-0.0139049449935555,-0.00678984867408872,-0.999880313873291,0.0288443807512522,0.0354965776205063,-0.998953402042389,0.0347496345639229,0.00176228571217507,-0.999394476413727,0.00961921829730272,-0.0630278363823891,-0.997965395450592,0.00975629314780235,-0.0405305176973343,-0.999130666255951,0.0348896570503712,0.00629678415134549,-0.999371349811554,-0.996103167533875,0.0881956219673157,0,-0.995156168937683,0.0983068570494652,0,-0.994106471538544,0.108407944440842,0,-0.995156168937683,0.0983068570494652,0,0.0307745300233364,-0.000360800186172128,-0.999526381492615,-0.00812271609902382,0.00532272877171636,-0.999952852725983,-0.041140653192997,0.00338918762281537,-0.999147593975067,0.0249893572181463,0.000780178757850081,-0.999687433242798,0.0574663616716862,0.000344106287229806,-0.998347342014313,
  776. -0.0266416743397713,-0.00928181875497103,-0.99960196018219,0.00954938307404518,-0.0105592850595713,-0.999898672103882,0.0453747808933258,0.00201866310089827,-0.998968005180359,0.0293184127658606,0.0215210542082787,-0.999338388442993,0.0288443807512522,0.0354965776205063,-0.998953402042389,0.0117690926417708,0.0110329603776336,-0.999869883060455,0.0119640352204442,-0.00279479660093784,-0.999924540519714,-0.0118260644376278,0.0234915353357792,-0.999654054641724,0.0020296205766499,0.0227382369339466,-0.999739468097687,0.0015241684159264,0.0145889902487397,-0.99989241361618,-0.01244773901999,0.00220091594383121,-0.999920129776001,-0.974313974380493,-0.225193530321121,0,-0.914788663387299,-0.403933018445969,0,-0.772107601165771,-0.635491788387299,0,-0.837188243865967,-0.546914875507355,0,-0.0142843453213573,0.00276459637098014,-0.999894201755524,0.0189299937337637,-0.00303012016229331,-0.999816298484802,0.00179034762550145,-0.00150703708641231,-0.999997317790985,-0.00484821666032076,0.00276246038265526,-0.999984443187714,-0.00819516368210316,0.00276324618607759,-0.999962687492371,0.00130981008987874,0.000625902728643268,-0.999999046325684,0.0378473587334156,0.00603137910366058,-0.999265253543854,0.0655394271016121,0.00784395541995764,-0.997819125652313,0.0181142278015614,0.000879552040714771,-0.999835610389709,0.010343880392611,0.00076228566467762,-0.999946236610413,-0.991969287395477,-0.126479163765907,0,-0.994257271289825,-0.107016205787659,0,-0.914788663387299,-0.403933018445969,0,-0.974313974380493,-0.225193530321121,0,0.996267735958099,-0.0733996480703354,-0.0454232543706894,0.998232364654541,-0.0475778467953205,-0.0356170572340488,0.999099254608154,-0.0209357086569071,-0.0369108393788338,0.996160328388214,-0.0749067887663841,-0.0453169383108616,0.997139155864716,-0.0563381798565388,-0.0503941774368286,0.999235451221466,-0.0159039627760649,-0.0357158407568932,0.998614609241486,-0.0235818978399038,-0.0470400042831898,0.996696293354034,-0.0568847320973873,-0.0579708404839039,0.999356031417847,-0.0134302219375968,0.0332741960883141,
  777. 0.999906003475189,-0.0042212693952024,0.0130416434258223,0.99993771314621,-0.00202127732336521,-0.0109724681824446,0.999374568462372,-0.0134314671158791,0.0327141359448433,-0.0729680135846138,0.00942431483417749,-0.997289776802063,-0.0683466121554375,0.000184553777216934,-0.997661709785461,-0.0637179017066956,-0.00905522983521223,-0.997926890850067,-0.0683466121554375,0.000184555639862083,-0.997661709785461,0.149602666497231,0.129578188061714,0.980218648910522,0.146575644612312,0.124925188720226,0.98127943277359,0.149602666497231,0.129578188061714,0.980218648910522,0.152624920010567,0.134227052330971,0.979126513004303,0.999379634857178,-0.0133959669619799,0.0325739607214928,0.999381124973297,-0.013283608481288,0.032575000077486,0.999987006187439,-0.00318519724532962,-0.00400784565135837,0.999986290931702,-0.00321560772135854,-0.00415971037000418,0.997751295566559,-0.0449057221412659,0.0497573055326939,0.999320566654205,-0.0193741992115974,0.0313567779958248,0.999304592609406,-0.019638430327177,0.0316943787038326,0.997720837593079,-0.045573566108942,0.0497616790235043,0.998478651046753,-0.0445570610463619,0.0324840545654297,0.999274253845215,-0.017376683652401,0.0338964723050594,0.99959409236908,-0.0137770492583513,0.0249376762658358,0.998897433280945,-0.044564962387085,0.0147669985890388,0.999775350093842,5.02614166180138e-005,0.0211997404694557,0.999236881732941,-0.0170893687754869,0.0351252630352974,0.999589741230011,-0.0136483181267977,0.0251837074756622,0.99977844953537,4.27121449320111e-005,0.0210534874349833,-0.011960499919951,-0.0940967351198196,-0.995491206645966,-0.00828585587441921,-0.102870248258114,-0.994660258293152,-0.00461047329008579,-0.111634388566017,-0.993738651275635,-0.00828585959970951,-0.102870248258114,-0.994660258293152,0.159284546971321,-0.000130329208332114,0.987232744693756,0.156620532274246,-0.00499050971120596,0.987646341323853,0.159284561872482,-0.000130336426082067,0.987232744693756,0.16194361448288,0.00472985347732902,0.986788690090179,0.99977707862854,-0.00721683539450169,0.0198466051369905,
  778. 0.999776780605316,-0.00724271545186639,0.0198480561375618,0.999494731426239,-0.0257009249180555,0.0187019091099501,0.999491214752197,-0.025893384590745,0.0186228528618813,0.999727249145508,0.0169651508331299,0.0160495154559612,0.999693393707275,0.0189448278397322,0.0159466713666916,0.999959170818329,0.0028968951664865,0.00855966005474329,0.999962449073792,0.000700536300428212,0.00863990280777216,0.999968469142914,-0.00127402378711849,0.00784716568887234,0.999423086643219,0.0113657591864467,0.0320078320801258,0.99943071603775,0.0113543486222625,0.0317701399326324,0.999874651432037,0.00118437840137631,0.0157890170812607,0.999366819858551,0.0112471478059888,0.0337587781250477,0.999358177185059,0.0112592121586204,0.0340083576738834,0.99992847442627,-0.00119761074893177,0.0119000598788261,0.99981951713562,0.00124907807912678,0.0189557448029518,0.999392688274384,0.00300404173322022,0.0347194038331509,0.99939239025116,0.000927314977161586,0.0348454751074314,0.999838352203369,-0.0064308918081224,0.0167891047894955,0.999849081039429,-0.00406641187146306,0.0168923549354076,-0.00472187576815486,0.00797489937394857,0.999957144260406,-0.00604698108509183,0.00565296364948154,0.999965727329254,-0.00737204402685165,0.00333098857663572,0.999967277050018,-0.00604698155075312,0.00565296364948154,0.999965727329254,-0.0983532518148422,-0.0389177910983562,-0.994390308856964,-0.107865802943707,-0.0276505537331104,-0.993780851364136,-0.11735487729311,-0.0163773074746132,-0.992954969406128,-0.107865817844868,-0.0276505630463362,-0.993780851364136,0.999061405658722,-0.0238212756812572,-0.0361780524253845,0.999467253684998,-0.00528600346297026,-0.0322068147361279,0.99975711107254,0.0012314289342612,-0.022005582228303,0.998730599880219,-0.0237988885492086,-0.0443951711058617,0.0510146990418434,1.4582170479116e-005,0.998697996139526,0.0510128736495972,2.92236950372171e-006,0.998697996139526,0.0510146990418434,1.45816993608605e-005,0.998697996139526,0.0510165169835091,2.62409212155035e-005,0.998697817325592,0.998737275600433,-0.0236491169780493,-0.0443246401846409,
  779. 0.999758005142212,0.00122701795771718,-0.0219665952026844,0.999468863010406,-0.00526543240994215,-0.032159797847271,0.999065756797791,-0.0236712247133255,-0.0361558385193348,0.137344852089882,8.34446691442281e-005,-0.990523397922516,0.132600679993629,0.0121250776574016,-0.99109548330307,0.137344852089882,8.34502570796758e-005,-0.990523397922516,0.142065942287445,-0.0119581948965788,-0.989784955978394,0.999048590660095,-0.0243717711418867,-0.0361684150993824,0.999693095684052,-0.0083921542391181,-0.0233105197548866,0.99969893693924,0.00765043264254928,-0.023312671110034,0.999046564102173,-0.0244513396173716,-0.0361683592200279,0.997712135314941,-0.0416713207960129,-0.0532357059419155,0.999656975269318,-0.0079936608672142,-0.0249390006065369,0.999661862850189,-0.00813123490661383,-0.0247006267309189,0.997700750827789,-0.0419458523392677,-0.0532347001135349,0.999932527542114,-0.00948615092784166,0.00671321013942361,0.999688804149628,0.00426139589399099,-0.0245779454708099,0.999961614608765,-0.00275654694996774,-0.00832341331988573,0.999745965003967,-0.0107369348406792,0.01981714181602,0.0680970773100853,-0.182284578680992,0.980884969234467,0.0685321316123009,-0.179639279842377,0.981342494487762,0.0680970773100853,-0.182284578680992,0.980884969234467,0.0676614940166473,-0.184928491711617,0.980419993400574,0.999563634395599,-0.0115050980821252,0.0272069685161114,0.999987900257111,-0.00308406236581504,-0.00384510820731521,0.999727845191956,0.0042023011483252,-0.0229481998831034,0.999856114387512,-0.0101987980306149,0.0135561367496848,0.705220460891724,0.0389410890638828,-0.707917809486389,0.248986452817917,0.0198806654661894,-0.96830290555954,0.230735912919044,0.0140817631036043,-0.972914516925812,0.6868736743927,0.0937708169221878,-0.720702171325684,0.999882996082306,0.0152537627145648,-0.00123005162458867,0.999809384346008,0.01166030485183,-0.0156641341745853,0.999805331230164,0.0117643224075437,-0.0158444866538048,0.999882817268372,0.0152646079659462,-0.00122906093019992,0.999232888221741,0.00647258153185248,-0.0386231020092964,
  780. 0.999588251113892,-0.0233245491981506,-0.0167122632265091,0.999839544296265,-0.00883143208920956,-0.0155867449939251,0.99923312664032,0.00643187901005149,-0.0386233553290367,0.248986452817917,0.0198806654661894,-0.96830290555954,-0.314566016197205,-0.0190211366862059,-0.949045062065125,-0.313342213630676,-0.0426116697490215,-0.948683798313141,0.230735912919044,0.0140817631036043,-0.972914516925812,-0.999364495277405,-0.0247072484344244,-0.0256931129842997,-0.999673187732697,-0.0145770665258169,-0.0210042893886566,-0.999859213829041,-0.00218815309926867,-0.0166392847895622,-0.999378442764282,-0.02472666464746,-0.0251297187060118,0.0210435036569834,0.14080747961998,-0.989813327789307,0.0142675256356597,0.154445022344589,-0.987898349761963,0.00748818879947066,0.168046176433563,-0.985750675201416,0.0142675302922726,0.154445022344589,-0.987898349761963,-0.999451279640198,-0.0244306568056345,-0.0223710630089045,-0.999874353408813,-0.00213088537566364,-0.0157071240246296,-0.999711036682129,-0.0144036877900362,-0.0192444697022438,-0.999438166618347,-0.0244102943688631,-0.0229671653360128,-0.0299036186188459,-0.073586605489254,0.996840417385101,-0.0276876296848059,-0.0653907880187035,0.997475504875183,-0.0254696328192949,-0.0571902357041836,0.998038351535797,-0.0276876259595156,-0.0653907880187035,0.997475504875183,-0.999078392982483,-0.0350689701735973,-0.0247494820505381,-0.999764859676361,-0.0107185877859592,-0.0188481323421001,-0.999762356281281,-0.0108200898393989,-0.0189238935709,-0.999065399169922,-0.0354247614741325,-0.0247663073241711,-0.999802768230438,0.0166597198694944,-0.0108116334304214,-0.9998579621315,0.000954265997279435,-0.0168273039162159,-0.999858021736145,0.000983564299531281,-0.0168221592903137,-0.99980103969574,0.0167627707123756,-0.010811610147357,0.996554493904114,0.00138318561948836,-0.0829290747642517,0.998490929603577,0.0346148833632469,-0.0426352359354496,0.997978746891022,0.0185779817402363,-0.0607733093202114,0.995669305324554,0.00137954333331436,-0.0929555967450142,0.995684623718262,-0.00137350545264781,-0.0927916094660759,
  781. 0.997995913028717,0.0175900068134069,-0.0607852526009083,0.998461902141571,0.0351862758398056,-0.0428451001644135,0.996563255786896,-0.00137710873968899,-0.0828236192464828,0.234778821468353,-0.000101495068520308,0.972048759460449,0.240209773182869,0.0132975885644555,0.970629930496216,0.234778821468353,-0.000101489473308902,0.972048759460449,0.22929835319519,-0.0135005628690124,0.973262548446655,0.997340679168701,-0.00133215275127441,-0.0728681087493896,0.997617125511169,0.034413605928421,-0.0597961433231831,0.997572243213654,0.0344804190099239,-0.0605043210089207,0.997341454029083,3.08186577058223e-006,-0.072870709002018,0.998013734817505,0.0608064644038677,-0.0164676439017057,0.997799575328827,0.029584638774395,-0.0593370050191879,0.997718513011932,0.0294498372823,-0.0607497990131378,0.998115301132202,0.0591177344322205,-0.0164630934596062,-0.0357746966183186,-2.52812264989188e-006,-0.999359905719757,-0.0357730090618134,-1.27384146253462e-005,-0.999359965324402,-0.0357713177800179,-2.29487068281742e-005,-0.999360024929047,-0.0357730090618134,-1.27384146253462e-005,-0.999359965324402,0.999949216842651,0.0100765852257609,0.000215392807149328,0.999739527702332,0.0227260589599609,-0.00210714503191412,0.999644815921783,0.0263455584645271,-0.00401861825957894,0.999949216842651,0.0100765824317932,0.000213589664781466,0.999948978424072,0.0100996252149343,0.000208738842047751,0.999600946903229,0.0258521195501089,-0.0113838845863938,0.999736189842224,0.0222253575921059,-0.00579699221998453,0.999948978424072,0.0100996298715472,0.000214784275158308,0.166601195931435,0.127269312739372,-0.977776348590851,0.161128297448158,0.140901803970337,-0.976823627948761,0.166601195931435,0.127269312739372,-0.977776348590851,0.172037988901138,0.113609239459038,-0.978517174720764,0.999945819377899,0.0104097966104746,0.000217810142203234,0.999930500984192,0.0110288700088859,-0.00417722295969725,0.999917984008789,0.0113526079803705,-0.00594545947387815,0.999945938587189,0.0103983758017421,0.000217810651520267,0.997125864028931,0.0750571042299271,-0.0103190867230296,
  782. 0.999646663665771,0.0262785274535418,-0.00399724021553993,0.99869441986084,0.0508023910224438,-0.00533871632069349,0.997032225131989,0.0763018876314163,-0.0102334152907133,0.0208145026117563,2.52698123404116e-006,0.999783337116241,0.020816208794713,1.27289822557941e-005,0.999783396720886,0.0208179075270891,2.29317975026788e-005,0.999783277511597,0.020816208794713,1.27289822557941e-005,0.999783396720886,0.999482691287994,0.0321037098765373,-0.00198574922978878,0.999757349491119,0.0121352877467871,-0.0183856599032879,0.999888479709625,0.00596165377646685,-0.0136972228065133,0.999440431594849,0.0321327932178974,-0.00929806288331747,0.999387145042419,0.0316780097782612,-0.0148944184184074,0.999882519245148,0.00561679899692535,-0.0142635572701693,0.999699950218201,0.0118618290871382,-0.0214278493076563,0.999468684196472,0.0316500440239906,-0.00778492167592049,0.0228774063289166,-0.053471602499485,0.998307347297668,0.023073460906744,-0.052812859416008,0.998337924480438,0.0228774063289166,-0.053471602499485,0.998307347297668,0.0226813312619925,-0.0541303120553494,0.998276233673096,0.999554753303528,0.0296082366257906,-0.00369690894149244,0.99975460767746,0.0109433960169554,-0.019262945279479,0.999757826328278,0.0111196683719754,-0.0189892388880253,0.999545216560364,0.0299298092722893,-0.00369661999866366,0.999549150466919,-0.0245358720421791,0.0173124391585588,0.999998033046722,0.00148494844324887,0.00125362712424248,0.999998033046722,0.00158457341603935,0.00116090138908476,0.999547004699707,-0.0246257111430168,0.0173078589141369,0.0372021868824959,-0.00475391885265708,0.999296545982361,0.0367442220449448,-0.00251662218943238,0.999321579933167,0.0362860821187496,-0.000279310799669474,0.999341428279877,0.0367442294955254,-0.00251662102527916,0.999321579933167,0.999216914176941,0.0388508029282093,0.00749710667878389,0.999811053276062,0.0106457397341728,0.0162607990205288,0.999811351299286,0.0107731111347675,0.0161601230502129,0.999188899993896,0.0395648963749409,0.00749422330409288,0.998461008071899,0.0406584925949574,0.0377168655395508,
  783. 0.999862611293793,0.00349992606788874,0.016205782070756,0.999321281909943,0.0167391747236252,0.03281369805336,0.996538639068604,0.0409477464854717,0.0723463222384453,0.999697089195251,-0.0185219664126635,0.0162069164216518,0.999944984912872,0.00338620669208467,0.00992752611637115,0.9995276927948,0.0161403007805347,0.0261538233608007,0.999696254730225,-0.0185221675783396,0.0162566117942333,-0.0559650249779224,0.00538010057061911,0.99841833114624,-0.0579196698963642,-0.000227490527322516,0.998321294784546,-0.0598722770810127,-0.00583507120609283,0.998189091682434,-0.0579196773469448,-0.000227488199016079,0.998321294784546,0.999488472938538,-0.0174429602921009,0.026806715875864,0.999530553817749,-0.014839137904346,0.0268079247325659,0.998697698116302,0.012645854614675,0.0494259931147099,0.998702943325043,0.010595478117466,0.0497992932796478,-0.104759573936462,0.0166870206594467,0.994357585906982,-0.107732474803925,0.02334507368505,0.99390584230423,-0.110699623823166,0.0300018843263388,0.993400990962982,-0.107732474803925,0.0233450774103403,0.99390584230423,0.999741971492767,-0.000873407290782779,-0.0226990897208452,0.99996429681778,-0.00389938289299607,-0.00749737722799182,0.998478353023529,-0.0454461462795734,-0.0312360823154449,0.997544884681702,-0.0453556180000305,-0.0533581785857677,0.999960780143738,-0.0038097680080682,-0.00800276920199394,0.999731779098511,-0.00085217971354723,-0.023141972720623,0.99762499332428,-0.0438479967415333,-0.0531198680400848,0.99852728843689,-0.0438970848917961,-0.0318816602230072,0.999883592128754,-0.0127229318022728,-0.00842594914138317,0.999892175197601,-0.0120191117748618,-0.00843668077141047,0.998876333236694,-0.046353492885828,-0.00987990293651819,0.998810172080994,-0.0477555580437183,-0.00989100802689791,0.999661862850189,-0.00813123490661383,-0.0247006267309189,0.999656975269318,-0.0079936608672142,-0.0249390006065369,0.999432861804962,-0.0067040235735476,-0.0329978987574577,0.999410927295685,0.00963232200592756,-0.0329397916793823,0.99975711107254,0.0012314289342612,-0.022005582228303,
  784. 0.999467253684998,-0.00528600346297026,-0.0322068147361279,0.99996429681778,-0.00389938289299607,-0.00749737722799182,0.999741971492767,-0.000873407290782779,-0.0226990897208452,0.999468863010406,-0.00526543240994215,-0.032159797847271,0.999758005142212,0.00122701795771718,-0.0219665952026844,0.999731779098511,-0.00085217971354723,-0.023141972720623,0.999960780143738,-0.0038097680080682,-0.00800276920199394,0.99969893693924,0.00765043264254928,-0.023312671110034,0.999693095684052,-0.0083921542391181,-0.0233105197548866,0.999892175197601,-0.0120191117748618,-0.00843668077141047,0.999883592128754,-0.0127229318022728,-0.00842594914138317,0.999410927295685,0.00963232200592756,-0.0329397916793823,0.999432861804962,-0.0067040235735476,-0.0329978987574577,0.998354375362396,-0.0229651927947998,-0.0525485239923,0.998352646827698,-0.0230358019471169,-0.0525485277175903,0.999811351299286,0.0107731111347675,0.0161601230502129,0.999811053276062,0.0106457397341728,0.0162607990205288,0.999481797218323,-0.0178202036768198,0.0268053114414215,0.999473571777344,-0.0182791296392679,0.0268050879240036,0.999321281909943,0.0167391747236252,0.03281369805336,0.999862611293793,0.00349992606788874,0.016205782070756,0.999560296535492,-0.0191426426172256,0.02264897339046,0.999557375907898,-0.0191431120038033,0.0227762162685394,0.9995276927948,0.0161403007805347,0.0261538233608007,0.999944984912872,0.00338620669208467,0.00992752611637115,0.998754441738129,0.0390704981982708,0.0310364030301571,0.997123539447784,0.0393403246998787,0.0647856369614601,0.998702943325043,0.010595478117466,0.0497992932796478,0.998697698116302,0.012645854614675,0.0494259931147099,0.996230125427246,0.0441863350570202,0.0746534690260887,0.996295809745789,0.0427006296813488,0.074642539024353,0.999685347080231,0.0242733266204596,0.00632854923605919,0.99997079372406,0.00397881818935275,0.00653202086687088,0.998559176921844,0.0464168004691601,0.0269296057522297,0.998610854148865,0.0452982820570469,0.0269190818071365,0.999685227870941,0.000353695038938895,0.0250872820615768,
  785. 0.999859571456909,0.00578289432451129,0.0157244689762592,0.998836159706116,0.0380544513463974,0.0296333581209183,0.998649001121521,0.0379281900823116,0.0355210676789284,0.999808073043823,0.00741290021687746,0.0181318409740925,0.999584317207336,0.00169309042394161,0.0287813730537891,0.998577535152435,0.039997324347496,0.0352599695324898,0.998843193054199,0.0402094423770905,0.0263724252581596,0.999967277050018,0.00614578556269407,-0.00525866216048598,0.999613225460052,0.0272890105843544,-0.00535434344783425,0.998739421367645,0.0497196689248085,0.00690671987831593,0.998707890510559,0.0503483302891254,0.00690598506480455,0.999962449073792,0.000700536300428212,0.00863990280777216,0.999959170818329,0.0028968951664865,0.00855966005474329,0.99997079372406,0.00397881818935275,0.00653202086687088,0.999685347080231,0.0242733266204596,0.00632854923605919,0.999968469142914,-0.00127402378711849,0.00784716568887234,0.999874651432037,0.00118437840137631,0.0157890170812607,0.999859571456909,0.00578289432451129,0.0157244689762592,0.999685227870941,0.000353695038938895,0.0250872820615768,0.99981951713562,0.00124907807912678,0.0189557448029518,0.99992847442627,-0.00119761074893177,0.0119000598788261,0.999584317207336,0.00169309042394161,0.0287813730537891,0.999808073043823,0.00741290021687746,0.0181318409740925,0.999849081039429,-0.00406641187146306,0.0168923549354076,0.999838352203369,-0.0064308918081224,0.0167891047894955,0.999613225460052,0.0272890105843544,-0.00535434344783425,0.999967277050018,0.00614578556269407,-0.00525866216048598,0.999989986419678,-0.0034980233758688,0.00279081077314913,0.999989926815033,-0.00342236924916506,0.0029181782156229,0.999326944351196,-0.0135995885357261,0.0340699143707752,0.999324202537537,-0.0138066373765469,0.0340664461255074,0.999939739704132,-0.0019781575538218,-0.0108012361451983,0.999895334243774,-0.00423588370904326,0.0138355456292629,0.999296724796295,-0.0137628735974431,0.0348832979798317,0.999329030513763,-0.0137647250667214,0.0339425839483738,0.99993771314621,-0.00202127732336521,-0.0109724681824446,
  786. 0.999906003475189,-0.0042212693952024,0.0130416434258223,0.999142527580261,-0.0158883072435856,-0.038233682513237,0.998367607593536,-0.0233139079064131,-0.0521388091146946,0.999986290931702,-0.00321560772135854,-0.00415971037000418,0.999987006187439,-0.00318519724532962,-0.00400784565135837,0.998522877693176,-0.0212696772068739,-0.0499955490231514,0.998693227767944,-0.00741806719452143,-0.0505640506744385,0.999099254608154,-0.0209357086569071,-0.0369108393788338,0.998232364654541,-0.0475778467953205,-0.0356170572340488,0.999989926815033,-0.00342236924916506,0.0029181782156229,0.999989986419678,-0.0034980233758688,0.00279081077314913,0.998614609241486,-0.0235818978399038,-0.0470400042831898,0.999235451221466,-0.0159039627760649,-0.0357158407568932,0.999895334243774,-0.00423588370904326,0.0138355456292629,0.999939739704132,-0.0019781575538218,-0.0108012361451983,0.998367607593536,-0.0233139079064131,-0.0521388091146946,0.999142527580261,-0.0158883072435856,-0.038233682513237,0.996801376342773,-0.054769117385149,-0.0582005195319653,0.996303021907806,-0.0553040057420731,-0.0657400190830231,0.998693227767944,-0.00741806719452143,-0.0505640506744385,0.998522877693176,-0.0212696772068739,-0.0499955490231514,0.997369706630707,-0.0349865630269051,-0.0634791478514671,0.997351288795471,-0.0355745404958725,-0.063442587852478,0.998671054840088,-1.45894882734865e-005,-0.0515382699668407,0.999387443065643,2.35463903663913e-005,-0.0349950343370438,0.997713208198547,0.000989854801446199,-0.0675828531384468,0.996703803539276,0.000365243235137314,-0.0811259597539902,0.999400854110718,0.00393495382741094,-0.0343848988413811,0.99870365858078,0.00344663090072572,-0.0507866255939007,0.996781468391418,0.00175214814953506,-0.0801477581262589,0.997775852680206,0.00237243715673685,-0.0666164234280586,0.999467015266418,0.00209558825008571,-0.0325780361890793,0.99946141242981,0.00457663042470813,-0.0324976928532124,0.998798131942749,0.00607532169669867,-0.0486354641616344,0.998809576034546,0.00455898651853204,-0.0485662706196308,0.999462187290192,-0.00271431053988636,-0.0326799564063549,
  787. 0.999471426010132,-0.000272780103841797,-0.0325103849172592,0.999877512454987,0.00308483582921326,-0.0153456991538405,0.999883413314819,-0.000334069482050836,-0.0152726927772164,0.999888479709625,0.00596165377646685,-0.0136972228065133,0.999757349491119,0.0121352877467871,-0.0183856599032879,0.99984335899353,-0.0127250403165817,-0.0123026454821229,0.999844014644623,-0.0130986552685499,0.0118555333465338,0.999699950218201,0.0118618290871382,-0.0214278493076563,0.999882519245148,0.00561679899692535,-0.0142635572701693,0.999821901321411,-0.0131991663947701,0.0134867960587144,0.999863147735596,-0.0128240576013923,-0.0104523533955216,0.999757826328278,0.0111196683719754,-0.0189892388880253,0.99975460767746,0.0109433960169554,-0.019262945279479,0.999380528926849,-0.00801821891218424,-0.0342682898044586,0.999380111694336,-0.00806711707264185,-0.0342709608376026,0.999998033046722,0.00158457341603935,0.00116090138908476,0.999998033046722,0.00148494844324887,0.00125362712424248,0.999513685703278,0.0274088308215141,-0.0148716047406197,0.999508619308472,0.0275952629745007,-0.0148716019466519,0.999304592609406,-0.019638430327177,0.0316943787038326,0.999320566654205,-0.0193741992115974,0.0313567779958248,0.999788284301758,0.00695682503283024,0.019364720210433,0.999787449836731,0.00710985157638788,0.0193556156009436,0.99959409236908,-0.0137770492583513,0.0249376762658358,0.999274253845215,-0.017376683652401,0.0338964723050594,0.999838471412659,2.14133142435458e-005,0.0179748646914959,0.999840199947357,1.63361546583474e-005,0.0178770646452904,0.999589741230011,-0.0136483181267977,0.0251837074756622,0.999236881732941,-0.0170893687754869,0.0351252630352974,0.998614966869354,-0.0434205383062363,0.0297129601240158,0.999006330966949,-0.0434166193008423,0.0100670363754034,0.999491214752197,-0.025893384590745,0.0186228528618813,0.999494731426239,-0.0257009249180555,0.0187019091099501,0.998921036720276,-0.043887060135603,0.0151888364925981,0.998904824256897,-0.0442560650408268,0.0151880607008934,0.997978746891022,0.0185779817402363,-0.0607733093202114,
  788. 0.998490929603577,0.0346148833632469,-0.0426352359354496,0.997326672077179,0.0620501115918159,-0.038591556251049,0.997691512107849,0.0621032677590847,-0.02747474424541,0.998461902141571,0.0351862758398056,-0.0428451001644135,0.997995913028717,0.0175900068134069,-0.0607852526009083,0.997492372989655,0.0650758892297745,-0.0278234351426363,0.997122168540955,0.0649897009134293,-0.0390353575348854,0.997572243213654,0.0344804190099239,-0.0605043210089207,0.997617125511169,0.034413605928421,-0.0597961433231831,0.996790885925293,0.0699943974614143,-0.0388427712023258,0.996874332427979,0.068798303604126,-0.0388376750051975,0.997718513011932,0.0294498372823,-0.0607497990131378,0.997799575328827,0.029584638774395,-0.0593370050191879,0.995677351951599,-0.00142559374216944,-0.092868834733963,0.995677947998047,2.96539246846805e-006,-0.0928735360503197,-0.999859213829041,-0.00218815309926867,-0.0166392847895622,-0.999673187732697,-0.0145770665258169,-0.0210042893886566,-0.999802589416504,0.0153256021440029,-0.0126444678753614,-0.999800860881805,0.0153261972591281,-0.0127803375944495,-0.999711036682129,-0.0144036877900362,-0.0192444697022438,-0.999874353408813,-0.00213088537566364,-0.0157071240246296,-0.999806761741638,0.0151450475677848,-0.0125345829874277,-0.999805450439453,0.0151454973965883,-0.0126444716006517,-0.999762356281281,-0.0108200898393989,-0.0189238935709,-0.999764859676361,-0.0107185877859592,-0.0188481323421001,-0.999822854995728,0.0138699365779758,-0.0127212703227997,-0.999821305274963,0.0139888878911734,-0.0127212554216385,-0.999858021736145,0.000983564299531281,-0.0168221592903137,-0.9998579621315,0.000954265997279435,-0.0168273039162159,-0.99966961145401,-0.0148434955626726,-0.0209833327680826,-0.999668598175049,-0.0149084823206067,-0.0209862720221281,0.999644815921783,0.0263455584645271,-0.00401861825957894,0.999739527702332,0.0227260589599609,-0.00210714503191412,0.99880838394165,0.0484591536223888,-0.00579089531674981,0.998804867267609,0.0484821461141109,-0.00620611989870667,0.999736189842224,0.0222253575921059,-0.00579699221998453,
  789. 0.999600946903229,0.0258521195501089,-0.0113838845863938,0.998778760433197,0.046289499849081,-0.0172707065939903,0.998786807060242,0.0462660901248455,-0.0168650578707457,0.999917984008789,0.0113526079803705,-0.00594545947387815,0.999930500984192,0.0110288700088859,-0.00417722295969725,0.99985259771347,0.0109816063195467,-0.0132002290338278,0.999844372272491,0.0117699736729264,-0.013146529905498,0.99869441986084,0.0508023910224438,-0.00533871632069349,0.999646663665771,0.0262785274535418,-0.00399724021553993,0.999997198581696,0.00236209598369896,0.000205455260584131,0.99999725818634,0.00235280091874301,0.000205455624382012,0.999961614608765,-0.00275654694996774,-0.00832341331988573,0.999688804149628,0.00426139589399099,-0.0245779454708099,0.999579071998596,0.00693081226199865,-0.0281725488603115,0.999594807624817,0.00692983390763402,-0.027611056342721,0.999439001083374,0.00693874713033438,-0.0327648147940636,0.999727845191956,0.0042023011483252,-0.0229481998831034,0.999987900257111,-0.00308406236581504,-0.00384510820731521,0.999441385269165,0.00688771018758416,-0.0327057763934135,0.99960196018219,0.00687648029997945,-0.0273644533008337,0.999581873416901,0.00687800766900182,-0.028085770085454,0.999805331230164,0.0117643224075437,-0.0158444866538048,0.999809384346008,0.01166030485183,-0.0156641341745853,0.999572813510895,0.00794130843132734,-0.0281266402453184,0.999572575092316,0.00797064509242773,-0.0281266737729311,0.999839544296265,-0.00883143208920956,-0.0155867449939251,0.999588251113892,-0.0233245491981506,-0.0167122632265091,0.999017953872681,-0.0390957146883011,0.0208475608378649,0.999015152454376,-0.0391740761697292,0.0208404455333948,0.0119640352204442,-0.00279479660093784,-0.999924540519714,0.0117690926417708,0.0110329603776336,-0.999869883060455,-0.00640084594488144,0.00699037592858076,-0.999955177307129,-0.00640095071867108,0.00398997636511922,-0.999971568584442,0.0015241684159264,0.0145889902487397,-0.99989241361618,0.0020296205766499,0.0227382369339466,-0.999739468097687,0.0347496345639229,0.00176228571217507,-0.999394476413727,
  790. 0.0348896570503712,0.00629678415134549,-0.999371349811554,0.00179034762550145,-0.00150703708641231,-0.999997317790985,0.0189299937337637,-0.00303012016229331,-0.999816298484802,0.0307745300233364,-0.000360800186172128,-0.999526381492615,0.0249893572181463,0.000780178757850081,-0.999687433242798,0.0655394271016121,0.00784395541995764,-0.997819125652313,0.0378473587334156,0.00603137910366058,-0.999265253543854,0.0574663616716862,0.000344106287229806,-0.998347342014313,0.0453747808933258,0.00201866310089827,-0.998968005180359,-0.0139049449935555,-0.00678984867408872,-0.999880313873291,-0.0127178430557251,0.0225680638104677,-0.99966436624527,-0.0278514362871647,-0.00494643393903971,-0.999599814414978,-0.0281916484236717,-0.0224021207541227,-0.999351501464844,0.00975629314780235,-0.0405305176973343,-0.999130666255951,0.00961921829730272,-0.0630278363823891,-0.997965395450592,-0.0246886238455772,-0.0451522581279278,-0.998675107955933,-0.0246912445873022,-0.02371527813375,-0.999413788318634,-0.041140653192997,0.00338918762281537,-0.999147593975067,-0.00812271609902382,0.00532272877171636,-0.999952852725983,-0.0526433624327183,-0.002175766043365,-0.998611092567444,-0.0565362386405468,-0.00217411783523858,-0.998398244380951,0.00954938307404518,-0.0105592850595713,-0.999898672103882,-0.0266416743397713,-0.00928181875497103,-0.99960196018219,-0.0515747405588627,-0.00212520058266819,-0.998666822910309,-0.0374370850622654,-0.00124534661881626,-0.999298214912415,-0.0281916484236717,-0.0224021207541227,-0.999351501464844,-0.0278514362871647,-0.00494643393903971,-0.999599814414978,-0.000528705480974168,0.0212862603366375,-0.999773263931274,-0.000528680335264653,0.0181088913232088,-0.999835968017578,-0.0246912445873022,-0.02371527813375,-0.999413788318634,-0.0246886238455772,-0.0451522581279278,-0.998675107955933,-0.0183203630149364,-0.0245457664132118,-0.999530851840973,-0.0183223392814398,-0.0196738559752703,-0.999638617038727,-0.0565362386405468,-0.00217411783523858,-0.998398244380951,-0.0526433624327183,-0.002175766043365,-0.998611092567444,
  791. -0.0469989888370037,-0.00217817560769618,-0.998892545700073,-0.0446870289742947,-0.00217865779995918,-0.998998761177063,-0.0374370850622654,-0.00124534661881626,-0.999298214912415,-0.0515747405588627,-0.00212520058266819,-0.998666822910309,-0.0222284384071827,0.00218273676000535,-0.99975061416626,-0.025104109197855,0.00218227668665349,-0.999682486057281,0.00741667253896594,-0.00225932011380792,-0.999969959259033,0.00777326012030244,0.00418311450630426,-0.999961078166962,-0.0127280065789819,-0.000105240273114759,-0.999919056892395,-0.0126617616042495,-0.0116441491991282,-0.999852061271667,-0.0115162432193756,-0.0380476675927639,-0.999209582805634,-0.00873872265219688,-0.0272288806736469,-0.999590992927551,-0.015079852193594,-0.0281650833785534,-0.999489545822144,-0.0150001971051097,-0.00924331322312355,-0.999844789505005,0.000512283586431295,0.00170539855025709,-0.999998390674591,-0.0138891777023673,0.0057086986489594,-0.99988728761673,-0.0215463526546955,0.00130253680981696,-0.999767005443573,-0.0264878626912832,-0.00142732192762196,-0.999648094177246,-0.0202883370220661,-0.00806546397507191,-0.999761641025543,0.00758017646148801,-0.00123670126777142,-0.999970555305481,-0.0225154962390661,-0.00219349423423409,-0.999744057655334,-0.0180698409676552,-0.00553663587197661,-0.999821305274963,-0.0126617616042495,-0.0116441491991282,-0.999852061271667,-0.0127280065789819,-0.000105240273114759,-0.999919056892395,-0.026477986946702,0.00891341827809811,-0.999609649181366,-0.0264786873012781,0.00327096832916141,-0.999644041061401,-0.0150001971051097,-0.00924331322312355,-0.999844789505005,-0.015079852193594,-0.0281650833785534,-0.999489545822144,0.0241283308714628,-0.00610497919842601,-0.999690234661102,0.0241284146904945,-0.00293689942918718,-0.999704539775848,-0.0264878626912832,-0.00142732192762196,-0.999648094177246,-0.0215463526546955,0.00130253680981696,-0.999767005443573,-0.0111826322972775,-0.0137588018551469,-0.999842822551727,-0.0264029465615749,-0.0137386666610837,-0.999557077884674,-0.0265105701982975,-0.0137385120615363,-0.999554216861725,
  792. -0.0180698409676552,-0.00553663587197661,-0.999821305274963,-0.0225154962390661,-0.00219349423423409,-0.999744057655334,-0.023047735914588,0.0137517191469669,-0.999639809131622,-0.0231791697442532,0.0137515440583229,-0.999636769294739,-0.00667332671582699,0.0137717183679342,-0.999882936477661,0.029113732278347,-0.00168889854103327,0.999574720859528,0.0289708450436592,0.00207492033950984,0.999578058719635,0.0240601059049368,0.000147395301610231,0.999710559844971,0.0251883491873741,-0.000341073435265571,0.999682724475861,0.0440461412072182,0.000841154309455305,0.999029159545898,0.0434616096317768,-0.00133780192118138,0.999054253101349,0.0181683823466301,-0.00223888084292412,0.999832510948181,0.0182031206786633,0.000177303765667602,0.999834299087524,0.0385235399007797,-0.010171065106988,0.999206006526947,0.0344204343855381,-0.000338373298291117,0.999407410621643,0.039266724139452,-0.00412544654682279,0.999220192432404,0.0217867847532034,-0.00979420635849237,0.999714732170105,0.0320264734327793,0.00520146684721112,0.999473392963409,0.059619314968586,0.00120078946929425,0.998220503330231,0.0527413487434387,-0.00694164074957371,0.998584091663361,0.0305640026926994,-0.00691304402425885,0.999508917331696,0.0582501962780952,-0.00694821821525693,0.99827778339386,0.0511678792536259,-0.00693972501903772,0.998666048049927,0.0688628852367401,-0.00696030026301742,0.997601866722107,0.0157437212765217,0.00397190731018782,0.999868273735046,0.0234455987811089,0.00117988605052233,0.999724447727203,0.059619314968586,0.00120078946929425,0.998220503330231,0.0320264734327793,0.00520146684721112,0.999473392963409,0.0251883491873741,-0.000341073435265571,0.999682724475861,0.0240601059049368,0.000147395301610231,0.999710559844971,0.0542962066829205,-0.00181790417991579,0.998523235321045,0.0543855130672455,0.00176080502569675,0.998518466949463,0.0182031206786633,0.000177303765667602,0.999834299087524,0.0181683823466301,-0.00223888084292412,0.999832510948181,0.0151405083015561,0.00220180535688996,0.999882996082306,0.0150780687108636,0.000539780419785529,0.999886274337769,
  793. 0.0217867847532034,-0.00979420635849237,0.999714732170105,0.039266724139452,-0.00412544654682279,0.999220192432404,0.0803123414516449,0.0135928122326732,0.996677160263062,0.0526802241802216,0.0140014179050922,0.998513281345367,0.0118269491940737,0.014584818854928,0.999823689460754,0.0363835766911507,0.0142370983958244,0.999236464500427,-0.872545182704926,0.00759813841432333,-0.488474398851395,-0.7952880859375,0.0261252764612436,-0.605668485164642,-0.79768568277359,-0.03536706417799,-0.602035582065582,-0.996982991695404,0.0490329153835773,0.0601724162697792,-0.887300550937653,-0.0633281767368317,0.456823080778122,-0.737474024295807,0.00765906414017081,0.675332069396973,-0.966751396656036,0.0581192970275879,0.249025672674179,-0.449613183736801,0.0771005675196648,0.889889717102051,-0.887300550937653,-0.0633281767368317,0.456823080778122,-0.966751396656036,0.0581192970275879,0.249025672674179,-0.887300550937653,-0.0633281767368317,0.456823080778122,-0.996982991695404,0.0490329153835773,0.0601724162697792,-0.439333826303482,-0.0785294473171234,-0.894884884357452,-0.583048939704895,-0.0318996496498585,-0.811810433864594,-0.681988537311554,-0.0756555050611496,-0.727439284324646,-0.681988537311554,-0.0756555050611496,-0.727439284324646,-0.583048939704895,-0.0318996496498585,-0.811810433864594,-0.736959397792816,-0.00414462620392442,-0.675924301147461,-0.663484871387482,0.00267559150233865,-0.7481849193573,-0.79768568277359,-0.03536706417799,-0.602035582065582,-0.7952880859375,0.0261252764612436,-0.605668485164642,-0.860691070556641,0.032259713858366,-0.508104503154755,-0.872545182704926,0.00759813841432333,-0.488474398851395,-0.79768568277359,-0.03536706417799,-0.602035582065582,0.138695374131203,-0.052975807338953,0.988917231559753,0.199824333190918,0.136961713433266,0.970212161540985,0.240963578224182,-0.184865832328796,0.952764987945557,0.300489813089371,-0.45958736538887,-0.835754334926605,0.748244822025299,-0.00532619608566165,0.663401365280151,0.99564528465271,0.0139599805697799,-0.0921718403697014,0.927900791168213,-0.0428144223988056,-0.370360881090164,
  794. 0.957286655902863,-0.218065947294235,-0.189867436885834,0.942801713943481,0.00421445211395621,-0.333327203989029,0.994478642940521,0.0788658186793327,0.0692261680960655,0.349153071641922,-0.216971516609192,0.911600530147552,0.988689541816711,0.147476211190224,0.0272717215120792,0.898894786834717,-0.432906240224838,0.0676781311631203,0.902802288532257,-0.376415759325027,-0.207988604903221,0.748244822025299,-0.00532619608566165,0.663401365280151,0.957286655902863,-0.218065947294235,-0.189867436885834,0.927900791168213,-0.0428144223988056,-0.370360881090164,0.574430882930756,-0.00315575185231864,-0.818547129631042,0.199824333190918,0.136961713433266,0.970212161540985,0.138695374131203,-0.052975807338953,0.988917231559753,0.38248273730278,-0.0593470148742199,0.922054708003998,0.748244822025299,-0.00532619608566165,0.663401365280151,0.62022453546524,-0.201961472630501,0.757979571819305,0.898894786834717,-0.432906240224838,0.0676781311631203,0.748244822025299,-0.00532619608566165,0.663401365280151,0.138695374131203,-0.052975807338953,0.988917231559753,0.62022453546524,-0.201961472630501,0.757979571819305,0.902802288532257,-0.376415759325027,-0.207988604903221,0.99564528465271,0.0139599805697799,-0.0921718403697014,0.748244822025299,-0.00532619608566165,0.663401365280151,0.99564528465271,0.0139599805697799,-0.0921718403697014,0.902802288532257,-0.376415759325027,-0.207988604903221,0.98474645614624,-0.124648943543434,-0.121395975351334,0.988689541816711,0.147476211190224,0.0272717215120792,0.942801713943481,0.00421445211395621,-0.333327203989029,0.994478642940521,0.0788658186793327,0.0692261680960655,0.38248273730278,-0.0593470148742199,0.922054708003998,0.138695374131203,-0.052975807338953,0.988917231559753,0.748244822025299,-0.00532619608566165,0.663401365280151,0.0506301485002041,-0.0206557847559452,-0.998503863811493,0.0503711961209774,0.124918445944786,-0.990887641906738,0.0506301485002041,-0.0206557847559452,-0.998503863811493,0.0498132146894932,-0.165791064500809,-0.984902024269104,0.98474645614624,-0.124648943543434,-0.121395975351334,
  795. 0.928568959236145,-0.135862797498703,0.345399737358093,0.861851274967194,-0.0822093859314919,0.500453770160675,0.928568959236145,-0.135862797498703,0.345399737358093,0.98474645614624,-0.124648943543434,-0.121395975351334,0.822802245616913,-0.0514843426644802,-0.565991044044495,0.988689541816711,0.147476211190224,0.0272717215120792,0.349153071641922,-0.216971516609192,0.911600530147552,0.240963578224182,-0.184865832328796,0.952764987945557,0.994478642940521,0.0788658186793327,0.0692261680960655,0.402672946453094,-0.253400087356567,0.879569709300995,0.349153071641922,-0.216971516609192,0.911600530147552,0.138695374131203,-0.052975807338953,0.988917231559753,0.240963578224182,-0.184865832328796,0.952764987945557,0.349153071641922,-0.216971516609192,0.911600530147552,0.402672946453094,-0.253400087356567,0.879569709300995,0.822802245616913,-0.0514843426644802,-0.565991044044495,0.98474645614624,-0.124648943543434,-0.121395975351334,0.902802288532257,-0.376415759325027,-0.207988604903221,0.822802245616913,-0.0514843426644802,-0.565991044044495,0.902802288532257,-0.376415759325027,-0.207988604903221,0.898894786834717,-0.432906240224838,0.0676781311631203,0.988689541816711,0.147476211190224,0.0272717215120792,0.927900791168213,-0.0428144223988056,-0.370360881090164,0.942801713943481,0.00421445211395621,-0.333327203989029,0.957591831684113,-0.181971922516823,-0.223392024636269,0.920743227005005,0.00158799113705754,0.390165954828262,0.851909041404724,-0.0429952666163445,0.521921813488007,0.97719943523407,-0.164284944534302,0.134505927562714,0.892370879650116,0.451015293598175,-0.0161034949123859,0.984819829463959,-0.121429517865181,-0.124035120010376,0.984819829463959,-0.121429517865181,-0.124035120010376,0.892370879650116,0.451015293598175,-0.0161034949123859,0.920743227005005,0.00158799113705754,0.390165954828262,0.943406343460083,0.0233339108526707,0.330817252397537,0.976634562015533,-0.0921937897801399,0.194126427173615,0.77823281288147,-0.0156275928020477,0.627781391143799,0.943406343460083,0.0233339108526707,0.330817252397537,
  796. 0.77823281288147,-0.0156275928020477,0.627781391143799,0.686581671237946,0.0291218105703592,0.726469159126282
  797. }
  798. TangentsW: *948 {
  799. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,1,1,1,-1,1,-1,-1,1,1,1,1,1,-1,-1,-1,1,1,1,-1,-1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,-1,1,1,-1,1,-1,1,1,1,1,1,-1,-1,1,1,-1,-1,-1,1,-1,-1,-1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,1,1,1,1,1,1,-1,-1,-1,-1,1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1
  800. }
  801. }
  802. LayerElementUV: 0 {
  803. Version: 101
  804. Name: "map1"
  805. MappingInformationType: "ByPolygonVertex"
  806. ReferenceInformationType: "IndexToDirect"
  807. UV: *1226 {
  808. a: -0.337741315364838,0.109811790287495,0.97652143239975,0.102389492094517,0.978264987468719,0.225367829203606,-0.331269383430481,0.230982676148415,1.49268662929535,0.314907014369965,1.48160827159882,0.341237187385559,-0.341197192668915,0.87977010011673,0.980658829212189,0.885368585586548,0.983076751232147,1.00834703445435,-0.352173149585724,1.00093555450439,-0.309512734413147,0.379386812448502,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299171537160873,0.398011088371277,0.645542502403259,0.443687707185745,-0.307878464460373,0.442256510257721,-0.300722688436508,0.423517733812332,0.643137991428375,0.422094136476517,1.65430963039398,0.316292583942413,1.65992176532745,0.351074784994125,1.30986082553864,0.481715798377991,1.30899930000305,0.464749783277512,1.43049073219299,0.463443160057068,1.42750692367554,0.480198323726654,1.08616888523102,0.478837728500366,-1.79907431174797e-007,0.490253508090973,1.19410373145001e-007,0.376370787620544,1.06350302696228,0.389026492834091,1.11900913715363,0.688174188137054,0.00212079891934991,0.714449286460876,0.000375469011487439,0.602486431598663,1.12162387371063,0.592106997966766,1.37821245193481,-0.0609562620520592,1.4465423822403,-0.0410969257354736,1.38216996192932,-0.149808347225189,1.43230795860291,-0.142448455095291,1.12252569198608,0.603822767734528,0.00290421745739877,0.607953488826752,0.00345152523368597,0.54621148109436,0.00174382445402443,0.48452290892601,1.08500516414642,0.474026769399643,1.06347596645355,0.383045822381973,0.00122386345174164,0.381619721651077,0.00278534297831357,0.319906026124954,0.00356578780338168,0.258258461952209,1.12126302719116,0.259885430335999,1.50739407539368,-0.079702652990818,1.47851467132568,-0.16423074901104,0.388991892337799,0.211580157279968,0.355519115924835,0.106172293424606,0.29378953576088,0.0835344791412354,0.248271822929382,0.22855544090271,0.239022463560104,0.0145171564072371,1.04812753200531,0.657066643238068,-0.409697324037552,0.661381363868713,-0.379529982805252,0.568999230861664,
  809. 1.01988983154297,0.571670174598694,1.09932565689087,0.626786708831787,1.09384334087372,0.405240923166275,-0.404800921678543,0.407492756843567,-0.440368086099625,0.312966853380203,1.04747796058655,0.314976274967194,1.15647709369659,0.390619248151779,-0.345416128635406,0.731527864933014,-0.294938057661057,0.798893213272095,-0.380052924156189,0.776086151599884,1.01944780349731,0.574785709381104,-0.379953056573868,0.572027087211609,-0.439867198467255,0.523864388465881,-0.479816854000092,0.47229328751564,-0.404631584882736,0.400123685598373,1.0931316614151,0.402942836284637,1.17974734306335,0.0399100631475449,1.35733950138092,0.0528188794851303,0.937084376811981,0.658463716506958,-0.353318899869919,0.659080266952515,0.996082782745361,0.217073008418083,0.993594884872437,0.106670908629894,1.00000071525574,0.443660020828247,0.999999284744263,0.333230972290039,1.0765415430069,-0.101905860006809,1.01800787448883,-0.113493293523788,1.014728307724,-0.18822169303894,1.05727112293243,-0.185518562793732,0.994662404060364,0.336903423070908,0.993012547492981,0.213192462921143,0.991711735725403,0.27471724152565,0.994264304637909,0.561289727687836,0.997547149658203,0.438477754592896,0.995181143283844,0.49610361456871,1.12454581260681,-0.138593465089798,1.09424984455109,-0.206957817077637,0.278011620044708,0.21738176047802,0.334016978740692,0.108964636921883,0.493890762329102,0.0594787932932377,0.575010538101196,0.00758455274626613,0.578042149543762,0.00475726183503866,0.478391170501709,0.00465752184391022,0.471306592226028,0.0909741893410683,0.374005913734436,0.00465752184391022,0.530917704105377,0.186927944421768,0.499441474676132,0.117643035948277,0.974767029285431,0.696045398712158,0.905481040477753,0.741024136543274,0.947246551513672,0.786561489105225,0.896584868431091,0.798862814903259,0.574171423912048,0.21177975833416,1.34240484237671,0.155254021286964,1.27451884746552,0.171210646629334,1.24743854999542,0.201319351792336,1.16299641132355,0.190002545714378,1.25439476966858,0.0453360304236412,1.2420848608017,0.293742626905441,1.14592278003693,
  810. 0.276298552751541,1.46939563751221,0.0837390497326851,1.45114886760712,0.00491251796483994,1.44368207454681,0.222298681735992,1.52638161182404,0.310226142406464,1.46395814418793,0.283630162477493,1.34084188938141,0.26994600892067,0.111965343356133,1.60012853145599,-0.903741836547852,1.6240496635437,-0.906432807445526,1.51453304290771,0.128758132457733,1.50896120071411,0.109666995704174,1.7905421257019,-0.896376252174377,1.85049903392792,-0.899651229381561,1.74194765090942,0.109866984188557,1.71345937252045,1.38188505172729,-0.0582641810178757,1.37860918045044,-0.152263388037682,0.109054274857044,1.71718239784241,-0.899388790130615,1.74342358112335,-0.903264045715332,1.62369751930237,0.101577594876289,1.59945690631866,0.102068074047565,1.53101348876953,-0.904306173324585,1.5140323638916,-0.89980936050415,1.39253628253937,0.130720376968384,1.39977192878723,1.50443387031555,-0.0760739594697952,1.48115813732147,-0.167182356119156,1.10246312618256,1.59965670108795,1.10369753837585,1.49182832241058,1.10290992259979,1.82680523395538,1.10291087627411,1.71637582778931,1.13658058643341,1.6457507610321,1.10333251953125,1.59951567649841,1.14756202697754,1.53684020042419,1.17841827869415,1.5708372592926,1.10261976718903,1.720330119133,1.10302782058716,1.65805768966675,1.10225892066956,1.49048614501953,1.09963572025299,1.36519610881805,1.10064554214478,1.4233832359314,1.19285225868225,1.65164923667908,1.2236864566803,1.57912516593933,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,-0.00329204788431525,0.0304019935429096,0.0246623773127794,0.981258571147919,0.0246623959392309,0.978812694549561,0.102389462292194,0.0222793184220791,0.102389447391033,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.0136592565104365,1.00834691524506,0.984055936336517,1.00834703445435,1.6321280002594,0.392347425222397,1.55432486534119,0.464631885290146,1.55288946628571,0.441171050071716,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,
  811. -0.316934525966644,0.356935411691666,-0.308353900909424,0.335379958152771,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,-0.00329204788431525,0.0304019935429096,0.0246623773127794,0.981258571147919,0.0246623959392309,0.978812694549561,0.102389462292194,0.0160436891019344,0.102536752820015,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.00736971711739898,1.00611305236816,0.984055936336517,1.00834703445435,1.6321280002594,0.392347425222397,1.55328893661499,0.464618593454361,1.5518547296524,0.441157221794128,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,-0.323221802711487,0.357842236757278,-0.314630270004272,0.336170852184296,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.022486375644803,0.544259369373322,0.965253472328186,0.547313511371613,0.978270828723907,0.562858521938324,0.0157433152198792,0.565913915634155,0.0298193208873272,0.428953230381012,1.27661836147308,0.430157959461212,1.25311183929443,0.533175408840179,0.0224855467677116,0.517104029655457,0.561170101165771,0.51689624786377,0.0157424733042717,0.593632400035858,1.27050912380219,0.572228372097015,1.28418600559235,0.67656409740448,0.0174150299280882,0.681783258914948,-0.313196301460266,0.643064856529236,0.64007443189621,0.641918420791626,0.635307490825653,0.657487988471985,-0.300848841667175,0.664620101451874,0.437301635742188,0.503283023834229,0.438979625701904,0.483104765415192,0.56445837020874,0.508785128593445,0.564269542694092,0.488386273384094,0.452352911233902,0.499994575977325,0.452259331941605,0.480447381734848,0.562698364257813,0.495426535606384,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,
  812. 0.986356794834137,0.428953230381012,0.0336517915129662,0.428953170776367,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.0238070953637362,0.225296601653099,0.940021812915802,0.225367844104767,0.983093202114105,0.268157154321671,0.972811281681061,0.324528366327286,0.0164514034986496,0.324528306722641,1.52901232242584,0.387343019247055,1.5285621881485,0.410802096128464,0.0124214617535472,0.786208033561707,0.965062141418457,0.786208093166351,0.993168890476227,0.845520496368408,0.943616628646851,0.885368585586548,0.0238381158560514,0.885532259941101,-0.306662261486053,0.466923832893372,0.608782231807709,0.466297835111618,0.605203807353973,0.487853288650513,-0.306659817695618,0.488479167222977,0.630129992961884,0.532044947147369,-0.318166673183441,0.532044947147369,-0.31415519118309,0.510489523410797,0.637843787670136,0.510489583015442,1.57794749736786,0.317472785711288,1.57605373859406,0.339223235845566,1.47499024868011,0.317555636167526,1.46334147453308,0.345515608787537,1.51551842689514,0.317418307065964,1.51889955997467,0.335827589035034,1.63295781612396,0.386276960372925,1.63295745849609,0.409735858440399,0.0339302234351635,0.102583959698677,0.97652143239975,0.102389492094517,0.978264987468719,0.225367829203606,0.0382551401853561,0.223510384559631,1.49882030487061,0.334884792566299,1.49605429172516,0.354641705751419,0.0280102510005236,0.886992156505585,0.980658829212189,
  813. 0.885368585586548,0.983076751232147,1.00834703445435,0.0206592883914709,1.00838315486908,-0.309125632047653,0.3779316842556,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299498021602631,0.399506986141205,0.645542502403259,0.443687707185745,-0.307606488466263,0.443727135658264,-0.300935953855515,0.422022372484207,0.643137991428375,0.422094136476517,1.65739440917969,0.313852846622467,1.66404914855957,0.346677005290985,1.31577122211456,0.474843889474869,1.31414926052094,0.453551441431046,1.43093621730804,0.465552449226379,1.42504525184631,0.481244295835495,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,0.986356794834137,0.428953230381012,0.0336517915129662,0.428953170776367,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.48719984292984,0.324529558420181,0.963063955307007,0.324528366327286,0.986356794834137,0.428953230381012,0.485032558441162,0.428949683904648,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.482360899448395,0.681781947612762,0.989124059677124,0.681783258914948,0.97400963306427,0.786208093166351,0.484531104564667,0.786206364631653,0.151801690459251,0.554677426815033,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,0.15444652736187,0.576233744621277,0.654081881046295,0.620428025722504,-0.30045610666275,0.63007116317749,-0.295846521854401,0.589232563972473,
  814. 0.648457944393158,0.579692840576172,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.503209471702576,0.103240229189396,0.97652143239975,0.102389492094517,0.978706359863281,0.220895648002625,0.505293071269989,0.21998019516468,0.435288906097412,0.509728193283081,0.435341835021973,0.489839136600494,0.50137323141098,0.889229834079742,0.980658829212189,0.885368585586548,0.98392391204834,1.00391554832459,0.49865984916687,1.00604283809662,0.22089871764183,0.379650592803955,0.648062467575073,0.377914518117905,0.64157897233963,0.396317690610886,0.224683403968811,0.398012042045593,0.645542502403259,0.443687707185745,0.229296579957008,0.442190527915955,0.231883585453033,0.424070805311203,0.643244802951813,0.425550401210785,0.564712047576904,0.490024864673615,0.564674854278564,0.510161519050598,1.30846405029297,0.482207715511322,1.30718398094177,0.465236693620682,1.43063938617706,0.463429898023605,1.42722976207733,0.479357242584229,0.505499482154846,-0.0261756498366594,0.990617334842682,-0.0249461196362972,0.981198489665985,-0.000860424246639013,0.515731155872345,-0.00204015406779945,0.557132482528687,0.0232666991651058,0.981258571147919,0.0246623959392309,0.978776395320892,0.103478237986565,0.549619197845459,0.10215512663126,0.990617215633392,1.08607411384583,0.549294292926788,1.08977365493774,0.542865395545959,1.01107835769653,0.983992159366608,1.00741720199585,1.6321280002594,0.392347425222397,0.546016693115234,0.508042931556702,0.453966617584229,0.509655356407166,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,0.166243970394135,0.358158260583878,0.174824520945549,0.334150582551956,0.453985691070557,0.492383241653442,0.546032428741455,0.490344405174255,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.777349054813385,0.428953230381012,0.443272590637207,0.598872661590576,0.777348935604095,
  815. 0.681783199310303,0.443272471427917,0.620427966117859,0.449275374412537,0.576236367225647,0.783379077911377,0.324528366327286,0.449275583028793,0.554681181907654,0.783379316329956,0.786208093166351,0.465691685676575,0.681783199310303,0.133036434650421,0.620427846908569,0.111134469509125,0.554681062698364,0.443689227104187,0.786208033561707,0.465691924095154,0.42895320057869,0.133036643266678,0.598872482776642,0.111135840415955,0.576236248016357,0.443690657615662,0.324528336524963,0.772500693798065,-0.0254989359527826,0.792191445827484,1.08773744106293,0.791041910648346,0.0240364372730255,0.772440671920776,-0.00138952233828604,0.7541184425354,1.00932502746582,0.397450804710388,0.357572674751282,0.753334820270538,0.102783188223839,0.397449791431427,0.334734171628952,0.7955042719841,0.546763598918915,1.03153228759766,0.530281662940979,1.03180277347565,0.576300263404846,0.795159935951233,0.563439786434174,0.465632557868958,0.661904036998749,1.05169332027435,0.425250113010406,0.465132832527161,0.645770668983459,1.05298435688019,0.680910170078278,0.150797128677368,0.66301965713501,0.631954312324524,0.426771193742752,0.499370813369751,0.545804262161255,0.644979119300842,0.525233447551727,0.644987642765045,0.582898616790771,0.498435318470001,0.564381659030914,0.149030476808548,0.644671738147736,0.63240921497345,0.681264758110046,0.667441666126251,-0.024946141988039,0.667441487312317,1.08607399463654,0.6677126288414,0.0246623903512955,0.667712569236755,-0.00329201994463801,0.653343737125397,1.00834703445435,0.319833010435104,0.356935441493988,0.653392732143402,0.102389454841614,0.319881588220596,0.335380017757416,0.321531593799591,-0.024946166202426,0.321531444787979,1.08607387542725,0.32112729549408,0.0246623829007149,0.321127265691757,-0.0032920353114605,0.302569270133972,1.00834703445435,-0.0293419361114502,0.356935441493988,0.302157044410706,0.102389454841614,-0.0297524333000183,0.335379958152771,0.568434238433838,0.22712504863739,0.347748160362244,0.42253965139389,0.568196356296539,0.883621692657471,0.348043859004974,
  816. 0.443241119384766,0.329413026571274,0.398985862731934,0.540453612804413,0.104852184653282,0.330466777086258,0.378402829170227,0.540218949317932,1.00588893890381,0.751749217510223,0.220456779003143,0.446035772562027,0.424841076135635,0.750859797000885,0.887219905853271,0.445968568325043,0.442969858646393,0.423324525356293,0.397204697132111,0.728731751441956,0.10283487290144,0.423250555992126,0.378828167915344,0.728534400463104,1.00503504276276,0.379083424806595,-0.0249461643397808,0.379083275794983,1.08607387542725,0.379082143306732,0.0246623829007149,0.379082143306732,-0.00329203251749277,0.391480684280396,1.00834691524506,0.0591640472412109,0.356935441493988,0.3914814889431,0.102389454841614,0.059164747595787,0.335379987955093,0.571356952190399,0.42895320057869,0.238219872117043,0.598872542381287,0.571385979652405,0.681783199310303,0.238248705863953,0.620427906513214,0.28191551566124,0.576236307621002,0.615252614021301,0.324528336524963,0.282346785068512,0.554681122303009,0.615685820579529,0.786208033561707,0.635470271110535,0.224690467119217,0.298861145973206,0.42206797003746,0.634164690971375,0.885959088802338,0.298866331577301,0.443702042102814,0.232923164963722,0.399486005306244,0.567231953144073,0.102473929524422,0.232918277382851,0.377921938896179,0.565664529800415,1.00836277008057,0.797392129898071,0.428951889276505,0.292520195245743,0.583288669586182,0.794030725955963,0.681782722473145,0.286604553461075,0.624140441417694,0.447119444608688,0.576235353946686,0.781213343143463,0.324528813362122,0.443781316280365,0.554679691791534,0.777855217456818,0.786207437515259,0.371307015419006,0.324528336524963,0.0390823185443878,0.510489523410797,0.371306627988815,0.786208033561707,0.0390819758176804,0.532044947147369,0.115289106965065,0.487853288650513,0.447862923145294,0.225367829203606,0.115289449691772,0.466297805309296,0.44786325097084,0.885368525981903,0.532075047492981,1.72102916240692,0.534126400947571,1.71675968170166,0.554853081703186,1.59813344478607,0.556118965148926,1.59869074821472,0.520912408828735,1.37951385974884,
  817. 0.529389560222626,1.79860544204712,0.555004954338074,1.49521315097809,0.557940483093262,1.50043094158173,-0.184924855828285,1.72619199752808,-0.182737782597542,1.71873903274536,-0.219486594200134,1.60713279247284,-0.214019194245338,1.60330677032471,-0.192158043384552,1.39110422134399,-0.179462805390358,1.79530715942383,-0.213614508509636,1.53276228904724,-0.21812005341053,1.52460515499115,-0.532665014266968,1.73490560054779,-0.513436853885651,1.60773825645447,-0.533096432685852,1.3950389623642,-0.516182661056519,1.50679647922516,-0.532499074935913,1.73298072814941,-0.529336869716644,1.83471858501434,-0.514023184776306,1.52129685878754,-0.51506119966507,1.60913336277008,0.584977388381958,0.601292371749878,0.582648515701294,0.594475150108337,0.658084511756897,0.478676468133926,0.657412469387054,0.472106456756592,0.586311221122742,0.258121967315674,0.591194570064545,0.685494005680084,0.655618786811829,0.389199912548065,0.650501132011414,0.390726268291473,0.287130534648895,0.608319997787476,0.266044229269028,0.484516561031342,0.288247048854828,0.262291640043259,0.264472782611847,0.383053630590439,0.288276076316834,0.602236211299896,0.264508545398712,0.480521470308304,0.287683427333832,0.705862462520599,0.267146974802017,0.380770593881607,0.561173558235168,0.797772467136383,0.618293702602386,0.31323966383934,0.677675426006317,0.662754774093628,0.615574479103088,0.397369801998138,0.616149961948395,0.4138103723526,0.679549932479858,0.564262747764587,0.634986579418182,0.659426689147949,0.68020361661911,0.57261073589325,0.0240976959466934,0.317237019538879,0.0236893892288208,0.407456606626511,-0.0201591551303864,0.576222240924835,0.0092820143327117,0.660897850990295,0.0720077902078629,0.795500874519348,-0.019012400880456,0.658130288124084,0.0235473997890949,0.405166327953339,-0.0198623426258564,0.578029990196228,0.440375775098801,0.340468049049377,0.481137812137604,0.430660009384155,0.494137436151505,0.126898720860481,0.471277117729187,0.21868634223938,0.450688809156418,0.341647088527679,0.467255234718323,0.221159026026726,
  818. 0.474434286355972,0.432805180549622,0.503343105316162,0.556959629058838,1.08331143856049,0.551853716373444,1.14760041236877,0.509994089603424,1.16772854328156,0.669174134731293,1.12732934951782,0.444650083780289,1.46939563751221,0.0837390497326851,1.34240484237671,0.155254021286964,1.17974710464478,0.0399104878306389,1.47094440460205,0.27047798037529,1.34213030338287,0.274186491966248,1.2420848608017,0.293742626905441,1.14567470550537,0.27591073513031,1.16299641132355,0.190002545714378,1.42703104019165,0.00694619584828615,0.432282388210297,0.252736002206802,0.430306494235992,0.307359218597412,0.384301453828812,0.323581457138062,0.41357684135437,0.219647347927094,0.433464139699936,0.484651774168015,0.461445569992065,0.522542655467987,0.278882920742035,0.14361609518528,0.248403400182724,0.228666961193085,0.233272761106491,0.00796893332153559,0.312096059322357,0.178537905216217,0.309799551963806,0.156101822853088,0.320111781358719,0.211580157279968,0.478391170501709,0.00465752184391022,0.493890762329102,0.0594787932932377,0.438403218984604,0.0773551762104034,0.374907195568085,0.113199524581432,0.330423057079315,0.0837723910808563,0.374005913734436,0.00465752184391022,0.380765944719315,0.174555957317352,0.575009047985077,0.0075823962688446,0.343471556901932,0.109922789037228,0.470921695232391,0.211580157279968,0.578171133995056,0.00465804152190685,0.569509088993073,0.242134317755699,0.532081663608551,0.218851208686829
  819. }
  820. UVIndex: *948 {
  821. a: 0,460,455,3,5,4,18,19,6,457,462,9,21,22,23,20,10,461,459,13,14,458,456,17,24,537,541,27,578,28,540,536,31,577,35,34,32,33,36,535,538,40,576,575,41,542,539,45,47,35,33,46,93,51,50,50,51,52,53,553,556,56,57,58,555,552,61,62,63,64,65,66,558,554,71,77,76,572,569,79,78,573,567,83,80,81,82,85,86,84,571,590,589,588,591,570,88,89,87,574,593,592,568,91,90,80,83,48,92,49,49,97,98,52,99,49,50,94,97,95,106,48,100,98,97,94,92,51,93,99,97,49,101,100,98,93,49,92,75,562,563,64,63,101,96,106,101,94,96,94,101,98,101,106,100,48,49,100,100,49,98,49,93,50,111,108,109,114,73,115,116,107,114,107,111,73,114,118,116,112,110,109,109,110,111,119,108,107,112,113,110,107,108,111,110,72,111,117,118,114,118,107,116,114,107,73,120,521,525,123,124,524,520,127,129,128,138,139,130,519,522,133,134,526,523,137,120,123,518,513,142,516,512,143,147,144,145,146,148,511,514,145,149,150,517,515,151,152,154,153,144,147,155,447,450,158,159,449,453,162,163,440,443,166,177,167,178,176,168,169,174,175,170,171,444,446,179,471,474,182,183,473,477,186,187,472,475,190,201,191,202,200,192,193,198,199,194,195,476,478,206,203,433,436,434,210,207,432,215,212,435,438,219,216,437,431,211,220,221,226,225,223,222,224,227,414,411,230,232,231,245,246,233,407,410,236,248,249,250,247,237,409,413,240,241,402,400,244,251,508,503,255,257,256,277,278,258,505,510,262,273,275,276,274,263,509,507,266,267,506,504,270,275,271,272,276,279,492,487,282,284,283,297,298,285,489,494,288,300,301,302,299,289,493,491,292,293,490,488,296,303,484,479,306,309,481,486,312,326,323,324,325,313,485,483,316,317,482,480,320,307,321,322,308,327,500,495,330,333,497,502,336,348,349,350,347,337,501,499,340,341,498,496,344,331,345,346,332,351,468,463,354,357,465,470,360,374,371,372,373,361,469,467,364,365,466,464,368,355,356,369,370,375,415,418,378,379,417,421,382,383,416,419,386,398,396,397,387,390,391,420,422,388,389,394,395,399,404,228,229,406,401,234,235,403,405,238,239,400,402,408,412,411,414,404,399,410,407,401,406,413,409,405,403,412,408,242,243,418,415,376,377,421,417,380,381,419,
  822. 416,384,385,422,420,392,393,426,423,204,205,424,428,208,209,430,425,213,214,427,429,217,218,436,433,423,426,434,432,428,424,438,435,425,430,431,437,429,427,442,439,156,157,445,441,160,161,443,440,448,451,446,444,452,454,450,447,439,442,453,449,441,445,451,448,164,165,454,452,172,173,455,460,1,2,462,457,7,8,459,461,11,12,456,458,15,16,463,468,352,353,470,465,358,359,467,469,362,363,464,466,366,367,474,471,180,181,477,473,184,185,475,472,188,189,478,476,196,197,479,484,304,305,486,481,310,311,483,485,314,315,480,482,318,319,487,492,280,281,494,489,286,287,491,493,290,291,488,490,294,295,495,500,328,329,502,497,334,335,499,501,338,339,496,498,342,343,503,508,252,253,254,510,505,259,260,261,507,509,264,265,504,506,268,269,513,518,141,140,512,516,124,127,514,511,130,133,515,517,134,137,525,521,534,530,520,524,532,527,522,519,531,528,523,526,533,529,530,534,121,122,527,532,125,126,528,531,131,132,529,533,135,136,541,537,548,546,536,540,549,543,538,535,547,544,539,542,550,545,546,548,25,26,543,549,29,30,544,547,37,38,39,545,550,42,43,44,556,553,564,561,552,555,565,559,554,558,566,560,551,557,74,102,103,104,105,563,562,557,551,561,564,54,55,559,565,59,60,560,566,67,68,69,70,579,580,581,582,580,579,583,584,580,583,580,582,585,586,584,584,586,580,586,581,580,587,579,581,594,595,596,597,598,599,600,601,602,603,604,605,603,606,598,601,600,607,595,594,597,598,608,603,598,594,608,606,599,598,599,606,609,605,602,603,597,594,598,601,610,611,612,609,601,612,601,609,602,605,604,596,603,608,604,594,596,604,608,602,609,606,602,606,603,605,600,602,118,119,107,109,108,112,112,108,119,115,73,111,115,111,72
  823. }
  824. }
  825. LayerElementSmoothing: 0 {
  826. Version: 102
  827. Name: ""
  828. MappingInformationType: "ByEdge"
  829. ReferenceInformationType: "Direct"
  830. Smoothing: *474 {
  831. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,1,1,0,1,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1
  832. }
  833. }
  834. LayerElementMaterial: 0 {
  835. Version: 101
  836. Name: ""
  837. MappingInformationType: "AllSame"
  838. ReferenceInformationType: "IndexToDirect"
  839. Materials: *1 {
  840. a: 0
  841. }
  842. }
  843. Layer: 0 {
  844. Version: 100
  845. LayerElement: {
  846. Type: "LayerElementNormal"
  847. TypedIndex: 0
  848. }
  849. LayerElement: {
  850. Type: "LayerElementBinormal"
  851. TypedIndex: 0
  852. }
  853. LayerElement: {
  854. Type: "LayerElementTangent"
  855. TypedIndex: 0
  856. }
  857. LayerElement: {
  858. Type: "LayerElementMaterial"
  859. TypedIndex: 0
  860. }
  861. LayerElement: {
  862. Type: "LayerElementSmoothing"
  863. TypedIndex: 0
  864. }
  865. LayerElement: {
  866. Type: "LayerElementUV"
  867. TypedIndex: 0
  868. }
  869. }
  870. }
  871. Geometry: 2399509489888, "Geometry::", "Mesh" {
  872. Vertices: *381 {
  873. a: 241.69921875,2.64720964431763,-158.181396484375,-289.94140625,3.97681045532227,-139.67578125,-293.9296875,-4.3143138885498,-139.52099609375,242.7255859375,-3.65736198425293,-157.88134765625,242.70703125,5.29907989501953,-108.310791015625,-290.658203125,3.97681045532227,-90.398681640625,-296.474609375,-4.3371696472168,-90.1728515625,245.421875,-1.00373840332031,-108.06884765625,-24.7802734375,-2.75993633270264,-10.809326171875,-24.0517578125,-2.34925365447998,400,24.00390625,-2.55459499359131,3.257080078125,24.2666015625,-2.34925365447998,400,-24.0517578125,-28.6839962005615,400,-24.1611328125,-28.6839981079102,-27.549072265625,24.2666015625,-28.6839962005615,400,24.00390625,-28.7086982727051,11.460693359375,208.2841796875,-1.18388366699219,-370.8955078125,215.77734375,-27.8346309661865,-355.10302734375,216.6826171875,-1.91057109832764,-344.5361328125,168.40625,-1.91056823730469,-356.6708984375,167.4404296875,-27.8346309661865,-355.10302734375,230.9912109375,-1.91057109832764,95.49267578125,182.392578125,-1.91056823730469,109.258056640625,230.9912109375,-27.8346309661865,112.0732421875,182.0927734375,-27.8346309661865,74.8681640625,0.107421875,-2.34925365447998,-400,0.107421875,-28.6839962005615,-400,-24.0517578125,-2.34925365447998,-400,24.2666015625,-2.34925365447998,-400,-24.0517578125,-28.6839962005615,-400,24.2666015625,-28.6839962005615,-400,205.7509765625,-18.4429264068604,-386.3232421875,213.09375,-15.5089130401611,124.180908203125,-224.1044921875,-3.05942058563232,400,-175.7861328125,-3.05942058563232,400,-224.1044921875,-30.0144786834717,400,-175.7861328125,-30.0144786834717,400,-224.1044921875,-3.05942058563232,-400,-175.7861328125,-3.05942058563232,-400,-224.1044921875,-30.0144786834717,-400,-175.7861328125,-30.0144786834717,-400,-128.3642578125,6.79364013671875,-175.28662109375,285.0625,-3.23162364959717,-180.604248046875,-123.5087890625,13.6067447662354,-176.460205078125,280.623046875,3.6626296043396,-180.53173828125,278.7734375,3.6626296043396,-221.8505859375,-129.599609375,8.67607307434082,-213.75244140625,
  874. -133.6630859375,1.85937738418579,-212.623291015625,281.2607421875,-3.23162364959717,-221.89111328125,-159.4873046875,4.83418464660645,39.42333984375,270.8017578125,-0.382513046264648,52.967041015625,-154.91796875,12.2802066802979,39.518310546875,266.763671875,7.0649299621582,52.002685546875,267.3720703125,3.23864078521729,15.220947265625,-160.3876953125,12.2802066802979,7.92724609375,-164.2138671875,4.83418464660645,7.84765625,269.5869140625,-4.19032287597656,16.09912109375,-250.4248046875,1.7217378616333,-281.00830078125,282.3935546875,8.60447311401367,-274.48486328125,-253.1982421875,-5.14633369445801,-280.34326171875,290.2802734375,2.31190299987793,-274.41650390625,292.130859375,7.36327648162842,-227.89599609375,-247.1044921875,6.24833488464355,-236.271484375,-252.17578125,-0.608931541442871,-235.6123046875,295.30078125,0.68553638458252,-227.862548828125,76.17578125,0.901895999908447,-392.0693359375,-310.544921875,5.2772912979126,-377.57421875,-311.626953125,-1.63650798797607,-377.538330078125,77.298828125,-6.01190376281738,-392.109375,68.119140625,0.901895999908447,-345.890380859375,-308.53125,5.2772912979126,-338.1513671875,-309.61328125,-1.63650798797607,-338.11572265625,72.5625,-6.01190376281738,-346.048583984375,96.7900390625,3.5987401008606,50.718994140625,-290.7529296875,7.52146816253662,57.77685546875,-292.5283203125,1.76569986343384,56.685302734375,96.783203125,-2.29992294311523,50.770263671875,104.7421875,3.5987401008606,93.439453125,-288.693359375,-0.536602973937988,99.78271484375,-288.833984375,-6.33609390258789,98.71484375,106.201171875,-2.29992294311523,93.41552734375,-261.4052734375,4.19666576385498,246.454833984375,121.0283203125,5.49081611633301,253.369140625,123.708984375,-1.2003059387207,252.8125,-262.3779296875,-2.50843048095703,246.442626953125,-260.0615234375,4.19666576385498,196.521484375,122.853515625,9.59207916259766,204.330322265625,126.7548828125,2.89667558670044,203.775146484375,-262.724609375,-2.50843048095703,196.487548828125,203.8125,10.0084257125854,166.721435546875,-283.3671875,-2.50842952728271,195.986572265625,
  875. -284.6328125,5.14609861373901,196.05810546875,205.1259765625,17.6629543304443,166.647216796875,189.9375,10.0084257125854,117.427978515625,-285.15625,-2.50842952728271,146.010009765625,-286.421875,5.14609861373901,146.08154296875,195.1318359375,17.6629543304443,117.13427734375,-88.0205078125,9.81852149963379,249.036865234375,-286.0732421875,2.3946008682251,249.328125,-287.130859375,-3.94178676605225,249.328125,-87.01171875,3.52456188201904,248.187255859375,-96.66015625,4.48231410980225,290.24169921875,-285.2109375,2.3946008682251,290.748046875,-286.2685546875,-3.94178676605225,290.748046875,-92.408203125,-1.85015678405762,289.33984375,275.529296875,-3.22227764129639,5.98095703125,68.3056640625,-4.3872709274292,6.22802734375,67.0390625,3.18631649017334,6.2412109375,276.75390625,4.30443000793457,6.767822265625,273.0126953125,-1.56132793426514,-44.983642578125,66.896484375,-4.3872709274292,-40.538818359375,65.0576171875,3.18631649017334,-40.51953125,276.298828125,5.96248483657837,-44.26416015625,-105.794921875,1.07652759552002,-319.11376953125,66.9912109375,3.00385570526123,-316.2880859375,-102.12890625,-6.37294101715088,-319.030029296875,63.658203125,-4.44561195373535,-316.37744140625,62.1337890625,-4.44561195373535,-277.396484375,-105.6748046875,-6.37294101715088,-285.80859375,-108.7451171875,1.07652759552002,-285.878662109375,64.0009765625,3.00385570526123,-277.34619140625,-24.8662109375,-2.86094880104065,-160.217529296875,-23.798828125,-28.7357120513916,-175.5234375,24.4599609375,-28.611780166626,-164.200439453125,22.9033203125,-2.84327745437622,-172.97900390625,-5.326171875,-16.3841934204102,-38.953125,-24.8662109375,-18.2847480773926,-142.10888671875
  876. }
  877. PolygonVertexIndex: *400 {
  878. a: 1,5,4,-1,1,2,6,-6,6,2,3,-8,7,3,0,-5,4,5,6,-8,1,0,3,-3,15,10,11,-15,8,13,12,-10,14,11,9,-13,11,10,8,-10,12,13,15,-15,17,16,-19,24,22,19,-21,18,21,23,-18,17,23,24,-21,30,28,124,-124,27,29,122,126,-122,26,25,28,-31,28,25,27,121,-125,29,26,30,123,-123,29,27,25,-27,31,17,-21,31,16,-18,20,19,-32,18,16,19,22,-22,16,31,-20,21,32,-24,23,32,-25,32,22,-25,38,34,36,-41,36,34,33,-36,33,34,38,-38,36,35,39,-41,33,37,39,-36,40,39,37,-39,43,41,42,-45,46,43,44,-46,48,42,41,-48,42,48,45,-45,46,47,41,-44,46,45,48,-48,51,49,50,-53,54,51,52,-54,56,50,49,-56,50,56,53,-53,54,55,49,-52,54,53,56,-56,60,59,57,-59,58,57,62,-62,64,63,59,-61,61,62,63,-65,62,57,59,-64,64,60,58,-62,66,70,69,-66,66,67,71,-71,71,67,68,-73,72,68,65,-70,69,70,71,-73,66,65,68,-68,74,78,77,-74,74,75,79,-79,79,75,76,-81,73,77,80,-77,77,78,79,-81,74,73,76,-76,82,86,85,-82,82,83,87,-87,87,83,84,-89,88,84,81,-86,85,86,87,-89,82,81,84,-84,90,94,93,-90,95,91,92,-97,89,93,96,-93,93,94,95,-97,90,89,92,-92,91,95,94,-91,98,102,101,-98,103,99,100,-105,104,100,97,-102,101,102,103,-105,98,97,100,-100,99,103,102,-99,106,110,109,-106,111,107,108,-113,105,109,112,-109,109,110,111,-113,106,105,108,-108,111,110,106,-108,115,113,114,-117,118,115,116,-118,120,114,113,-120,117,116,114,-121,118,117,120,-120,119,113,115,-119,13,125,-16,8,125,-14,8,10,-126,125,10,-16,126,122,-124,123,124,-127,121,126,-125,21,22,-33
  879. }
  880. Edges: *200 {
  881. a: 3,4,10,9,2,13,15,6,5,0,30,33,26,35,41,24,31,27,49,47,50,73,71,68,69,63,77,59,48,86,58,88,44,46,89,45,96,93,52,107,98,56,104,103,118,117,113,119,122,129,126,115,137,136,138,142,152,144,147,149,143,140,146,161,160,162,166,176,168,171,173,167,164,170,186,185,187,195,191,199,197,193,189,211,212,218,217,210,223,221,214,213,208,235,236,242,241,234,245,247,238,232,237,259,260,266,265,258,269,271,262,261,256,283,299,286,285,282,289,291,293,284,280,307,323,310,309,306,315,313,317,308,304,331,347,334,333,330,339,337,341,332,328,353,352,354,358,371,360,363,367,359,356,362,219,209,355,190,184,192,139,1,11,329,335,163,281,287,257,267,305,311,233,243,123,114,112,125,25,29,51,53,67,64,62,60,61,37,28,377,383,379,376,75,80,390,66,392,65,109
  882. }
  883. GeometryVersion: 124
  884. LayerElementNormal: 0 {
  885. Version: 102
  886. Name: ""
  887. MappingInformationType: "ByPolygonVertex"
  888. ReferenceInformationType: "Direct"
  889. Normals: *1200 {
  890. a: -0.000907298177480698,0.999642133712769,-0.0267344322055578,-0.000907298235688359,0.999642133712769,-0.0267344303429127,-0.000907298177480698,0.999642133712769,-0.0267344322055578,-0.000907298177480698,0.999642133712769,-0.0267344322055578,-0.861032724380493,0.507758259773254,-0.0283582713454962,-0.861032664775848,0.507758259773254,-0.028358269482851,-0.861032724380493,0.507758259773254,-0.0283582713454962,-0.861032724380493,0.507758259773254,-0.0283582676202059,0.00458970153704286,-0.999637961387634,0.0265137627720833,0.00458970153704286,-0.999637961387634,0.026513759046793,0.00458970153704286,-0.99963790178299,0.026513759046793,0.00458970153704286,-0.99963790178299,0.026513759046793,0.95804238319397,0.282122075557709,-0.0506151504814625,0.958042323589325,0.282122075557709,-0.0506151504814625,0.958042442798615,0.282122075557709,-0.0506151467561722,0.95804238319397,0.282122045755386,-0.0506151467561722,0.033165093511343,0.0249375402927399,0.99913877248764,0.033165093511343,0.0249375384300947,0.99913877248764,0.0331650897860527,0.0249375384300947,0.99913877248764,0.0331650897860527,0.0249375365674496,0.999138712882996,-0.0344937555491924,-0.0241347309201956,-0.999113440513611,-0.0344937555491924,-0.0241347327828407,-0.999113500118256,-0.0344937480986118,-0.0241347271949053,-0.999113380908966,-0.0344937555491924,-0.0241347327828407,-0.9991135597229,0.999999821186066,-0.000104525628557894,-0.000669016153551638,0.999999821186066,-0.000104525635833852,-0.000669016153551638,0.999999701976776,-0.000104525614005979,-0.000669016095343977,0.999999701976776,-0.000104525621281937,-0.000669016095343977,-0.999925434589386,-0.0121687771752477,0.00100532860960811,-0.999925434589386,-0.0121687790378928,0.00100532872602344,-0.999925374984741,-0.0121687771752477,0.00100532860960811,-0.999925434589386,-0.0121687771752477,0.00100532872602344,0,0,1,0,0,1,0,0,1,0,0,1,-0.00200453284196556,0.999997735023499,-0.000760365684982389,-0.00200453260913491,0.999997735023499,-0.000760365626774728,-0.00200453237630427,0.999997675418854,-0.000760365568567067,
  891. -0.00200453260913491,0.999997675418854,-0.000760365626774728,-0.000268292875261977,-0.999999940395355,3.03979977616109e-005,-0.000268292904365808,-1,3.03980032185791e-005,-0.000268292904365808,-1,3.03980032185791e-005,-0.000268292904365808,-1,3.03980032185791e-005,0.952328026294708,0.0962022468447685,-0.289510846138,0.953168749809265,0.0985619425773621,-0.285928040742874,0.949719667434692,0.0891730412840843,-0.30013433098793,-0.999480724334717,0.00417228136211634,0.0319497659802437,-0.999480783939362,0.00417228136211634,0.031949769705534,-0.999480783939362,0.00417228182777762,0.031949769705534,-0.999480843544006,0.00417228182777762,0.031949769705534,0.999245882034302,-0.0212183631956577,-0.032517671585083,0.999246001243591,-0.0212183687835932,-0.0325176753103733,0.999245941638947,-0.021218366920948,-0.032517671585083,0.999245941638947,-0.0212183650583029,-0.0325176678597927,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0.999537765979767,0.0302926674485207,0.00255424831993878,0.999537825584412,0.030292671173811,0.00255424878560007,0.999537825584412,0.0302926693111658,0.00255424831993878,0.999537825584412,0.0302926693111658,0.00255424808710814,-0.999787211418152,-0.0204818677157164,-0.0024489217903465,-0.999787211418152,-0.0204818658530712,-0.00244892155751586,-0.999787271022797,-0.0204818677157164,-0.0024489217903465,-0.999787211418152,-0.0204818639904261,-0.00244892155751586,-0.999787271022797,-0.0204818695783615,-0.0024489217903465,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0.000102293328382075,0.999997675418854,0.00215495261363685,0.000102293335658032,0.999997675418854,0.0021549528464675,0.000102293335658032,0.999997675418854,0.0021549528464675,0.000102293328382075,0.999997615814209,0.00215495261363685,0.000102293335658032,0.999997675418854,0.00215495261363685,0.00127816468011588,-0.999999105930328,4.32965061918367e-005,0.00127816468011588,-0.999999105930328,4.32965061918367e-005,0.00127816468011588,-0.999999105930328,4.32965098298155e-005,0.00127816491294652,-0.999999165534973,4.32965098298155e-005,0.00127816491294652,-0.999999225139618,4.32965098298155e-005,
  892. 0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.957609534263611,-0.288069278001785,0,-0.957609593868256,-0.288069278001785,0,-0.957609593868256,-0.288069307804108,0.955591022968292,0.105657450854778,-0.275104463100433,0.953168749809265,0.0985619425773621,-0.285928040742874,0.952328026294708,0.0962022468447685,-0.289510846138,-0.628058135509491,-0.0236426666378975,-0.777807235717773,-0.628058135509491,-0.0236426666378975,-0.777807116508484,-0.628058135509491,-0.0236426647752523,-0.777807176113129,-0.000195569897186942,0.999999582767487,0.000778278859797865,-0.000195569911738858,0.999999642372131,0.000778278976213187,-0.000195569897186942,0.999999642372131,0.000778278918005526,-0.000195569926290773,0.999999701976776,0.000778278918005526,-0.000195569926290773,0.999999761581421,0.000778279034420848,-0.261843621730804,0.664272367954254,-0.700128614902496,-0.261843621730804,0.664272487163544,-0.700128614902496,-0.261843621730804,0.664272427558899,-0.700128674507141,0.346338093280792,0.745510458946228,0.569441914558411,0.302194207906723,0.77454286813736,0.555663645267487,0.68528550863266,0.39239713549614,0.613521158695221,-0.312318861484528,-0.856716930866241,0.410478889942169,-0.403316259384155,-0.795425236225128,0.452365577220917,-0.463406473398209,-0.746264100074768,0.47785410284996,-0.403316259384155,-0.795425236225128,0.452365577220917,-0.543110489845276,-0.668212234973907,0.508451879024506,-0.463406473398209,-0.746264100074768,0.47785410284996,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0.0133925331756473,0.0796582922339439,0.996732294559479,0.0133925303816795,0.0796582773327827,0.996732234954834,0.0133925313130021,0.0796582773327827,0.996732234954834,0.0133925313130021,0.0796582922339439,0.996732294559479,0.0174045655876398,0.997776210308075,-0.0643408745527267,0.0174045655876398,0.997776210308075,-0.0643408745527267,
  893. 0.017404567450285,0.997776210308075,-0.0643408745527267,0.0174045655876398,0.997776210308075,-0.0643408820033073,-0.0170704983174801,-0.99776566028595,0.0645937547087669,-0.0170704983174801,-0.99776554107666,0.0645937472581863,-0.0170705001801252,-0.99776566028595,0.0645937547087669,-0.0170705039054155,-0.997765779495239,0.0645937621593475,0.891717970371246,0.448461174964905,-0.0610057897865772,0.891718029975891,0.448461145162582,-0.0610057897865772,0.891717970371246,0.448461145162582,-0.0610057897865772,0.891717910766602,0.44846111536026,-0.0610057786107063,-0.831371188163757,0.553110301494598,0.0537679232656956,-0.831371188163757,0.553110301494598,0.0537679269909859,-0.831371188163757,0.553110301494598,0.0537679269909859,-0.831371188163757,0.553110301494598,0.0537679232656956,-0.0219664350152016,-0.0766202583909035,-0.996818363666534,-0.0219664331525564,-0.0766202583909035,-0.996818423271179,-0.0219664294272661,-0.0766202509403229,-0.99681830406189,-0.0219664312899113,-0.0766202583909035,-0.996818363666534,-0.0297569297254086,0.0593063607811928,0.997796177864075,-0.0297569278627634,0.0593063570559025,0.997796177864075,-0.0297569334506989,0.0593063645064831,0.997796237468719,-0.0297569315880537,0.0593063607811928,0.997796237468719,0.0180842075496912,0.998201966285706,-0.0571473054587841,0.0180842056870461,0.998201966285706,-0.0571473054587841,0.0180842056870461,0.998201966285706,-0.0571473091840744,0.0180842056870461,0.998201966285706,-0.0571473054587841,-0.0178915783762932,-0.99820876121521,0.0570877343416214,-0.0178915802389383,-0.998208820819855,0.0570877343416214,-0.0178915802389383,-0.998208820819855,0.0570877380669117,-0.0178915802389383,-0.9982088804245,0.057087741792202,0.922922968864441,0.382079541683197,-0.0472038835287094,0.922923028469086,0.382079571485519,-0.0472038835287094,0.92292308807373,0.382079571485519,-0.04720389097929,0.92292308807373,0.382079571485519,-0.0472038872539997,-0.86330509185791,0.485061675310135,0.139353528618813,-0.863305151462555,0.48506173491478,0.139353543519974,-0.86330509185791,0.485061705112457,0.139353543519974,
  894. -0.863305032253265,0.485061675310135,0.139353513717651,0.0168505981564522,-0.0554215684533119,-0.998320817947388,0.0168506000190973,-0.0554215759038925,-0.998320877552032,0.0168506000190973,-0.0554215796291828,-0.998320817947388,0.0168506018817425,-0.0554215796291828,-0.998320877552032,0.0122299483045936,-0.0508985631167889,-0.998628914356232,0.012229947373271,-0.0508985593914986,-0.998628914356232,0.0122299483045936,-0.0508985593914986,-0.998628914356232,0.0122299483045936,-0.0508985631167889,-0.998628914356232,-0.00696961674839258,0.99936455488205,-0.0349551774561405,-0.00696961628273129,0.99936455488205,-0.0349551774561405,-0.00696961581707001,0.99936455488205,-0.0349551737308502,-0.00696961581707001,0.999364495277405,-0.0349551700055599,0.00762555561959744,-0.999478816986084,0.0313681364059448,0.00762555422261357,-0.999478697776794,0.0313681289553642,0.00762555561959744,-0.999478816986084,0.0313681326806545,0.00762555515393615,-0.999478757381439,0.0313681289553642,-0.0149338506162167,0.0531927160918713,0.998472630977631,-0.0149338496848941,0.0531927160918713,0.998472630977631,-0.0149338496848941,0.0531927160918713,0.998472571372986,-0.0149338506162167,0.0531927160918713,0.998472630977631,-0.868503868579865,0.495617002248764,-0.00805380754172802,-0.868503928184509,0.495616972446442,-0.00805380754172802,-0.868503868579865,0.495616942644119,-0.00805380661040545,-0.868503868579865,0.495617002248764,-0.00805380754172802,0.757575511932373,0.645015001296997,-0.100174523890018,0.757575511932373,0.645015001296997,-0.100174508988857,0.757575511932373,0.645014941692352,-0.100174516439438,0.757575511932373,0.645015001296997,-0.100174523890018,0.0114862080663443,0.99993371963501,0.000810858269687742,0.0114862071350217,0.99993371963501,0.000810858211480081,0.0114862089976668,0.99993371963501,0.000810858211480081,0.0114862080663443,0.99993371963501,0.000810858386103064,-0.986678600311279,0.154678419232368,0.0503984726965427,-0.986678600311279,0.15467843413353,0.050398476421833,-0.986678540706635,0.154678419232368,0.0503984726965427,
  895. -0.986678540706635,0.154678404331207,0.0503984726965427,-0.0113582629710436,-0.999935448169708,-0.000361766054993495,-0.011358262039721,-0.999935448169708,-0.000361766084097326,-0.0113582611083984,-0.999935388565063,-0.000361766054993495,-0.011358262039721,-0.999935448169708,-0.000361766084097326,0.920695066452026,0.368802100419998,0.127693504095078,0.920695066452026,0.368802130222321,0.127693504095078,0.920695126056671,0.368802130222321,0.127693518996239,0.920695126056671,0.368802100419998,0.127693504095078,0.0206038113683462,-0.0038528370205313,0.999780356884003,0.0206038113683462,-0.00385283725336194,0.999780297279358,0.0206038095057011,-0.0038528370205313,0.999780297279358,0.0206038113683462,-0.0038528370205313,0.999780356884003,-0.0374449603259563,0.000188840087503195,-0.999298632144928,-0.0374449640512466,0.000188840116607025,-0.999298691749573,-0.0374449640512466,0.00018884010205511,-0.999298691749573,-0.0374449640512466,0.00018884010205511,-0.999298751354218,0.00135090970434248,0.995521903038025,0.0945215448737144,0.00135090982075781,0.99552196264267,0.0945215448737144,0.00135090958792716,0.99552184343338,0.0945215374231339,0.00135090970434248,0.995521903038025,0.0945215448737144,-0.984754264354706,0.145459473133087,0.0953974276781082,-0.984754204750061,0.145459458231926,0.095397412776947,-0.984754264354706,0.145459473133087,0.0953974276781082,-0.984754264354706,0.145459458231926,0.0953974202275276,-0.00139611796475947,-0.995473146438599,-0.0950319468975067,-0.00139611796475947,-0.995473265647888,-0.0950319468975067,-0.00139611808117479,-0.995473265647888,-0.0950319468975067,-0.00139611796475947,-0.995473206043243,-0.0950319394469261,0.972921311855316,0.119299985468388,-0.197968900203705,0.972921311855316,0.119299992918968,-0.197968900203705,0.972921252250671,0.119299985468388,-0.197968885302544,0.972921252250671,0.119299992918968,-0.197968885302544,0.0156475901603699,-0.0911671072244644,0.995712697505951,0.0156475882977247,-0.0911670923233032,0.995712637901306,0.0156475901603699,-0.0911670997738838,0.995712757110596,
  896. 0.0156475882977247,-0.0911670923233032,0.995712578296661,-0.0156889129430056,0.0912762880325317,-0.995702028274536,-0.0156889148056507,0.0912762880325317,-0.995702087879181,-0.0156889148056507,0.0912762880325317,-0.995701968669891,-0.0156889129430056,0.0912762880325317,-0.995701968669891,-0.00952334795147181,0.999109864234924,0.0410967320203781,-0.00952334702014923,0.99910980463028,0.0410967245697975,-0.00952334795147181,0.99910980463028,0.0410967320203781,-0.00952334608882666,0.99910980463028,0.0410967282950878,0.897094011306763,0.434376895427704,0.0808652639389038,0.897094011306763,0.434376865625381,0.0808652564883232,0.897094011306763,0.434376865625381,0.0808652564883232,0.897093951702118,0.434376835823059,0.0808652564883232,0.00937187299132347,-0.999111413955688,-0.0410944931209087,0.0093718720600009,-0.999111294746399,-0.0410944893956184,0.00937187299132347,-0.999111354351044,-0.0410944931209087,0.0093718720600009,-0.999111413955688,-0.0410944931209087,-0.965103507041931,0.261691808700562,-0.00963351130485535,-0.965103387832642,0.261691778898239,-0.00963351037353277,-0.965103387832642,0.261691778898239,-0.00963351037353277,-0.965103447437286,0.261691778898239,-0.00963351037353277,0.0188827775418758,0.0456530749797821,-0.998778879642487,0.018882779404521,0.0456530712544918,-0.998778879642487,0.0188827775418758,0.0456530712544918,-0.998778820037842,0.0188827775418758,0.0456530712544918,-0.998778939247131,-0.0171146579086781,-0.0445969328284264,0.998858451843262,-0.0171146597713232,-0.0445969440042973,0.998858511447906,-0.0171146560460329,-0.0445969328284264,0.998858392238617,-0.0171146579086781,-0.044596940279007,0.998858451843262,0.0257619563490152,-0.999659836292267,-0.00406505027785897,0.0257619563490152,-0.999659776687622,-0.00406504981219769,0.0257619582116604,-0.999659836292267,-0.00406505074352026,0.0257619600743055,-0.999659895896912,-0.00406505074352026,-0.0255824867635965,0.999668121337891,0.00302989594638348,-0.0255824867635965,0.999668121337891,0.00302989594638348,-0.0255824867635965,0.999668061733246,0.00302989571355283,
  897. -0.0255824849009514,0.999668061733246,0.00302989571355283,0.896569192409515,-0.386332899332047,-0.216588586568832,0.896569132804871,-0.386332958936691,-0.216588601469994,0.896569132804871,-0.386332929134369,-0.21658855676651,0.896569192409515,-0.386332958936691,-0.216588571667671,-0.060051966458559,0.000924962572753429,-0.998194754123688,-0.0600519701838493,0.000924962572753429,-0.998194873332977,-0.0600519701838493,0.000924962514545769,-0.998194813728333,-0.060051966458559,0.000924962572753429,-0.998194813728333,0.0599533692002296,-1.2287076060602e-005,0.998201131820679,0.0599533803761005,-1.22870796985808e-005,0.998201251029968,0.0599533692002296,-1.2287076060602e-005,0.998201131820679,0.0599533729255199,-1.22870769700967e-005,0.998201191425323,-0.985937297344208,-0.163346275687218,0.0352946147322655,-0.985937297344208,-0.163346290588379,0.0352946147322655,-0.985937297344208,-0.163346275687218,0.0352946147322655,-0.985937297344208,-0.163346290588379,0.0352946147322655,-0.0244199652224779,0.997768640518188,0.062140915542841,-0.0244199670851231,0.997768640518188,0.0621409118175507,-0.0244199652224779,0.997768640518188,0.0621409118175507,-0.0244199633598328,0.997768521308899,0.0621409006416798,0.0237923245877028,-0.997689664363861,-0.0636340454220772,0.0237923227250576,-0.997689604759216,-0.0636340379714966,0.0237923227250576,-0.997689664363861,-0.0636340454220772,0.0237923245877028,-0.997689664363861,-0.0636340454220772,0.913744390010834,0.352741956710815,0.201604530215263,0.913744390010834,0.352741926908493,0.201604515314102,0.913744390010834,0.352741897106171,0.201604530215263,0.913744390010834,0.352741897106171,0.201604515314102,0.00575446942821145,-0.0695622116327286,0.997561037540436,0.00575447035953403,-0.0695622190833092,0.997561037540436,0.00575446989387274,-0.0695622116327286,0.997561037540436,0.00575446989387274,-0.0695622116327286,0.997560977935791,-0.00609921989962459,0.0671378523111343,-0.997725069522858,-0.00609922036528587,0.0671378597617149,-0.997725129127502,-0.00609921896830201,0.0671378448605537,-0.997725069522858,
  898. -0.00609922036528587,0.0671378523111343,-0.997725129127502,-0.986147224903107,0.164596602320671,0.0205301959067583,-0.986147284507751,0.164596632122993,0.0205301996320486,-0.986147224903107,0.164596602320671,0.0205301959067583,-0.986147284507751,0.164596632122993,0.0205301996320486,0.0094562629237771,-0.999804437160492,-0.0173715613782406,0.0094562629237771,-0.999804377555847,-0.0173715613782406,0.0094562629237771,-0.999804377555847,-0.0173715613782406,0.00945626199245453,-0.999804377555847,-0.0173715595155954,-0.0091179683804512,0.999810934066772,0.0171787589788437,-0.0091179683804512,0.999810874462128,0.0171787589788437,-0.00911796744912863,0.999810874462128,0.0171787589788437,-0.0091179683804512,0.999810934066772,0.0171787608414888,0.958258628845215,-0.283479750156403,-0.0371434576809406,0.95825868844986,-0.283479750156403,-0.0371434576809406,0.95825868844986,-0.28347972035408,-0.0371434576809406,0.958258628845215,-0.283479750156403,-0.0371434539556503,-0.0202747043222189,0.0508038513362408,-0.998502850532532,-0.0202747043222189,0.0508038476109505,-0.998502790927887,-0.0202747043222189,0.0508038476109505,-0.998502790927887,-0.0202747024595737,0.0508038401603699,-0.998502731323242,-0.000379796110792086,-0.0529091618955135,0.998599290847778,-0.000379796081688255,-0.0529091656208038,0.998599290847778,-0.000379796052584425,-0.0529091618955135,0.998599290847778,-0.000379796052584425,-0.0529091618955135,0.998599290847778,-0.978991508483887,-0.200788274407387,0.0354910604655743,-0.978991568088531,-0.200788259506226,0.035491056740284,-0.978991448879242,-0.200788259506226,0.035491056740284,-0.978991508483887,-0.200788259506226,0.0354910604655743,0.0161698628216982,0.000738255737815052,-0.999868988990784,0.0161698628216982,0.000738255737815052,-0.999868929386139,0.016169860959053,0.000738255737815052,-0.999868988990784,0.016169860959053,0.000738255737815052,-0.999868988990784,0.0115272551774979,-0.999933242797852,0.000809480319730937,0.0115272542461753,-0.999933183193207,0.000809480261523277,0.0115272542461753,-0.999933183193207,0.000809480261523277,
  899. 0.0115272542461753,-0.999933242797852,0.000809480261523277,-0.0111249145120382,0.999937772750854,-0.000915625772904605,-0.0111249126493931,0.99993771314621,-0.000915625772904605,-0.0111249145120382,0.999937772750854,-0.000915625831112266,-0.0111249145120382,0.99993771314621,-0.000915625889319927,0.942574799060822,-0.329500198364258,0.0546103417873383,0.942574858665466,-0.329500257968903,0.054610338062048,0.942574799060822,-0.329500198364258,0.0546103343367577,0.942574858665466,-0.329500257968903,0.0546103455126286,-0.0496638119220734,-0.00268481695093215,0.998762369155884,-0.0496638119220734,-0.00268481695093215,0.998762369155884,-0.0496638119220734,-0.00268481718376279,0.998762369155884,-0.0496638156473637,-0.00268481718376279,0.998762369155884,-0.907257914543152,-0.411118298768997,-0.088684007525444,-0.907257914543152,-0.411118298768997,-0.0886840149760246,-0.907257854938507,-0.41111832857132,-0.088684007525444,-0.907257914543152,-0.411118298768997,-0.088684007525444,0.321104496717453,-0.859811127185822,-0.397009670734406,0.321104556322098,-0.859811127185822,-0.397009700536728,0.321104526519775,-0.859811127185822,-0.397009700536728,-0.651588678359985,0.400451272726059,-0.644259989261627,-0.65158873796463,0.400451272726059,-0.644259989261627,-0.651588678359985,0.400451242923737,-0.644260048866272,0.104015812277794,0.921499133110046,-0.374192833900452,0.104015819728374,0.921499013900757,-0.374192804098129,0.104015804827213,0.921498954296112,-0.374192774295807,0.834466457366943,-0.164924755692482,-0.525799870491028,0.834466457366943,-0.164924755692482,-0.525799930095673,0.834466516971588,-0.164924770593643,-0.525799930095673,-0.0669772028923035,-0.952871918678284,0.295887142419815,-0.0669771954417229,-0.952871918678284,0.295887142419815,-0.0669772103428841,-0.952871918678284,0.295887142419815,0.442020684480667,0.313068807125092,0.840598404407501,0.395449697971344,0.414867997169495,0.819453477859497,0.287170261144638,0.601669073104858,0.745337247848511,0.170410946011543,0.75015115737915,0.638931453227997,0.287170261144638,0.601669073104858,0.745337247848511,
  900. 0.395449697971344,0.414867997169495,0.819453477859497,0.346338093280792,0.745510458946228,0.569441914558411,0.139936313033104,0.858101427555084,0.494044244289398,0.302194207906723,0.77454286813736,0.555663645267487
  901. }
  902. NormalsW: *400 {
  903. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  904. }
  905. }
  906. LayerElementBinormal: 0 {
  907. Version: 102
  908. Name: "map1"
  909. MappingInformationType: "ByPolygonVertex"
  910. ReferenceInformationType: "Direct"
  911. Binormals: *1200 {
  912. a: -0.0391263253986835,-0.0267494581639767,-0.99887615442276,-0.0391288250684738,-0.0267494581639767,-0.998876094818115,-0.0391263253986835,-0.0267494581639767,-0.99887615442276,-0.0391238294541836,-0.0267494581639767,-0.99887627363205,0.50459897518158,0.859951734542847,0.0765692368149757,0.505815327167511,0.860845506191254,0.0556416735053062,0.506808876991272,0.861360192298889,0.0346896015107632,0.505815267562866,0.860845446586609,0.0556416660547256,0.0383777506649494,0.0266705900430679,0.998907387256622,0.0383780039846897,0.0266705881804228,0.998907387256622,0.0383782535791397,0.0266705881804228,0.998907327651978,0.0383780002593994,0.0266705881804228,0.998907327651978,-0.283618241548538,0.958606779575348,-0.0251740589737892,-0.283792525529861,0.958433866500854,-0.0294358842074871,-0.283961534500122,0.958243370056152,-0.033697172999382,-0.283792465925217,0.95843380689621,-0.0294358860701323,-0.00251235510222614,0.999687552452087,-0.0248678419739008,-0.00534154428169131,0.999678790569305,-0.0247737113386393,-0.00817069131880999,0.999662041664124,-0.0246793851256371,-0.0053415447473526,0.99967885017395,-0.0247737132012844,0.000392843765439466,-0.999708592891693,0.0241355430334806,-0.00243884394876659,-0.999703407287598,0.0242331828922033,0.000392843736335635,-0.999708652496338,0.0241355430334806,0.0032245279289782,-0.999705851078033,0.0240377150475979,0.000104607650428079,1,0.000122568162623793,0.000109768050606363,0.999969303607941,0.00784076750278473,0.000104607650428079,1,0.000122568162623793,9.94410365819931e-005,0.999971210956573,-0.00759563874453306,0.0121799996122718,-0.999853432178497,0.0120339058339596,0.0121842352673411,-0.999778807163239,0.0171473119407892,0.0121800014749169,-0.999853491783142,0.0120339067652822,0.0121754491701722,-0.999901950359344,0.00692018307745457,0.0881239473819733,0.996109545230865,-0,0.104075685143471,0.994569361209869,-0,0.120000705122948,0.992773830890656,-0,0.104075685143471,0.994569361209869,-0,-0.999937355518341,-0.00199603335931897,0.0110188964754343,-0.999963700771332,-0.00199816562235355,0.00828372221440077,
  913. -0.999982714653015,-0.00200028344988823,0.00554848555475473,-0.999963760375977,-0.0019981658551842,0.00828372221440077,0.999999344348907,-0.000268327712547034,-0.00115119270049036,1,-0.000268298637820408,-0.000188661375432275,0.999999284744263,-0.000268327712547034,-0.00115119270049036,0.999997794628143,-0.000268356583546847,-0.00211372319608927,-0.0749629661440849,0.993675470352173,0.0836047455668449,-0.0774221643805504,0.99342405796051,0.0843478739261627,-0.0579605363309383,0.992089152336121,0.111354619264603,0.00423749024048448,0.999989092350006,0.00197353190742433,0.00419828249141574,0.999990880489349,0.000746767851524055,0.00423749070614576,0.999989151954651,0.00197353190742433,0.00427669147029519,0.999985814094543,0.00320029305294156,-0.0211541578173637,-0.999773502349854,0.0023172867950052,-0.0212216768413782,-0.999774813652039,0.000243410730035976,-0.0212890990078449,-0.99977171421051,-0.00183046655729413,-0.0212216749787331,-0.999774873256683,0.000243410555412993,-0.99957811832428,0,0.0290451999753714,-0.999763369560242,0,0.0217537824064493,-0.99957811832428,0,0.0290451999753714,-0.999339759349823,0,0.036335077136755,-0.0303317457437515,0.999395847320557,0.0169747341424227,-0.0303063225001097,0.999525606632233,0.00548705505207181,-0.0303317438811064,0.999395787715912,0.0169747341424227,-0.0303531624376774,0.999134063720703,0.0284601785242558,0.0204907581210136,-0.999783396720886,-0.00366124766878784,0.0205111149698496,-0.999710500240326,-0.0125830909237266,0.0204098783433437,-0.999440729618073,0.0264918077737093,0.0201924256980419,-0.996027827262878,0.0867232158780098,0.0203475207090378,-0.99873286485672,0.046030331403017,0.245031073689461,0.969515264034271,0,0.0792646184563637,0.996853709220886,0,-0.166660130023956,0.986014425754547,0,-0.101160332560539,0.994870185852051,0,-0.99998664855957,9.11647657630965e-005,0.00516364583745599,-0.999983906745911,9.00729937711731e-005,0.00567015120759606,-0.999984323978424,9.02009487617761e-005,0.0056107915006578,-0.999987363815308,9.14206757443026e-005,0.00504492549225688,
  914. -0.999985158443451,9.0522225946188e-005,0.00546174310147762,0.999857783317566,0.00127725582569838,-0.0168194863945246,0.999952435493469,0.00127768644597381,-0.00966963265091181,0.999980509281158,0.00127787585370243,-0.00612271297723055,0.999951958656311,0.00127768353559077,-0.00972606055438519,0.999952256679535,0.00127768539823592,-0.00968844257295132,0.323465615510941,0.946239948272705,0,0.378116309642792,0.925758123397827,0,0.0792646184563637,0.996853709220886,0,0.245031073689461,0.969515264034271,0,0.120446383953094,0.285972118377686,-0.950638115406036,0.120446376502514,0.285972088575363,-0.950638055801392,0.120446376502514,0.285972118377686,-0.950638055801392,-0.0937555581331253,0.994013607501984,0.0560985803604126,-0.0774221643805504,0.99342405796051,0.0843478739261627,-0.0749629661440849,0.993675470352173,0.0836047455668449,0.0160987749695778,0.998929738998413,-0.0433633551001549,0.0160987693816423,0.998929738998413,-0.0433633513748646,0.0160987731069326,0.998929738998413,-0.0433633513748646,0.999584078788757,0.000217934779357165,-0.02884073369205,0.999709784984589,0.000214264364331029,-0.0240930654108524,0.999548316001892,0.000218872402911074,-0.0300544612109661,0.999472320079803,0.000220746660488658,-0.0324817560613155,0.999454259872437,0.000221173511818051,-0.033034760504961,0.342937797307968,0.74213582277298,0.575871646404266,0.342937797307968,0.74213570356369,0.575871706008911,0.342937827110291,0.74213582277298,0.575871706008911,-0.0417582504451275,0.618659734725952,-0.784548461437225,-0.0574169233441353,0.596648514270782,-0.800446033477783,-0.122280180454254,0.892467558383942,-0.434222817420959,0.116658538579941,0.394234955310822,0.911575376987457,-0.0962351560592651,0.52848494052887,0.843470573425293,-0.0727353543043137,0.569462716579437,0.818792879581451,-0.0962351560592651,0.52848494052887,0.843470573425293,-0.234858959913254,0.702267229557037,0.67205810546875,-0.0727353543043137,0.569462716579437,0.818792879581451,-0,0.999970972537994,0.00762200355529785,-0,0.99997341632843,0.00730357831344008,-0,0.999975621700287,0.00698515120893717,
  915. -0,0.99997341632843,0.00730357831344008,0.0881956219673157,0.996103227138519,-0,0.0983068645000458,0.995156228542328,-0,0.108407951891422,0.994106531143188,-0,0.0983068645000458,0.995156228542328,-0,-0.999932169914246,0,0.0116491187363863,-0.999929547309875,0,0.0118686500936747,-0.999926924705505,0,0.0120881823822856,-0.999929547309875,0,0.0118686500936747,0.999931514263153,0,0.0117044588550925,0.999922692775726,0,0.0124415336176753,0.999913156032562,0,0.0131785981357098,0.999922692775726,0,0.0124415336176753,0,-0.999968528747559,0.00793711934238672,0,-0.999971330165863,0.00758314970880747,0,-0.999973893165588,0.00722917821258307,0,-0.999971330165863,0.00758314970880747,-0.352248311042786,0.935906648635864,0,-0.362247228622437,0.932082056999207,0,-0.372204661369324,0.928150773048401,0,-0.362247228622437,0.932082056999207,0,0.0237148460000753,0.996515989303589,-0.0799596458673477,0.0234257858246565,0.996523082256317,-0.0799563229084015,0.023136718198657,0.996530115604401,-0.0799529924988747,0.0234257858246565,0.996523022651672,-0.0799563303589821,-0.0205708667635918,-0.0639796629548073,-0.997739195823669,-0.0161014199256897,-0.0640625804662704,-0.997816026210785,-0.0116316499188542,-0.0641442164778709,-0.997872889041901,-0.0161014199256897,-0.064062587916851,-0.997816026210785,0.0187336951494217,0.0642726570367813,0.997756600379944,0.0143950954079628,0.0643512159585953,0.997823536396027,0.0187336951494217,0.0642726570367813,0.997756600379944,0.0230719447135925,0.06419288367033,0.997670769691467,-0.446670800447464,0.893752694129944,0.0411271527409554,-0.447401195764542,0.893802344799042,0.0308153666555882,-0.448083847761154,0.893756508827209,0.0205002911388874,-0.447401225566864,0.893802344799042,0.0308153703808784,0.535201907157898,0.822969377040863,-0.190474346280098,0.536038815975189,0.823688507080078,-0.184931695461273,0.535201907157898,0.822969377040863,-0.190474346280098,0.534347832202911,0.822223901748657,-0.196010917425156,-0.0106155341491103,-0.996984839439392,0.0768669843673706,-0.0107152173295617,-0.996983647346497,0.0768690854310989,
  916. -0.0106155341491103,-0.996984899044037,0.0768669843673706,-0.0105158528313041,-0.996986091136932,0.0768648833036423,0.0140224993228912,0.998164772987366,-0.0589100793004036,0.0139558278024197,0.998165607452393,-0.0589121133089066,0.0140225002542138,0.998164832592011,-0.0589100830256939,0.0140891745686531,0.998163998126984,-0.0589080415666103,0.0156676769256592,-0.0574325546622276,-0.998226463794708,0.0222501028329134,-0.0575442835688591,-0.998095035552979,0.0288315657526255,-0.0576535239815712,-0.997920334339142,0.0222501028329134,-0.0575442835688591,-0.998095035552979,-0.0232400260865688,0.0574966408312321,0.998075187206268,-0.0307098478078842,0.0576185807585716,0.997866332530975,-0.0232400260865688,0.0574966445565224,0.998075246810913,-0.0157689116895199,0.0573714934289455,0.998228430747986,-0.384798645973206,0.919326484203339,-0.0822741910815239,-0.384895294904709,0.918386101722717,-0.091775469481945,-0.384956836700439,0.917361974716187,-0.101268380880356,-0.384895235300064,0.918386042118073,-0.091775469481945,0.478886932134628,0.874479949474335,-0.0771503150463104,0.479764819145203,0.874465644359589,-0.0716622844338417,0.478886961936951,0.874479949474335,-0.077150322496891,0.477994322776794,0.874467134475708,-0.0826359540224075,-0.022606011480093,-0.998228490352631,0.055034875869751,-0.0226738005876541,-0.998227059841156,0.0550336576998234,-0.0226060096174479,-0.998228490352631,0.0550348870456219,-0.0225382260978222,-0.99822998046875,0.0550361126661301,0.0108431205153465,-0.998638153076172,0.0510318279266357,0.0124657293781638,-0.998618304729462,0.0510506816208363,0.0140883093699813,-0.998595833778381,0.0510694086551666,0.0124657293781638,-0.998618304729462,0.0510506853461266,0.0222965069115162,-0.0347920320928097,-0.999145865440369,0.0279944911599159,-0.0347473323345184,-0.999003946781158,0.0222965069115162,-0.0347920283675194,-0.999145865440369,0.0165977962315083,-0.0348355919122696,-0.999255239963531,-0.0184576362371445,0.0312230214476585,0.999342024326324,-0.0248970445245504,0.0311695542186499,0.999204039573669,
  917. -0.0313354209065437,0.0311147999018431,0.999024510383606,-0.0248970426619053,0.0311695504933596,0.999203979969025,-0.00692146457731724,0.998554527759552,-0.0533006004989147,-0.00459826970472932,0.998569786548615,-0.053266666829586,-0.00227504805661738,0.998579561710358,-0.0532324425876141,-0.00459826970472932,0.998569786548615,-0.053266666829586,0.495659917593002,0.868504583835602,-0.00458598881959915,0.495645523071289,0.868522882461548,-0.00191263458691537,0.495627611875534,0.868534922599792,0.000760733732022345,0.495645552873611,0.868522822856903,-0.0019126336555928,-0.645295262336731,0.76317834854126,0.0339561626315117,-0.643773436546326,0.763669490814209,0.048627682030201,-0.642111480236053,0.763994455337524,0.0632886067032814,-0.643773436546326,0.763669490814209,0.048627682030201,-0.0289870891720057,0.00114354456309229,-0.999579131603241,-0.0205303821712732,0.0010465724626556,-0.999788701534271,-0.0289870891720057,0.00114354456309229,-0.999579131603241,-0.037441723048687,0.00124043482355773,-0.99929803609848,0.154476284980774,0.987964868545532,-0.0079052597284317,0.154476895928383,0.987964928150177,-0.00789347477257252,0.154476299881935,0.987964928150177,-0.0079052597284317,0.154475659132004,0.987964868545532,-0.00791704468429089,0.0207458510994911,-0.000597363512497395,0.999784648418427,0.0290888343006372,-0.000692056200932711,0.999576568603516,0.0374298021197319,-0.000786700809840113,0.999299049377441,0.0290888343006372,-0.000692056200932711,0.999576568603516,-0.365317732095718,0.929507911205292,-0.0505762286484241,-0.367066383361816,0.92942887544632,-0.037739921361208,-0.365317761898041,0.929507970809937,-0.0505762323737144,-0.363507777452469,0.929431080818176,-0.0634040609002113,0.0116066876798868,0.999926149845123,0.00361420423723757,0.0116902561858296,0.999925136566162,0.00361247872933745,0.0116066867485642,0.999926090240479,0.00361420423723757,0.0115231173112988,0.99992710351944,0.00361593021079898,-0.0113041335716844,-0.999936163425446,0.000234619379625656,-0.011272213421762,-0.999936461448669,0.000233423212193884,
  918. -0.0112402932718396,-0.999936819076538,0.000232227073865943,-0.0112722143530846,-0.999936521053314,0.000233423226745799,-0.0171706546097994,0.0945307835936546,-0.995373845100403,-0.0175179298967123,0.0945306718349457,-0.995367825031281,-0.0178652051836252,0.0945305749773979,-0.995361685752869,-0.0175179317593575,0.0945306867361069,-0.995367884635925,0.160068467259407,0.97242683172226,0.169600129127502,0.159882694482803,0.972919046878815,0.16693189740181,0.160068467259407,0.97242683172226,0.169600129127502,0.160253047943115,0.971927464008331,0.172267109155655,0.014592032879591,-0.0950422212481499,0.995366334915161,0.0142492149025202,-0.0950421914458275,0.995371282100677,0.014592032879591,-0.0950422063469887,0.995366334915161,0.0149348480626941,-0.0950421988964081,0.995361268520355,-0.0582455359399319,0.955404996871948,0.289497435092926,-0.0606408417224884,0.958246886730194,0.279438257217407,-0.0630291551351547,0.960978507995605,0.269346952438354,-0.0606408454477787,0.958246827125549,0.279438227415085,-0.00990695785731077,0.995771527290344,0.0913281887769699,-0.00992982741445303,0.995771408081055,0.0913285166025162,-0.00990695785731077,0.995771586894989,0.0913281813263893,-0.00988408923149109,0.995771825313568,0.0913278460502625,-0.01181108225137,-0.995772004127502,-0.0910965949296951,-0.0117382742464542,-0.995772838592529,-0.091097816824913,-0.0118110831826925,-0.995772063732147,-0.0910966023802757,-0.011883893981576,-0.99577134847641,-0.091095395386219,-0.0197378844022751,-0.0412784069776535,0.998952746391296,-0.019583635032177,-0.0412770584225655,0.998955845832825,-0.0197378844022751,-0.0412784107029438,0.998952805995941,-0.0198921300470829,-0.041279748082161,0.998949587345123,-0.44133847951889,0.889657318592072,0.117176733911037,-0.441609412431717,0.887391448020935,0.132354229688644,-0.441776365041733,0.884916543960571,0.147500514984131,-0.441609442234039,0.88739150762558,0.132354229688644,0.0181571077555418,0.041259553283453,-0.998983561992645,0.0181026849895716,0.0412590838968754,-0.998984575271606,0.0180482678115368,0.0412586145102978,-0.998985588550568,
  919. 0.0181026831269264,0.0412590801715851,-0.998984456062317,0.260156035423279,0.962342143058777,0.0788442119956017,0.260401248931885,0.962933838367462,0.0703544989228249,0.260627508163452,0.963455617427826,0.0618596896529198,0.260401219129562,0.962933778762817,0.0703544989228249,-0.0149696515873075,0.998857915401459,0.0453736744821072,-0.0148334419354796,0.998859822750092,0.0453763343393803,-0.014697234146297,0.998861789703369,0.0453789979219437,-0.0148334428668022,0.998859882354736,0.0453763343393803,0.00413933210074902,-0.9989994764328,-0.0445323027670383,0.00412755878642201,-0.9989994764328,-0.0445325151085854,0.00413933163508773,-0.998999416828156,-0.0445323027670383,0.00415110541507602,-0.998999297618866,-0.0445321053266525,0.0600723139941692,-0.00251097022555768,0.998190939426422,0.0601180046796799,-0.00250978115946054,0.998188138008118,0.0600723139941692,-0.00251097069121897,0.998190939426422,0.060026615858078,-0.00251215905882418,0.998193681240082,-0.0600423440337181,0.00148888758849353,-0.998194694519043,-0.0600119903683662,0.00148967036511749,-0.998196601867676,-0.0599816292524338,0.00149045255966485,-0.998198390007019,-0.0600119866430759,0.00148967024870217,-0.998196542263031,-0.375556468963623,-0.922359466552734,0.0906117931008339,-0.3721062541008,-0.922263622283936,0.104723177850246,-0.375556498765945,-0.92235940694809,0.0906118005514145,-0.37892746925354,-0.922260642051697,0.076481319963932,0.0260108578950167,-0.999658584594727,-0.00249114725738764,0.0261867195367813,-0.999653995037079,-0.00250172265805304,0.0260108560323715,-0.999658524990082,-0.00249114679172635,0.0258349981158972,-0.999663233757019,-0.0024805711582303,-0.0255905780941248,0.999671339988709,0.00154931144788861,-0.025523342192173,0.999673068523407,0.00154527323320508,-0.0254561062902212,0.999674797058105,0.00154123490210623,-0.0255233403295279,0.999673008918762,0.00154527300037444,0.163241803646088,-0.986568868160248,-0.00584117090329528,0.163242191076279,-0.986568868160248,-0.00583082903176546,0.163242548704147,-0.986568868160248,-0.00582048529759049,
  920. 0.163242191076279,-0.986568868160248,-0.00583082903176546,-0.00357866613194346,0.0620718039572239,-0.998065292835236,-0.00337012158706784,0.0620769336819649,-0.998065710067749,-0.00357866589911282,0.0620718002319336,-0.998065292835236,-0.0037872102111578,0.062066663056612,-0.998064815998077,0.00793737731873989,-0.0634615421295166,0.997952818870544,0.00799842737615108,-0.0634600594639778,0.997952401638031,0.00805947929620743,-0.0634585842490196,0.997952044010162,0.00799842737615108,-0.0634600594639778,0.997952342033386,-0.370560824871063,0.927025198936462,0.057524386793375,-0.372973084449768,0.925051271915436,0.0719115287065506,-0.370560765266418,0.927025198936462,0.0575243979692459,-0.368068158626556,0.928798317909241,0.0431248024106026,-0.0105524053797126,0.997517764568329,0.0696200728416443,-0.0108537673950195,0.997514426708221,0.0696215778589249,-0.0105524053797126,0.997517764568329,0.0696200728416443,-0.0102510442957282,0.997521102428436,0.0696185678243637,0.0295821353793144,-0.997294902801514,-0.0672897547483444,0.0297587476670742,-0.997289597988129,-0.0672904700040817,0.0295821335166693,-0.997294902801514,-0.0672897472977638,0.0294055193662643,-0.997300148010254,-0.0672890171408653,0.164560914039612,0.986360967159271,-0.00342848896980286,0.164560705423355,0.986361026763916,-0.00343883037567139,0.164560467004776,0.986361026763916,-0.00344917154870927,0.164560705423355,0.986361026763916,-0.00343883037567139,0.0116650462150574,-0.0172608587890863,0.999782979488373,0.0201387032866478,-0.0171783994883299,0.999649584293365,0.0116650471463799,-0.0172608606517315,0.999783039093018,0.00319054909050465,-0.0173420812934637,0.999844610691071,-0.0219764765352011,0.0169749613851309,-0.999614357948303,-0.013743756338954,0.0170525498688221,-0.999760150909424,-0.00551010202616453,0.0171289779245853,-0.99983811378479,-0.0137437572702765,0.0170525517314672,-0.999760210514069,-0.284986019134521,-0.95748633146286,-0.0447543412446976,-0.284970194101334,-0.957522928714752,-0.044067520648241,-0.284985989332199,-0.957486391067505,-0.0447543486952782,
  921. -0.28500172495842,-0.957449376583099,-0.0454411432147026,0.00902995839715004,-0.998658180236816,-0.0509951114654541,0.00919811986386776,-0.998656451702118,-0.0509984381496906,0.00902995746582747,-0.998658120632172,-0.0509951077401638,0.00886179506778717,-0.99865984916687,-0.0509917736053467,-0.00256919302046299,0.99859607219696,0.0529080107808113,-0.00252624903805554,0.99859619140625,0.0529080405831337,-0.0024833045899868,0.99859631061554,0.0529080592095852,-0.00252624903805554,0.99859619140625,0.0529080368578434,-0.200478300452232,0.979623198509216,0.0121238091960549,-0.200562730431557,0.97963148355484,0.00984156038612127,-0.20064614713192,0.979634642601013,0.00755926314741373,-0.200562730431557,0.979631423950195,0.00984156038612127,0.0135960364714265,-0.999907493591309,-0.000518409302458167,0.0133725358173251,-0.999910473823547,-0.000522025977261364,0.0135960364714265,-0.999907493591309,-0.000518409360665828,0.0138195343315601,-0.999904453754425,-0.000514792744070292,-0.0467441789805889,0.000269781390670687,0.998906850814819,-0.0292972233146429,0.000471447710879147,0.999570727348328,-0.0118413306772709,0.000672970316372812,0.99992972612381,-0.0292972214519978,0.000471447652671486,0.999570667743683,0.0230737421661615,-0.000658729462884367,-0.999733626842499,0.00575803872197866,-0.000851605669595301,-0.999983072280884,0.0230737421661615,-0.000658729579299688,-0.999733626842499,0.0403825230896473,-0.000465655844891444,-0.999184250831604,-0.329272866249084,-0.944140255451202,-0.013369339518249,-0.328934669494629,-0.94415545463562,-0.0192989725619555,-0.32858482003212,-0.944137454032898,-0.0252279136329889,-0.328934669494629,-0.94415545463562,-0.0192989706993103,-0.0112674599513412,0.999934315681458,0.00212768907658756,-0.00907076895236969,0.999956429004669,0.00223697978071868,-0.0112674599513412,0.999934315681458,0.0021276893094182,-0.0134640950709581,0.999907433986664,0.00201838836073875,-0.407318741083145,0.911429286003113,-0.0582080073654652,-0.406542539596558,0.911283075809479,-0.0654707923531532,-0.405744671821594,0.911088168621063,-0.0727300941944122,
  922. -0.406542539596558,0.911283075809479,-0.0654707998037338,0.380876809358597,0.50105756521225,-0.777093529701233,0.380876749753952,0.50105756521225,-0.777093470096588,0.380876809358597,0.501057624816895,-0.777093529701233,0.222858518362045,0.912881970405579,0.34202441573143,0.222858518362045,0.912881970405579,0.342024385929108,0.222858518362045,0.912881970405579,0.342024356126785,-0.225605994462967,0.388287246227264,0.893495917320251,-0.225606009364128,0.388287276029587,0.893495917320251,-0.225606024265289,0.388287305831909,0.893495976924896,0.13501937687397,0.986270844936371,-0.095076747238636,0.13501937687397,0.98627096414566,-0.0950767695903778,0.13501937687397,0.986270904541016,-0.0950767695903778,-0.222261354327202,0.303350359201431,0.926595091819763,-0.222261339426041,0.303350359201431,0.926595091819763,-0.222261339426041,0.303350359201431,0.926595091819763,-0.201020032167435,0.94785475730896,-0.247310385107994,-0.260595411062241,0.906192541122437,-0.33302429318428,-0.335519134998322,0.791998386383057,-0.510064125061035,-0.380280464887619,0.648249745368958,-0.659665882587433,-0.335519134998322,0.791998386383057,-0.510064125061035,-0.260595411062241,0.906192541122437,-0.33302429318428,-0.0417582504451275,0.618659734725952,-0.784548461437225,0.296920299530029,0.439625561237335,-0.847683727741241,-0.0574169233441353,0.596648514270782,-0.800446033477783
  923. }
  924. BinormalsW: *400 {
  925. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  926. }
  927. }
  928. LayerElementTangent: 0 {
  929. Version: 102
  930. Name: "map1"
  931. MappingInformationType: "ByPolygonVertex"
  932. ReferenceInformationType: "Direct"
  933. Tangents: *1200 {
  934. a: 0.999233961105347,-0.000139741678140126,-0.0391365997493267,0.999233782291412,-0.000139808253152296,-0.0391390956938267,0.999233961105347,-0.000139741678140126,-0.0391365997493267,0.999233961105347,-0.000139674957608804,-0.0391341000795364,-0.0632654130458832,-0.0516190715134144,0.996661007404327,-0.0526646077632904,-0.0335652492940426,0.998048007488251,-0.04204061627388,-0.0154966581612825,0.998995721340179,-0.0526646040380001,-0.0335652492940426,0.998048007488251,0.99925285577774,0.00356714800000191,-0.0384862646460533,0.99925285577774,0.00356714148074389,-0.0384865179657936,0.99925285577774,0.00356713496148586,-0.0384867712855339,0.99925285577774,0.00356714194640517,-0.0384865179657936,-0.041417870670557,-0.0384731963276863,-0.998400926589966,-0.0402067638933659,-0.0425650291144848,-0.998284459114075,-0.0389949157834053,-0.0466560795903206,-0.998149693012238,-0.0402067564427853,-0.0425650291144848,-0.998284459114075,0.999446749687195,0.00168544717598706,-0.0332173816859722,0.999435663223267,0.00451532145962119,-0.0332876443862915,0.999416470527649,0.00734516000375152,-0.033357635140419,0.999435663223267,0.00451532192528248,-0.0332876443862915,0.999404907226563,-0.000440030155004933,-0.0344931893050671,0.999401926994324,-0.00327257509343326,-0.0344246625900269,0.999404907226563,-0.000440030038589612,-0.0344931855797768,0.999399721622467,0.00239251833409071,-0.0345614291727543,-0.000669003347866237,0.000122638113680296,-0.999999761581421,-0.000668175984174013,0.00784083921462297,-0.999969065189362,-0.000669003347866237,0.000122638113680296,-0.999999761581421,-0.000669790839310735,-0.0075955712236464,-0.999971032142639,-0.000858743384014815,-0.0120452530682087,-0.999927163124084,-0.000796444423031062,-0.017158281058073,-0.999852478504181,-0.000858743384014815,-0.0120452530682087,-0.999927163124084,-0.000921019993256778,-0.0069319074973464,-0.999975562095642,-0.996109545230865,0.0881239473819733,0,-0.994569361209869,0.104075685143471,0,-0.992773830890656,0.120000705122948,0,-0.994569361209869,0.104075685143471,0,
  935. -0.0110173532739282,-0.000782405724748969,-0.999939024448395,-0.00828218460083008,-0.000776943052187562,-0.999965488910675,-0.00554695166647434,-0.000771474500652403,-0.999984323978424,-0.00828218460083008,-0.000776943110395223,-0.999965488910675,-0.00115120084956288,-3.00891224469524e-005,-0.999999403953552,-0.000188669524504803,-3.03473862004466e-005,-1,-0.00115120084956288,-3.00891242659418e-005,-0.999999403953552,-0.00211373111233115,-2.98308332276065e-005,-0.999997794628143,-0.295722782611847,0.0579165481030941,-0.953516602516174,-0.292361259460449,0.058260589838028,-0.954531610012054,-0.307689845561981,0.0883597210049629,-0.947375059127808,0.0319411866366863,-0.00210789404809475,0.999487638473511,0.0319463685154915,-0.000880514387972653,0.999489307403564,0.0319411866366863,-0.00210789404809475,0.999487638473511,0.0319359600543976,-0.00333527033217251,0.999484360218048,0.0325594805181026,0.00162765558343381,0.999468564987183,0.0325155183672905,-0.000446852442109957,0.999471187591553,0.0324714109301567,-0.00252135843038559,0.999469578266144,0.0325155109167099,-0.000446852383902296,0.999471187591553,0.0290451999753714,0,0.99957811832428,0.0217537824064493,0,0.999763369560242,0.0290451999753714,0,0.99957811832428,0.036335077136755,0,0.999339759349823,0.00203849514946342,0.0170443635433912,-0.99985271692276,0.00238681933842599,0.00556192873045802,-0.999981701374054,0.00203849491663277,0.0170443635433912,-0.99985271692276,0.00168990157544613,0.028524549677968,-0.999591648578644,0.00237340200692415,0.00371064897626638,-0.999990344047546,0.00219048745930195,0.0126306442543864,-0.999917924404144,0.00299015291966498,-0.0264361873269081,-0.999646067619324,0.00421544769778848,-0.0866553112864494,-0.996229410171509,0.00338860438205302,-0.0459707044064999,-0.99893707036972,-0.969515264034271,0.245031073689461,0,-0.996853590011597,0.0792646110057831,0,-0.986014425754547,-0.166660130023956,0,-0.994870185852051,-0.101160332560539,0,-0.00516343815252185,0.00215545226819813,-0.999984443187714,-0.00566994398832321,0.00215549836866558,-0.999981701374054,
  936. -0.00561058381572366,0.00215549301356077,-0.999981999397278,-0.00504471687600017,0.00215544132515788,-0.999984979629517,-0.00546153448522091,0.00215547904372215,-0.999982714653015,-0.0168194174766541,-6.47883789497428e-005,-0.999858558177948,-0.00966957025229931,-5.56537925149314e-005,-0.999953329563141,-0.0061226524412632,-5.11215039296076e-005,-0.999981284141541,-0.00972599815577269,-5.57259518245701e-005,-0.999952793121338,-0.00968837924301624,-5.56778759346344e-005,-0.999953031539917,-0.946239948272705,0.323465615510941,0,-0.925758123397827,0.378116309642792,0,-0.996853590011597,0.0792646110057831,0,-0.969515264034271,0.245031073689461,0,-0.992719829082489,0.0346968993544579,-0.11534059792757,-0.992719829082489,0.0346968993544579,-0.11534059792757,-0.992719829082489,0.0346968993544579,-0.11534059792757,-0.279384762048721,0.0278147254139185,-0.959776282310486,-0.292361259460449,0.058260589838028,-0.954531610012054,-0.295722782611847,0.0579165481030941,-0.953516602516174,-0.777999997138977,0.0397564470767975,0.627005279064178,-0.777999877929688,0.0397564433515072,0.627005279064178,-0.777999877929688,0.0397564433515072,0.627005279064178,0.0288408920168877,-0.000772317522205412,0.999583780765533,0.024093221873045,-0.00077334325760603,0.99970942735672,0.0300546195358038,-0.000772050290834159,0.999547958374023,0.0324819199740887,-0.00077151576988399,0.99947202205658,0.0330349169671535,-0.000771393650211394,0.999453902244568,-0.902126252651215,0.0893122628331184,0.422127693891525,-0.902126252651215,0.0893122553825378,0.422127693891525,-0.902126133441925,0.089312270283699,0.42212763428688,0.937179982662201,-0.247940137982368,-0.245396643877029,0.95151561498642,-0.209985643625259,-0.224775567650795,0.7179354429245,-0.222545117139816,-0.659577429294586,0.942787289619446,-0.332588076591492,0.0231836698949337,0.909986138343811,-0.296651929616928,0.289694428443909,0.883155822753906,-0.344677031040192,0.318172484636307,0.909986138343811,-0.296651929616928,0.289694428443909,0.806146562099457,-0.245587363839149,0.538344323635101,
  937. 0.883155822753906,-0.344677031040192,0.318172484636307,-0,0.00762200355529785,-0.999970972537994,-0,0.00730357831344008,-0.99997341632843,-0,0.00698515120893717,-0.999975621700287,-0,0.00730357831344008,-0.99997341632843,-0.996103167533875,0.0881956219673157,0,-0.995156168937683,0.0983068570494652,0,-0.994106471538544,0.108407944440842,0,-0.995156168937683,0.0983068570494652,0,-0.0116491187363863,0,-0.999932169914246,-0.0118686519563198,0,-0.999929666519165,-0.0120881823822856,0,-0.999926924705505,-0.0118686519563198,0,-0.999929666519165,0.0117044588550925,0,-0.999931514263153,0.0124415336176753,0,-0.999922692775726,0.0131785981357098,0,-0.999913156032562,0.0124415336176753,0,-0.999922692775726,0,-0.00793711934238672,-0.999968528747559,0,-0.00758314970880747,-0.999971330165863,0,-0.00722917821258307,-0.999973893165588,0,-0.00758314970880747,-0.999971330165863,-0.935906589031219,-0.352248311042786,0,-0.932082116603851,-0.362247258424759,0,-0.928150713443756,-0.372204661369324,0,-0.932082116603851,-0.362247258424759,0,0.999629080295563,-0.0247082151472569,-0.0114567885175347,0.999635934829712,-0.0244200546294451,-0.0114799086004496,0.999642610549927,-0.0241318866610527,-0.011503029614687,0.999635934829712,-0.0244200546294451,-0.0114799086004496,0.999636888504028,-0.0186887644231319,-0.0194115824997425,0.999718904495239,-0.0184025336056948,-0.0149506321176887,0.999780893325806,-0.0181159358471632,-0.0104893809184432,0.999718904495239,-0.0184025336056948,-0.0149506321176887,0.999678790569305,-0.0182422809302807,-0.0175946708768606,0.999750673770905,-0.0179631803184748,-0.0132644232362509,0.999678790569305,-0.0182422809302807,-0.0175946708768606,0.999588072299957,-0.0185210462659597,-0.0219245869666338,-0.0729680135846138,0.00942431483417749,-0.997289776802063,-0.0683466121554375,0.000184553777216934,-0.997661709785461,-0.0637179017066956,-0.00905522983521223,-0.997926890850067,-0.0683466121554375,0.000184555639862083,-0.997661709785461,0.149602666497231,0.129578188061714,0.980218648910522,0.146575644612312,0.124925188720226,0.98127943277359,
  938. 0.149602666497231,0.129578188061714,0.980218648910522,0.152624920010567,0.134227052330971,0.979126513004303,0.999702453613281,-0.0122702531516552,-0.0210868399590254,0.999701380729675,-0.0123696643859148,-0.021079171448946,0.999702453613281,-0.0122702531516552,-0.0210868343710899,0.999703526496887,-0.0121708428487182,-0.021094499155879,0.999458789825439,-0.0122386142611504,0.0305339433252811,0.999459743499756,-0.0121720284223557,0.0305300131440163,0.999458789825439,-0.0122386142611504,0.0305339470505714,0.999457955360413,-0.0123052028939128,0.0305378772318363,0.999713718891144,-0.0171567685902119,0.0166781283915043,0.999588906764984,-0.0167782213538885,0.0232507381588221,0.999420702457428,-0.0163989495486021,0.0298223402351141,0.999588906764984,-0.0167782213538885,0.0232507381588221,0.999569892883301,-0.0165304224938154,0.0242271069437265,0.999368190765381,-0.0161002483218908,0.0316857248544693,0.999569892883301,-0.0165304224938154,0.0242271069437265,0.999715566635132,-0.0169596709311008,0.0167671330273151,-0.011960499919951,-0.0940967351198196,-0.995491206645966,-0.00828585587441921,-0.102870248258114,-0.994660258293152,-0.00461047329008579,-0.111634388566017,-0.993738651275635,-0.00828585959970951,-0.102870248258114,-0.994660258293152,0.159284546971321,-0.000130329208332114,0.987232744693756,0.156620532274246,-0.00499050971120596,0.987646341323853,0.159284561872482,-0.000130336426082067,0.987232744693756,0.16194361448288,0.00472985347732902,0.986788690090179,0.999602437019348,-0.021640682592988,0.0180736072361469,0.999600887298584,-0.0217083767056465,0.0180773418396711,0.999602437019348,-0.0216406807303429,0.0180736109614372,0.999603986740112,-0.0215729884803295,0.0180698782205582,0.999866425991058,0.0114523712545633,0.0116613944992423,0.999847531318665,0.0130729861557484,0.0115785617381334,0.999825954437256,0.0146935684606433,0.0114957001060247,0.999847531318665,0.0130729861557484,0.0115785617381334,0.999727189540863,0.00774304289370775,0.0220398530364037,0.999583780765533,0.00794122740626335,0.0277345292270184,
  939. 0.999727189540863,0.00774304196238518,0.0220398530364037,0.999838054180145,0.00754460459575057,0.0163444597274065,0.999800562858582,0.00819951947778463,0.0182099230587482,0.999660968780518,0.00840045884251595,0.024646382778883,0.999479830265045,0.00860104989260435,0.0310818199068308,0.999660968780518,0.00840045884251595,0.024646382778883,0.999864637851715,0.00770687684416771,0.0145440939813852,0.9998779296875,0.00538672227412462,0.0146678956225514,0.9998859167099,0.00306653836742044,0.0147916208952665,0.9998779296875,0.00538672227412462,0.0146678974851966,-0.00472187576815486,0.00797489937394857,0.999957144260406,-0.00604698108509183,0.00565296364948154,0.999965727329254,-0.00737204402685165,0.00333098857663572,0.999967277050018,-0.00604698155075312,0.00565296364948154,0.999965727329254,-0.0983532518148422,-0.0389177910983562,-0.994390308856964,-0.107865802943707,-0.0276505537331104,-0.993780851364136,-0.11735487729311,-0.0163773074746132,-0.992954969406128,-0.107865817844868,-0.0276505630463362,-0.993780851364136,0.999513864517212,-0.0114578707143664,-0.0289983060210943,0.999723255634308,-0.011467132717371,-0.0205410420894623,0.999513864517212,-0.0114578707143664,-0.0289983060210943,0.999232888221741,-0.0114477863535285,-0.0374534912407398,0.0510146990418434,1.4582170479116e-005,0.998697996139526,0.0510128736495972,2.92236950372171e-006,0.998697996139526,0.0510146990418434,1.45816993608605e-005,0.998697996139526,0.0510165169835091,2.62409212155035e-005,0.998697817325592,0.999720275402069,-0.0113483108580112,-0.0207512956112623,0.999512314796448,-0.0113429287448525,-0.0290948189795017,0.999234735965729,-0.0113367578014731,-0.0374363176524639,0.999512314796448,-0.0113429287448525,-0.0290948189795017,0.137344762682915,8.34143938845955e-005,-0.990523397922516,0.132600605487823,0.012125039473176,-0.99109548330307,0.137344762682915,8.3416722191032e-005,-0.990523397922516,0.142065837979317,-0.0119582256302238,-0.989784955978394,0.999720454216003,-0.0115296710282564,-0.020647007972002,0.999719381332397,-0.0116132572293282,-0.0206473097205162,
  940. 0.999720454216003,-0.0115296710282564,-0.020647007972002,0.99972140789032,-0.0114460838958621,-0.0206467062234879,0.999234855175018,-0.0113049922510982,-0.037444707006216,0.999235212802887,-0.011273049749434,-0.0374447144567966,0.999235570430756,-0.0112411072477698,-0.0374447219073772,0.999235212802887,-0.011273049749434,-0.0374447144567966,0.999851763248444,0.000278336694464087,-0.0172214675694704,0.999845683574677,0.000311169686028734,-0.0175671856850386,0.999839603900909,0.000344004132784903,-0.0179129056632519,0.999845683574677,0.000311169802444056,-0.0175671856850386,0.0680970773100853,-0.182284578680992,0.980884969234467,0.0685321316123009,-0.179639279842377,0.981342494487762,0.0680970773100853,-0.182284578680992,0.980884969234467,0.0676614940166473,-0.184928491711617,0.980419993400574,0.999892592430115,-2.93958737529465e-006,-0.0146586680784822,0.999897599220276,-3.5524648410501e-005,-0.0143174035474658,0.999892592430115,-2.93967923425953e-006,-0.0146586680784822,0.999887585639954,2.96466350846458e-005,-0.0149999326094985,-0.223677515983582,0.270127385854721,-0.936482548713684,-0.223040074110031,0.259866416454315,-0.939533233642578,-0.222376957535744,0.249575570225716,-0.942475855350494,-0.22304005920887,0.259866416454315,-0.939533233642578,0.999828577041626,0.0112935500219464,-0.0146782379597425,0.999828279018402,0.0113163255155087,-0.01467614620924,0.999828577041626,0.0112935500219464,-0.01467823702842,0.999828815460205,0.0112707745283842,-0.0146803269162774,0.999807238578796,-0.0103311128914356,-0.0167006533592939,0.999808013439178,-0.0102585963904858,-0.0166940186172724,0.999807238578796,-0.0103311128914356,-0.0167006570845842,0.99980628490448,-0.0104036275297403,-0.0167072862386703,-0.999759912490845,-0.00870221201330423,-0.0201134216040373,-0.999762892723084,-0.00870857946574688,-0.0199592970311642,-0.999759912490845,-0.00870221201330423,-0.0201134216040373,-0.999756753444672,-0.00869584176689386,-0.0202675424516201,0.0210435036569834,0.14080747961998,-0.989813327789307,0.0142675256356597,0.154445022344589,-0.987898349761963,
  941. 0.00748818879947066,0.168046176433563,-0.985750675201416,0.0142675302922726,0.154445022344589,-0.987898349761963,-0.999791204929352,-0.00861618667840958,-0.0185276493430138,-0.999792218208313,-0.0086184348911047,-0.0184732712805271,-0.999793171882629,-0.00862068124115467,-0.0184188950806856,-0.999792218208313,-0.00861843302845955,-0.0184732712805271,-0.0299036186188459,-0.073586605489254,0.996840417385101,-0.0276876296848059,-0.0653907880187035,0.997475504875183,-0.0254696328192949,-0.0571902357041836,0.998038351535797,-0.0276876259595156,-0.0653907880187035,0.997475504875183,-0.999709725379944,-0.0140945920720696,-0.0195446237921715,-0.999711751937866,-0.0139584988355637,-0.0195384435355663,-0.999713778495789,-0.0138224055990577,-0.0195322595536709,-0.999711751937866,-0.0139584988355637,-0.0195384416729212,-0.999844968318939,-0.00337245129048824,-0.0172821339219809,-0.999845027923584,-0.00336068798787892,-0.0172816105186939,-0.999844968318939,-0.00337245129048824,-0.0172821320593357,-0.999845027923584,-0.0033842152915895,-0.0172826610505581,0.997861623764038,0.0259595513343811,-0.0599871948361397,0.997858881950378,0.0259596668183804,-0.0600329041481018,0.997861623764038,0.0259595513343811,-0.0599871948361397,0.997864305973053,0.0259594339877367,-0.0599414743483067,0.997868061065674,0.0257182288914919,-0.0599843375384808,0.997869849205017,0.0257181823253632,-0.0599539652466774,0.997871696949005,0.0257181394845247,-0.0599235966801643,0.997869849205017,0.0257181823253632,-0.0599539652466774,0.234778821468353,-0.000101495068520308,0.972048759460449,0.240209773182869,0.0132975885644555,0.970629930496216,0.234778821468353,-0.000101489473308902,0.972048759460449,0.22929835319519,-0.0135005628690124,0.973262548446655,0.997856378555298,0.0261135045439005,-0.0600074157118797,0.997851729393005,0.0262896809726954,-0.0600069649517536,0.997856378555298,0.0261135045439005,-0.0600074157118797,0.997860848903656,0.025937320664525,-0.0600078403949738,0.997873187065125,0.0256374329328537,-0.0599333569407463,0.997874915599823,0.0255700759589672,-0.0599334686994553,
  942. 0.997876524925232,0.0255027152597904,-0.0599335581064224,0.997874915599823,0.0255700759589672,-0.0599334612488747,-0.0357746966183186,-2.52812264989188e-006,-0.999359905719757,-0.0357730090618134,-1.27384146253462e-005,-0.999359965324402,-0.0357713177800179,-2.29487068281742e-005,-0.999360024929047,-0.0357730090618134,-1.27384146253462e-005,-0.999359965324402,0.999695360660553,0.0245950985699892,-0.00205488922074437,0.999696135520935,0.024582153186202,-0.00184668472502381,0.999695360660553,0.0245950985699892,-0.00205488922074437,0.999694585800171,0.024608051404357,-0.00226309336721897,0.999685406684875,0.0242487024515867,-0.00640914030373096,0.999684929847717,0.0242525767534971,-0.0064700860530138,0.999684453010559,0.0242564510554075,-0.00653103133663535,0.999684929847717,0.0242525786161423,-0.00647008558735251,0.166601195931435,0.127269312739372,-0.977776348590851,0.161128297448158,0.140901803970337,-0.976823627948761,0.166601195931435,0.127269312739372,-0.977776348590851,0.172037988901138,0.113609239459038,-0.978517174720764,0.999927878379822,0.010927296243608,-0.00500613683834672,0.999924540519714,0.0112279308959842,-0.00498515507206321,0.999927878379822,0.010927296243608,-0.00500613730400801,0.999930918216705,0.0106266597285867,-0.00502711953595281,0.999543845653534,0.0299252532422543,-0.00409664027392864,0.999538481235504,0.030101465061307,-0.00408475007861853,0.999543845653534,0.0299252513796091,-0.00409663934260607,0.999548971652985,0.0297490321099758,-0.00410852953791618,0.0208145026117563,2.52698123404116e-006,0.999783337116241,0.020816208794713,1.27289822557941e-005,0.999783396720886,0.0208179075270891,2.29317975026788e-005,0.999783277511597,0.020816208794713,1.27289822557941e-005,0.999783396720886,0.999887347221375,0.00965685117989779,-0.011499541811645,0.999752581119537,0.00980279128998518,-0.0199723225086927,0.999887347221375,0.00965685117989779,-0.011499541811645,0.999950289726257,0.0095102172344923,-0.00302593363448977,0.999716937541962,0.00949197914451361,-0.0218175444751978,0.999864101409912,0.00935188215225935,-0.0135856736451387,
  943. 0.999943256378174,0.00921114813536406,-0.00535287847742438,0.999864101409912,0.00935188215225935,-0.0135856736451387,0.0228774063289166,-0.053471602499485,0.998307347297668,0.023073460906744,-0.052812859416008,0.998337924480438,0.0228774063289166,-0.053471602499485,0.998307347297668,0.0226813312619925,-0.0541303120553494,0.998276233673096,0.999753654003143,0.0100503480061889,-0.0197887402027845,0.999752163887024,0.0102183260023594,-0.0197801645845175,0.999753654003143,0.0100503480061889,-0.0197887420654297,0.999755263328552,0.00988237094134092,-0.0197973195463419,0.999996721744537,0.00254550017416477,0.000515196879860014,0.999996840953827,0.00250261626206338,0.000512924685608596,0.999996840953827,0.00245973188430071,0.000510652374941856,0.999996840953827,0.00250261626206338,0.000512924627400935,0.0372021868824959,-0.00475391885265708,0.999296545982361,0.0367442220449448,-0.00251662218943238,0.999321579933167,0.0362860821187496,-0.000279310799669474,0.999341428279877,0.0367442294955254,-0.00251662102527916,0.999321579933167,0.999776899814606,0.0135858720168471,0.0161784049123526,0.9997798204422,0.0133623424917459,0.0161782875657082,0.999776899814606,0.0135858720168471,0.0161784030497074,0.999773859977722,0.0138093996793032,0.0161785185337067,0.998840391635895,0.0115524921566248,0.0467379502952099,0.999504268169403,0.0115460213273764,0.0292898304760456,0.99986344575882,0.0115360291674733,0.0118327811360359,0.999504268169403,0.0115460194647312,0.0292898304760456,0.999671876430511,0.0111430762335658,0.0230649746954441,0.999921560287476,0.0111299958080053,0.00574820581823587,0.999671876430511,0.0111430762335658,0.0230649746954441,0.999122381210327,0.011152814142406,0.0403748266398907,-0.0559650249779224,0.00538010057061911,0.99841833114624,-0.0579196698963642,-0.000227490527322516,0.998321294784546,-0.0598722770810127,-0.00583507120609283,0.998189091682434,-0.0579196773469448,-0.000227488199016079,0.998321294784546,0.998702526092529,0.0111478455364704,0.0496908016502857,0.998724818229675,0.00894844532012939,0.049685999751091,
  944. 0.998702526092529,0.0111478455364704,0.0496908016502857,0.998675227165222,0.0133471889421344,0.049695361405611,-0.104759573936462,0.0166870206594467,0.994357585906982,-0.107732474803925,0.02334507368505,0.99390584230423,-0.110699623823166,0.0300018843263388,0.993400990962982,-0.107732474803925,0.0233450774103403,0.99390584230423,-0.867078304290771,-0.098316453397274,-0.488373905420303,-0.867078304290771,-0.0983164831995964,-0.488373935222626,-0.867078304290771,-0.0983164608478546,-0.488373905420303,-0.725097477436066,-0.0792803913354874,0.68406754732132,-0.725097358226776,-0.0792804062366486,0.68406754732132,-0.725097477436066,-0.0792803764343262,0.68406754732132,-0.968649923801422,0.00851754937320948,-0.248283728957176,-0.968649923801422,0.0085175633430481,-0.248283728957176,-0.968649923801422,0.00851755775511265,-0.248283728957176,-0.534261584281921,-0.00834520161151886,-0.845278024673462,-0.534261643886566,-0.00834519322961569,-0.845277965068817,-0.534261643886566,-0.00834519788622856,-0.845277965068817,0.972683906555176,0.00370352645404637,0.232104152441025,0.972683906555176,0.00370353320613503,0.232104137539864,0.972683906555176,0.00370351946912706,0.232104152441025,0.874190390110016,0.0596608147025108,-0.481904536485672,0.880743741989136,0.0818514227867126,-0.466466277837753,0.89719569683075,0.103599637746811,-0.429309844970703,0.909036219120026,0.130558863282204,-0.395736664533615,0.89719569683075,0.103599637746811,-0.429309844970703,0.880743741989136,0.0818514227867126,-0.466466277837753,0.937179982662201,-0.247940137982368,-0.245396643877029,0.944593131542206,-0.265313506126404,0.193268164992332,0.95151561498642,-0.209985643625259,-0.224775567650795
  945. }
  946. TangentsW: *400 {
  947. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,-1,1,1,1,-1,1,1,1,-1,-1,-1,-1,-1,1,1,1,-1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,-1,1,1,-1,-1,1,-1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1
  948. }
  949. }
  950. LayerElementUV: 0 {
  951. Version: 101
  952. Name: "map1"
  953. MappingInformationType: "ByPolygonVertex"
  954. ReferenceInformationType: "IndexToDirect"
  955. UV: *740 {
  956. a: -0.337741315364838,0.109811790287495,0.97652143239975,0.102389492094517,0.978264987468719,0.225367829203606,-0.331269383430481,0.230982676148415,1.49268662929535,0.314907014369965,1.48160827159882,0.341237187385559,-0.341197192668915,0.87977010011673,0.980658829212189,0.885368585586548,0.983076751232147,1.00834703445435,-0.352173149585724,1.00093555450439,-0.309512734413147,0.379386812448502,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299171537160873,0.398011088371277,0.645542502403259,0.443687707185745,-0.307878464460373,0.442256510257721,-0.300722688436508,0.423517733812332,0.643137991428375,0.422094136476517,1.65430963039398,0.316292583942413,1.65992176532745,0.351074784994125,1.30986082553864,0.481715798377991,1.30899930000305,0.464749783277512,1.43049073219299,0.463443160057068,1.42750692367554,0.480198323726654,1.08616888523102,0.478837728500366,-1.79907431174797e-007,0.490253508090973,1.19410373145001e-007,0.376370787620544,1.06350302696228,0.389026492834091,1.16755139827728,0.68724113702774,0.00212079891934991,0.714449286460876,0.000375469011487439,0.602486431598663,1.12162387371063,0.592106997966766,1.37821245193481,-0.0609562620520592,1.38216996192932,-0.149808347225189,1.12252569198608,0.603822767734528,0.00290421745739877,0.607953488826752,0.00174382445402443,0.48452290892601,1.08500516414642,0.474026769399643,1.06347596645355,0.383045822381973,0.00122386345174164,0.381619721651077,0.00356578780338168,0.258258461952209,1.17018389701843,0.258184015750885,1.50739407539368,-0.079702652990818,1.47851467132568,-0.16423074901104,0.278011620044708,0.21738176047802,0.344768047332764,0.107568465173244,0.260238200426102,0.0549326390028,0.248271822929382,0.22855544090271,1.13821744918823,0.660892188549042,-0.487604171037674,0.659494042396545,-0.48110243678093,0.566509604454041,1.01988983154297,0.571670174598694,1.1574639081955,0.406063675880432,-0.477240145206451,0.410181194543839,-0.440368086099625,0.312966853380203,1.0977224111557,0.315656691789627,-0.380052924156189,
  957. 0.776086151599884,-0.294938057661057,0.798893213272095,1.01944780349731,0.574785709381104,-0.483661234378815,0.57129967212677,-0.477108180522919,0.399534344673157,1.15718102455139,0.378977417945862,1.18960177898407,-0.0522898882627487,1.46478879451752,0.0811847671866417,0.992473006248474,0.654552340507507,-0.373483747243881,0.657920718193054,0.996082782745361,0.217073008418083,0.993594884872437,0.106670908629894,1.00000071525574,0.443660020828247,0.999999284744263,0.333230972290039,1.0765415430069,-0.101905860006809,1.01800787448883,-0.113493293523788,1.014728307724,-0.18822169303894,1.05727112293243,-0.185518562793732,0.994662404060364,0.336903423070908,0.993012547492981,0.213192462921143,0.991711735725403,0.27471724152565,0.994264304637909,0.561289727687836,0.997547149658203,0.438477754592896,0.995181143283844,0.49610361456871,1.12454581260681,-0.138593465089798,1.09424984455109,-0.206957817077637,0.520855367183685,0.0450971722602844,0.531347632408142,0.188064381480217,0.936136722564697,0.797481596469879,1.34797704219818,0.127703845500946,1.20670640468597,0.162804961204529,1.47118949890137,0.25911146402359,-0.903741836547852,1.6240496635437,-0.906432807445526,1.51453304290771,-0.896376252174377,1.85049903392792,-0.899651229381561,1.74194765090942,1.38188505172729,-0.0582641810178757,1.37860918045044,-0.152263388037682,-0.899388790130615,1.74342358112335,-0.903264045715332,1.62369751930237,-0.904306173324585,1.5140323638916,-0.89980936050415,1.39253628253937,1.50443387031555,-0.0760739594697952,1.48115813732147,-0.167182356119156,1.10246312618256,1.59965670108795,1.10369753837585,1.49182832241058,1.10290992259979,1.82680523395538,1.10291087627411,1.71637582778931,1.10333251953125,1.59951567649841,1.14756202697754,1.53684020042419,1.10261976718903,1.720330119133,1.10225892066956,1.49048614501953,1.09963572025299,1.36519610881805,1.19285225868225,1.65164923667908,1.2236864566803,1.57912516593933,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,
  958. -0.00329204788431525,0.0304019935429096,0.0246623773127794,0.981258571147919,0.0246623959392309,0.978812694549561,0.102389462292194,0.0222793184220791,0.102389447391033,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.0136592565104365,1.00834691524506,0.984055936336517,1.00834703445435,1.6321280002594,0.392347425222397,1.55432486534119,0.464631885290146,1.55288946628571,0.441171050071716,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,-0.316934525966644,0.356935411691666,-0.308353900909424,0.335379958152771,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.0201077219098806,-0.0249461885541677,0.990617334842682,-0.0249461196362972,0.981258451938629,-0.00329200620763004,0.0304020252078772,-0.00329204788431525,0.0304019935429096,0.0246623773127794,0.981258571147919,0.0246623959392309,0.978812694549561,0.102389462292194,0.0160436891019344,0.102536752820015,0.990617215633392,1.08607411384583,0.0201075598597527,1.08607387542725,0.00736971711739898,1.00611305236816,0.984055936336517,1.00834703445435,1.6321280002594,0.392347425222397,1.55328893661499,0.464618593454361,1.5518547296524,0.441157221794128,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,-0.323221802711487,0.357842236757278,-0.314630270004272,0.336170852184296,1.6363183259964,0.441170871257782,1.63610887527466,0.464629232883453,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.022486375644803,0.544259369373322,0.965253472328186,0.547313511371613,0.978270828723907,0.562858521938324,0.0157433152198792,0.565913915634155,0.0298193208873272,0.428953230381012,1.27661836147308,0.430157959461212,1.25311183929443,0.533175408840179,0.0224855467677116,0.517104029655457,0.561170101165771,0.51689624786377,0.0157424733042717,0.593632400035858,1.27050912380219,0.572228372097015,1.28418600559235,0.67656409740448,0.0174150299280882,
  959. 0.681783258914948,-0.313196301460266,0.643064856529236,0.64007443189621,0.641918420791626,0.635307490825653,0.657487988471985,-0.300848841667175,0.664620101451874,0.437301635742188,0.503283023834229,0.438979625701904,0.483104765415192,0.56445837020874,0.508785128593445,0.564269542694092,0.488386273384094,0.452352911233902,0.499994575977325,0.452259331941605,0.480447381734848,0.562698364257813,0.495426535606384,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,0.986356794834137,0.428953230381012,0.0336517915129662,0.428953170776367,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.0238070953637362,0.225296601653099,0.990675687789917,0.224537134170532,0.972811281681061,0.324528366327286,0.0164514034986496,0.324528306722641,1.52901232242584,0.387343019247055,1.5285621881485,0.410802096128464,0.0124214617535472,0.786208033561707,0.972788989543915,0.786315441131592,0.994254231452942,0.886097967624664,0.0238381158560514,0.885532259941101,-0.306662261486053,0.466923832893372,0.65898722410202,0.465571910142899,0.655411064624786,0.487127304077148,-0.306659817695618,0.488479167222977,0.6378253698349,0.5319002866745,-0.318166673183441,0.532044947147369,-0.31415519118309,0.510489523410797,0.637843787670136,0.510489583015442,1.58436977863312,0.313317000865936,1.57605373859406,0.339223235845566,1.41290247440338,0.366132438182831,1.40125143527985,0.394094198942184,
  960. 1.63295781612396,0.386276960372925,1.63295745849609,0.409735858440399,0.0339302234351635,0.102583959698677,0.97652143239975,0.102389492094517,0.978264987468719,0.225367829203606,0.0382551401853561,0.223510384559631,1.49882030487061,0.334884792566299,1.49605429172516,0.354641705751419,0.0280102510005236,0.886992156505585,0.980658829212189,0.885368585586548,0.983076751232147,1.00834703445435,0.0206592883914709,1.00838315486908,-0.309125632047653,0.3779316842556,0.648062467575073,0.377914518117905,0.641536772251129,0.399469882249832,-0.299498021602631,0.399506986141205,0.645542502403259,0.443687707185745,-0.307606488466263,0.443727135658264,-0.300935953855515,0.422022372484207,0.643137991428375,0.422094136476517,1.65739440917969,0.313852846622467,1.66404914855957,0.346677005290985,1.31577122211456,0.474843889474869,1.31414926052094,0.453551441431046,1.43093621730804,0.465552449226379,1.42504525184631,0.481244295835495,0.0358253307640553,0.324528306722641,0.963063955307007,0.324528366327286,0.986356794834137,0.428953230381012,0.0336517915129662,0.428953170776367,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.0309854336082935,0.681783199310303,0.989124059677124,0.681783258914948,0.97400963306427,0.786208093166351,0.0331589840352535,0.786208033561707,-0.297523766756058,0.554680943489075,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,-0.294869720935822,0.576236069202423,0.654081881046295,0.620428025722504,-0.299687534570694,0.62042772769928,-0.297033339738846,0.598872244358063,0.651327252388,0.598872780799866,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.48719984292984,0.324529558420181,0.963063955307007,0.324528366327286,0.986356794834137,0.428953230381012,0.485032558441162,0.428949683904648,1.52330911159515,0.360429227352142,1.52205431461334,0.383888274431229,0.482360899448395,0.681781947612762,0.989124059677124,
  961. 0.681783258914948,0.97400963306427,0.786208093166351,0.484531104564667,0.786206364631653,0.151801690459251,0.554677426815033,0.639036655426025,0.554681241512299,0.628140866756439,0.576236426830292,0.15444652736187,0.576233744621277,0.654081881046295,0.620428025722504,-0.30045610666275,0.63007116317749,-0.295846521854401,0.589232563972473,0.648457944393158,0.579692840576172,1.63208556175232,0.360428839921951,1.63004577159882,0.383884757757187,1.39975380897522,0.435372650623322,1.40522003173828,0.413717210292816,1.50787460803986,0.413716524839401,1.50837159156799,0.435370713472366,0.503209471702576,0.103240229189396,0.97652143239975,0.102389492094517,0.978706359863281,0.220895648002625,0.505293071269989,0.21998019516468,0.435288906097412,0.509728193283081,0.435341835021973,0.489839136600494,0.50137323141098,0.889229834079742,0.980658829212189,0.885368585586548,0.98392391204834,1.00391554832459,0.49865984916687,1.00604283809662,0.22089871764183,0.379650592803955,0.648062467575073,0.377914518117905,0.64157897233963,0.396317690610886,0.224683403968811,0.398012042045593,0.645542502403259,0.443687707185745,0.229296579957008,0.442190527915955,0.231883585453033,0.424070805311203,0.643244802951813,0.425550401210785,0.564712047576904,0.490024864673615,0.564674854278564,0.510161519050598,1.30846405029297,0.482207715511322,1.30718398094177,0.465236693620682,1.43063938617706,0.463429898023605,1.42722976207733,0.479357242584229,0.505499482154846,-0.0261756498366594,0.990617334842682,-0.0249461196362972,0.981198489665985,-0.000860424246639013,0.515731155872345,-0.00204015406779945,0.557132482528687,0.0232666991651058,0.981258571147919,0.0246623959392309,0.978776395320892,0.103478237986565,0.549619197845459,0.10215512663126,0.990617215633392,1.08607411384583,0.549294292926788,1.08977365493774,0.542865395545959,1.01107835769653,0.983992159366608,1.00741720199585,1.6321280002594,0.392347425222397,0.546016693115234,0.508042931556702,0.453966617584229,0.509655356407166,0.643817722797394,0.335380017757416,0.64903712272644,0.356935441493988,
  962. 0.166243970394135,0.358158260583878,0.174824520945549,0.334150582551956,0.453985691070557,0.492383241653442,0.546032428741455,0.490344405174255,1.5407235622406,0.414055645465851,1.55623090267181,0.392347097396851,1.63085007667542,0.414001286029816,0.371146261692047,0.339527159929276,0.426973581314087,0.430073887109756,0.392138659954071,0.130518168210983,0.413579344749451,0.219649493694305,0.382816910743713,0.342084288597107,0.407742202281952,0.220399901270866,0.418699711561203,0.432050824165344,0.402442783117294,0.555805802345276,1.4664294719696,0.0803432539105415,1.34240484237671,0.155254021286964,1.17974710464478,0.0399104878306389,1.47094440460205,0.27047798037529,1.14567470550537,0.27591073513031,0.316592812538147,0.0535449981689453,0.35511440038681,0.188294813036919,0.505708575248718,0.0532494150102139,0.33529058098793,0.105209410190582,0.52405720949173,0.151431918144226,0.324105322360992,0.40356257557869
  963. }
  964. UVIndex: *400 {
  965. a: 3,0,1,2,5,4,18,19,9,6,7,8,21,22,23,20,12,13,10,11,16,17,14,15,27,24,25,26,31,28,29,30,33,32,42,43,36,37,34,35,40,41,38,39,46,44,47,51,48,49,50,54,55,52,53,60,61,58,59,67,66,356,353,69,68,357,369,351,73,70,71,72,75,76,74,355,354,78,79,77,358,352,81,80,70,73,45,46,82,45,44,46,82,83,45,57,56,65,64,84,44,45,83,87,85,63,63,85,62,85,86,62,100,88,89,101,93,92,98,99,94,95,104,106,96,97,108,107,91,103,102,90,105,110,109,104,114,111,112,113,118,115,116,117,122,119,120,121,133,123,134,132,124,125,130,131,129,126,127,128,138,135,136,137,142,139,140,141,146,143,144,145,157,147,158,156,148,149,154,155,153,150,151,152,161,162,159,160,165,166,163,164,170,171,168,169,174,175,172,173,167,176,177,182,181,179,178,180,186,183,184,185,188,187,201,202,192,189,190,191,204,205,206,203,195,196,193,194,199,200,197,198,210,207,208,209,212,211,229,230,216,213,214,215,226,228,227,225,219,220,217,218,223,224,221,222,234,231,232,233,236,235,249,250,240,237,238,239,252,253,254,251,243,244,241,242,247,248,245,246,258,255,256,257,264,261,262,263,278,275,276,277,267,268,265,266,271,272,269,270,259,273,274,260,282,279,280,281,288,285,286,287,300,301,302,299,291,292,289,290,295,296,293,294,283,297,298,284,306,303,304,305,312,309,310,311,326,323,324,325,315,316,313,314,319,320,317,318,307,308,321,322,330,327,328,329,334,331,332,333,338,335,336,337,350,348,349,339,345,342,343,344,340,341,346,347,359,360,361,362,360,359,362,363,360,360,363,361,367,364,366,366,368,367,365,367,368,87,86,85
  966. }
  967. }
  968. LayerElementSmoothing: 0 {
  969. Version: 102
  970. Name: ""
  971. MappingInformationType: "ByEdge"
  972. ReferenceInformationType: "Direct"
  973. Smoothing: *200 {
  974. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
  975. }
  976. }
  977. LayerElementMaterial: 0 {
  978. Version: 101
  979. Name: ""
  980. MappingInformationType: "AllSame"
  981. ReferenceInformationType: "IndexToDirect"
  982. Materials: *1 {
  983. a: 0
  984. }
  985. }
  986. Layer: 0 {
  987. Version: 100
  988. LayerElement: {
  989. Type: "LayerElementNormal"
  990. TypedIndex: 0
  991. }
  992. LayerElement: {
  993. Type: "LayerElementBinormal"
  994. TypedIndex: 0
  995. }
  996. LayerElement: {
  997. Type: "LayerElementTangent"
  998. TypedIndex: 0
  999. }
  1000. LayerElement: {
  1001. Type: "LayerElementMaterial"
  1002. TypedIndex: 0
  1003. }
  1004. LayerElement: {
  1005. Type: "LayerElementSmoothing"
  1006. TypedIndex: 0
  1007. }
  1008. LayerElement: {
  1009. Type: "LayerElementUV"
  1010. TypedIndex: 0
  1011. }
  1012. }
  1013. }
  1014. Geometry: 2399509516512, "Geometry::", "Mesh" {
  1015. Vertices: *24 {
  1016. a: 184.0087890625,-25.6429214477539,106.4775390625,230.908203125,-25.6429214477539,106.4775390625,184.0087890625,-2.30064868927002,106.4775390625,230.908203125,-2.30064868927002,106.4775390625,165.8896484375,-2.30064868927002,-372.569091796875,214.6015625,-2.30064868927002,-379.189697265625,165.8896484375,-25.6429214477539,-372.569091796875,214.6015625,-25.6429214477539,-379.189697265625
  1017. }
  1018. PolygonVertexIndex: *24 {
  1019. a: 0,1,3,-3,2,3,5,-5,4,5,7,-7,6,7,1,-1,1,7,5,-4,6,0,2,-5
  1020. }
  1021. Edges: *12 {
  1022. a: 0,2,6,10,3,1,7,5,11,9,15,13
  1023. }
  1024. GeometryVersion: 124
  1025. LayerElementNormal: 0 {
  1026. Version: 102
  1027. Name: ""
  1028. MappingInformationType: "ByPolygonVertex"
  1029. ReferenceInformationType: "Direct"
  1030. Normals: *72 {
  1031. a: 0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,-0.134675323963165,0,-0.99088978767395,-0.134675323963165,0,-0.99088978767395,-0.134675323963165,0,-0.99088978767395,-0.134675323963165,0,-0.99088978767395,0,-1,5.28068611060917e-009,0,-1,5.28068522243075e-009,0,-1,5.28068477834154e-009,0,-1,5.28068566651996e-009,0.999436855316162,0,-0.0335568450391293,0.999436855316162,0,-0.0335568450391293,0.999436855316162,0,-0.0335568450391293,0.999436855316162,0,-0.0335568450391293,-0.999285519123077,0,0.0377963073551655,-0.999285519123077,0,0.0377963073551655,-0.999285519123077,0,0.0377963073551655,-0.999285519123077,0,0.0377963073551655
  1032. }
  1033. NormalsW: *24 {
  1034. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1035. }
  1036. }
  1037. LayerElementBinormal: 0 {
  1038. Version: 102
  1039. Name: "map1"
  1040. MappingInformationType: "ByPolygonVertex"
  1041. ReferenceInformationType: "Direct"
  1042. Binormals: *72 {
  1043. a: 0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,0,-1,-0.0674915388226509,0,-0.997719943523407,-0.134675279259682,0,-0.99088978767395,-0.0674915388226509,0,-0.997719943523407,0,-1,-0,0,-1,-0,0,-1,-0,0,-1,-0,0.0674915388226509,5.2686455198625e-009,0.997719943523407,0.134675279259682,5.23257703832769e-009,0.99088978767395,0.0674915388226509,5.26864418759487e-009,0.997719943523407,0,5.28068566651996e-009,1,-0,1,0,-0,1,0,-0,1,0,-0,1,0,0,1,-0,0,1,-0,0,1,-0,0,1,-0
  1044. }
  1045. BinormalsW: *24 {
  1046. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1047. }
  1048. }
  1049. LayerElementTangent: 0 {
  1050. Version: 102
  1051. Name: "map1"
  1052. MappingInformationType: "ByPolygonVertex"
  1053. ReferenceInformationType: "Direct"
  1054. Tangents: *72 {
  1055. a: 1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,0.997719824314117,0,-0.0674915313720703,0.99088978767395,0,-0.134675279259682,0.997719824314117,0,-0.0674915313720703,0.99088978767395,0,-0.134675323963165,0.99088978767395,0,-0.134675323963165,0.99088978767395,0,-0.134675323963165,0.99088978767395,0,-0.134675323963165,0.997719824314117,-3.56401574919119e-010,-0.0674915313720703,0.99088978767395,-7.11177727819035e-010,-0.134675279259682,0.997719824314117,-3.56401491652392e-010,-0.0674915313720703,1,0,-0,-0.0335568487644196,-0,-0.999436914920807,-0.0335568487644196,-0,-0.999436914920807,-0.0335568487644196,-0,-0.999436914920807,-0.0335568487644196,-0,-0.999436914920807,0.0377963036298752,0,0.999285459518433,0.0377963036298752,0,0.999285459518433,0.0377963036298752,0,0.999285459518433,0.0377963036298752,0,0.999285459518433
  1056. }
  1057. TangentsW: *24 {
  1058. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1059. }
  1060. }
  1061. LayerElementUV: 0 {
  1062. Version: 101
  1063. Name: "map1"
  1064. MappingInformationType: "ByPolygonVertex"
  1065. ReferenceInformationType: "IndexToDirect"
  1066. UV: *28 {
  1067. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.125,0,0.125,0.25
  1068. }
  1069. UVIndex: *24 {
  1070. a: 0,1,2,3,3,2,4,5,5,4,6,7,7,6,8,9,1,10,11,2,12,0,3,13
  1071. }
  1072. }
  1073. LayerElementSmoothing: 0 {
  1074. Version: 102
  1075. Name: ""
  1076. MappingInformationType: "ByEdge"
  1077. ReferenceInformationType: "Direct"
  1078. Smoothing: *12 {
  1079. a: 0,0,0,0,0,0,0,0,0,0,0,0
  1080. }
  1081. }
  1082. LayerElementMaterial: 0 {
  1083. Version: 101
  1084. Name: ""
  1085. MappingInformationType: "AllSame"
  1086. ReferenceInformationType: "IndexToDirect"
  1087. Materials: *1 {
  1088. a: 0
  1089. }
  1090. }
  1091. Layer: 0 {
  1092. Version: 100
  1093. LayerElement: {
  1094. Type: "LayerElementNormal"
  1095. TypedIndex: 0
  1096. }
  1097. LayerElement: {
  1098. Type: "LayerElementBinormal"
  1099. TypedIndex: 0
  1100. }
  1101. LayerElement: {
  1102. Type: "LayerElementTangent"
  1103. TypedIndex: 0
  1104. }
  1105. LayerElement: {
  1106. Type: "LayerElementMaterial"
  1107. TypedIndex: 0
  1108. }
  1109. LayerElement: {
  1110. Type: "LayerElementSmoothing"
  1111. TypedIndex: 0
  1112. }
  1113. LayerElement: {
  1114. Type: "LayerElementUV"
  1115. TypedIndex: 0
  1116. }
  1117. }
  1118. }
  1119. Geometry: 2399509517024, "Geometry::", "Mesh" {
  1120. Vertices: *42 {
  1121. a: -90.2998046875,5.61623287200928,291.45751953125,-90.2998046875,-7.53621768951416,291.45751953125,-285.5498046875,5.61623287200928,294.18994140625,-285.5498046875,-7.53621768951416,294.18994140625,-161.7646484375,-7.53621768951416,9.87353515625,-161.7646484375,5.61623287200928,9.87353515625,282.318359375,5.61623287200928,-42.005859375,282.318359375,-7.53621768951416,-42.005859375,120.1552734375,5.61623287200928,252.23046875,120.1552734375,-7.53621768951416,252.23046875,-289.3876953125,5.61623287200928,63.548583984375,-289.3876953125,-7.53621768951416,63.548583984375,65.3857421875,5.61623287200928,-38.205322265625,65.3857421875,-7.53621768951416,-38.205322265625
  1122. }
  1123. PolygonVertexIndex: *42 {
  1124. a: 10,11,3,-3,2,0,8,6,12,5,-11,8,9,7,-7,4,13,7,9,1,3,-12,5,12,13,-5,1,0,2,-4,0,1,9,-9,5,4,11,-11,13,12,6,-8
  1125. }
  1126. Edges: *21 {
  1127. a: 5,26,3,2,4,19,21,25,12,13,7,16,6,18,11,9,1,0,8,15,23
  1128. }
  1129. GeometryVersion: 124
  1130. LayerElementNormal: 0 {
  1131. Version: 102
  1132. Name: ""
  1133. MappingInformationType: "ByPolygonVertex"
  1134. ReferenceInformationType: "Direct"
  1135. Normals: *126 {
  1136. a: -0.999861598014832,0,0.0166377779096365,-0.999861598014832,0,0.0166377779096365,-0.999861598014832,0,0.0166377779096365,-0.999861598014832,0,0.0166377779096365,0,1,5.61188540082469e-010,0,1,5.61188429060167e-010,0,1,5.61188484571318e-010,0,1,5.61188484571318e-010,0,1,5.61188540082469e-010,0,1,5.61188540082469e-010,0,1,5.61188484571318e-010,0.875796973705292,0,0.482679843902588,0.875796973705292,0,0.482679843902588,0.875796973705292,0,0.482679843902588,0.875796973705292,0,0.482679843902588,0,-1,-4.38000802294169e-010,0,-1,-4.38000802294169e-010,0,-1,-4.38000774538594e-010,0,-1,-4.38000802294169e-010,0,-1,-4.38000746783018e-010,0,-1,-4.38000774538594e-010,0,-1,-4.38000746783018e-010,-0.207073256373405,0,-0.978325486183167,-0.207073256373405,0,-0.978325486183167,-0.207073256373405,0,-0.978325486183167,-0.207073256373405,0,-0.978325486183167,0.0139930853620172,0,0.999902129173279,0.0139930853620172,0,0.999902129173279,0.0139930853620172,0,0.999902129173279,0.0139930853620172,0,0.999902129173279,0.18323577940464,0,0.983068943023682,0.18323577940464,0,0.983068943023682,0.18323577940464,0,0.983068943023682,0.18323577940464,0,0.983068943023682,-0.387682855129242,0,-0.921792805194855,-0.387682855129242,0,-0.921792805194855,-0.387682855129242,0,-0.921792805194855,-0.387682855129242,0,-0.921792805194855,-0.0175167396664619,0,-0.999846518039703,-0.0175167396664619,0,-0.999846518039703,-0.0175167396664619,0,-0.999846518039703,-0.0175167396664619,0,-0.999846518039703
  1137. }
  1138. NormalsW: *42 {
  1139. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1140. }
  1141. }
  1142. LayerElementBinormal: 0 {
  1143. Version: 102
  1144. Name: "map1"
  1145. MappingInformationType: "ByPolygonVertex"
  1146. ReferenceInformationType: "Direct"
  1147. Binormals: *126 {
  1148. a: 0,1,0,0,1,0,0,1,0,0,1,0,0.972000658512115,1.31867017305609e-010,-0.234978094696999,0.758067190647125,-3.6599390185188e-010,0.65217649936676,0.724019289016724,-3.87096465992443e-010,0.689779758453369,0.918943405151367,-2.21326831861823e-010,0.394389480352402,0.737606644630432,-3.78931719335895e-010,0.67523068189621,0.994873106479645,-5.67536538598201e-011,0.101131170988083,-0.707106828689575,-3.96820215575744e-010,0.707106828689575,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0.952696979045868,1.33118002731969e-010,-0.303921818733215,-0.922620713710785,1.68940653133554e-010,-0.385708540678024,-0.918943405151367,1.72742903314926e-010,-0.394389480352402,-0.782141923904419,2.72918493360308e-010,-0.623100459575653,-0.710296869277954,3.08309738850099e-010,-0.703902304172516,-0.972000658512115,-1.02920588718192e-010,0.234978094696999,0.707106828689575,3.09713310553406e-010,-0.707106828689575,-0.00237509934231639,0.999997019767761,0.000502715702168643,-0.0642020031809807,0.997844398021698,0.013589053414762,0.125772207975388,-0.99170196056366,-0.0266210585832596,-0.0642020031809807,0.997844398021698,0.013589053414762,-0.207529425621033,0.978224515914917,0.00290426146239042,-0.107184052467346,0.994238138198853,0.00149998243432492,0.00573172839358449,-0.999983608722687,-8.02124195615761e-005,-0.107184052467346,0.994238138198853,0.00149998243432492,0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,0,0,1,0,0,1,0,0.137389302253723,-0.990514278411865,-0.00240698200650513,0.0683368593454361,-0.997661590576172,-0.00119722273666412,-0.0010450097033754,-0.999999523162842,1.83079719136003e-005,0.0683368593454361,-0.997661590576172,-0.00119722273666412
  1149. }
  1150. BinormalsW: *42 {
  1151. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1152. }
  1153. }
  1154. LayerElementTangent: 0 {
  1155. Version: 102
  1156. Name: "map1"
  1157. MappingInformationType: "ByPolygonVertex"
  1158. ReferenceInformationType: "Direct"
  1159. Tangents: *126 {
  1160. a: 0.0166377779096365,-0,0.999861598014832,0.0166377779096365,-0,0.999861598014832,0.0166377779096365,-0,0.999861598014832,0.0166377779096365,-0,0.999861598014832,0.234978094696999,-5.45475664637252e-010,0.972000658512115,-0.65217649936676,-4.25418561489366e-010,0.758067190647125,-0.689779758453369,-4.06311262413084e-010,0.724019289016724,-0.394389480352402,-5.15700426806376e-010,0.918943405151367,-0.67523068189621,-4.13936357412936e-010,0.737606644630432,-0.101131170988083,-5.58311397114153e-010,0.994873106479645,0.707106828689575,-3.96820243331319e-010,0.707106828689575,0.482679814100266,0,-0.875796914100647,0.482679814100266,0,-0.875796914100647,0.482679814100266,0,-0.875796914100647,0.482679814100266,0,-0.875796914100647,-0.303921818733215,-4.17282014497644e-010,0.952696979045868,-0.385708540678024,-4.04108607687803e-010,0.922620713710785,-0.394389480352402,-4.02497923879253e-010,0.918943405151367,-0.623100399971008,-3.42578715395447e-010,0.782141804695129,-0.703902304172516,-3.11110553985472e-010,0.710296869277954,0.234978094696999,-4.25737028963979e-010,0.972000658512115,0.707106828689575,-3.09713338308981e-010,0.707106828689575,0.978322565555573,0.00242771930061281,-0.207072630524635,0.976216614246368,0.0656243860721588,-0.206626877188683,0.970207214355469,0.128558650612831,-0.205354928970337,0.976216614246368,0.0656243860721588,-0.206626877188683,0.978128790855408,0.207549765706062,-0.0136883798986673,0.99414074420929,0.107194542884827,-0.013912457972765,0.999885678291321,0.0057322895154357,-0.0139928553253412,0.99414074420929,0.107194542884827,-0.013912457972765,0.983069002628326,-0,-0.183235794305801,0.983069002628326,-0,-0.183235794305801,0.983069002628326,-0,-0.183235794305801,0.983069002628326,-0,-0.183235794305801,-0.921792805194855,0,0.387682855129242,-0.921792805194855,0,0.387682855129242,-0.921792805194855,0,0.387682855129242,-0.921792805194855,0,0.387682855129242,0.990362226963043,0.137410372495651,-0.0173505805432796,0.997508585453033,0.0683473497629166,-0.0174757782369852,0.999846041202545,-0.00104517000727355,-0.0175167303532362,
  1161. 0.997508585453033,0.0683473497629166,-0.0174757782369852
  1162. }
  1163. TangentsW: *42 {
  1164. a: -1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1
  1165. }
  1166. }
  1167. LayerElementUV: 0 {
  1168. Version: 101
  1169. Name: "map1"
  1170. MappingInformationType: "ByPolygonVertex"
  1171. ReferenceInformationType: "IndexToDirect"
  1172. UV: *56 {
  1173. a: 0.35546875,0.25,0.35546875,0,0.359375,0,0.359375,0.25,0.375,0.265625,0.625,0.3125,0.625,0.31640625,0.625,0.3203125,0.5,0.296875,0.375,0.2734375,0.375,0.26953125,0.69140625,0.25,0.69140625,0,0.6953125,0,0.6953125,0.25,0.375,0.9765625,0.5,0.953125,0.625,0.9296875,0.625,0.93359375,0.625,0.9375,0.375,0.984375,0.375,0.98046875,0.53515625,0.26171875,0.48828125,0.46484375,0.3515625,0,0.6875,0,0.6875,0.25,0.3515625,0.25
  1174. }
  1175. UVIndex: *42 {
  1176. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,9,22,23,24,25,5,3,20,26,25,12,11,27,24,1,0,23,22,14,17
  1177. }
  1178. }
  1179. LayerElementSmoothing: 0 {
  1180. Version: 102
  1181. Name: ""
  1182. MappingInformationType: "ByEdge"
  1183. ReferenceInformationType: "Direct"
  1184. Smoothing: *21 {
  1185. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  1186. }
  1187. }
  1188. LayerElementMaterial: 0 {
  1189. Version: 101
  1190. Name: ""
  1191. MappingInformationType: "AllSame"
  1192. ReferenceInformationType: "IndexToDirect"
  1193. Materials: *1 {
  1194. a: 0
  1195. }
  1196. }
  1197. Layer: 0 {
  1198. Version: 100
  1199. LayerElement: {
  1200. Type: "LayerElementNormal"
  1201. TypedIndex: 0
  1202. }
  1203. LayerElement: {
  1204. Type: "LayerElementBinormal"
  1205. TypedIndex: 0
  1206. }
  1207. LayerElement: {
  1208. Type: "LayerElementTangent"
  1209. TypedIndex: 0
  1210. }
  1211. LayerElement: {
  1212. Type: "LayerElementMaterial"
  1213. TypedIndex: 0
  1214. }
  1215. LayerElement: {
  1216. Type: "LayerElementSmoothing"
  1217. TypedIndex: 0
  1218. }
  1219. LayerElement: {
  1220. Type: "LayerElementUV"
  1221. TypedIndex: 0
  1222. }
  1223. }
  1224. }
  1225. Geometry: 2399509491424, "Geometry::", "Mesh" {
  1226. Vertices: *36 {
  1227. a: 285.287109375,-7.53621768951416,-181.1748046875,285.287109375,5.61623287200928,-181.1748046875,-127.7275390625,5.61623287200928,-175.412109375,-127.7275390625,-7.53621768951416,-175.412109375,287.5947265625,-7.53621768951416,-271.42822265625,287.5947265625,5.61623287200928,-271.42822265625,-249.9208984375,5.61623287200928,-234.954833984375,-249.9208984375,-7.53621768951416,-234.954833984375,23.2900390625,-7.53621768951416,-324.863525390625,23.2900390625,5.61623287200928,-324.863525390625,-254.556640625,5.61623287200928,-316.130859375,-254.556640625,-7.53621768951416,-316.130859375
  1228. }
  1229. PolygonVertexIndex: *36 {
  1230. a: 0,3,7,11,8,-5,1,0,4,-6,3,2,6,-8,2,1,5,9,10,-7,1,2,3,-1,5,4,8,-10,7,6,10,-12,10,9,8,-12
  1231. }
  1232. Edges: *18 {
  1233. a: 9,6,11,1,10,0,14,5,16,8,18,2,12,4,17,30,3,26
  1234. }
  1235. GeometryVersion: 124
  1236. LayerElementNormal: 0 {
  1237. Version: 102
  1238. Name: ""
  1239. MappingInformationType: "ByPolygonVertex"
  1240. ReferenceInformationType: "Direct"
  1241. Normals: *108 {
  1242. a: 0,-1,-1.1895969764808e-009,0,-1,-1.1895968654585e-009,0,-1,-1.1895967544362e-009,0,-1,-1.1895968654585e-009,0,-1,-1.1895968654585e-009,0,-1,-1.1895968654585e-009,0.999673306941986,0,0.0255598407238722,0.999673306941986,0,0.0255598407238722,0.999673306941986,0,0.0255598407238722,0.999673306941986,0,0.0255598407238722,-0.438044548034668,0,0.898953258991241,-0.438044548034668,0,0.898953258991241,-0.438044548034668,0,0.898953258991241,-0.438044548034668,0,0.898953258991241,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0.0139513835310936,0,0.999902606010437,0.0139513835310936,0,0.999902606010437,0.0139513835310936,0,0.999902606010437,0.0139513835310936,0,0.999902606010437,0.198163822293282,0,-0.980168998241425,0.198163822293282,0,-0.980168998241425,0.198163822293282,0,-0.980168998241425,0.198163822293282,0,-0.980168998241425,-0.99837338924408,0,0.0570143982768059,-0.99837338924408,0,0.0570143982768059,-0.99837338924408,0,0.0570143982768059,-0.99837338924408,0,0.0570143982768059,-0.0314142890274525,0,-0.99950647354126,-0.0314142890274525,0,-0.99950647354126,-0.0314142890274525,0,-0.99950647354126,-0.0314142890274525,0,-0.99950647354126
  1243. }
  1244. NormalsW: *36 {
  1245. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1246. }
  1247. }
  1248. LayerElementBinormal: 0 {
  1249. Version: 102
  1250. Name: "map1"
  1251. MappingInformationType: "ByPolygonVertex"
  1252. ReferenceInformationType: "Direct"
  1253. Binormals: *108 {
  1254. a: 0.972135543823242,2.78864709102322e-010,-0.234419479966164,0.920041739940643,4.66108318608605e-010,-0.391820400953293,0.832489848136902,6.5908462021369e-010,-0.554040372371674,0.998373448848724,6.78241490748022e-011,-0.0570143982768059,0.915960013866425,4.77348993666027e-010,-0.401269525289536,0.707106828689575,8.41172076437857e-010,-0.707106828689575,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0,-1,0,-0,-1,0,0,-1,0,-0,-1,0,-0.920041739940643,0,0.391820400953293,-0.972135543823242,0,0.234419479966164,-0.707106828689575,-0,0.707106828689575,-0.915960013866425,0,0.401269525289536,-0.998373448848724,0,0.0570143982768059,-0.832489848136902,0,0.554040372371674,-0.00454835314303637,0.999989748001099,6.34620009805076e-005,0.0453240051865578,0.998972177505493,-0.00063239416340366,-0.095083549618721,-0.995468378067017,0.00132667634170502,0.0453240051865578,0.998972177505493,-0.00063239416340366,-0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,-1,0,-0,-1,0,-0,-1,0,-0,-1,0,-0.0472375229001045,-0.998882591724396,0.00148466590326279,-0.0229090359061956,-0.999737322330475,0.000720026437193155,0.00143303989898413,-0.999998986721039,-4.50401566922665e-005,-0.0229090359061956,-0.999737322330475,0.000720026437193155
  1255. }
  1256. BinormalsW: *36 {
  1257. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1258. }
  1259. }
  1260. LayerElementTangent: 0 {
  1261. Version: 102
  1262. Name: "map1"
  1263. MappingInformationType: "ByPolygonVertex"
  1264. ReferenceInformationType: "Direct"
  1265. Tangents: *108 {
  1266. a: -0.234419479966164,1.15644949172378e-009,-0.972135543823242,-0.391820400953293,1.09447872986834e-009,-0.920041739940643,-0.554040372371674,9.90327264638324e-010,-0.832489848136902,-0.0570143982768059,1.18766196877118e-009,-0.998373448848724,-0.401269525289536,1.08962316947014e-009,-0.915960013866425,0.707106828689575,-8.41172131949008e-010,0.707106828689575,0.0255598407238722,-0,-0.999673306941986,0.0255598407238722,-0,-0.999673306941986,0.0255598407238722,-0,-0.999673306941986,0.0255598407238722,-0,-0.999673306941986,-0.898953258991241,0,-0.438044548034668,-0.898953258991241,0,-0.438044548034668,-0.898953258991241,-0,-0.438044548034668,-0.898953258991241,0,-0.438044548034668,-0.391820400953293,0,-0.920041739940643,-0.234419479966164,0,-0.972135543823242,0.707106828689575,-0,0.707106828689575,-0.401269525289536,0,-0.915960013866425,-0.0570143982768059,0,-0.998373448848724,-0.554040372371674,0,-0.832489848136902,0.999892354011536,0.00454879552125931,-0.0139512401074171,0.99887490272522,-0.0453284159302711,-0.0139370458200574,0.995371639728546,-0.0950928255915642,-0.0138881644234061,0.99887490272522,-0.0453284159302711,-0.0139370458200574,-0.98016893863678,-0,-0.19816380739212,-0.98016893863678,-0,-0.19816380739212,-0.98016893863678,-0,-0.19816380739212,-0.98016893863678,-0,-0.19816380739212,-0.0570144020020962,0,-0.998373448848724,-0.0570144020020962,0,-0.998373448848724,-0.0570144020020962,0,-0.998373448848724,-0.0570144020020962,0,-0.998373448848724,0.998389601707459,-0.0472608469426632,-0.0313791856169701,0.999243915081024,-0.0229203477501869,-0.0314060375094414,0.999505519866943,0.00143374758772552,-0.0314142592251301,0.999243915081024,-0.0229203477501869,-0.0314060375094414
  1267. }
  1268. TangentsW: *36 {
  1269. a: 1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1
  1270. }
  1271. }
  1272. LayerElementUV: 0 {
  1273. Version: 101
  1274. Name: "map1"
  1275. MappingInformationType: "ByPolygonVertex"
  1276. ReferenceInformationType: "IndexToDirect"
  1277. UV: *36 {
  1278. a: 0.625,0.8125,0.4375,0.75,0.46875,0.75,0.484375,0.75,0.625,0.765625,0.625,0.78125,0.8125,0.25,0.8125,0,0.84375,0,0.84375,0.25,0.4375,0.5,0.46875,0.5,0.625,0.4375,0.625,0.46875,0.625,0.484375,0.484375,0.5,0.859375,0,0.859375,0.25
  1279. }
  1280. UVIndex: *36 {
  1281. a: 0,1,2,3,4,5,6,7,8,9,1,10,11,2,10,12,13,14,15,11,12,10,1,7,9,8,16,17,2,11,15,3,15,17,4,3
  1282. }
  1283. }
  1284. LayerElementSmoothing: 0 {
  1285. Version: 102
  1286. Name: ""
  1287. MappingInformationType: "ByEdge"
  1288. ReferenceInformationType: "Direct"
  1289. Smoothing: *18 {
  1290. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  1291. }
  1292. }
  1293. LayerElementMaterial: 0 {
  1294. Version: 101
  1295. Name: ""
  1296. MappingInformationType: "AllSame"
  1297. ReferenceInformationType: "IndexToDirect"
  1298. Materials: *1 {
  1299. a: 0
  1300. }
  1301. }
  1302. Layer: 0 {
  1303. Version: 100
  1304. LayerElement: {
  1305. Type: "LayerElementNormal"
  1306. TypedIndex: 0
  1307. }
  1308. LayerElement: {
  1309. Type: "LayerElementBinormal"
  1310. TypedIndex: 0
  1311. }
  1312. LayerElement: {
  1313. Type: "LayerElementTangent"
  1314. TypedIndex: 0
  1315. }
  1316. LayerElement: {
  1317. Type: "LayerElementMaterial"
  1318. TypedIndex: 0
  1319. }
  1320. LayerElement: {
  1321. Type: "LayerElementSmoothing"
  1322. TypedIndex: 0
  1323. }
  1324. LayerElement: {
  1325. Type: "LayerElementUV"
  1326. TypedIndex: 0
  1327. }
  1328. }
  1329. }
  1330. Geometry: 2399509491936, "Geometry::", "Mesh" {
  1331. Vertices: *24 {
  1332. a: -23.4501953125,-25.6429214477539,400,23.44921875,-25.6429214477539,400,-23.4501953125,-2.30064868927002,400,23.44921875,-2.30064868927002,400,-23.4501953125,-2.30064868927002,-31.938232421875,23.44921875,-2.30064868927002,-17.722412109375,-23.4501953125,-25.6429214477539,-31.938232421875,23.44921875,-25.6429214477539,-17.722412109375
  1333. }
  1334. PolygonVertexIndex: *24 {
  1335. a: 0,1,3,-3,2,3,5,-5,4,5,7,-7,6,7,1,-1,1,7,5,-4,6,0,2,-5
  1336. }
  1337. Edges: *12 {
  1338. a: 0,2,6,10,3,1,7,5,11,9,15,13
  1339. }
  1340. GeometryVersion: 124
  1341. LayerElementNormal: 0 {
  1342. Version: 102
  1343. Name: ""
  1344. MappingInformationType: "ByPolygonVertex"
  1345. ReferenceInformationType: "Direct"
  1346. Normals: *72 {
  1347. a: 0,0,1,0,0,1,0,0,1,0,0,1,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,1,0,0.290079891681671,0,-0.957002520561218,0.290079891681671,0,-0.957002520561218,0.290079891681671,0,-0.957002520561218,0.290079891681671,0,-0.957002520561218,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0
  1348. }
  1349. NormalsW: *24 {
  1350. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1351. }
  1352. }
  1353. LayerElementBinormal: 0 {
  1354. Version: 102
  1355. Name: "map1"
  1356. MappingInformationType: "ByPolygonVertex"
  1357. ReferenceInformationType: "Direct"
  1358. Binormals: *72 {
  1359. a: 0,1,-0,0,1,-0,0,1,-0,0,1,-0,0.146624609827995,0,-0.989192247390747,0,0,-1,0.146624609827995,0,-0.989192187786102,0.290079832077026,0,-0.957002460956573,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.290079832077026,0,0.957002460956573,-0.146624609827995,0,0.989192187786102,0,0,1,-0.146624609827995,0,0.989192247390747,-0,1,0,-0,1,0,0,1,-0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0
  1360. }
  1361. BinormalsW: *24 {
  1362. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1363. }
  1364. }
  1365. LayerElementTangent: 0 {
  1366. Version: 102
  1367. Name: "map1"
  1368. MappingInformationType: "ByPolygonVertex"
  1369. ReferenceInformationType: "Direct"
  1370. Tangents: *72 {
  1371. a: 1,-0,-0,1,-0,0,1,-0,0,1,-0,0,0.989192187786102,-0,0.146624609827995,1,-0,-0,0.989192187786102,-0,0.146624609827995,0.957002460956573,-0,0.290079832077026,0.957002460956573,0,0.290079861879349,0.957002460956573,0,0.290079861879349,0.957002460956573,0,0.290079861879349,0.957002460956573,0,0.290079861879349,0.957002460956573,0,0.290079832077026,0.989192187786102,0,0.146624609827995,1,0,-0,0.989192187786102,0,0.146624609827995,0,0,-1,0,0,-1,0,-0,-1,0,0,-1,0,-0,1,0,-0,1,0,-0,1,0,-0,1
  1372. }
  1373. TangentsW: *24 {
  1374. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1375. }
  1376. }
  1377. LayerElementUV: 0 {
  1378. Version: 101
  1379. Name: "map1"
  1380. MappingInformationType: "ByPolygonVertex"
  1381. ReferenceInformationType: "IndexToDirect"
  1382. UV: *28 {
  1383. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.125,0,0.125,0.25
  1384. }
  1385. UVIndex: *24 {
  1386. a: 0,1,2,3,3,2,4,5,5,4,6,7,7,6,8,9,1,10,11,2,12,0,3,13
  1387. }
  1388. }
  1389. LayerElementSmoothing: 0 {
  1390. Version: 102
  1391. Name: ""
  1392. MappingInformationType: "ByEdge"
  1393. ReferenceInformationType: "Direct"
  1394. Smoothing: *12 {
  1395. a: 0,0,0,0,0,0,0,0,0,0,0,0
  1396. }
  1397. }
  1398. LayerElementMaterial: 0 {
  1399. Version: 101
  1400. Name: ""
  1401. MappingInformationType: "AllSame"
  1402. ReferenceInformationType: "IndexToDirect"
  1403. Materials: *1 {
  1404. a: 0
  1405. }
  1406. }
  1407. Layer: 0 {
  1408. Version: 100
  1409. LayerElement: {
  1410. Type: "LayerElementNormal"
  1411. TypedIndex: 0
  1412. }
  1413. LayerElement: {
  1414. Type: "LayerElementBinormal"
  1415. TypedIndex: 0
  1416. }
  1417. LayerElement: {
  1418. Type: "LayerElementTangent"
  1419. TypedIndex: 0
  1420. }
  1421. LayerElement: {
  1422. Type: "LayerElementMaterial"
  1423. TypedIndex: 0
  1424. }
  1425. LayerElement: {
  1426. Type: "LayerElementSmoothing"
  1427. TypedIndex: 0
  1428. }
  1429. LayerElement: {
  1430. Type: "LayerElementUV"
  1431. TypedIndex: 0
  1432. }
  1433. }
  1434. }
  1435. Geometry: 2399509503712, "Geometry::", "Mesh" {
  1436. Vertices: *24 {
  1437. a: -223.4501953125,-25.6429214477539,400,-176.55078125,-25.6429214477539,400,-223.4501953125,-2.30064868927002,400,-176.55078125,-2.30064868927002,400,-223.4501953125,-2.30064868927002,-400,-176.55078125,-2.30064868927002,-400,-223.4501953125,-25.6429214477539,-400,-176.55078125,-25.6429214477539,-400
  1438. }
  1439. PolygonVertexIndex: *24 {
  1440. a: 0,1,3,-3,2,3,5,-5,4,5,7,-7,6,7,1,-1,1,7,5,-4,6,0,2,-5
  1441. }
  1442. Edges: *12 {
  1443. a: 0,2,6,10,3,1,7,5,11,9,15,13
  1444. }
  1445. GeometryVersion: 124
  1446. LayerElementNormal: 0 {
  1447. Version: 102
  1448. Name: ""
  1449. MappingInformationType: "ByPolygonVertex"
  1450. ReferenceInformationType: "Direct"
  1451. Normals: *72 {
  1452. a: 0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0
  1453. }
  1454. NormalsW: *24 {
  1455. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1456. }
  1457. }
  1458. LayerElementBinormal: 0 {
  1459. Version: 102
  1460. Name: "map1"
  1461. MappingInformationType: "ByPolygonVertex"
  1462. ReferenceInformationType: "Direct"
  1463. Binormals: *72 {
  1464. a: 0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,1,0,0,1,0,0,1,0,0,1,-0,1,0,-0,1,0,0,1,-0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0
  1465. }
  1466. BinormalsW: *24 {
  1467. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1468. }
  1469. }
  1470. LayerElementTangent: 0 {
  1471. Version: 102
  1472. Name: "map1"
  1473. MappingInformationType: "ByPolygonVertex"
  1474. ReferenceInformationType: "Direct"
  1475. Tangents: *72 {
  1476. a: 1,-0,-0,1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,-0,1,0,-0,1,0,-0,1,0,-0,0,0,-1,0,0,-1,0,-0,-1,0,0,-1,0,-0,1,0,-0,1,0,-0,1,0,-0,1
  1477. }
  1478. TangentsW: *24 {
  1479. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1480. }
  1481. }
  1482. LayerElementUV: 0 {
  1483. Version: 101
  1484. Name: "map1"
  1485. MappingInformationType: "ByPolygonVertex"
  1486. ReferenceInformationType: "IndexToDirect"
  1487. UV: *28 {
  1488. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.125,0,0.125,0.25
  1489. }
  1490. UVIndex: *24 {
  1491. a: 0,1,2,3,3,2,4,5,5,4,6,7,7,6,8,9,1,10,11,2,12,0,3,13
  1492. }
  1493. }
  1494. LayerElementSmoothing: 0 {
  1495. Version: 102
  1496. Name: ""
  1497. MappingInformationType: "ByEdge"
  1498. ReferenceInformationType: "Direct"
  1499. Smoothing: *12 {
  1500. a: 0,0,0,0,0,0,0,0,0,0,0,0
  1501. }
  1502. }
  1503. LayerElementMaterial: 0 {
  1504. Version: 101
  1505. Name: ""
  1506. MappingInformationType: "AllSame"
  1507. ReferenceInformationType: "IndexToDirect"
  1508. Materials: *1 {
  1509. a: 0
  1510. }
  1511. }
  1512. Layer: 0 {
  1513. Version: 100
  1514. LayerElement: {
  1515. Type: "LayerElementNormal"
  1516. TypedIndex: 0
  1517. }
  1518. LayerElement: {
  1519. Type: "LayerElementBinormal"
  1520. TypedIndex: 0
  1521. }
  1522. LayerElement: {
  1523. Type: "LayerElementTangent"
  1524. TypedIndex: 0
  1525. }
  1526. LayerElement: {
  1527. Type: "LayerElementMaterial"
  1528. TypedIndex: 0
  1529. }
  1530. LayerElement: {
  1531. Type: "LayerElementSmoothing"
  1532. TypedIndex: 0
  1533. }
  1534. LayerElement: {
  1535. Type: "LayerElementUV"
  1536. TypedIndex: 0
  1537. }
  1538. }
  1539. }
  1540. Geometry: 2399509512416, "Geometry::", "Mesh" {
  1541. Vertices: *30 {
  1542. a: 245.6044921875,-7.53621768951416,-106.619384765625,245.6044921875,5.61623287200928,-106.619384765625,243.1025390625,-7.53621768951416,-178.835205078125,243.1025390625,5.61623287200928,-178.835205078125,-301.02734375,5.61623287200928,-91.255126953125,-301.02734375,-7.53621768951416,-91.255126953125,-137.9130859375,5.61623287200928,-173.633544921875,-137.9130859375,-7.53621768951416,-173.633544921875,-289.5166015625,5.61623287200928,-136.953857421875,-289.5166015625,-7.53621768951416,-136.953857421875
  1543. }
  1544. PolygonVertexIndex: *30 {
  1545. a: 0,5,9,7,-3,1,0,2,-4,4,1,3,6,-9,5,0,1,-5,6,3,2,-8,5,4,8,-10,9,8,6,-8
  1546. }
  1547. Edges: *15 {
  1548. a: 8,5,0,9,4,11,7,13,1,17,21,3,12,2,24
  1549. }
  1550. GeometryVersion: 124
  1551. LayerElementNormal: 0 {
  1552. Version: 102
  1553. Name: ""
  1554. MappingInformationType: "ByPolygonVertex"
  1555. ReferenceInformationType: "Direct"
  1556. Normals: *90 {
  1557. a: 0,-1,9.96540849840244e-010,0,-0.999999940395355,9.96540738817941e-010,0,-1,9.96540738817941e-010,0,-0.999999940395355,9.96540627795639e-010,0,-1,9.96540738817941e-010,0.999400496482849,0,-0.0346247255802155,0.999400496482849,0,-0.0346247255802155,0.999400496482849,0,-0.0346247255802155,0.999400496482849,0,-0.0346247255802155,0,1,9.96540849840244e-010,0,0.999999940395355,9.96540738817941e-010,0,0.999999940395355,9.96540738817941e-010,0,1,9.96540849840244e-010,0,1,9.96540738817941e-010,0.0280960407108068,0,0.999605238437653,0.0280960407108068,0,0.999605238437653,0.0280960407108068,0,0.999605238437653,0.0280960407108068,0,0.999605238437653,-0.0136508131399751,0,-0.999906778335571,-0.0136508131399751,0,-0.999906778335571,-0.0136508131399751,0,-0.999906778335571,-0.0136508131399751,0,-0.999906778335571,-0.969711303710938,0,-0.244253978133202,-0.969711303710938,0,-0.244253978133202,-0.969711303710938,0,-0.244253978133202,-0.969711303710938,0,-0.244253978133202,-0.235159888863564,0,-0.971956729888916,-0.235159888863564,0,-0.971956729888916,-0.235159888863564,0,-0.971956729888916,-0.235159888863564,0,-0.971956729888916
  1558. }
  1559. NormalsW: *30 {
  1560. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1561. }
  1562. }
  1563. LayerElementBinormal: 0 {
  1564. Version: 102
  1565. Name: "map1"
  1566. MappingInformationType: "ByPolygonVertex"
  1567. ReferenceInformationType: "Direct"
  1568. Binormals: *90 {
  1569. a: 0.539015293121338,8.39382452433313e-010,0.842296063899994,0.969711363315582,2.43409070677103e-010,0.244253993034363,0.703787267208099,7.07953362599767e-010,0.710410833358765,0.217805504798889,9.72615987748782e-010,0.975992262363434,0.200381904840469,9.76328795587733e-010,0.97971785068512,0,1,0,0,1,0,0,1,0,0,1,0,-0.969711303710938,2.43409070677103e-010,-0.244253978133202,-0.539015293121338,8.39382452433313e-010,-0.842296063899994,-0.200381919741631,9.76328906610036e-010,-0.979717910289764,-0.217805489897728,9.72616098771084e-010,-0.975992202758789,-0.703787267208099,7.07953362599767e-010,-0.710410833358765,-0.0719386786222458,-0.997407019138336,0.00202199025079608,-0.0342764668166637,-0.999411940574646,0.000963413389399648,-0.00343453674577177,0.999994158744812,9.65349972830154e-005,-0.0342764668166637,-0.999411940574646,0.000963413389399648,-0.0344924814999104,-0.999404907226563,0.000470894301543012,0.0343292690813541,-0.999410510063171,-0.000468666112283245,-0.10298839956522,0.994681656360626,0.00140600639861077,0.0343292690813541,-0.999410510063171,-0.000468666112283245,0,-1,-0,0,-1,-0,0,-1,-0,0,-1,-0,0,-1,-0,0,-1,-0,-0,-1,0,0,-1,-0
  1570. }
  1571. BinormalsW: *30 {
  1572. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1573. }
  1574. }
  1575. LayerElementTangent: 0 {
  1576. Version: 102
  1577. Name: "map1"
  1578. MappingInformationType: "ByPolygonVertex"
  1579. ReferenceInformationType: "Direct"
  1580. Tangents: *90 {
  1581. a: 0.842295944690704,-5.37150712798251e-010,-0.539015233516693,0.244253978133202,-9.6635677238055e-010,-0.969711303710938,0.710410833358765,-7.01352642629161e-010,-0.703787267208099,0.975992202758789,-2.17052001372231e-010,-0.217805489897728,0.97971785068512,-1.99688723889757e-010,-0.200381904840469,-0.0346247218549252,0,-0.99940037727356,-0.0346247218549252,0,-0.99940037727356,-0.0346247218549252,0,-0.99940037727356,-0.0346247218549252,0,-0.99940037727356,0.244253978133202,9.66356883402852e-010,-0.969711303710938,0.842295944690704,5.371506572871e-010,-0.539015233516693,0.97971785068512,1.99688710011969e-010,-0.200381904840469,0.975992202758789,2.17052056883382e-010,-0.217805489897728,0.710410833358765,7.01352642629161e-010,-0.703787267208099,0.99701327085495,-0.0719670876860619,-0.028023187071085,0.999017357826233,-0.0342900045216084,-0.028079517185688,0.99959933757782,0.00343589321710169,-0.0280958749353886,0.999017357826233,-0.0342900045216084,-0.028079517185688,0.999311745166779,-0.0344956927001476,-0.0136426892131567,0.999317407608032,0.0343324691057205,-0.0136427655816078,0.994588911533356,0.102997988462448,-0.0135782128199935,0.999317407608032,0.0343324691057205,-0.0136427655816078,0.244253978133202,0,-0.969711303710938,0.244253978133202,0,-0.969711303710938,0.244253978133202,0,-0.969711303710938,0.244253978133202,0,-0.969711303710938,0.971956729888916,0,-0.235159888863564,0.971956729888916,0,-0.235159888863564,0.971956729888916,-0,-0.235159888863564,0.971956729888916,0,-0.235159888863564
  1582. }
  1583. TangentsW: *30 {
  1584. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1585. }
  1586. }
  1587. LayerElementUV: 0 {
  1588. Version: 101
  1589. Name: "map1"
  1590. MappingInformationType: "ByPolygonVertex"
  1591. ReferenceInformationType: "IndexToDirect"
  1592. UV: *28 {
  1593. a: 0.625,0.8125,0.46875,0.75,0.4765625,0.75,0.484375,0.75,0.625,0.78125,0.8125,0.25,0.8125,0,0.84375,0,0.84375,0.25,0.46875,0.5,0.625,0.4375,0.625,0.46875,0.484375,0.5,0.4765625,0.5
  1594. }
  1595. UVIndex: *30 {
  1596. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,1,6,10,9,12,8,7,3,1,9,13,2,2,13,12,3
  1597. }
  1598. }
  1599. LayerElementSmoothing: 0 {
  1600. Version: 102
  1601. Name: ""
  1602. MappingInformationType: "ByEdge"
  1603. ReferenceInformationType: "Direct"
  1604. Smoothing: *15 {
  1605. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  1606. }
  1607. }
  1608. LayerElementMaterial: 0 {
  1609. Version: 101
  1610. Name: ""
  1611. MappingInformationType: "AllSame"
  1612. ReferenceInformationType: "IndexToDirect"
  1613. Materials: *1 {
  1614. a: 0
  1615. }
  1616. }
  1617. Layer: 0 {
  1618. Version: 100
  1619. LayerElement: {
  1620. Type: "LayerElementNormal"
  1621. TypedIndex: 0
  1622. }
  1623. LayerElement: {
  1624. Type: "LayerElementBinormal"
  1625. TypedIndex: 0
  1626. }
  1627. LayerElement: {
  1628. Type: "LayerElementTangent"
  1629. TypedIndex: 0
  1630. }
  1631. LayerElement: {
  1632. Type: "LayerElementMaterial"
  1633. TypedIndex: 0
  1634. }
  1635. LayerElement: {
  1636. Type: "LayerElementSmoothing"
  1637. TypedIndex: 0
  1638. }
  1639. LayerElement: {
  1640. Type: "LayerElementUV"
  1641. TypedIndex: 0
  1642. }
  1643. }
  1644. }
  1645. Geometry: 2399509493984, "Geometry::", "Mesh" {
  1646. Vertices: *24 {
  1647. a: 75.8564453125,3.33973789215088,-393.7041015625,75.8564453125,-9.81271266937256,-393.7041015625,-326.39453125,3.33973789215088,-371.226318359375,-326.39453125,-9.81271266937256,-371.226318359375,69.271484375,-9.81271266937256,-327.63720703125,69.271484375,3.33973789215088,-327.63720703125,-265.138671875,3.33973789215088,-317.52099609375,-265.138671875,-9.81271266937256,-317.52099609375
  1648. }
  1649. PolygonVertexIndex: *24 {
  1650. a: 3,2,0,-2,5,4,1,-1,6,5,0,-3,7,6,2,-4,4,7,3,-2,5,6,7,-5
  1651. }
  1652. Edges: *12 {
  1653. a: 2,1,3,0,4,16,5,8,7,12,11,15
  1654. }
  1655. GeometryVersion: 124
  1656. LayerElementNormal: 0 {
  1657. Version: 102
  1658. Name: ""
  1659. MappingInformationType: "ByPolygonVertex"
  1660. ReferenceInformationType: "Direct"
  1661. Normals: *72 {
  1662. a: -0.0557930022478104,0,-0.998442351818085,-0.0557930022478104,0,-0.998442351818085,-0.0557930022478104,0,-0.998442351818085,-0.0557930022478104,0,-0.998442351818085,0.99506950378418,0,0.0991796478629112,0.99506950378418,0,0.0991796478629112,0.99506950378418,0,0.0991796478629112,0.99506950378418,0,0.0991796478629112,0,0.999999940395355,-1.35613364982135e-009,0,1,-1.35613376084365e-009,0,0.999999940395355,-1.35613364982135e-009,0,1,-1.35613364982135e-009,-0.659244179725647,0,0.751928865909576,-0.659244179725647,0,0.751928865909576,-0.659244179725647,0,0.751928865909576,-0.659244179725647,0,0.751928865909576,0,-1,5.42453504337459e-009,0,-0.999999940395355,5.42453459928538e-009,0,-1,5.42453459928538e-009,0,-0.999999940395355,5.42453459928538e-009,0.0302370265126228,0,0.999542772769928,0.0302370265126228,0,0.999542772769928,0.0302370265126228,0,0.999542772769928,0.0302370265126228,0,0.999542772769928
  1663. }
  1664. NormalsW: *24 {
  1665. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1666. }
  1667. }
  1668. LayerElementBinormal: 0 {
  1669. Version: 102
  1670. Name: "map1"
  1671. MappingInformationType: "ByPolygonVertex"
  1672. ReferenceInformationType: "Direct"
  1673. Binormals: *72 {
  1674. a: 0,-1,-0,0,-1,-0,0,-1,-0,0,-1,-0,0,1,-0,0,1,-0,0,1,-0,0,1,-0,-0.218038767576218,-1.32350530535064e-009,-0.9759401679039,-0.218038752675056,-1.32350530535064e-009,-0.975940108299255,-0.218038767576218,-1.32350530535064e-009,-0.9759401679039,-0,0,0,-0,-1,0,-0,-1,0,-0,-1,0,-0,-1,0,0.218038752675056,5.29402122140255e-009,0.975940108299255,0.218038767576218,5.29402122140255e-009,0.9759401679039,-0,-0,-0,0.218038767576218,5.29402122140255e-009,0.9759401679039,-0.00126755819655955,0.999999225139618,3.83447259082459e-005,0.0580041110515594,0.99831485748291,-0.00175467412918806,-0.117071643471718,-0.993117153644562,0.00354151776991785,0.0580041110515594,0.99831485748291,-0.00175467412918806
  1675. }
  1676. BinormalsW: *24 {
  1677. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1678. }
  1679. }
  1680. LayerElementTangent: 0 {
  1681. Version: 102
  1682. Name: "map1"
  1683. MappingInformationType: "ByPolygonVertex"
  1684. ReferenceInformationType: "Direct"
  1685. Tangents: *72 {
  1686. a: 0.998442351818085,0,-0.0557930022478104,0.998442351818085,0,-0.0557930022478104,0.998442351818085,0,-0.0557930022478104,0.998442351818085,0,-0.0557930022478104,0.0991796553134918,-0,-0.995069563388824,0.0991796553134918,-0,-0.995069563388824,0.0991796553134918,-0,-0.995069563388824,0.0991796553134918,-0,-0.995069563388824,0.975940108299255,-2.95689667195731e-010,-0.218038752675056,0.975940108299255,-2.95689694951307e-010,-0.218038752675056,0.975940108299255,-2.95689667195731e-010,-0.218038752675056,0,-0,0,-0.751928925514221,0,-0.659244239330292,-0.751928925514221,0,-0.659244239330292,-0.751928925514221,0,-0.659244239330292,-0.751928925514221,0,-0.659244239330292,0.975940108299255,-1.18275877980523e-009,-0.218038752675056,0.975940108299255,-1.18275866878292e-009,-0.218038752675056,-0,0,-0,0.975940108299255,-1.18275866878292e-009,-0.218038752675056,0.999541938304901,0.00126813806127757,-0.0302370022982359,0.997858285903931,-0.0580306351184845,-0.0301860701292753,0.992663085460663,-0.117125198245049,-0.030028909444809,0.997858285903931,-0.0580306351184845,-0.0301860701292753
  1687. }
  1688. TangentsW: *24 {
  1689. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1690. }
  1691. }
  1692. LayerElementUV: 0 {
  1693. Version: 101
  1694. Name: "map1"
  1695. MappingInformationType: "ByPolygonVertex"
  1696. ReferenceInformationType: "IndexToDirect"
  1697. UV: *24 {
  1698. a: 0.5,0.75,0.5,0.5,0.625,0.5,0.625,0.75,0.859375,0.25,0.859375,0,0.875,0,0.875,0.25,0.484375,0.5,0.625,0.484375,0.484375,0.75,0.625,0.765625
  1699. }
  1700. UVIndex: *24 {
  1701. a: 0,1,2,3,4,5,6,7,8,9,2,1,10,8,1,0,11,10,0,3,9,8,10,5
  1702. }
  1703. }
  1704. LayerElementSmoothing: 0 {
  1705. Version: 102
  1706. Name: ""
  1707. MappingInformationType: "ByEdge"
  1708. ReferenceInformationType: "Direct"
  1709. Smoothing: *12 {
  1710. a: 0,0,0,0,0,0,0,0,0,0,0,0
  1711. }
  1712. }
  1713. LayerElementMaterial: 0 {
  1714. Version: 101
  1715. Name: ""
  1716. MappingInformationType: "AllSame"
  1717. ReferenceInformationType: "IndexToDirect"
  1718. Materials: *1 {
  1719. a: 0
  1720. }
  1721. }
  1722. Layer: 0 {
  1723. Version: 100
  1724. LayerElement: {
  1725. Type: "LayerElementNormal"
  1726. TypedIndex: 0
  1727. }
  1728. LayerElement: {
  1729. Type: "LayerElementBinormal"
  1730. TypedIndex: 0
  1731. }
  1732. LayerElement: {
  1733. Type: "LayerElementTangent"
  1734. TypedIndex: 0
  1735. }
  1736. LayerElement: {
  1737. Type: "LayerElementMaterial"
  1738. TypedIndex: 0
  1739. }
  1740. LayerElement: {
  1741. Type: "LayerElementSmoothing"
  1742. TypedIndex: 0
  1743. }
  1744. LayerElement: {
  1745. Type: "LayerElementUV"
  1746. TypedIndex: 0
  1747. }
  1748. }
  1749. }
  1750. Geometry: 2399509492448, "Geometry::", "Mesh" {
  1751. Vertices: *24 {
  1752. a: -23.4501953125,-25.6429214477539,-146.719482421875,23.44921875,-25.6429214477539,-167.522216796875,-23.4501953125,-2.30064868927002,-146.719482421875,23.44921875,-2.30064868927002,-167.522216796875,-23.4501953125,-2.30064868927002,-400.560546875,23.44921875,-2.30064868927002,-400.560546875,-23.4501953125,-25.6429214477539,-400.560546875,23.44921875,-25.6429214477539,-400.560546875
  1753. }
  1754. PolygonVertexIndex: *24 {
  1755. a: 0,1,3,-3,2,3,5,-5,4,5,7,-7,6,7,1,-1,1,7,5,-4,6,0,2,-5
  1756. }
  1757. Edges: *12 {
  1758. a: 0,2,6,10,3,1,7,5,11,9,15,13
  1759. }
  1760. GeometryVersion: 124
  1761. LayerElementNormal: 0 {
  1762. Version: 102
  1763. Name: ""
  1764. MappingInformationType: "ByPolygonVertex"
  1765. ReferenceInformationType: "Direct"
  1766. Normals: *72 {
  1767. a: 0.405463635921478,0,0.914111137390137,0.405463635921478,0,0.914111137390137,0.405463635921478,0,0.914111137390137,0.405463635921478,0,0.914111137390137,0,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-0.999999940395355,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0
  1768. }
  1769. NormalsW: *24 {
  1770. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1771. }
  1772. }
  1773. LayerElementBinormal: 0 {
  1774. Version: 102
  1775. Name: "map1"
  1776. MappingInformationType: "ByPolygonVertex"
  1777. ReferenceInformationType: "Direct"
  1778. Binormals: *72 {
  1779. a: -0,1,0,-0,1,0,-0,1,0,-0,1,0,-0.405463755130768,0,-0.914111196994781,-0.207230374217033,0,-0.978292167186737,0,0,-1,-0.207230389118195,0,-0.978292226791382,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0.207230389118195,0,0.978292226791382,0,0,1,0.207230374217033,0,0.978292167186737,0.405463755130768,0,0.914111196994781,-0,1,0,-0,1,0,0,1,-0,-0,1,0,0,1,0,0,1,0,0,1,0,0,1,0
  1780. }
  1781. BinormalsW: *24 {
  1782. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1783. }
  1784. }
  1785. LayerElementTangent: 0 {
  1786. Version: 102
  1787. Name: "map1"
  1788. MappingInformationType: "ByPolygonVertex"
  1789. ReferenceInformationType: "Direct"
  1790. Tangents: *72 {
  1791. a: 0.914111196994781,0,-0.405463635921478,0.914111196994781,0,-0.405463635921478,0.914111196994781,0,-0.405463635921478,0.914111196994781,0,-0.405463635921478,0.914111137390137,-0,-0.405463725328445,0.978292167186737,0,-0.207230374217033,1,0,0,0.978292167186737,0,-0.207230374217033,1,0,0,1,0,0,1,0,0,1,0,0,0.978292167186737,0,-0.207230374217033,1,0,-0,0.978292167186737,0,-0.207230374217033,0.914111137390137,0,-0.405463725328445,0,0,-1,0,0,-1,0,-0,-1,0,0,-1,0,-0,1,0,-0,1,0,-0,1,0,-0,1
  1792. }
  1793. TangentsW: *24 {
  1794. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1795. }
  1796. }
  1797. LayerElementUV: 0 {
  1798. Version: 101
  1799. Name: "map1"
  1800. MappingInformationType: "ByPolygonVertex"
  1801. ReferenceInformationType: "IndexToDirect"
  1802. UV: *28 {
  1803. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.125,0,0.125,0.25
  1804. }
  1805. UVIndex: *24 {
  1806. a: 0,1,2,3,3,2,4,5,5,4,6,7,7,6,8,9,1,10,11,2,12,0,3,13
  1807. }
  1808. }
  1809. LayerElementSmoothing: 0 {
  1810. Version: 102
  1811. Name: ""
  1812. MappingInformationType: "ByEdge"
  1813. ReferenceInformationType: "Direct"
  1814. Smoothing: *12 {
  1815. a: 0,0,0,0,0,0,0,0,0,0,0,0
  1816. }
  1817. }
  1818. LayerElementMaterial: 0 {
  1819. Version: 101
  1820. Name: ""
  1821. MappingInformationType: "AllSame"
  1822. ReferenceInformationType: "IndexToDirect"
  1823. Materials: *1 {
  1824. a: 0
  1825. }
  1826. }
  1827. Layer: 0 {
  1828. Version: 100
  1829. LayerElement: {
  1830. Type: "LayerElementNormal"
  1831. TypedIndex: 0
  1832. }
  1833. LayerElement: {
  1834. Type: "LayerElementBinormal"
  1835. TypedIndex: 0
  1836. }
  1837. LayerElement: {
  1838. Type: "LayerElementTangent"
  1839. TypedIndex: 0
  1840. }
  1841. LayerElement: {
  1842. Type: "LayerElementMaterial"
  1843. TypedIndex: 0
  1844. }
  1845. LayerElement: {
  1846. Type: "LayerElementSmoothing"
  1847. TypedIndex: 0
  1848. }
  1849. LayerElement: {
  1850. Type: "LayerElementUV"
  1851. TypedIndex: 0
  1852. }
  1853. }
  1854. }
  1855. Model: 2403285542576, "Model::SM_Wooden_Floor_Ruined_08", "Null" {
  1856. Version: 232
  1857. Properties70: {
  1858. P: "RotationActive", "bool", "", "",1
  1859. P: "InheritType", "enum", "", "",1
  1860. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1861. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1862. }
  1863. Shading: Y
  1864. Culling: "CullingOff"
  1865. }
  1866. Model: 2403285561136, "Model::LOD_Group_SM_Wooden_Floor_Ruined_08", "LodGroup" {
  1867. Version: 232
  1868. Properties70: {
  1869. P: "RotationActive", "bool", "", "",1
  1870. P: "InheritType", "enum", "", "",1
  1871. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1872. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1873. }
  1874. Shading: Y
  1875. Culling: "CullingOff"
  1876. }
  1877. Model: 2403285544896, "Model::SM_Wooden_Floor_Ruined_08_LOD0", "Mesh" {
  1878. Version: 232
  1879. Properties70: {
  1880. P: "RotationActive", "bool", "", "",1
  1881. P: "InheritType", "enum", "", "",1
  1882. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1883. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1884. P: "currentUVSet", "KString", "", "U", "map1"
  1885. }
  1886. Shading: T
  1887. Culling: "CullingOff"
  1888. }
  1889. Model: 2403285537936, "Model::SM_Wooden_Floor_Ruined_08_LOD1", "Mesh" {
  1890. Version: 232
  1891. Properties70: {
  1892. P: "RotationActive", "bool", "", "",1
  1893. P: "InheritType", "enum", "", "",1
  1894. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1895. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1896. P: "currentUVSet", "KString", "", "U", "map1"
  1897. }
  1898. Shading: T
  1899. Culling: "CullingOff"
  1900. }
  1901. Model: 2403285556496, "Model::SM_Wooden_Floor_Ruined_08_LOD2", "Mesh" {
  1902. Version: 232
  1903. Properties70: {
  1904. P: "RotationActive", "bool", "", "",1
  1905. P: "InheritType", "enum", "", "",1
  1906. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1907. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1908. P: "currentUVSet", "KString", "", "U", "map1"
  1909. }
  1910. Shading: T
  1911. Culling: "CullingOff"
  1912. }
  1913. Model: 2403285558816, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_07", "Mesh" {
  1914. Version: 232
  1915. Properties70: {
  1916. P: "RotationActive", "bool", "", "",1
  1917. P: "InheritType", "enum", "", "",1
  1918. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1919. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1920. P: "currentUVSet", "KString", "", "U", "map1"
  1921. }
  1922. Shading: T
  1923. Culling: "CullingOff"
  1924. }
  1925. Model: 2403285565776, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_01", "Mesh" {
  1926. Version: 232
  1927. Properties70: {
  1928. P: "RotationActive", "bool", "", "",1
  1929. P: "InheritType", "enum", "", "",1
  1930. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1931. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1932. P: "currentUVSet", "KString", "", "U", "map1"
  1933. }
  1934. Shading: T
  1935. Culling: "CullingOff"
  1936. }
  1937. Model: 2403285551856, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_02", "Mesh" {
  1938. Version: 232
  1939. Properties70: {
  1940. P: "RotationActive", "bool", "", "",1
  1941. P: "InheritType", "enum", "", "",1
  1942. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1943. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1944. P: "currentUVSet", "KString", "", "U", "map1"
  1945. }
  1946. Shading: T
  1947. Culling: "CullingOff"
  1948. }
  1949. Model: 2403285547216, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_03", "Mesh" {
  1950. Version: 232
  1951. Properties70: {
  1952. P: "RotationActive", "bool", "", "",1
  1953. P: "InheritType", "enum", "", "",1
  1954. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1955. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1956. P: "currentUVSet", "KString", "", "U", "map1"
  1957. }
  1958. Shading: T
  1959. Culling: "CullingOff"
  1960. }
  1961. Model: 2403285554176, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_04", "Mesh" {
  1962. Version: 232
  1963. Properties70: {
  1964. P: "RotationActive", "bool", "", "",1
  1965. P: "InheritType", "enum", "", "",1
  1966. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1967. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1968. P: "currentUVSet", "KString", "", "U", "map1"
  1969. }
  1970. Shading: T
  1971. Culling: "CullingOff"
  1972. }
  1973. Model: 2403285535616, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_05", "Mesh" {
  1974. Version: 232
  1975. Properties70: {
  1976. P: "RotationActive", "bool", "", "",1
  1977. P: "InheritType", "enum", "", "",1
  1978. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1979. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1980. P: "currentUVSet", "KString", "", "U", "map1"
  1981. }
  1982. Shading: T
  1983. Culling: "CullingOff"
  1984. }
  1985. Model: 2403285575056, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_06", "Mesh" {
  1986. Version: 232
  1987. Properties70: {
  1988. P: "RotationActive", "bool", "", "",1
  1989. P: "InheritType", "enum", "", "",1
  1990. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1991. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1992. P: "currentUVSet", "KString", "", "U", "map1"
  1993. }
  1994. Shading: T
  1995. Culling: "CullingOff"
  1996. }
  1997. Model: 2403285568096, "Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_08", "Mesh" {
  1998. Version: 232
  1999. Properties70: {
  2000. P: "RotationActive", "bool", "", "",1
  2001. P: "InheritType", "enum", "", "",1
  2002. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  2003. P: "DefaultAttributeIndex", "int", "Integer", "",0
  2004. P: "currentUVSet", "KString", "", "U", "map1"
  2005. }
  2006. Shading: T
  2007. Culling: "CullingOff"
  2008. }
  2009. Material: 2400478222112, "Material::MI_Wood_01", "" {
  2010. Version: 102
  2011. ShadingModel: "phong"
  2012. MultiLayer: 0
  2013. Properties70: {
  2014. P: "AmbientColor", "Color", "", "A",0,0,0
  2015. P: "DiffuseColor", "Color", "", "A",1,1,1
  2016. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  2017. P: "TransparencyFactor", "Number", "", "A",1
  2018. P: "SpecularColor", "Color", "", "A",0,0,0
  2019. P: "ReflectionFactor", "Number", "", "A",0.5
  2020. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  2021. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  2022. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  2023. P: "Specular", "Vector3D", "Vector", "",0,0,0
  2024. P: "Shininess", "double", "Number", "",20
  2025. P: "Opacity", "double", "Number", "",1
  2026. P: "Reflectivity", "double", "Number", "",0
  2027. }
  2028. }
  2029. Material: 2400478209152, "Material::M_Collision_01", "" {
  2030. Version: 102
  2031. ShadingModel: "phong"
  2032. MultiLayer: 0
  2033. Properties70: {
  2034. P: "AmbientColor", "Color", "", "A",0,0,0
  2035. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  2036. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  2037. P: "TransparencyFactor", "Number", "", "A",1
  2038. P: "SpecularColor", "Color", "", "A",0,0,0
  2039. P: "ReflectionFactor", "Number", "", "A",0.5
  2040. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  2041. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  2042. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  2043. P: "Specular", "Vector3D", "Vector", "",0,0,0
  2044. P: "Shininess", "double", "Number", "",20
  2045. P: "Opacity", "double", "Number", "",1
  2046. P: "Reflectivity", "double", "Number", "",0
  2047. }
  2048. }
  2049. Video: 2400171445632, "Video::file93", "Clip" {
  2050. Type: "Clip"
  2051. Properties70: {
  2052. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_BC.png"
  2053. }
  2054. UseMipMap: 0
  2055. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_BC.png"
  2056. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wood_01_BC.png"
  2057. }
  2058. Video: 2400171430032, "Video::file94", "Clip" {
  2059. Type: "Clip"
  2060. Properties70: {
  2061. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_N.png"
  2062. }
  2063. UseMipMap: 0
  2064. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_N.png"
  2065. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wood_01_N.png"
  2066. }
  2067. Texture: 2400478219232, "Texture::file93", "" {
  2068. Type: "TextureVideoClip"
  2069. Version: 202
  2070. TextureName: "Texture::file93"
  2071. Properties70: {
  2072. P: "CurrentTextureBlendMode", "enum", "", "",0
  2073. P: "UVSet", "KString", "", "", "map1"
  2074. P: "UseMaterial", "bool", "", "",1
  2075. }
  2076. Media: "Video::file93"
  2077. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_BC.png"
  2078. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wood_01_BC.png"
  2079. ModelUVTranslation: 0,0
  2080. ModelUVScaling: 1,1
  2081. Texture_Alpha_Source: "None"
  2082. Cropping: 0,0,0,0
  2083. }
  2084. Texture: 2400478221152, "Texture::file94", "" {
  2085. Type: "TextureVideoClip"
  2086. Version: 202
  2087. TextureName: "Texture::file94"
  2088. Properties70: {
  2089. P: "CurrentTextureBlendMode", "enum", "", "",0
  2090. P: "UVSet", "KString", "", "", "map1"
  2091. P: "UseMaterial", "bool", "", "",1
  2092. }
  2093. Media: "Video::file94"
  2094. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wood_01_N.png"
  2095. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wood_01_N.png"
  2096. ModelUVTranslation: 0,0
  2097. ModelUVScaling: 1,1
  2098. Texture_Alpha_Source: "None"
  2099. Cropping: 0,0,0,0
  2100. }
  2101. AnimationStack: 2403711479216, "AnimStack::Take 001", "" {
  2102. Properties70: {
  2103. P: "LocalStart", "KTime", "Time", "",1539538600
  2104. P: "LocalStop", "KTime", "Time", "",46186158000
  2105. P: "ReferenceStart", "KTime", "Time", "",1539538600
  2106. P: "ReferenceStop", "KTime", "Time", "",46186158000
  2107. }
  2108. }
  2109. AnimationLayer: 2399962088720, "AnimLayer::BaseLayer", "" {
  2110. }
  2111. }
  2112. ; Object connections
  2113. ;------------------------------------------------------------------
  2114. Connections: {
  2115. ;Model::SM_Wooden_Floor_Ruined_08, Model::RootNode
  2116. C: "OO",2403285542576,0
  2117. ;AnimLayer::BaseLayer, AnimStack::Take 001
  2118. C: "OO",2399962088720,2403711479216
  2119. ;NodeAttribute::, Model::SM_Wooden_Floor_Ruined_08
  2120. C: "OO",2399963582304,2403285542576
  2121. ;Model::LOD_Group_SM_Wooden_Floor_Ruined_08, Model::SM_Wooden_Floor_Ruined_08
  2122. C: "OO",2403285561136,2403285542576
  2123. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_07, Model::SM_Wooden_Floor_Ruined_08
  2124. C: "OO",2403285558816,2403285542576
  2125. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_01, Model::SM_Wooden_Floor_Ruined_08
  2126. C: "OO",2403285565776,2403285542576
  2127. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_02, Model::SM_Wooden_Floor_Ruined_08
  2128. C: "OO",2403285551856,2403285542576
  2129. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_03, Model::SM_Wooden_Floor_Ruined_08
  2130. C: "OO",2403285547216,2403285542576
  2131. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_04, Model::SM_Wooden_Floor_Ruined_08
  2132. C: "OO",2403285554176,2403285542576
  2133. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_05, Model::SM_Wooden_Floor_Ruined_08
  2134. C: "OO",2403285535616,2403285542576
  2135. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_06, Model::SM_Wooden_Floor_Ruined_08
  2136. C: "OO",2403285575056,2403285542576
  2137. ;Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_08, Model::SM_Wooden_Floor_Ruined_08
  2138. C: "OO",2403285568096,2403285542576
  2139. ;NodeAttribute::, Model::LOD_Group_SM_Wooden_Floor_Ruined_08
  2140. C: "OO",2399279917408,2403285561136
  2141. ;Model::SM_Wooden_Floor_Ruined_08_LOD0, Model::LOD_Group_SM_Wooden_Floor_Ruined_08
  2142. C: "OO",2403285544896,2403285561136
  2143. ;Model::SM_Wooden_Floor_Ruined_08_LOD1, Model::LOD_Group_SM_Wooden_Floor_Ruined_08
  2144. C: "OO",2403285537936,2403285561136
  2145. ;Model::SM_Wooden_Floor_Ruined_08_LOD2, Model::LOD_Group_SM_Wooden_Floor_Ruined_08
  2146. C: "OO",2403285556496,2403285561136
  2147. ;Texture::file93, Material::MI_Wood_01
  2148. C: "OP",2400478219232,2400478222112, "DiffuseColor"
  2149. ;Texture::file94, Material::MI_Wood_01
  2150. C: "OP",2400478221152,2400478222112, "NormalMap"
  2151. ;Video::file93, Texture::file93
  2152. C: "OO",2400171445632,2400478219232
  2153. ;Video::file94, Texture::file94
  2154. C: "OO",2400171430032,2400478221152
  2155. ;Geometry::, Model::SM_Wooden_Floor_Ruined_08_LOD0
  2156. C: "OO",2399509500640,2403285544896
  2157. ;Material::MI_Wood_01, Model::SM_Wooden_Floor_Ruined_08_LOD0
  2158. C: "OO",2400478222112,2403285544896
  2159. ;Geometry::, Model::SM_Wooden_Floor_Ruined_08_LOD1
  2160. C: "OO",2399509514464,2403285537936
  2161. ;Material::MI_Wood_01, Model::SM_Wooden_Floor_Ruined_08_LOD1
  2162. C: "OO",2400478222112,2403285537936
  2163. ;Geometry::, Model::SM_Wooden_Floor_Ruined_08_LOD2
  2164. C: "OO",2399509489888,2403285556496
  2165. ;Material::MI_Wood_01, Model::SM_Wooden_Floor_Ruined_08_LOD2
  2166. C: "OO",2400478222112,2403285556496
  2167. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_07
  2168. C: "OO",2399509516512,2403285558816
  2169. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_07
  2170. C: "OO",2400478209152,2403285558816
  2171. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_01
  2172. C: "OO",2399509517024,2403285565776
  2173. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_01
  2174. C: "OO",2400478209152,2403285565776
  2175. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_02
  2176. C: "OO",2399509491424,2403285551856
  2177. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_02
  2178. C: "OO",2400478209152,2403285551856
  2179. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_03
  2180. C: "OO",2399509491936,2403285547216
  2181. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_03
  2182. C: "OO",2400478209152,2403285547216
  2183. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_04
  2184. C: "OO",2399509503712,2403285554176
  2185. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_04
  2186. C: "OO",2400478209152,2403285554176
  2187. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_05
  2188. C: "OO",2399509512416,2403285535616
  2189. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_05
  2190. C: "OO",2400478209152,2403285535616
  2191. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_06
  2192. C: "OO",2399509493984,2403285575056
  2193. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_06
  2194. C: "OO",2400478209152,2403285575056
  2195. ;Geometry::, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_08
  2196. C: "OO",2399509492448,2403285568096
  2197. ;Material::M_Collision_01, Model::UCX_SM_Wooden_Floor_Ruined_08_LOD0_08
  2198. C: "OO",2400478209152,2403285568096
  2199. }
  2200. ;Takes section
  2201. ;----------------------------------------------------
  2202. Takes: {
  2203. Current: "Take 001"
  2204. Take: "Take 001" {
  2205. FileName: "Take_001.tak"
  2206. LocalTime: 1539538600,46186158000
  2207. ReferenceTime: 1539538600,46186158000
  2208. }
  2209. }